summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-46434: Handle missing docstrings in pdb help (GH-30705)Miss Islington (bot)2022-01-212-0/+3
* bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)Miss Islington (bot)2022-01-211-0/+2
* bpo-46080: fix argparse help generation exception in edge case (GH-30111)Miss Islington (bot)2022-01-201-0/+3
* [3.10] bpo-46339: Fix crash in the parser when computing error text for multi...Miss Islington (bot)2022-01-201-0/+3
* bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)Miss Islington (bot)2022-01-181-0/+1
* bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610)Miss Islington (bot)2022-01-171-0/+2
* bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)Miss Islington (bot)2022-01-171-0/+3
* Merge remote-tracking branch 'upstream/3.10' into 3.10Pablo Galindo2022-01-141-0/+5
|\
| * bpo-46070: _PyGC_Fini() untracks objects (GH-30577)Miss Islington (bot)2022-01-131-0/+5
* | Python 3.10.2v3.10.2Pablo Galindo2022-01-1340-78/+393
|/
* Define Py_BUILD_CORE_MODULEMiss Islington (bot)2022-01-131-0/+2
* bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)Miss Islington (bot)2022-01-111-0/+1
* bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)Miss Islington (bot)2022-01-111-0/+2
* bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)Miss Islington (bot)2022-01-111-0/+1
* bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)Miss Islington (bot)2022-01-071-0/+2
* [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)Miss Islington (bot)2022-01-071-0/+4
* bpo-46070: Fix asyncio initialisation guard (GH-30423)Miss Islington (bot)2022-01-071-0/+2
* bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...Miss Islington (bot)2022-01-061-0/+2
* [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-200...Victor Stinner2022-01-061-0/+5
* Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (GH-...Miss Islington (bot)2022-01-061-0/+2
* bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)Miss Islington (bot)2022-01-051-0/+1
* 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-3034...Miss Islington (bot)2022-01-031-0/+2
* bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)Miss Islington (bot)2021-12-301-0/+1
* closes bpo-38522 docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-3028...Miss Islington (bot)2021-12-291-6/+3
* [3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250)Miss Islington (bot)2021-12-291-0/+1
* bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (G...Miss Islington (bot)2021-12-271-0/+3
* [3.10] Remove a NEWS entry for bpo-45878 (GH-30258)Serhiy Storchaka2021-12-261-2/+0
* [3.10] bpo-46032: Check types in singledispatch's register() at declaration t...Serhiy Storchaka2021-12-251-0/+5
* 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-30224)Ned Deily2021-12-221-0/+2
* [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa...Pablo Galindo Salgado2021-12-201-0/+2
* [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (G...Andrew Svetlov2021-12-191-0/+2
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Miss Islington (bot)2021-12-171-0/+1
* bpo-45755: [typing] Reveal class attributes of generic in generic aliases in ...Miss Islington (bot)2021-12-171-0/+3
* bpo-46105: Honor spec when generating requirement specs with urls and extras....Miss Islington (bot)2021-12-161-0/+2
* bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-...Miss Islington (bot)2021-12-151-0/+1
* [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)Serhiy Storchaka2021-12-131-0/+2
* bpo-45840: Improve cross-references in the data model documentation (GH-29633...Alex Waygood2021-12-131-0/+1
* bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...Miss Islington (bot)2021-12-121-0/+2
* bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-3...Miss Islington (bot)2021-12-121-0/+2
* [3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061)Andrew Svetlov2021-12-111-0/+2
* bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041)Miss Islington (bot)2021-12-111-0/+1
* [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29864) (...Serhiy Storchaka2021-12-101-0/+2
* bpo-46000: Improve NetBSD curses compatibility (GH-29947)Miss Islington (bot)2021-12-101-0/+1
* bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)Miss Islington (bot)2021-12-091-0/+1
* bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...Miss Islington (bot)2021-12-091-0/+2