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.14.0b2
v3.14.0b2
Hugo van Kemenade
2025-05-26
78
-276/+958
*
[3.14] gh-91048: Correct Apple platform includes for iOS. (GH-134712) (#134714)
Miss Islington (bot)
2025-05-26
1
-8/+8
*
[3.14] gh-132710: add missing NEWS entry for GH-134697 (GH-134705) (#134707)
Miss Islington (bot)
2025-05-26
1
-0/+3
*
[3.14] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC ...
Bénédikt Tran
2025-05-26
6
-28/+357
*
[3.14] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (...
Miss Islington (bot)
2025-05-26
1
-0/+2
*
[3.14] gh-134208: remove dead AC directives for `_curses.window.{chgat,getstr...
Bénédikt Tran
2025-05-26
1
-173/+148
*
[3.14] gh-132493: Remove __annotations__ usage in inspect._signature_is_funct...
Miss Islington (bot)
2025-05-26
3
-3/+34
*
[3.14] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_pt...
Miss Islington (bot)
2025-05-26
3
-0/+37
*
[3.14] gh-127833: lexical analysis: Improve section on Names (GH-131474) (#13...
Miss Islington (bot)
2025-05-26
2
-53/+77
*
[3.14] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134684)
Miss Islington (bot)
2025-05-26
3
-0/+31
*
[3.14] gh-69605: Disable PyREPL module autocomplete fallback on regular compl...
Miss Islington (bot)
2025-05-25
4
-12/+27
*
[3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...
Pablo Galindo Salgado
2025-05-25
17
-3949/+5307
*
[3.14] gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (GH-134286) (...
Miss Islington (bot)
2025-05-25
2
-31438/+31452
*
[3.14] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134670)
Miss Islington (bot)
2025-05-25
3
-3/+3
*
[3.14] GH-130328: Fix WindowsConsoleGetEventTests after gh-133728 (gh-134660)...
Miss Islington (bot)
2025-05-25
1
-0/+1
*
[3.14] gh-133960: Improve typing.evaluate_forward_ref (GH-133961) (#134663)
Miss Islington (bot)
2025-05-25
4
-55/+131
*
[3.14] annotationlib docs: note that ForwardRef.evaluate eventually defaults ...
Miss Islington (bot)
2025-05-25
1
-0/+4
*
[3.14] gh-134582: Fix t-strings untokenize() roundtrip removing space between...
Miss Islington (bot)
2025-05-25
3
-7/+12
*
[3.14] gh-133684: Fix get_annotations() where PEP 563 is involved (GH-133795)...
Miss Islington (bot)
2025-05-25
3
-4/+84
*
[3.14] gh-133778: Fix setting `__annotations__` under PEP 563 (GH-133794) (#1...
Miss Islington (bot)
2025-05-25
3
-9/+60
*
[3.14] GH-130328: Speedup pasting in legacy console on Windows (gh-133728) (#...
Miss Islington (bot)
2025-05-25
5
-12/+26
*
[3.14] gh-134578: Mark more slow tests (GH-134579) (GH-134590)
Miss Islington (bot)
2025-05-24
5
-0/+6
*
[3.14] gh-134168: fix `http.server` CLI support for IPv6 and `--directory` wh...
Bénédikt Tran
2025-05-24
2
-4/+13
*
[3.14] gh-134595: Update HOWTO to reflect change in CIBW option (GH-134598) (...
Miss Islington (bot)
2025-05-24
1
-1/+1
*
[3.14] gh-80334: fix multiprocessing.freeze_support for other spawn platforms...
Miss Islington (bot)
2025-05-24
3
-6/+8
*
[3.14] gh-134546: ensure remote pdb script is readable (GH-134552) (#134616)
Miss Islington (bot)
2025-05-24
2
-0/+4
*
[3.14] gh-128840: Limit the number of parts in IPv6 address parsing (GH-12884...
Miss Islington (bot)
2025-05-24
3
-2/+22
*
[3.14] gh-132983: Make _zstd C code PEP 7 compliant (GH-134605) (#134609)
Miss Islington (bot)
2025-05-24
6
-109/+137
*
[3.14] gh-132983: Slightly tweak error messages for _zstd compressor/decompre...
Miss Islington (bot)
2025-05-23
3
-12/+11
*
[3.14] gh-134557: Revert "[3.14] gh-132775: Use _PyCode GetScriptXIData()" (...
Eric Snow
2025-05-23
4
-104/+240
*
[3.14] gh-134381: Fix RuntimeError when starting not-yet started Thread after...
Miss Islington (bot)
2025-05-23
3
-0/+29
*
[3.14] gh-133454: Reduce the number of threads in test_racing_getbuf_and_rele...
Miss Islington (bot)
2025-05-23
1
-9/+11
*
[3.14] Further improves Advanced installation docs for PyManager (GH-134541) ...
Miss Islington (bot)
2025-05-23
1
-13/+34
*
[3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289...
Miss Islington (bot)
2025-05-23
7
-182/+229
*
[3.14] gh-106318: Add example for `str.count()` (GH-134519) (#134574)
Miss Islington (bot)
2025-05-23
1
-2/+12
*
[3.14] gh-106318: Add example for `str.center()` (GH-134518) (#134571)
Miss Islington (bot)
2025-05-23
1
-2/+8
*
[3.14] gh-134451: Converted `asyncio.tools.CycleFoundException` from dataclas...
Miss Islington (bot)
2025-05-23
2
-3/+10
*
[3.14] gh-114177: avoid calling connection lost callbacks when loop is alread...
Miss Islington (bot)
2025-05-23
2
-1/+7
*
[3.14] gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task,...
Miss Islington (bot)
2025-05-23
2
-6/+40
*
[3.14] Docs: fix link in free-threading-python.rst (GH-134548) (#134555)
Miss Islington (bot)
2025-05-23
1
-1/+1
*
[3.14] GH-131769: fix detecting a pydebug build of the build Python when buil...
Brett Cannon
2025-05-22
2
-8/+15
*
[3.14] GH-130397: remove special-casing of C stack depth for WASI (GH-134469)...
Miss Islington (bot)
2025-05-22
8
-7/+15
*
[3.14] Avoid `__file__` in `hashlib` example (GH-134540) (#134549)
Miss Islington (bot)
2025-05-22
1
-1/+1
*
[3.14] Docs: Add note to tutorial clarifying scope (GH-134534) (#134536)
Miss Islington (bot)
2025-05-22
1
-1/+6
*
[3.14] gh-132775: Fix Recently Introduced Warnings (gh-134532)
Miss Islington (bot)
2025-05-22
3
-2/+4
*
[3.14] gh-132775: Make _PyXI_session Opaque (gh-134522)
Miss Islington (bot)
2025-05-22
4
-828/+896
*
[3.14] gh-134322: Fix `repr(threading.RLock)` (GH-134389) (#134528)
Miss Islington (bot)
2025-05-22
3
-1/+28
*
[3.14] gh-132775: Use _PyCode GetScriptXIData() (gh-134515)
Miss Islington (bot)
2025-05-22
4
-240/+104
*
[3.14] gh-133740: Fix locale.nl_langinfo(ALT_DIGITS) (GH-134468) (#134512)
Miss Islington (bot)
2025-05-22
1
-1/+11
*
[3.14] gh-134323: Fix the new `threading.RLock.locked` method (GH-134368) (#1...
Miss Islington (bot)
2025-05-22
4
-4/+29
[next]