summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-40876: Clarify error message in the csv module (GH-20653)Ram Rachum2020-06-051-0/+1
* bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)Jason R. Coombs2020-06-051-0/+1
* bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424)Furkan Önder2020-06-051-0/+2
* bpo-1635741: Port mmap module to multiphase initialization (GH-19459)Dong-hee Na2020-06-051-0/+1
* bpo-40521: Make context free list per-interpreter (GH-20644)Victor Stinner2020-06-051-2/+2
* bpo-40521: Make async gen free lists per-interpreter (GH-20643)Victor Stinner2020-06-051-2/+3
* bpo-40521: Make list free list per-interpreter (GH-20642)Victor Stinner2020-06-051-3/+3
* bpo-40807: Show warnings once from codeop._maybe_compile (#20486)Cheryl Sabella2020-06-041-0/+2
* bpo-40521: Make frame free list per-interpreter (GH-20638)Victor Stinner2020-06-041-3/+3
* bpo-40521: Make slice cache per-interpreter (GH-20637)Victor Stinner2020-06-041-2/+3
* bpo-40521: Make float free list per-interpreter (GH-20636)Victor Stinner2020-06-041-1/+2
* bpo-40521: Make tuple free list per-interpreter (GH-20247)Victor Stinner2020-06-041-0/+1
* bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615)Victor Stinner2020-06-041-0/+1
* bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)Christian Heimes2020-06-041-0/+1
* Don't raise an exception on normal return from generator. (GH-19473)Mark Shannon2020-06-041-0/+1
* bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)Jeremy Attali2020-06-031-0/+3
* bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)Victor Stinner2020-06-031-1/+2
* bpo-32604: Fix reference leak in select module (GH-20600)Victor Stinner2020-06-031-0/+2
* bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)Victor Stinner2020-06-021-0/+2
* bpo-35078: Allow customization of CSS class name of a month in calendar modul...Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2020-06-021-0/+3
* bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)Sanyam Khurana2020-06-021-0/+1
* bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579)Victor Stinner2020-06-011-0/+1
* bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18...Skip Montanaro2020-06-011-0/+1
* bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)Victor Stinner2020-06-011-0/+2
* bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)Huon Wilson2020-06-011-2/+0
* bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)Dong-hee Na2020-06-011-0/+1
* bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)Christian Heimes2020-06-011-0/+2
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Pablo Galindo2020-05-311-0/+4
* bpo-40759: Deprecate the symbol module (GH-20364)Batuhan Taskaya2020-05-311-0/+1
* bpo-40755: Add rich comparisons to Counter (GH-20548)Raymond Hettinger2020-05-312-2/+1
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Terry Jan Reedy2020-05-291-0/+2
* bpo-29882: Add an efficient popcount method for integers (#771)Niklas Fiekas2020-05-291-0/+2
* bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435)Mark Dickinson2020-05-291-0/+2
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Abhilash Raj2020-05-291-0/+2
* bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)Michał Górny2020-05-281-1/+1
* bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-...Petr Viktorin2020-05-281-0/+2
* bpo-40755: Add missing multiset operations to Counter() (GH-20339)Raymond Hettinger2020-05-281-0/+2
* bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177)Victor Stinner2020-05-281-0/+7
* Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484)Victor Stinner2020-05-281-1/+0
* bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka2020-05-283-0/+7
* bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)Victor Stinner2020-05-271-0/+4
* Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465)Pablo Galindo2020-05-271-2/+0
* bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)YoSTEALTH2020-05-271-0/+1
* bpo-40614: Respect feature version for f-string debug expressions (GH-20196)Shantanu2020-05-271-0/+1
* bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)Christian Heimes2020-05-271-0/+2
* bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)Fantix King2020-05-271-0/+1
* bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)Sean Gillespie2020-05-271-0/+1
* bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)Victor Stinner2020-05-271-0/+5
* Upgrade bundled versions of pip & setuptools (#16782)Xavier Fernandez2020-05-271-0/+1
* bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...Pablo Galindo2020-05-271-0/+4