summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-...Zackery Spytz2020-07-151-3/+2
* Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)Benjamin Peterson2020-07-151-2/+2
* bpo-41302: Fix build with system libmpdec (GH-21481)Felix Yan2020-07-152-6/+5
* bpo-20183: Convert _locale to the Argument Clinic (GH-14201)Zackery Spytz2020-07-152-117/+760
* bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)Serhiy Storchaka2020-07-131-8/+21
* bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)Serhiy Storchaka2020-07-122-9/+52
* bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)Zackery Spytz2020-07-125-94/+797
* bpo-20181: Convert the readline module to the Argument Clinic (#14326)Zackery Spytz2020-07-122-247/+1022
* bpo-36346: Make using the legacy Unicode C API optional (GH-21437)Serhiy Storchaka2020-07-106-44/+199
* bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)Zackery Spytz2020-07-102-409/+1364
* bpo-39573: Use the Py_TYPE() macro (GH-21433)Victor Stinner2020-07-101-1/+1
* bpo-36346: Do not use legacy Unicode C API in ctypes. (#21429)Serhiy Storchaka2020-07-103-29/+21
* bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...Zackery Spytz2020-07-091-1/+2
* bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)Tony Solomonik2020-07-081-3/+9
* closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...Zackery Spytz2020-07-081-2/+4
* bpo-29778: test_embed tests the path configuration (GH-21306)Victor Stinner2020-07-071-44/+1
* bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...Steve Dower2020-07-061-1/+44
* bpo-29727: Register array.array as a MutableSequence (GH-21338)Pablo Galindo2020-07-051-0/+20
* bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)Serhiy Storchaka2020-07-051-7/+1
* Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)Inada Naoki2020-07-051-4/+4
* bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294)Dong-hee Na2020-07-031-35/+31
* bpo-1635741: Port sha256 module to multiphase init (PEP 489) (GH-21189)Mohamed Koubaa2020-07-031-28/+30
* bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...scoder2020-07-031-0/+80
* bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...RĂ©mi Lapeyre2020-07-022-170/+1
* bpo-41100: fix _decimal for arm64 Mac OS (GH-21228)Lawrence D'Anna2020-06-301-0/+3
* bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)Serhiy Storchaka2020-06-302-10/+68
* bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)Stefan Krah2020-06-281-2/+2
* bpo-31082: Use "iterable" in the docstring for functools.reduce() (GH-20796)Zackery Spytz2020-06-281-7/+7
* bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021)Guido van Rossum2020-06-281-1/+3
* Remove dead code from tracemalloc (GH-21029)Christian Heimes2020-06-271-4/+0
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-251-18/+18
* bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)Serhiy Storchaka2020-06-241-9/+43
* bpo-41094: Fix decoding errors with audit when open files. (GH-21095)Serhiy Storchaka2020-06-242-6/+10
* bpo-31938: Fix default-value signatures of several functions in the select mo...Anthony Sottile2020-06-232-13/+17
* On path with known exact float, extract the double with the fast macro. (GH-2...Raymond Hettinger2020-06-231-5/+10
* bpo-40521: Remove freelist from collections.deque() (GH-21073)Raymond Hettinger2020-06-231-21/+2
* bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)WildCard652020-06-231-1/+1
* bpo-40521: Make dict free lists per-interpreter (GH-20645)Victor Stinner2020-06-231-1/+1
* bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)Dong-hee Na2020-06-222-298/+464
* bpo-41078: Add pycore_list.h internal header file (GH-21057)Victor Stinner2020-06-222-1/+3
* bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)Victor Stinner2020-06-222-2/+2
* bpo-26407: Do not mask errors in csv. (GH-20536)Serhiy Storchaka2020-06-221-8/+8
* bpo-41061: Fix incorrect expressions in hashtable (GH-21028)Christian Heimes2020-06-221-2/+2
* bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)Gregory P. Smith2020-06-221-4/+2
* bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)Dong-hee Na2020-06-212-1/+36
* bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)Gregory P. Smith2020-06-202-5/+4
* bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...Gregory P. Smith2020-06-201-6/+6
* bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)Dong-hee Na2020-06-192-174/+239
* bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)Victor Stinner2020-06-191-6/+13
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-171-0/+10