summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...Serhiy Storchaka2024-03-136-8/+113
* [3.12] gh-116491: Improve `test_win32_ver` (GH-116506) (#116708)Miss Islington (bot)2024-03-131-1/+29
* [3.12] Modernize roundrobin() recipe and improve variable names (gh-116710) (...Miss Islington (bot)2024-03-131-17/+14
* [3.12] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116707)Miss Islington (bot)2024-03-131-3/+12
* [3.12] gh-111307: Update design FAQ 'switch' entry (GH-115899) (#116703)Miss Islington (bot)2024-03-131-3/+8
* [3.12] Docs: fix broken links (GH-116651) (#116700)Miss Islington (bot)2024-03-134-4/+4
* [3.12] Minor clarity improvement for the iter_index() recipe. Also add value ...Miss Islington (bot)2024-03-131-4/+21
* [3.12] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-1...Miss Islington (bot)2024-03-131-1/+3
* Fix linting for Modules/gcmodule.c (#116691)Pablo Galindo Salgado2024-03-131-1/+1
* [3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-11...Pablo Galindo Salgado2024-03-123-0/+31
* [3.12] gh-116307: Proper fix for 'mod' leaking across importlib tests (GH-116...Miss Islington (bot)2024-03-123-1/+16
* [3.12] Add `typing.NamedTuple` in glossary section for named tuples (GH-10832...Miss Islington (bot)2024-03-121-4/+5
* [3.12] Beef-up tests for the itertool docs. (gh-116679) (gh-116688)Miss Islington (bot)2024-03-121-9/+103
* [3.12] gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (G...Miss Islington (bot)2024-03-121-0/+1
* [3.12] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...Tian Gao2024-03-123-95/+102
* [3.12] gh-110819: Fix ‘kind’ may be used uninitialized warning in `longob...Miss Islington (bot)2024-03-121-28/+35
* [3.12] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (...Miss Islington (bot)2024-03-121-32/+36
* [3.12] gh-116600: [Enum] fix global Flag repr (GH-116615) (GH-116629)Miss Islington (bot)2024-03-123-1/+4
* [3.12] gh-116040: [Enum] fix test_empty_names test (GH-116508) (GH-116619)Miss Islington (bot)2024-03-112-14/+8
* [3.12] gh-116563: Update tutorial error example (GH-116569) (#116624)Miss Islington (bot)2024-03-111-4/+4
* [3.12] gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (GH-11642...Miss Islington (bot)2024-03-111-18/+7
* [3.12] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) ...Miss Islington (bot)2024-03-111-31/+30
* [3.12] gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) ...Miss Islington (bot)2024-03-111-38/+17
* [3.12] gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (GH-1...Miss Islington (bot)2024-03-111-1/+2
* [3.12] gh-116535: Fix distracting "TypeError" in example code (gh-116538) (gh...Miss Islington (bot)2024-03-091-2/+2
* [3.12] gh-115142: Skip ``test__xxsubinterpreters`` if ``_testcapi`` is not av...Kirill Podoprigora2024-03-091-2/+1
* [3.12] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posix...Miss Islington (bot)2024-03-091-6/+17
* [3.12] GH-116218 Docs: Add availability information for the 'resource' module...Miss Islington (bot)2024-03-091-0/+2
* [3.12] gh-105535 Document potential performance trap during enum creation (GH...Miss Islington (bot)2024-03-091-0/+7
* [3.12] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) ...Miss Islington (bot)2024-03-082-3/+3
* [3.12] gh-116485: Fixed the typo (GH-116486) (#116489)Miss Islington (bot)2024-03-081-1/+1
* [3.12] gh-116040: [Enum] fix by-value calls when second value is falsey (GH-1...Ethan Furman2024-03-073-4/+46
* gh-116472: Replace literal newlines with escape characters in MSBuild files (...Miss Islington (bot)2024-03-071-3/+1
* [3.12] gh-115421: List all test subdirs in Makefile, and test them (GH-115813...Petr Viktorin2024-03-072-1/+69
* [3.12] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule...Miss Islington (bot)2024-03-071-9/+19
* [3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...Serhiy Storchaka2024-03-0721-93/+69
* [3.12] gh-88118: Fix some test_multiprocessing flakiness. (GH-116434) (GH-116...Miss Islington (bot)2024-03-061-5/+10
* [3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...Sebastian Pipping2024-03-0615-21/+439
* [3.12] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116...Miss Islington (bot)2024-03-062-3/+7
* [3.12] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (...Miss Islington (bot)2024-03-061-26/+29
* [3.12] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/previ...Brett Cannon2024-03-055-6/+9
* [3.12] gh-115986: Fix inaccuracies in pprint docs (GH-116104) (#116382)Miss Islington (bot)2024-03-051-2/+2
* [3.12] chore: fix typos (#116345) (#116370)Terry Jan Reedy2024-03-0510-11/+11
* [3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)...Miss Islington (bot)2024-03-053-26/+64
* [3.12] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASC...Miss Islington (bot)2024-03-054-2/+21
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Miss Islington (bot)2024-03-054-74/+140
* [3.12] Fix the PyGetSetDef documentation (GH-116056) (GH-116363)Miss Islington (bot)2024-03-051-3/+3
* [3.12] gh-115777: Fix double versionadded directives (GH-116269) (GH-116361)Miss Islington (bot)2024-03-056-24/+8
* [3.12] gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodu...Miss Islington (bot)2024-03-051-18/+32
* [3.12] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef ...Miss Islington (bot)2024-03-053-1/+9