summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the...decorator-factory2024-09-231-1/+1
* gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows...Steve Dower2024-09-232-0/+2
* Add Kirill Podoprigora for AST codeowners (#124302)Kirill Podoprigora2024-09-231-5/+6
* GH-109975: Copyedit 3.13 What's New: C API (#124313)Adam Turner2024-09-234-354/+457
* GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932)Savannah Ostrowski2024-09-231-5/+5
* GH-113655: Lower the C recursion limit for HPPA, PPC64 and SPARC (#124264)Sam James2024-09-231-0/+6
* gh-124130: Notes on empty string corner case of category `\B` (#124133)Y52024-09-231-0/+6
* gh-124228: Fix UUID test in configure files for NetBSD (#124229)Furkan Onder2024-09-232-0/+15
* gh-112938: IDLE - Fix uninteruptable hang when Shell gets rapid continuous ou...Terry Jan Reedy2024-09-223-1/+7
* gh-124213: Skip tests failing inside systemd-nspawn --suppress-sync=true (#12...Michał Górny2024-09-204-4/+46
* gh-111513: Improve datetime.fromtimestamp's error message (#124249)AN Long2024-09-202-0/+5
* gh-124217, ipaddress: Add RFC 9637 reserved IPv6 block `3fff::/20` (#124240)Y52024-09-203-0/+5
* Fix typo in XMLParser doc (#124129)Jacob Walls2024-09-201-1/+1
* gh-124248: Fix crash in struct when processing 0p fields (#124251)Brian Schubert2024-09-204-4/+27
* gh-95468: Add more tests for "--" (double dash) in test_argparse (GH-124274)Serhiy Storchaka2024-09-201-2/+41
* gh-123880: Allow recursive import of single-phase-init modules (GH-123950)Petr Viktorin2024-09-206-25/+141
* gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)sobolevn2024-09-203-10/+44
* gh-81691: Fix handling of multiple "--" (double dashes) in argparse (GH-124233)Serhiy Storchaka2024-09-203-8/+67
* test_cext, test_cppext: enable /W4 warnings on Windows (#124253)Victor Stinner2024-09-193-2/+12
* Docs: Update two FAQs for Python 3 (#124247)Hugo van Kemenade2024-09-192-8/+6
* gh-124245: Fix UserWarning in test_argparse (GH-124246)Serhiy Storchaka2024-09-191-2/+1
* gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)luk13372024-09-193-1/+12
* bpo-41843: Reenable use of sendfile in shutil module on Solaris (GH-23893)Jakub Kulík2024-09-193-4/+9
* Support the "pager" binary in _pyrepl (#122878)Stefano Rivera2024-09-192-0/+3
* gh-124040: Adjust few tests in testHypot/testDist to get exactly computed res...Sergey B Kirpichev2024-09-191-6/+8
* gh-123934: Fix `MagicMock` not to reset magic method return values (#124038)sobolevn2024-09-193-1/+53
* gh-120754: Fix memory leak in FileIO.__init__() (#124225)Victor Stinner2024-09-181-0/+1
* gh-124212: Fix undefined variable in error message in venv (GH-124211)Jacek2024-09-183-1/+17
* gh-124083: Skip test_signal.test_strsignal() on NetBSD (#124084)Furkan Onder2024-09-181-0/+2
* Fix `make htmllive` target (GH-124219)Zachary Ware2024-09-181-1/+1
* gh-116022: Improve `repr()` of AST nodes (#117046)Tomas R2024-09-187-2/+682
* gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (#124204)Victor Stinner2024-09-181-8/+8
* gh-122145: Handle an empty AST body when reporting tracebacks (#122161)Bénédikt Tran2024-09-183-0/+40
* gh-120754: Refactor I/O modules to stash whole stat result rather than indivi...Cody Maloney2024-09-182-46/+81
* gh-124206: Fix calling get_annotate_function() on static types (#124208)Jelle Zijlstra2024-09-183-1/+45
* gh-102511: Change the `os.path.splitroot` param name from `path` back to `p` ...sobolevn2024-09-182-6/+6
* test: fix _is_perf_version_at_least typo (#124199)Sam James2024-09-181-2/+2
* gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)Petr Viktorin2024-09-185-3/+43
* gh-123085: _compile_importlib: Avoid copying sources before compilation (GH-1...Petr Viktorin2024-09-181-8/+7
* gh-119771: Set errno on overflows in _Py_c_pow() (#120256)Sergey B Kirpichev2024-09-184-2/+12
* gh-124190: Ignore files directories check warning tooling (#124193)Nate Ohlson2024-09-184-47/+105
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-1818-13/+443
* Revert "gh-123974: Fix time.get_clock_info() on NetBSD (#123975)" (GH-124115)Serhiy Storchaka2024-09-181-5/+1
* gh-124191: Disable -Wconversion in enable safety (gh-124192)Nate Ohlson2024-09-184-514/+5
* gh-124194: Fix wrong issue number in What's New in Python 3.8 (#124195)Bradley Reynolds2024-09-181-1/+1
* gh-122765: make prompt in activate.csh robust against unbalanced quotes and n...Jacek2024-09-172-1/+2
* gh-123836: workaround fmod(x, y) bug on Windows (#124171)Sergey B Kirpichev2024-09-172-0/+12
* gh-110190: Fix ctypes structs with array on SPARC (GH-118233)Jakub Kulík2024-09-172-1/+3
* gh-124064: Fix -Wconversion warnings in Parser/pegen.c (#124181)Victor Stinner2024-09-173-11/+9
* gh-124064: Fix -Wconversion warnings in pycore_{long,object}.h (#124177)Victor Stinner2024-09-176-24/+19