index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
clinic
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
Tal Einat
2017-11-03
1
-1/+5
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
1
-3/+3
*
bpo-31558: Add gc.freeze() (#3705)
brainfvck
2017-10-16
1
-1/+71
*
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
Victor Stinner
2017-10-13
1
-6/+6
*
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka
2017-10-04
1
-3/+3
*
bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864)
Serhiy Storchaka
2017-10-03
1
-9/+9
*
bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree....
Oren Milman
2017-09-12
1
-1/+19
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-3/+3
*
Regen Moduls/clinic/_ssl.c.h (GH-3320)
Zachary Ware
2017-09-04
1
-3/+3
*
bpo-30622: Change NPN detection: (#2079)
Melvyn Sopacua
2017-09-04
1
-2/+2
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka
2017-09-03
1
-4/+4
*
bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
Yaron de Leeuw
2017-08-18
1
-0/+294
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
39
-1312/+404
*
Regenerate Argument Clinic code for bpo-19180. (#2073)
Serhiy Storchaka
2017-06-10
1
-1/+1
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
29
-766/+766
*
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar
2017-06-09
1
-1/+1
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
1
-17/+21
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
1
-1/+49
*
bpo-30285: Optimize case-insensitive matching and searching (#1482)
Serhiy Storchaka
2017-05-09
1
-1/+63
*
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode...
Serhiy Storchaka
2017-05-05
1
-12/+37
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
1
-7/+11
*
restore *data* parameter of binascii.b2a_base64 to positional-only (#1352)
Xiang Zhang
2017-05-01
1
-3/+3
*
bpo-10076: Compiled regular expression and match objects now are copyable. (#...
Serhiy Storchaka
2017-04-16
1
-47/+5
*
bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)
Serhiy Storchaka
2017-03-30
1
-1/+30
*
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka
2017-03-30
1
-2/+2
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-4/+5
*
bpo-20185: Convert the resource moduel to Argument Clinic. (#545)
Serhiy Storchaka
2017-03-12
1
-0/+164
*
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
Yury Selivanov
2017-03-03
1
-3/+3
*
Issue #20186: Regenerated Argument Clinic.
Serhiy Storchaka
2017-02-05
1
-2/+2
*
Issue #20186: Converted the tracemalloc module to Argument Clinic.
Serhiy Storchaka
2017-02-04
1
-0/+192
*
Issue #20186: Converted the symtable module to Argument Clinic.
Serhiy Storchaka
2017-02-04
1
-0/+39
*
Issue #20185: Converted the gc module to Argument Clinic.
Serhiy Storchaka
2017-02-04
1
-0/+258
*
Issue #29300: Use Argument Clinic for getting struct object from the format.
Serhiy Storchaka
2017-02-04
1
-18/+51
*
Rename struct.unpack() 2nd parameter to "buffer"
Victor Stinner
2017-02-02
1
-8/+12
*
Issue #29300: Convert _struct module to Argument Clinic
Victor Stinner
2017-02-02
1
-0/+276
*
Issue #29092: Merge 3.6.
Xiang Zhang
2017-01-22
1
-2/+3
|
\
|
*
Issue #29092: Sync os.stat's doc and docstring on path type.
Xiang Zhang
2017-01-22
1
-2/+3
|
|
\
*
|
|
Issue #29282: Backed out changeset b33012ef1417
Mark Dickinson
2017-01-21
1
-35/+1
*
|
|
Issue #29282: add fused multiply-add function, math.fma.
Mark Dickinson
2017-01-21
1
-1/+35
*
|
|
Issue #20186: Converted the math module to Argument Clinic.
Serhiy Storchaka
2017-01-19
1
-0/+539
*
|
|
Issue #20186: Converted the _operator module to Argument Clinic.
Serhiy Storchaka
2017-01-19
1
-0/+1648
*
|
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
5
-41/+89
*
|
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
32
-518/+1166
*
|
|
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
21
-133/+133
*
|
|
Issue #29195: Removed support of deprecated undocumented keyword arguments
Serhiy Storchaka
2017-01-13
1
-48/+36
*
|
|
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-1/+31
|
\
\
\
|
|
/
/
|
*
|
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-1/+31
|
|
\
\
|
|
|
/
|
|
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-1/+30
*
|
|
Issue #29004: Merge crc_hqx() doc from 3.6
Martin Panter
2016-12-24
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #29004: Merge crc_hqx() doc from 3.5
Martin Panter
2016-12-24
1
-2/+2
|
|
\
\
|
|
|
/
[next]