summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Cleanup dangling reference in get_timezone_utc_capi (#5317)Paul Ganssle2018-01-251-0/+2
* bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...Serhiy Storchaka2018-01-258-171/+94
* bpo-32652: Defer pymain_set_global_config() call (#5303)Victor Stinner2018-01-251-14/+12
* bpo-10381: Add timezone to datetime C API (#5032)Paul Ganssle2018-01-242-0/+90
* bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...Barry Warsaw2018-01-242-1/+62
* bpo-32643: Drop support for a few private Task and Future APIs. (#5293)Yury Selivanov2018-01-242-182/+10
* bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)Victor Stinner2018-01-241-174/+201
* bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289)Victor Stinner2018-01-241-5/+1
* bpo-32296: Make get_running_loop() another 4-5x faster (#5277)Yury Selivanov2018-01-231-62/+102
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-237-58/+287
* bpo-32503: Avoid creating too small frames in pickles. (#5127)Serhiy Storchaka2018-01-201-9/+9
* bpo-32598: Use autoconf to detect usable OpenSSL (#5242)Christian Heimes2018-01-201-0/+7
* bpo-9566: Fix size_t=>int downcast warnings (#5230)Victor Stinner2018-01-182-7/+7
* bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212)Victor Stinner2018-01-171-0/+1
* bpo-32403: Faster date and datetime constructors (#4993)Paul Ganssle2018-01-161-45/+75
* bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io...Serhiy Storchaka2018-01-165-63/+105
* bpo-32544: Speed up hasattr() and getattr() (GH-5173)INADA Naoki2018-01-161-2/+4
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-152-0/+618
* bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)Victor Stinner2018-01-151-8/+29
* bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)Victor Stinner2018-01-155-12/+12
* bpo-31993: Do not use memoryview when pickle large strings. (#5154)Serhiy Storchaka2018-01-121-2/+3
* bpo-31993: Do not create frames for large bytes and str objects (#5114)Serhiy Storchaka2018-01-111-94/+86
* bpo-29240: Ignore UTF-8 Mode in time module (#5148)Victor Stinner2018-01-112-8/+7
* bpo-29240: readline now ignores the UTF-8 Mode (#5145)Victor Stinner2018-01-101-2/+3
* bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)David Carlier2018-01-091-4/+1
* bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c...Max Bélanger2018-01-071-10/+0
* bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)Olivier Grisel2018-01-061-24/+114
* bpo-29137: Remove fpectl module (#4789)Nathaniel J. Smith2018-01-063-468/+0
* bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvf...Michael Felt2018-01-051-0/+6
* bpo-32226: Make __class_getitem__ an automatic class method. (#5098)Serhiy Storchaka2018-01-041-6/+2
* bpo-32308: Replace empty matches adjacent to a previous non-empty match in re...Serhiy Storchaka2018-01-041-2/+2
* closes bpo-32460: ensure all non-static globals have initializers (#5061)Benjamin Peterson2017-12-316-48/+47
* bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122)...Michael Felt2017-12-301-6/+17
* Fix typo (#5049)Andrew Svetlov2017-12-301-1/+1
* return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)Benjamin Peterson2017-12-292-19/+35
* bpo-31721: Allow Future._log_traceback to only be set to False (#5009)Yury Selivanov2017-12-251-0/+5
* bpo-32422: Reduce lru_cache memory usage (GH-5008)INADA Naoki2017-12-251-26/+6
* bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)Yury Selivanov2017-12-252-11/+60
* bpo-32402: io: Add missing NULL check. (GH-4971)INADA Naoki2017-12-241-0/+6
* bpo-32415: Fix "error is already set" (#4999)Yury Selivanov2017-12-231-0/+1
* bpo-32357: Use PySet_GET_SIZE macro in _is_coroutine() from _asynciomodule.c ...Andrew Svetlov2017-12-231-1/+1
* bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)Yury Selivanov2017-12-232-46/+100
* bpo-32030: Add _Py_FindEnvConfigValue() (#4963)Victor Stinner2017-12-211-72/+9
* bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)Victor Stinner2017-12-212-4/+4
* bpo-15873: Implement [date][time].fromisoformat (#4699)Paul Ganssle2017-12-211-0/+353
* bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli...INADA Naoki2017-12-212-150/+329
* bpo-32030: Fix usage of memory allocators (#4953)Victor Stinner2017-12-201-7/+19
* correct the typos (#4950)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2017-12-201-2/+2
* bpo-32030: Complete _PyCoreConfig_Read() (#4946)Victor Stinner2017-12-201-325/+366
* bpo-32030: Add _PyCoreConfig.warnoptions (#4936)Victor Stinner2017-12-201-421/+446