FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Tools/clinic/clinic.py - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Tools
clinic
clinic.py
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Jul 26, 2018
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434)
serhiy-storchaka
authored
7cb7bcf
View commit details
Copy full SHA for 7cb7bcf
View code at this point
Browse repository at this point
Commits on Jul 6, 2018
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Show description for c929df3
taleinat
authored
c929df3
View commit details
Copy full SHA for c929df3
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
serhiy-storchaka
authored
a5552f0
View commit details
Copy full SHA for a5552f0
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
Show description for 4f57409
taleinat
authored and
serhiy-storchaka
committed
4f57409
View commit details
Copy full SHA for 4f57409
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Show description for 6969eaf
serhiy-storchaka
authored
6969eaf
View commit details
Copy full SHA for 6969eaf
View code at this point
Browse repository at this point
Commits on Jun 10, 2017
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Show description for 7445381
SylvainDe
authored and
serhiy-storchaka
committed
7445381
View commit details
Copy full SHA for 7445381
View code at this point
Browse repository at this point
Commits on May 27, 2017
bpo-30492: Allow make clinic to work out of tree. (#1836)
Show description for 178418a
gpshead
authored
178418a
View commit details
Copy full SHA for 178418a
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)
Show description for d4edfc9
serhiy-storchaka
authored
d4edfc9
View commit details
Copy full SHA for d4edfc9
View code at this point
Browse repository at this point
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Show description for 762bf40
serhiy-storchaka
authored
762bf40
View commit details
Copy full SHA for 762bf40
View code at this point
Browse repository at this point
Commits on Mar 27, 2017
bpo-29919: Remove unused imports found by pyflakes (#137)
Show description for d6debb2
vstinner
authored
d6debb2
View commit details
Copy full SHA for d6debb2
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
serhiy-storchaka
authored
80ec836
View commit details
Copy full SHA for 80ec836
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
bpo-20185: Convert float object implementation to Argument Clinic. (#543)
Show description for b5c51d3
serhiy-storchaka
authored
b5c51d3
View commit details
Copy full SHA for b5c51d3
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Argument Clinic: Use METH_FASTCALL for boring positionals
Show description for 093119e
vstinner
committed
093119e
View commit details
Copy full SHA for 093119e
View code at this point
Browse repository at this point
Argument Clinic: Use METH_FASTCALL for positionals
Show description for 0c8c389
vstinner
committed
0c8c389
View commit details
Copy full SHA for 0c8c389
View code at this point
Browse repository at this point
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Show description for 3e1fad6
vstinner
committed
3e1fad6
View commit details
Copy full SHA for 3e1fad6
View code at this point
Browse repository at this point
Commits on Sep 10, 2016
Emit METH_FASTCALL code in Argument Clinic
Show description for f0ccbbb
vstinner
committed
f0ccbbb
View commit details
Copy full SHA for f0ccbbb
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
#27364: fix "incorrect" uses of escape character in the stdlib.
Show description for 44b548d
bitdancer
committed
44b548d
View commit details
Copy full SHA for 44b548d
View code at this point
Browse repository at this point
clinic: PY_LONG_LONG -> long long
benjaminp
committed
cc85449
View commit details
Copy full SHA for cc85449
View code at this point
Browse repository at this point
Commits on Aug 14, 2016
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Show description for 9171a8b
serhiy-storchaka
committed
9171a8b
View commit details
Copy full SHA for 9171a8b
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
Show description for f41b82f
serhiy-storchaka
committed
f41b82f
View commit details
Copy full SHA for f41b82f
View code at this point
Browse repository at this point
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
serhiy-storchaka
committed
5dee655
View commit details
Copy full SHA for 5dee655
View code at this point
Browse repository at this point
Issue #26305: Argument Clinic now escapes braces. No need to double them.
serhiy-storchaka
committed
ebe95fd
View commit details
Copy full SHA for ebe95fd
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
Issue #26316: Fix variable name typo in Argument Clinic
vadmium
committed
4177e7c
View commit details
Copy full SHA for 4177e7c
View code at this point
Browse repository at this point
Commits on May 8, 2015
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
Show description for 38337d1
larryhastings
committed
38337d1
View commit details
Copy full SHA for 38337d1
View code at this point
Browse repository at this point
Commits on May 4, 2015
Issue #24001: Argument Clinic converters now use accept={type}
Show description for dbfdc38
larryhastings
committed
dbfdc38
View commit details
Copy full SHA for dbfdc38
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
Show description for 247789c
serhiy-storchaka
committed
247789c
View commit details
Copy full SHA for 247789c
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Issue #23935: Argument Clinic's understanding of format units
Show description for 7f90cba
larryhastings
committed
7f90cba
View commit details
Copy full SHA for 7f90cba
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
larryhastings
committed
89964c4
View commit details
Copy full SHA for 89964c4
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Merge with 3.4
zware
committed
5aec1a4
View commit details
Copy full SHA for 5aec1a4
View code at this point
Browse repository at this point
Make Argument Clinic's '--make' option work on Windows.
zware
committed
bbbbe7e
View commit details
Copy full SHA for bbbbe7e
View code at this point
Browse repository at this point
Issue #20586: Argument Clinic now ensures signatures on functions without docstrings.
zware
committed
8ef887c
View commit details
Copy full SHA for 8ef887c
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23492: Argument Clinic now generates argument parsing code with
Show description for 92e8af6
serhiy-storchaka
committed
92e8af6
View commit details
Copy full SHA for 92e8af6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL