FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python/testData/refactoring - 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
212
Star
5.3k
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
testData
refactoring
on
master
User selector
Datepicker
Commit history
Commits on Jun 10, 2026
PY-53274 refactoring: update reference to modules when renaming
Show description for f47a5e8
Morgan Bartholomew
authored and
intellij-monorepo-bot
committed
f47a5e8
View commit details
Copy full SHA for f47a5e8
View code at this point
Browse repository at this point
Commits on May 14, 2026
PY-6426, PY-80622 type inference for augmented assignments and binary operators
Show description for 176830d
azimsh3r
authored and
intellij-monorepo-bot
committed
176830d
View commit details
Copy full SHA for 176830d
View code at this point
Browse repository at this point
Commits on Dec 2, 2025
[PY-6591] use `PyCodeInsightSettings.PREFER_FROM_IMPORT` when moving module reference
Show description for 154d12a
Morgan Bartholomew
authored and
intellij-monorepo-bot
committed
154d12a
View commit details
Copy full SHA for 154d12a
View code at this point
Browse repository at this point
Commits on Nov 22, 2025
[PY-84659] Moving a symbol respects `PyCodeInsightSettings.PREFER_FROM_IMPORT` for qualified usages
Show description for e3576b5
chbndrhnns
authored and
intellij-monorepo-bot
committed
e3576b5
View commit details
Copy full SHA for e3576b5
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
[refactoring] PY-83746, PY-83747 Inline code with correct indentation
Show description for 0db3398
chbndrhnns
authored and
intellij-monorepo-bot
committed
0db3398
View commit details
Copy full SHA for 0db3398
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
PY-54512 Handle line breaks when extracting a method
Show description for 51ad67e
PetrGolubev
authored and
intellij-monorepo-bot
committed
51ad67e
View commit details
Copy full SHA for 51ad67e
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
PY-53643 Missing "async" statement when pulling method up as abstract
Show description for 880f53d
chbndrhnns
authored and
intellij-monorepo-bot
committed
880f53d
View commit details
Copy full SHA for 880f53d
View code at this point
Browse repository at this point
Commits on Sep 5, 2025
PY-61591 The scope of a class' variable does not extend to contained blocks
Show description for 3affb20
PetrGolubev
authored and
intellij-monorepo-bot
committed
3affb20
View commit details
Copy full SHA for 3affb20
View code at this point
Browse repository at this point
PY-61591 Delete MethodNameCanShadowModuleFunction.after.withTypes.py
Show description for 059a568
PetrGolubev
authored and
intellij-monorepo-bot
committed
059a568
View commit details
Copy full SHA for 059a568
View code at this point
Browse repository at this point
PY-61591 Move test files
Show description for bbd7d8a
PetrGolubev
authored and
intellij-monorepo-bot
committed
bbd7d8a
View commit details
Copy full SHA for bbd7d8a
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
[python] Added test for name conflict during "Extract Method..."
Show description for 1af1e8f
PetrGolubev
authored and
intellij-monorepo-bot
committed
1af1e8f
View commit details
Copy full SHA for 1af1e8f
View code at this point
Browse repository at this point
Commits on Aug 22, 2025
PY-83066 extract method doesn't add imports
Show description for 992a8cd
Marcus Mews
authored and
intellij-monorepo-bot
committed
992a8cd
View commit details
Copy full SHA for 992a8cd
View code at this point
Browse repository at this point
Commits on Aug 12, 2025
PY-24834 PY-83313 Add a test on problematic behavior to investigate
Show description for 83c49e0
east825
authored and
intellij-monorepo-bot
committed
83c49e0
View commit details
Copy full SHA for 83c49e0
View code at this point
Browse repository at this point
PY-24834 Fix Extract Method tests where unsafe unions are inferred and cannot be denoted
Show description for db99d55
east825
authored and
intellij-monorepo-bot
committed
db99d55
View commit details
Copy full SHA for db99d55
View code at this point
Browse repository at this point
Commits on Aug 5, 2025
PY-83001 Extract method with type hints lacks return type sometimes
Show description for 3845457
Marcus Mews
authored and
intellij-monorepo-bot
committed
3845457
View commit details
Copy full SHA for 3845457
View code at this point
Browse repository at this point
PY-22720 Extract Method does Not Preserve Existing Line Breaks
Show description for dd5b188
Marcus Mews
authored and
intellij-monorepo-bot
committed
dd5b188
View commit details
Copy full SHA for dd5b188
View code at this point
Browse repository at this point
Commits on Jul 28, 2025
PY-35287 Extract method with typehints
Show description for 93db5ef
Marcus Mews
authored and
intellij-monorepo-bot
committed
93db5ef
View commit details
Copy full SHA for 93db5ef
View code at this point
Browse repository at this point
Commits on May 5, 2025
PY-54168 Moving class from `__init__.py` into own module removes it from `__all__` attribute
Show description for fc162c9
chbndrhnns
authored and
intellij-monorepo-bot
committed
fc162c9
View commit details
Copy full SHA for fc162c9
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
PY-79967 Support HTML injections inside template strings
Show description for 2647731
Daniil Kalinin
authored and
intellij-monorepo-bot
committed
2647731
View commit details
Copy full SHA for 2647731
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
PY-53711 Fix: Cannot extract a method if arguments are on separate line
Show description for 7da7493
chbndrhnns
authored and
intellij-monorepo-bot
committed
7da7493
View commit details
Copy full SHA for 7da7493
View code at this point
Browse repository at this point
Commits on Jan 16, 2025
PY-78371 PyCharm does not mark imports in try/except blocks as unused
Show description for 7510fc1
avokin
authored and
intellij-monorepo-bot
committed
7510fc1
View commit details
Copy full SHA for 7510fc1
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
Commits on Aug 26, 2024
PY-34626 Make test names a bit clearer
Show description for 0ae7ade
east825
authored and
intellij-monorepo-bot
committed
0ae7ade
View commit details
Copy full SHA for 0ae7ade
View code at this point
Browse repository at this point
PY-34626 Add the issue ID to tests, remove irrelevant statements in test data
Show description for f8d1dd1
east825
authored and
intellij-monorepo-bot
committed
f8d1dd1
View commit details
Copy full SHA for f8d1dd1
View code at this point
Browse repository at this point
PY-34626 Fix isMethodContext to exclude inner functions as methods
Show description for 467ea6d
somethingnew179
authored and
intellij-monorepo-bot
committed
467ea6d
View commit details
Copy full SHA for 467ea6d
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
PY-44858 Create regular packages in refactorings initiated from top-level files in source/content roots
Show description for f392777
east825
authored and
intellij-monorepo-bot
committed
f392777
View commit details
Copy full SHA for f392777
View code at this point
Browse repository at this point
PY-44858 Make multifile scenarios comparing directory content in PyExtractSuperclassTests more uniform
Show description for 1c026ac
east825
authored and
intellij-monorepo-bot
committed
1c026ac
View commit details
Copy full SHA for 1c026ac
View code at this point
Browse repository at this point
PY-44858 Move and other refactorings don't introduce __init__.py inside namespace packages
Show description for 90bbc21
MaxLevitsky
authored and
intellij-monorepo-bot
committed
90bbc21
View commit details
Copy full SHA for 90bbc21
View code at this point
Browse repository at this point
Commits on Mar 28, 2024
PY-17627 PY-17733 Resolve class attributes defined in @classmethods
Show description for cef4266
east825
authored and
intellij-monorepo-bot
committed
cef4266
View commit details
Copy full SHA for cef4266
View code at this point
Browse repository at this point
Commits on Oct 5, 2023
PY-63371 PY-63372 PY-63373 Recognize type alias names in their definitions as targets for actions
Show description for 2e8e817
east825
authored and
intellij-monorepo-bot
committed
2e8e817
View commit details
Copy full SHA for 2e8e817
View code at this point
Browse repository at this point
Commits on Sep 29, 2023
PY-59594 PEP 701: Make the Inline refactoring aware of the new f-string grammar
Show description for 7f152c9
east825
authored and
intellij-monorepo-bot
committed
7f152c9
View commit details
Copy full SHA for 7f152c9
View code at this point
Browse repository at this point
Commits on Jul 24, 2023
PY-9045 Fix false positive cannot perform refactoring when execution flow is interrupted
Show description for 272da29
andrey.matveev
authored and
intellij-monorepo-bot
committed
272da29
View commit details
Copy full SHA for 272da29
View code at this point
Browse repository at this point
Commits on Jul 7, 2023
PY-17193, PY-10709 enable `Use parentheses instead of backslashes for breaking lines` option by default
Show description for 2983980
Daniil Kalinin
authored and
intellij-monorepo-bot
committed
2983980
View commit details
Copy full SHA for 2983980
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
[python] Fix an error when extracting a part of string with %-style formatting
Show description for 3c6a3ba
east825
authored and
intellij-monorepo-bot
committed
3c6a3ba
View commit details
Copy full SHA for 3c6a3ba
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
PY-40797 Fix problem with inline string to f-string
Show description for d0e0488
andrey.matveev
authored and
intellij-monorepo-bot
committed
d0e0488
View commit details
Copy full SHA for d0e0488
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL