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.0rc1
v3.13.0rc1
Thomas Wouters
2024-07-31
31
-100/+307
*
[3.13] Update the expected bytecode magic number in test_importlib.test_util ...
T. Wouters
2024-07-31
1
-1/+1
*
[3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122...
Petr Viktorin
2024-07-31
3
-56/+204
*
[3.13] Move change detection to separate workflow in CI (GH-122336) (#122510)
Miss Islington (bot)
2024-07-31
2
-118/+163
*
[3.13] gh-122133: Rework pure Python socketpair tests to avoid use of importl...
Miss Islington (bot)
2024-07-31
2
-77/+64
*
[3.13] Docs: bump Sphinx to 8.0 and update constraints (GH-122496) (#122499)
Miss Islington (bot)
2024-07-31
2
-8/+8
*
[3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490)
Miss Islington (bot)
2024-07-31
4
-9/+39
*
[3.13] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122485)
Miss Islington (bot)
2024-07-30
3
-7/+13
*
[3.13] Remove outdated note about instance methods from datamodel.rst (GH-122...
Miss Islington (bot)
2024-07-30
1
-8/+1
*
[3.13] gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217) ...
Miss Islington (bot)
2024-07-30
4
-4/+14
*
[3.13] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded bui...
Miss Islington (bot)
2024-07-30
2
-2/+2
*
[3.13] gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447) ...
Miss Islington (bot)
2024-07-30
1
-15/+24
*
[3.13] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122...
Dino Viehland
2024-07-30
2
-11/+9
*
[3.13] gh-121946: Temporarily switch to llvm-17 in TSan CI again (GH-122466) ...
Miss Islington (bot)
2024-07-30
1
-5/+5
*
[3.13] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)...
Miss Islington (bot)
2024-07-30
3
-0/+8
*
[3.13] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122441)
Miss Islington (bot)
2024-07-30
3
-4/+42
*
[3.13] gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating i...
Miss Islington (bot)
2024-07-30
5
-17/+14
*
[3.13] gh-122420: Fix accounting for immortal interned strings in refleak.py ...
Miss Islington (bot)
2024-07-30
1
-1/+1
*
[3.13] GH-121970: Extract ``audit_events`` into a new extension (GH-122325) (...
Miss Islington (bot)
2024-07-30
3
-207/+263
*
[3.13] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...
Miss Islington (bot)
2024-07-30
3
-3/+147
*
[3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419)
Brandt Bucher
2024-07-29
6
-12/+14
*
[3.13] GH-122085: Use include files for C API deprecations (GH-109843) (#122422)
Adam Turner
2024-07-29
6
-179/+117
*
[3.13] gh-122311: Fix a refleak in pickle (GH-122411) (GH-122415)
Miss Islington (bot)
2024-07-29
1
-0/+1
*
Revert "[3.13] gh-120713: Normalize year with century for datetime.strftime (...
Serhiy Storchaka
2024-07-29
6
-172/+16
*
[3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249)
Eric Snow
2024-07-29
5
-53/+133
*
[3.13] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#12...
Kirill Podoprigora
2024-07-29
5
-430/+629
*
[3.13] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122387)
Miss Islington (bot)
2024-07-29
4
-7/+11
*
[3.13] gh-122311: Add more tests for pickle (GH-122376) (GH-122377)
Miss Islington (bot)
2024-07-28
2
-128/+660
*
[3.13] gh-122085: Create dedicated page for deprecations (GH-122352) (#122374)
Miss Islington (bot)
2024-07-28
3
-0/+13
*
[3.13] gh-122300: Preserve AST nodes for format specifiers with single elemen...
Pablo Galindo Salgado
2024-07-27
4
-2982/+138
*
[3.13] GH-121462: pathlib docs: improve table of corresponding os/os.path fun...
Miss Islington (bot)
2024-07-27
1
-36/+51
*
[3.13] gh-122044: Don't error during gitignore filtering with no files (GH-12...
Miss Islington (bot)
2024-07-27
1
-0/+4
*
[3.13] gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (GH-...
Hugo van Kemenade
2024-07-27
2
-1/+10
*
[3.13] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-1221...
Miss Islington (bot)
2024-07-27
3
-2/+37
*
[3.13] gh-122291: Intern latin-1 one-byte strings at startup (GH-122303) (GH-...
Miss Islington (bot)
2024-07-27
2
-62/+40
*
[3.13] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...
Miss Islington (bot)
2024-07-27
3
-1/+19
*
[3.13] gh-121832: Revert test skip introduced by GH-122150. (GH-122340) (#122...
Russell Keith-Magee
2024-07-27
1
-1/+0
*
[3.13] gh-120831: Correct default minimum iOS version. (GH-122339) (#122341)
Miss Islington (bot)
2024-07-27
1
-1/+1
*
[3.13] Document ``mimetypes.MimeTypes.add_type()`` (GH-122301) (#122328)
Miss Islington (bot)
2024-07-26
1
-0/+10
*
[3.13] gh-122201: Lock mutex when setting handling_thread to NULL (GH-122204)...
Miss Islington (bot)
2024-07-26
2
-4/+15
*
[3.13] gh-122311: Fix typo in the pickle error formatting code (GH-122312) (G...
Miss Islington (bot)
2024-07-26
1
-1/+1
*
[3.13] GH-122155: Fix cases generator to correctly compute 'peek' offset for ...
Mark Shannon
2024-07-26
4
-6/+67
*
[3.13] Move macOS matrix to the calling workflow (GH-121809) (#122297)
Miss Islington (bot)
2024-07-25
2
-34/+33
*
[3.13] GH-121832: Assert that the version number of static builtin types is n...
Miss Islington (bot)
2024-07-25
3
-67/+46
*
[3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) (#122287)
Miss Islington (bot)
2024-07-25
4
-5/+5
*
[3.13] gh-116322: Fix typo in the GH-ifdef check (GH-122268) (#122284)
Miss Islington (bot)
2024-07-25
1
-1/+1
*
[3.13] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_event...
Miss Islington (bot)
2024-07-25
1
-3/+2
*
[3.13] gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271) (GH-122275)
Miss Islington (bot)
2024-07-25
2
-4/+4
*
[3.13] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) ...
Miss Islington (bot)
2024-07-25
4
-26/+82
*
[3.13] gh-122187: Avoid TSan reported race in `run_udp_echo_server` (GH-12218...
Miss Islington (bot)
2024-07-25
1
-2/+7
[next]