FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-37034: Display argument name on errors with keyword-only arguments with Argument Clinic by remilapeyre · Pull Request #13593 · python/cpython · GitHub
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
36.2k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-37034: Display argument name on errors with keyword-only arguments with Argument Clinic
- #13593
#13593
Merged
serhiy-storchaka
merged 18 commits into
python:master
python/cpython:master
from
remilapeyre:display-argument-name-clinic
remilapeyre/cpython:display-argument-name-clinic
Copy head branch name to clipboard
Aug 29, 2019
Conversation
Commits
18
(18)
Checks
Files changed
Merged
bpo-37034: Display argument name on errors with keyword-only arguments with Argument Clinic
#13593
serhiy-storchaka
merged 18 commits into
python:master
python/cpython:master
from
remilapeyre:display-argument-name-clinic
remilapeyre/cpython:display-argument-name-clinic
Copy head branch name to clipboard
Commits
Commits on May 27, 2019
Add test for displaying argument name on errors with keyword arguments
Rémi Lapeyre
committed
21ee10e
View commit details
Copy full SHA for 21ee10e
Browse repository at this point
Display argument name on errors with keyword arguments
Rémi Lapeyre
committed
b575090
View commit details
Copy full SHA for b575090
Browse repository at this point
Regen all clinic files
Rémi Lapeyre
committed
b76fdc8
View commit details
Copy full SHA for b76fdc8
Browse repository at this point
Add blurb
Rémi Lapeyre
committed
6dfcd18
View commit details
Copy full SHA for 6dfcd18
Browse repository at this point
Commits on May 29, 2019
Merge remote-tracking branch 'origin/master' into display-argument-name-clinic
Rémi Lapeyre
committed
d96d5cc
View commit details
Copy full SHA for d96d5cc
Browse repository at this point
Use both position and argument name in _PyArg_BadArgument()
Rémi Lapeyre
committed
3b19b9b
View commit details
Copy full SHA for 3b19b9b
Browse repository at this point
Run make clinic
Rémi Lapeyre
committed
81ad951
View commit details
Copy full SHA for 81ad951
Browse repository at this point
Fix test_pyexpat
Rémi Lapeyre
committed
749ddea
View commit details
Copy full SHA for 749ddea
Browse repository at this point
Commits on Jun 8, 2019
Remove test from the clinic file extensions
Rémi Lapeyre
committed
0db10bb
View commit details
Copy full SHA for 0db10bb
Browse repository at this point
Remove f-string
Rémi Lapeyre
committed
65b615f
View commit details
Copy full SHA for 65b615f
Browse repository at this point
Add comment regarding argname encoding
Rémi Lapeyre
committed
1333e21
View commit details
Copy full SHA for 1333e21
Browse repository at this point
Commits on Jun 11, 2019
Put back error message for single argument
Rémi Lapeyre
committed
056c45b
View commit details
Copy full SHA for 056c45b
Browse repository at this point
Simplify _PyArg_BadArgument
Rémi Lapeyre
committed
2690318
View commit details
Copy full SHA for 2690318
Browse repository at this point
Simplify _PyArg_BadArgument
Rémi Lapeyre
committed
3abeae1
View commit details
Copy full SHA for 3abeae1
Browse repository at this point
Merge remote-tracking branch 'origin/master' into display-argument-name-clinic
Rémi Lapeyre
committed
7d4ca8e
View commit details
Copy full SHA for 7d4ca8e
Browse repository at this point
Commits on Aug 29, 2019
Fix typo in comment
Rémi Lapeyre
committed
9c674d7
View commit details
Copy full SHA for 9c674d7
Browse repository at this point
Remove is_positional_or_keyword
Rémi Lapeyre
committed
3dfcacf
View commit details
Copy full SHA for 3dfcacf
Browse repository at this point
Merge remote-tracking branch 'origin/master' into display-argument-name-clinic
Rémi Lapeyre
committed
7118e43
View commit details
Copy full SHA for 7118e43
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL