FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python/python-common-tests - DetachHead/rebased · GitHub
DetachHead
/
rebased
Public
forked from
JetBrains/intellij-community
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
223
Star
5.6k
Code
Issues
37
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rebased
python
python-common-tests
on
master
User selector
Datepicker
Commit history
Commits on May 28, 2026
PY-88664 add the "lazy" keyword to the list of single space followed keywords
Show description for 0b4b1cb
avokin
authored and
intellij-monorepo-bot
committed
0b4b1cb
View commit details
Copy full SHA for 0b4b1cb
View code at this point
Browse repository at this point
Commits on May 5, 2026
PY-79218 completion: std dunder with types
Show description for 9179d81
Morgan Bartholomew
authored and
intellij-monorepo-bot
committed
9179d81
View commit details
Copy full SHA for 9179d81
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
cleanup pattern matching variable names: `_` now is supported at newer jdk level
Show description for 8e01549
cdracm
authored and
intellij-monorepo-bot
committed
8e01549
View commit details
Copy full SHA for 8e01549
View code at this point
Browse repository at this point
Commits on Jan 31, 2026
IJI-3282 Optimize imports
Show description for 188b7ef
shalupov
authored and
intellij-monorepo-bot
committed
188b7ef
View commit details
Copy full SHA for 188b7ef
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
PY-85270 [python] Add a test PY-62203 PY-84778
Show description for 4e1e305
east825
authored and
intellij-monorepo-bot
committed
4e1e305
View commit details
Copy full SHA for 4e1e305
View code at this point
Browse repository at this point
PY-85270 [python] Remove PyModuleNameCompletionContributor
Show description for b4db1f8
east825
authored and
intellij-monorepo-bot
committed
b4db1f8
View commit details
Copy full SHA for b4db1f8
View code at this point
Browse repository at this point
Commits on Oct 10, 2025
[python] (IJPL-205889) (BAZEL-2462) don't call getOrCreateAdditionalData for non-python sdks
Show description for 84934e9
vlegchilkin
authored and
intellij-monorepo-bot
committed
84934e9
View commit details
Copy full SHA for 84934e9
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
[python] Add missing tests on resolving forward references from new-style type alias
Show description for d4922e2
east825
authored and
intellij-monorepo-bot
committed
d4922e2
View commit details
Copy full SHA for d4922e2
View code at this point
Browse repository at this point
PY-80002 Add more tests on forward references in annotations from various scopes and in different versions
Show description for 172d60f
east825
authored and
intellij-monorepo-bot
committed
172d60f
View commit details
Copy full SHA for 172d60f
View code at this point
Browse repository at this point
Commits on Sep 5, 2025
PY-83665 Stop excluding too short names from completion for importable names
Show description for b2ef103
east825
authored and
intellij-monorepo-bot
committed
b2ef103
View commit details
Copy full SHA for b2ef103
View code at this point
Browse repository at this point
Commits on Aug 15, 2025
PY-83412 Don't complete importable names inside assignment targets
Show description for 9c39d11
east825
authored and
intellij-monorepo-bot
committed
9c39d11
View commit details
Copy full SHA for 9c39d11
View code at this point
Browse repository at this point
Commits on Jun 23, 2025
PY-82115 Incorrect resolve of nonlocal and global variables
Show description for 7f51ea7
PetrGolubev
authored and
intellij-monorepo-bot
committed
7f51ea7
View commit details
Copy full SHA for 7f51ea7
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
PY-81646 False positive: Unresolved references after any slice in Python for the rest of the line
Show description for ff19de5
PetrGolubev
authored and
intellij-monorepo-bot
committed
ff19de5
View commit details
Copy full SHA for ff19de5
View code at this point
Browse repository at this point
Commits on Jun 7, 2025
Python: Move helpers locator out of PSI module
Show description for 80f248d
throwable-one
authored and
intellij-monorepo-bot
committed
80f248d
View commit details
Copy full SHA for 80f248d
View code at this point
Browse repository at this point
Commits on Mar 31, 2025
Revert "PY-79480 Resolve attribute reference to ancestor attributes in constructors if they contain type annotations"
Show description for aaa808c
missingdays
authored and
intellij-monorepo-bot
committed
aaa808c
View commit details
Copy full SHA for aaa808c
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
PY-54167 Add import statement for class when using completion in
Show description for 91bddd1
chbndrhnns
authored and
intellij-monorepo-bot
committed
91bddd1
View commit details
Copy full SHA for 91bddd1
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
PY-79480 Resolve attribute reference to ancestor attributes in constructors if they contain type annotations
Show description for e3c3cab
missingdays
authored and
intellij-monorepo-bot
committed
e3c3cab
View commit details
Copy full SHA for e3c3cab
View code at this point
Browse repository at this point
Commits on Feb 20, 2025
PY-26947 Class variable mistaken as module global variable
Show description for 0c54074
alvov26
authored and
intellij-monorepo-bot
committed
0c54074
View commit details
Copy full SHA for 0c54074
View code at this point
Browse repository at this point
Commits on Feb 14, 2025
PY-26877 Support adding trailing commas to multiline collections, argument and parameter lists
Show description for 97ba49d
Daniil Kalinin
authored and
intellij-monorepo-bot
committed
97ba49d
View commit details
Copy full SHA for 97ba49d
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
PY-31689 Do not wrap tuples and list literals inside subscription expressions
Show description for fddb487
Daniil Kalinin
authored and
intellij-monorepo-bot
committed
fddb487
View commit details
Copy full SHA for fddb487
View code at this point
Browse repository at this point
[python] Formatter: Make sure that comments in collections are not placed on the new line on wrap
Show description for 5b0b94a
Daniil Kalinin
authored and
intellij-monorepo-bot
committed
5b0b94a
View commit details
Copy full SHA for 5b0b94a
View code at this point
Browse repository at this point
PY-31689 Support wrapping options for parenthesized tuples
Show description for 2d7ad0e
Daniil Kalinin
authored and
intellij-monorepo-bot
committed
2d7ad0e
View commit details
Copy full SHA for 2d7ad0e
View code at this point
Browse repository at this point
PY-31689 Support wrapping options for set literals
Show description for b1b0a08
Daniil Kalinin
authored and
intellij-monorepo-bot
committed
b1b0a08
View commit details
Copy full SHA for b1b0a08
View code at this point
Browse repository at this point
PY-31689 Support wrapping options for list literals
Show description for f9a1e44
Daniil Kalinin
authored and
intellij-monorepo-bot
committed
f9a1e44
View commit details
Copy full SHA for f9a1e44
View code at this point
Browse repository at this point
Commits on Jan 14, 2025
PY-78425 Jupyter: Fix tests for Single file
Show description for 6187f47
nikita-ashihmin
authored and
intellij-monorepo-bot
committed
6187f47
View commit details
Copy full SHA for 6187f47
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
PY-74114 Dynamically enable/disable bundled and Typeshed .pyi stubs for third-party packages
Show description for 9b67a1f
east825
authored and
intellij-monorepo-bot
committed
9b67a1f
View commit details
Copy full SHA for 9b67a1f
View code at this point
Browse repository at this point
PY-74116 Move other tests on completion of importable name from typing to Py3CompletionTest
Show description for ccd7847
east825
authored and
intellij-monorepo-bot
committed
ccd7847
View commit details
Copy full SHA for ccd7847
View code at this point
Browse repository at this point
Commits on Dec 30, 2024
update bazel files
Show description for 0bc1cf1
develar
authored and
intellij-monorepo-bot
committed
0bc1cf1
View commit details
Copy full SHA for 0bc1cf1
View code at this point
Browse repository at this point
Commits on Dec 18, 2024
PY-77940 Allow resolving underscored names in .pyi stubs
Show description for 820da7c
east825
authored and
intellij-monorepo-bot
committed
820da7c
View commit details
Copy full SHA for 820da7c
View code at this point
Browse repository at this point
Commits on Dec 17, 2024
project structure: remove .iml from source roots
Show description for b7aee64
shalupov
authored and
intellij-monorepo-bot
committed
b7aee64
View commit details
Copy full SHA for b7aee64
View code at this point
Browse repository at this point
Commits on Dec 15, 2024
do not use _test as lib - test targets do not support this
Show description for 9879963
develar
authored and
intellij-monorepo-bot
committed
9879963
View commit details
Copy full SHA for 9879963
View code at this point
Browse repository at this point
Commits on Nov 27, 2024
libraries -> lib, resources, opt-in, test deps
Show description for 17916c9
develar
authored and
intellij-monorepo-bot
committed
17916c9
View commit details
Copy full SHA for 17916c9
View code at this point
Browse repository at this point
Commits on Nov 19, 2024
PY-77168 Allow flow-sensitive resolve from unmatched version checks to reachable outer blocks
Show description for cb00959
east825
authored and
intellij-monorepo-bot
committed
cb00959
View commit details
Copy full SHA for cb00959
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
PY-52574: Update tests after removing Epytext docstring format
Show description for 01e08f4
alek-sun
authored and
intellij-monorepo-bot
committed
01e08f4
View commit details
Copy full SHA for 01e08f4
View code at this point
Browse repository at this point
PY-77060 Remove spaces after * and ** in new-style PEP 695 type parameters
Show description for 58d0040
east825
authored and
intellij-monorepo-bot
committed
58d0040
View commit details
Copy full SHA for 58d0040
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL