summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0v3.13.0Thomas Wouters2024-10-076-10/+24
* [3.13] GH-109975: Announce final release in What's New in Python 3.13 (GH-125...Miss Islington (bot)2024-10-072-3/+3
* [3.13] gh-125025: `_thread` docs: fix/update the *caveats* list (GH-125026) (...Miss Islington (bot)2024-10-071-7/+2
* [3.13] Doc: Simplify the definition of 'soft deprecated' (GH-124988) (#125029)Miss Islington (bot)2024-10-061-9/+5
* [3.13] gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (GH-125013) ...Miss Islington (bot)2024-10-063-1/+23
* [3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis ...Miss Islington (bot)2024-10-043-2/+18
* [3.13] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830) (#124...Miss Islington (bot)2024-10-041-1/+1
* [3.13] gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. ...Miss Islington (bot)2024-10-031-0/+6
* [3.13] gh-122864: Fix a ``test_funcattrs.test___builtins__`` when executing d...Miss Islington (bot)2024-10-031-2/+7
* [3.13] Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. ...Miss Islington (bot)2024-10-031-1/+15
* [3.13] gh-124370: Add "howto" for free-threaded Python (GH-124371) (#124860)Miss Islington (bot)2024-10-033-0/+157
* [3.13] GH-109975: Copyedit 3.13 What's New: Link to installing free-threaded ...Miss Islington (bot)2024-10-031-4/+1
* [3.13] GH-109975: Copyedit 3.13 What's New: Note delayed expected release dat...Miss Islington (bot)2024-10-031-1/+1
* [3.13] Doc: Fix archive filenames for standard builds (GH-124826) (#124836)Miss Islington (bot)2024-10-032-3/+9
* [3.13] gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` ...Miss Islington (bot)2024-10-031-1/+1
* Post 3.13.0rc3Thomas Wouters2024-10-011-1/+1
* Python 3.13.0rc3v3.13.0rc3Thomas Wouters2024-10-0144-276/+662
* [3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-1...Jelle Zijlstra2024-10-013-1/+31
* [3.13] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interne...Miss Islington (bot)2024-10-012-47/+6
* [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)T. Wouters2024-09-3011-5712/+5329
* [3.13] Doc: Run HTML and non-HTML daily builds separately (GH-124493) (#124790)Miss Islington (bot)2024-09-301-3/+3
* [3.13] gh-124613, regrtest: Detect JIT in build info (GH-124793) (#124797)Miss Islington (bot)2024-09-301-4/+53
* [3.13] gh-124642: Dictionaries aren't marking objects as weakref'd (GH-124643...Miss Islington (bot)2024-09-302-3/+4
* [3.13] Doc: Fix default ``latex_elements['papersize']`` (GH-124525) (#124725)Miss Islington (bot)2024-09-301-2/+2
* [3.13] gh-123811: test that round() can return signed zero (GH-123829) (#123938)Miss Islington (bot)2024-09-301-5/+5
* [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno_...Serhiy Storchaka2024-09-3011-12/+110
* [3.13] gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-1...Miss Islington (bot)2024-09-301-14/+30
* [3.13] gh-123826: Fix unused function warnings in mimalloc on NetBSD (GH-1238...Miss Islington (bot)2024-09-301-2/+2
* [3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testc...Sergey B Kirpichev2024-09-305-87/+63
* [3.13] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (G...Miss Islington (bot)2024-09-301-1/+3
* [3.13] gh-123915: Ensure that Windows AMD64 and ARM64 release builds use diff...Miss Islington (bot)2024-09-302-1/+2
* [3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896)Miss Islington (bot)2024-09-303-0/+3
* [3.13] gh-123881: Add additional test coverage for PEP 695 edge cases (GH-123...Miss Islington (bot)2024-09-301-0/+17
* [3.13] gh-77894: Fix a crash when the GC breaks a loop containing a memoryvie...Miss Islington (bot)2024-09-304-33/+57
* [3.13] gh-123919: Fix null handling in `_freeze_module.c` (GH-123920) (#123948)Miss Islington (bot)2024-09-301-0/+11
* [3.13] gh-123942: add missing test for docstring-handling code in ast_opt.c (...Miss Islington (bot)2024-09-301-0/+26
* [3.13] gh-121735: Fix module-adjacent references in zip files (GH-123037) (#1...Miss Islington (bot)2024-09-3040-261/+223
* [3.13] gh-116622: Mock the passage of time in Android logcat rate limit tests...Miss Islington (bot)2024-09-302-7/+30
* [3.13] gh-123836: Check zero signs in math_testcases.txt (GH-123854) (#124161)Miss Islington (bot)2024-09-301-0/+10
* [3.13] gh-123836: workaround fmod(x, y) bug on Windows (GH-124171) (#124187)Sergey B Kirpichev2024-09-302-0/+12
* [3.13] gh-122145: Handle an empty AST body when reporting tracebacks (GH-1221...Miss Islington (bot)2024-09-303-0/+40
* [3.13] gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (GH-124...Miss Islington (bot)2024-09-301-8/+8
* [3.13] gh-124212: Fix undefined variable in error message in venv (GH-124211)...Miss Islington (bot)2024-09-303-1/+17
* [3.13] gh-123934: Fix `MagicMock` not to reset magic method return values (GH...Miss Islington (bot)2024-09-303-1/+53
* [3.13] gh-124245: Fix UserWarning in test_argparse (GH-124246) (#124255)Miss Islington (bot)2024-09-301-2/+1
* [3.13] gh-123797: Check for runtime availability of `ptsname_r` on macos (GH-...Miss Islington (bot)2024-09-303-10/+44
* [3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (...Miss Islington (bot)2024-09-304-4/+27
* [3.13] gh-124254: Detect freethreaded MSI component when doing an upgrade on ...Miss Islington (bot)2024-09-302-0/+2
* [3.13] GH-87041: Fix incorrect indentation in argparse help (GH-124230) (#124...Miss Islington (bot)2024-09-303-4/+44
* [3.13] Bump Ruff to 0.6.7 (#124384) (#124389)Alex Waygood2024-09-308-14/+11