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