summaryrefslogtreecommitdiffstats
path: root/Modules/clinic
Commit message (Expand)AuthorAgeFilesLines
* bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)Serhiy Storchaka2017-07-0339-1312/+404
* Regenerate Argument Clinic code for bpo-19180. (#2073)Serhiy Storchaka2017-06-101-1/+1
* bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)Sylvain2017-06-1029-766/+766
* bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)Chandan Kumar2017-06-091-1/+1
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-291-17/+21
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-271-1/+49
* bpo-30285: Optimize case-insensitive matching and searching (#1482)Serhiy Storchaka2017-05-091-1/+63
* bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode...Serhiy Storchaka2017-05-051-12/+37
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-031-7/+11
* restore *data* parameter of binascii.b2a_base64 to positional-only (#1352)Xiang Zhang2017-05-011-3/+3
* bpo-10076: Compiled regular expression and match objects now are copyable. (#...Serhiy Storchaka2017-04-161-47/+5
* bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)Serhiy Storchaka2017-03-301-1/+30
* bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)Serhiy Storchaka2017-03-301-2/+2
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-4/+5
* bpo-20185: Convert the resource moduel to Argument Clinic. (#545)Serhiy Storchaka2017-03-121-0/+164
* bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)Yury Selivanov2017-03-031-3/+3
* Issue #20186: Regenerated Argument Clinic.Serhiy Storchaka2017-02-051-2/+2
* Issue #20186: Converted the tracemalloc module to Argument Clinic.Serhiy Storchaka2017-02-041-0/+192
* Issue #20186: Converted the symtable module to Argument Clinic.Serhiy Storchaka2017-02-041-0/+39
* Issue #20185: Converted the gc module to Argument Clinic.Serhiy Storchaka2017-02-041-0/+258
* Issue #29300: Use Argument Clinic for getting struct object from the format.Serhiy Storchaka2017-02-041-18/+51
* Rename struct.unpack() 2nd parameter to "buffer"Victor Stinner2017-02-021-8/+12
* Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-021-0/+276
* Issue #29092: Merge 3.6.Xiang Zhang2017-01-221-2/+3
|\
| * Issue #29092: Sync os.stat's doc and docstring on path type.Xiang Zhang2017-01-221-2/+3
| |\
* | | Issue #29282: Backed out changeset b33012ef1417Mark Dickinson2017-01-211-35/+1
* | | Issue #29282: add fused multiply-add function, math.fma.Mark Dickinson2017-01-211-1/+35
* | | Issue #20186: Converted the math module to Argument Clinic.Serhiy Storchaka2017-01-191-0/+539
* | | Issue #20186: Converted the _operator module to Argument Clinic.Serhiy Storchaka2017-01-191-0/+1648
* | | Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-175-41/+89
* | | Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-1732-518/+1166
* | | Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner2017-01-1721-133/+133
* | | Issue #29195: Removed support of deprecated undocumented keyword argumentsSerhiy Storchaka2017-01-131-48/+36
* | | Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-1/+31
|\ \ \ | |/ /
| * | Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-1/+31
| |\ \ | | |/
| | * Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-1/+30
* | | Issue #29004: Merge crc_hqx() doc from 3.6Martin Panter2016-12-241-2/+2
|\ \ \ | |/ /
| * | Issue #29004: Merge crc_hqx() doc from 3.5Martin Panter2016-12-241-2/+2
| |\ \ | | |/
| | * Issue #29004: Document binascii.crc_hqx() implements CRC-CCITTMartin Panter2016-12-241-2/+2
* | | Issue #28765: _sre.compile() now checks the type of groupindex and indexgroupVictor Stinner2016-11-221-3/+3
* | | Issue #28585: Restored docstring of os._isdir().Serhiy Storchaka2016-11-081-2/+3
|\ \ \ | |/ /
| * | Issue #28585: Restored docstring of os._isdir().Serhiy Storchaka2016-11-081-2/+3
| |\ \ | | |/
| | * Issue #28585: Restored docstring of os._isdir().Serhiy Storchaka2016-11-081-2/+3
* | | Issue #28586: Converted os.scandir() to Argument Clinic.Serhiy Storchaka2016-11-061-1/+204
* | | Merge 3.6 (issue #28544)Yury Selivanov2016-10-281-0/+520
|\ \ \ | |/ /
| * | Issue #28544: Implement asyncio.Task in C.Yury Selivanov2016-10-281-0/+520
* | | Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*.Serhiy Storchaka2016-10-231-3/+3
|/ /
* | Issue #28156: Export os.getpid() conditionallyBerker Peksag2016-09-151-1/+9
* | Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner2016-09-1020-390/+391
* | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-082-32/+90