summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)Ronald Oussoren2020-11-228-254/+981
* bpo-40791: Make compare_digest more constant-time. (GH-20444)Miss Islington (bot)2020-11-211-1/+1
* bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)Victor Stinner2020-11-171-5/+47
* bpo-42237: Fix os.sendfile() on illumos (GH-23154)Miss Islington (bot)2020-11-121-0/+15
* bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130)Miss Skeleton (bot)2020-11-041-0/+17
* [3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...Miss Skeleton (bot)2020-10-261-2/+2
* bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)Miss Skeleton (bot)2020-10-251-0/+1
* [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...Serhiy Storchaka2020-10-252-35/+1
* bpo-38324: Fix test__locale.py Windows failures (GH-20529)Miss Skeleton (bot)2020-10-201-3/+22
* bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)Miss Skeleton (bot)2020-10-191-3/+6
* bpo-41984: GC track all user classes (GH-22701/GH-22702)Miss Skeleton (bot)2020-10-151-0/+20
* bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)Miss Skeleton (bot)2020-10-131-1/+1
* [3.9] bpo-41867: List options for timespec in docstrings of isoformat methods...Miss Skeleton (bot)2020-10-031-4/+8
* [3.9] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_...Łukasz Langa2020-09-241-0/+4
* bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Miss Islington (bot)2020-09-211-0/+4
* bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Miss Islington (bot)2020-09-171-2/+5
* bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)Miss Islington (bot)2020-09-161-3/+2
* [3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...Łukasz Langa2020-09-161-0/+19
* On path with known exact float, extract the double with the fast macro. (GH-2...Miss Islington (bot)2020-09-041-5/+10
* bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)Miss Islington (bot)2020-08-171-3/+3
* bpo-40878: xlc cannot handle C99 extern inline. (GH-21891)Miss Islington (bot)2020-08-151-1/+1
* bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...Miss Islington (bot)2020-08-151-4/+5
* bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876)Miss Islington (bot)2020-08-141-1/+1
* bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)Miss Islington (bot)2020-07-201-1/+7
* bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-...Miss Islington (bot)2020-07-151-3/+2
* Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)Miss Islington (bot)2020-07-151-2/+2
* bpo-41302: Fix build with system libmpdec (GH-21481)Miss Islington (bot)2020-07-152-6/+5
* bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)Miss Islington (bot)2020-07-131-8/+21
* bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...Miss Islington (bot)2020-07-091-1/+2
* bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)Miss Islington (bot)2020-07-081-3/+9
* closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...Miss Islington (bot)2020-07-081-2/+4
* bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...Miss Islington (bot)2020-07-061-1/+44
* Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)Miss Islington (bot)2020-07-051-4/+4
* bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...Miss Islington (bot)2020-07-031-0/+80
* bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...Miss Islington (bot)2020-07-022-170/+1
* bpo-40874 Update the required libmpdec version for the decimal module (GH-212...Miss Islington (bot)2020-06-281-2/+2
* [3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...Guido van Rossum2020-06-281-1/+3
* Remove dead code from tracemalloc (GH-21029)Miss Islington (bot)2020-06-271-4/+0
* [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii chara...Serhiy Storchaka2020-06-251-18/+18
* bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)Miss Islington (bot)2020-06-241-9/+43
* bpo-41094: Fix decoding errors with audit when open files. (GH-21095)Miss Islington (bot)2020-06-242-6/+10
* [3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)Paul Ganssle2020-06-241-4/+2
* [3.9] bpo-31938: Fix default-value signatures of several functions in the sel...Anthony Sottile2020-06-232-13/+17
* bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)Miss Islington (bot)2020-06-231-1/+1
* bpo-26407: Do not mask errors in csv. (GH-20536)Miss Islington (bot)2020-06-221-8/+8
* bpo-41061: Fix incorrect expressions in hashtable (GH-21028)Miss Islington (bot)2020-06-221-2/+2
* bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...Miss Islington (bot)2020-06-211-6/+6
* [3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH...Dong-hee Na2020-06-212-1/+36
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-181-0/+10
* bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)Miss Islington (bot)2020-06-152-5/+4