FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-95065: Add Argument Clinic support for deprecating positional use of parameters by erlend-aasland · Pull Request #95151 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-95065: Add Argument Clinic support for deprecating positional use of parameters
- #95151
#95151
Merged
erlend-aasland
merged 95 commits into
python:main
python/cpython:main
from
erlend-aasland:ac-deprecate
erlend-aasland/cpython:ac-deprecate
Copy head branch name to clipboard
Aug 7, 2023
Conversation
Commits
95
(95)
Checks
Files changed
Merged
gh-95065: Add Argument Clinic support for deprecating positional use of parameters
#95151
erlend-aasland
merged 95 commits into
python:main
python/cpython:main
from
erlend-aasland:ac-deprecate
erlend-aasland/cpython:ac-deprecate
Copy head branch name to clipboard
Commits
Commits on Jul 22, 2022
PoC
erlend-aasland
committed
9196162
View commit details
Copy full SHA for 9196162
Browse repository at this point
Add tests
erlend-aasland
committed
6a8c14f
View commit details
Copy full SHA for 6a8c14f
Browse repository at this point
Improve warning wording
erlend-aasland
committed
457d38a
View commit details
Copy full SHA for 457d38a
Browse repository at this point
Add NEWS
erlend-aasland
committed
3687748
View commit details
Copy full SHA for 3687748
Browse repository at this point
Commits on Feb 21, 2023
Pull in main
erlend-aasland
committed
9c81ae1
View commit details
Copy full SHA for 9c81ae1
Browse repository at this point
Commits on Apr 29, 2023
Pull in main
erlend-aasland
committed
a5734d6
View commit details
Copy full SHA for a5734d6
Browse repository at this point
Commits on Jul 2, 2023
Pull in main
erlend-aasland
committed
1e9fd55
View commit details
Copy full SHA for 1e9fd55
Browse repository at this point
Commits on Jul 3, 2023
Merge branch 'main' into ac-deprecate
erlend-aasland
authored
93e0745
View commit details
Copy full SHA for 93e0745
Browse repository at this point
Add annotation
erlend-aasland
committed
6bde63d
View commit details
Copy full SHA for 6bde63d
Browse repository at this point
Pull in main
erlend-aasland
committed
bb619a5
View commit details
Copy full SHA for bb619a5
Browse repository at this point
Amend tests
erlend-aasland
committed
d85475e
View commit details
Copy full SHA for d85475e
Browse repository at this point
Pull in main
erlend-aasland
committed
68f8ed9
View commit details
Copy full SHA for 68f8ed9
Browse repository at this point
Amend test
erlend-aasland
committed
ca496b4
View commit details
Copy full SHA for ca496b4
Browse repository at this point
Annotate
erlend-aasland
committed
fe77d5f
View commit details
Copy full SHA for fe77d5f
Browse repository at this point
Commits on Jul 12, 2023
Pull in main
erlend-aasland
committed
de9e661
View commit details
Copy full SHA for de9e661
Browse repository at this point
Commits on Jul 14, 2023
Fix merge
erlend-aasland
committed
3701b41
View commit details
Copy full SHA for 3701b41
Browse repository at this point
Fix tests and repr
erlend-aasland
committed
a149a7b
View commit details
Copy full SHA for a149a7b
Browse repository at this point
Get ready for '* [from ...]' syntax
erlend-aasland
committed
e9ad211
View commit details
Copy full SHA for e9ad211
Browse repository at this point
Add 'whence' to deprecation warning message
erlend-aasland
committed
0fcad58
View commit details
Copy full SHA for 0fcad58
Browse repository at this point
PoC
erlend-aasland
committed
efb1fba
View commit details
Copy full SHA for efb1fba
Browse repository at this point
Commits on Jul 15, 2023
Pull in main
erlend-aasland
committed
3d8164f
View commit details
Copy full SHA for 3d8164f
Browse repository at this point
Improve preprocessor warning message, and fix it on windows
erlend-aasland
committed
43cec6c
View commit details
Copy full SHA for 43cec6c
Browse repository at this point
Nits
erlend-aasland
committed
075cf67
View commit details
Copy full SHA for 075cf67
Browse repository at this point
Assert format
erlend-aasland
committed
13104e8
View commit details
Copy full SHA for 13104e8
Browse repository at this point
Pull in main
erlend-aasland
committed
dc22c91
View commit details
Copy full SHA for dc22c91
Browse repository at this point
Improve accuracy of variable name
Show description for 7864dcb
erlend-aasland
committed
7864dcb
View commit details
Copy full SHA for 7864dcb
Browse repository at this point
Add docs
erlend-aasland
committed
fbed52f
View commit details
Copy full SHA for fbed52f
Browse repository at this point
Pull in main
erlend-aasland
committed
222c3bb
View commit details
Copy full SHA for 222c3bb
Browse repository at this point
Adjust CPP barking
Show description for 2abe7a3
erlend-aasland
committed
2abe7a3
View commit details
Copy full SHA for 2abe7a3
Browse repository at this point
Fix CPP
erlend-aasland
committed
4c0ec79
View commit details
Copy full SHA for 4c0ec79
Browse repository at this point
Fix CPP for error case also
erlend-aasland
committed
35fbe80
View commit details
Copy full SHA for 35fbe80
Browse repository at this point
Update clinic.test.c
erlend-aasland
committed
ccf8df8
View commit details
Copy full SHA for ccf8df8
Browse repository at this point
Fix and test multiple deprecation directives error message
erlend-aasland
committed
4db3c8d
View commit details
Copy full SHA for 4db3c8d
Browse repository at this point
Extend the docs
erlend-aasland
committed
43af475
View commit details
Copy full SHA for 43af475
Browse repository at this point
Add note about compiler error
erlend-aasland
committed
5074495
View commit details
Copy full SHA for 5074495
Browse repository at this point
Fixup docs and fixup cpp error string
erlend-aasland
committed
ce5cd92
View commit details
Copy full SHA for ce5cd92
Browse repository at this point
Commits on Jul 19, 2023
Pull in main
erlend-aasland
committed
c2cfc80
View commit details
Copy full SHA for c2cfc80
Browse repository at this point
Fix mypy complain
erlend-aasland
committed
4dc8241
View commit details
Copy full SHA for 4dc8241
Browse repository at this point
Commits on Jul 20, 2023
Pull in main
erlend-aasland
committed
b2c8f34
View commit details
Copy full SHA for b2c8f34
Browse repository at this point
Pull in main
erlend-aasland
committed
5f181c7
View commit details
Copy full SHA for 5f181c7
Browse repository at this point
Address review: annotate deprecated_positional as str | None
AlexWaygood
authored and
erlend-aasland
committed
9eab8f7
View commit details
Copy full SHA for 9eab8f7
Browse repository at this point
Address review: add return annotation to parse_deprecated_positional()
Show description for 25aa23c
erlend-aasland
and
AlexWaygood
authored
25aa23c
View commit details
Copy full SHA for 25aa23c
Browse repository at this point
Merge branch 'main' into ac-deprecate
erlend-aasland
authored
6624e8f
View commit details
Copy full SHA for 6624e8f
Browse repository at this point
Commits on Jul 22, 2023
Pull in main
erlend-aasland
committed
46924a7
View commit details
Copy full SHA for 46924a7
Browse repository at this point
WIP
erlend-aasland
committed
2e72b66
View commit details
Copy full SHA for 2e72b66
Browse repository at this point
Commits on Aug 2, 2023
Pull in main
erlend-aasland
committed
cbbcf1a
View commit details
Copy full SHA for cbbcf1a
Browse repository at this point
Commits on Aug 4, 2023
Pull in main
erlend-aasland
committed
f82be40
View commit details
Copy full SHA for f82be40
Browse repository at this point
Move prototype to class level
erlend-aasland
committed
a76d63c
View commit details
Copy full SHA for a76d63c
Browse repository at this point
Address review: start warning from alpha stage
erlend-aasland
committed
e5bbd7b
View commit details
Copy full SHA for e5bbd7b
Browse repository at this point
Add more test cases
erlend-aasland
committed
c981efa
View commit details
Copy full SHA for c981efa
Browse repository at this point
Add TODO comment
erlend-aasland
committed
821124e
View commit details
Copy full SHA for 821124e
Browse repository at this point
Commits on Aug 5, 2023
Test case 2 already covers this test case
erlend-aasland
committed
aa1b85d
View commit details
Copy full SHA for aa1b85d
Browse repository at this point
Handle more cases
erlend-aasland
committed
44af850
View commit details
Copy full SHA for 44af850
Browse repository at this point
Add one more test case as requested by Nikita
erlend-aasland
committed
01f17f9
View commit details
Copy full SHA for 01f17f9
Browse repository at this point
Fix mypy whining
erlend-aasland
committed
e6860bc
View commit details
Copy full SHA for e6860bc
Browse repository at this point
Address Alex's review: solve mypy complaint more elegantly
erlend-aasland
committed
71a8750
View commit details
Copy full SHA for 71a8750
Browse repository at this point
Address some of Serhiy's remarks:
Show description for e6886f0
erlend-aasland
committed
e6886f0
View commit details
Copy full SHA for e6886f0
Browse repository at this point
Address review: use stack level 1
erlend-aasland
committed
480a29f
View commit details
Copy full SHA for 480a29f
Browse repository at this point
Merge branch 'main' into ac-deprecate
erlend-aasland
authored
a3cf43a
View commit details
Copy full SHA for a3cf43a
Browse repository at this point
Pull in main
erlend-aasland
committed
5151e62
View commit details
Copy full SHA for 5151e62
Browse repository at this point
Address Serhiy's second round of remarks:
Show description for b98aab3
erlend-aasland
committed
b98aab3
View commit details
Copy full SHA for b98aab3
Browse repository at this point
Fix merge: revert accidental removal of a clinic.test.c test method
erlend-aasland
committed
eeb8187
View commit details
Copy full SHA for eeb8187
Browse repository at this point
Address Alex and Serhiy's doc remarks
erlend-aasland
committed
6c6dd10
View commit details
Copy full SHA for 6c6dd10
Browse repository at this point
Commits on Aug 6, 2023
Pull in main
erlend-aasland
committed
ddd319b
View commit details
Copy full SHA for ddd319b
Browse repository at this point
Further improvements:
Show description for 47a8979
erlend-aasland
committed
47a8979
View commit details
Copy full SHA for 47a8979
Browse repository at this point
Make mypy happy (quickfix)
erlend-aasland
committed
02eba96
View commit details
Copy full SHA for 02eba96
Browse repository at this point
Revert sqlite3 test
erlend-aasland
committed
fa77489
View commit details
Copy full SHA for fa77489
Browse repository at this point
Use try...except ValueError trick for neater code
erlend-aasland
committed
87a7f20
View commit details
Copy full SHA for 87a7f20
Browse repository at this point
Move VersionTuple to above Parameter class
erlend-aasland
committed
f36bc05
View commit details
Copy full SHA for f36bc05
Browse repository at this point
Add more tests for illegal formats
erlend-aasland
committed
5e65020
View commit details
Copy full SHA for 5e65020
Browse repository at this point
Don't link to keyword-only param glossary section
erlend-aasland
committed
f1f311a
View commit details
Copy full SHA for f1f311a
Browse repository at this point
No need for iter
erlend-aasland
committed
83de0b8
View commit details
Copy full SHA for 83de0b8
Browse repository at this point
For now, only use the basename of the source file
erlend-aasland
committed
b10dc9c
View commit details
Copy full SHA for b10dc9c
Browse repository at this point
Apply suggestions from code review
Show description for c4ba025
erlend-aasland
and
AlexWaygood
authored
c4ba025
View commit details
Copy full SHA for c4ba025
Browse repository at this point
Fix mypy error
erlend-aasland
committed
c875d60
View commit details
Copy full SHA for c875d60
Browse repository at this point
Fix deprecation condition
erlend-aasland
committed
cdd927c
View commit details
Copy full SHA for cdd927c
Browse repository at this point
Further improve warning messages
erlend-aasland
committed
f0847bc
View commit details
Copy full SHA for f0847bc
Browse repository at this point
Simplify condition
erlend-aasland
committed
ce8db9a
View commit details
Copy full SHA for ce8db9a
Browse repository at this point
Merge remote-tracking branch 'origin/ac-deprecate' into ac-deprecate
erlend-aasland
committed
0dff20c
View commit details
Copy full SHA for 0dff20c
Browse repository at this point
Refactor: extract pprinter
erlend-aasland
committed
b45d845
View commit details
Copy full SHA for b45d845
Browse repository at this point
Reintroduce condition and fixup deprecation message
erlend-aasland
committed
d2330c6
View commit details
Copy full SHA for d2330c6
Browse repository at this point
Remove unused variable, and reorder some lines for readability
erlend-aasland
committed
622b556
View commit details
Copy full SHA for 622b556
Browse repository at this point
Simplify pprint_words
erlend-aasland
committed
e71fbe1
View commit details
Copy full SHA for e71fbe1
Browse repository at this point
Fix function name formatting
erlend-aasland
committed
c4141f0
View commit details
Copy full SHA for c4141f0
Browse repository at this point
Use fully qualified function/meth name in fail() messages
erlend-aasland
committed
87e50c7
View commit details
Copy full SHA for 87e50c7
Browse repository at this point
Add more test cases and normalise the their naming
erlend-aasland
committed
6e9e7b4
View commit details
Copy full SHA for 6e9e7b4
Browse repository at this point
Improve deprecation messages
erlend-aasland
committed
bde0f90
View commit details
Copy full SHA for bde0f90
Browse repository at this point
Commits on Aug 7, 2023
Pull in main
erlend-aasland
committed
8e9ea05
View commit details
Copy full SHA for 8e9ea05
Browse repository at this point
ValueError will catch if '.' not in thenceforth for us
erlend-aasland
committed
8324510
View commit details
Copy full SHA for 8324510
Browse repository at this point
Improve NEWS entry
erlend-aasland
committed
2e4d64f
View commit details
Copy full SHA for 2e4d64f
Browse repository at this point
Update Misc/NEWS.d/next/Tools-Demos/2022-07-23-00-33-28.gh-issue-95065.NfCCpp.rst
Show description for 52e7078
erlend-aasland
and
serhiy-storchaka
authored
52e7078
View commit details
Copy full SHA for 52e7078
Browse repository at this point
Fix grammar in depr sentence
erlend-aasland
committed
8a39ffb
View commit details
Copy full SHA for 8a39ffb
Browse repository at this point
Merge remote-tracking branch 'origin/ac-deprecate' into ac-deprecate
erlend-aasland
committed
dc8f10d
View commit details
Copy full SHA for dc8f10d
Browse repository at this point
Fix fixup code and add test
erlend-aasland
committed
d2130ab
View commit details
Copy full SHA for d2130ab
Browse repository at this point
Revert "Fix fixup code and add test"
Show description for b21bc32
erlend-aasland
committed
b21bc32
View commit details
Copy full SHA for b21bc32
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL