summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.10v3.9.10Łukasz Langa2022-01-1356-114/+557
* bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580)Victor Stinner2022-01-131-0/+5
* [3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (...Christian Heimes2022-01-131-0/+2
* bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)Miss Islington (bot)2022-01-111-0/+1
* bpo-46070: Fix asyncio initialisation guard (GH-30423)Miss Islington (bot)2022-01-071-0/+2
* [3.9] bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed mem...Miss Islington (bot)2022-01-061-0/+2
* Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (#30...Miss Islington (bot)2022-01-061-0/+2
* bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)Miss Islington (bot)2022-01-051-0/+1
* bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...Miss Islington (bot)2022-01-041-0/+1
* bpo-46239: improve error message when importing `asyncio.windows_events` (GH-...Miss Islington (bot)2022-01-041-0/+2
* bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)Miss Islington (bot)2022-01-031-0/+2
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343)Miss Islington (bot)2022-01-021-0/+2
* bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)Miss Islington (bot)2021-12-301-0/+1
* closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284)Miss Islington (bot)2021-12-291-6/+3
* [3.9] bpo-46032: Check types in singledispatch's register() at declaration ti...Miss Islington (bot)2021-12-261-0/+5
* [3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30...Miss Islington (bot)2021-12-261-0/+1
* [3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260)Miss Islington (bot)2021-12-261-2/+0
* bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te...Miss Islington (bot)2021-12-241-0/+2
* bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser...Miss Islington (bot)2021-12-241-0/+2
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225)Ned Deily2021-12-221-0/+2
* [3.9] bpo-46110: Add a recursion check to avoid stack overflow in the PEG par...Pablo Galindo Salgado2021-12-201-0/+2
* [3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH...Andrew Svetlov2021-12-191-0/+2
* [3.9] bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-30173)Christian Heimes2021-12-171-0/+1
* [3.9] bpo-46105: Honor spec when generating requirement specs with urls and e...Jason R. Coombs2021-12-171-0/+2
* bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-...Miss Islington (bot)2021-12-151-0/+1
* [3.9] bpo-45840: Improve cross-references in the data model documentation (G...Alex Waygood2021-12-131-0/+1
* [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)Miss Islington (bot)2021-12-131-0/+2
* [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (...Miss Islington (bot)2021-12-111-0/+2
* bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042)Miss Islington (bot)2021-12-111-0/+1
* bpo-46000: Improve NetBSD curses compatibility (GH-29947) (GH-30023)Miss Islington (bot)2021-12-101-0/+1
* [3.9] bpo-45662: Fix the repr of InitVar with a type alias to the built-in cl...Miss Islington (bot)2021-12-101-0/+2
* bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)Miss Islington (bot)2021-12-091-0/+1
* bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...Miss Islington (bot)2021-12-071-0/+2
* [3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938)Christian Heimes2021-12-061-0/+2
* bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29933)Ned Deily2021-12-061-0/+1
* bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.G...Miss Islington (bot)2021-12-051-0/+2
* bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)Miss Islington (bot)2021-12-051-0/+3
* bpo-37658: Actually return result in race condition (GH-29202) (GH-29832)Miss Islington (bot)2021-11-301-0/+3
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)Miss Islington (bot)2021-11-291-0/+2
* bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)Miss Islington (bot)2021-11-291-0/+2
* bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...Irit Katriel2021-11-291-0/+1
* [3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) (#29819)Miss Islington (bot)2021-11-281-0/+1
* [3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-...Ma Lin2021-11-271-0/+1
* bpo-45901: Fixes argument passing when invoking .py files directly through th...Miss Islington (bot)2021-11-261-0/+4
* bpo-45866: Fix typo in the NEWS entry (GH-29798)Miss Islington (bot)2021-11-261-1/+1
* bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2...Victor Stinner2021-11-261-0/+4
* bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29776)Victor Stinner2021-11-261-0/+2
* [3.9] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29783)Christian Heimes2021-11-251-0/+3
* [3.9] bpo-45881: Use CC from env first for cross building (GH-29752) (GH-29754)Christian Heimes2021-11-251-0/+2
* [3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)Christian Heimes2021-11-251-0/+4