summaryrefslogtreecommitdiff
path: root/Modules/clinic
Commit message (Expand)AuthorAgeFilesLines
* [3.7] Remove stray quote in os.replace docstring. (GH-11835)Benjamin Peterson2019-02-121-2/+2
* [3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC....Serhiy Storchaka2018-12-143-13/+15
* [3.7] bpo-31446: Copy command line that should be passed to CreateProcessW()....Serhiy Storchaka2018-12-141-4/+6
* [3.7]bpo-29341: Backport b942707 3.7 (#10298)BNMetrics2018-11-021-11/+11
* bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) (GH-9...Miss Islington (bot)2018-10-204-8/+8
* [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)Christian Heimes2018-09-231-1/+19
* bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...Miss Islington (bot)2018-09-041-4/+4
* [3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...Serhiy Storchaka2018-07-311-2/+2
* bpo-20104: Remove posix_spawn from 3.7 (GH-6794)Pablo Galindo2018-05-141-53/+1
* bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...Miss Islington (bot)2018-05-011-2/+2
* [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...Miss Islington (bot)2018-04-291-3/+3
* bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...Miss Islington (bot)2018-02-262-10/+11
* [3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5880)Miss Islington (bot)2018-02-251-5/+5
* [3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)Miss Islington (bot)2018-02-241-3/+3
* [3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857)Miss Islington (bot)2018-02-241-33/+53
* [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)Miss Islington (bot)2018-02-231-14/+1
* bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage n...Miss Islington (bot)2018-02-221-15/+24
* bpo-31333: Re-implement ABCMeta in C (GH-5733)Ivan Levkivskyi2018-02-181-0/+162
* bpo-20104: Expose `posix_spawn` in the os module (GH-5109)Pablo Galindo2018-01-281-1/+53
* bpo-31368: Expose preadv and pwritev in the os module (#5239)Pablo Galindo2018-01-271-1/+119
* bpo-32433: Optimized HMAC digest (#5023)Christian Heimes2018-01-271-1/+43
* bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...Barry Warsaw2018-01-241-1/+32
* bpo-32643: Drop support for a few private Task and Future APIs. (#5293)Yury Selivanov2018-01-241-76/+1
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-222-3/+47
* bpo-9566: Fix size_t=>int downcast warnings (#5230)Victor Stinner2018-01-181-4/+4
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-161-0/+218
* return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)Benjamin Peterson2017-12-291-3/+8
* bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)Yury Selivanov2017-12-251-2/+18
* bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)Yury Selivanov2017-12-231-17/+31
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-181-1/+35
* bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)Andrew Svetlov2017-12-161-1/+139
* bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka2017-12-1540-407/+407
* bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)Yury Selivanov2017-12-131-1/+79
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-1/+19
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-151-4/+4
* bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)Tal Einat2017-11-031-1/+5
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-241-3/+3
* bpo-31558: Add gc.freeze() (#3705)brainfvck2017-10-161-1/+71
* bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)Victor Stinner2017-10-131-6/+6
* bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka2017-10-041-3/+3
* bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864)Serhiy Storchaka2017-10-031-9/+9
* bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree....Oren Milman2017-09-121-1/+19
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-3/+3
* Regen Moduls/clinic/_ssl.c.h (GH-3320)Zachary Ware2017-09-041-3/+3
* bpo-30622: Change NPN detection: (#2079)Melvyn Sopacua2017-09-041-2/+2
* bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)Serhiy Storchaka2017-09-031-4/+4
* bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)Yaron de Leeuw2017-08-181-0/+294
* 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