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.0b4
v3.13.0b4
Thomas Wouters
2024-07-18
50
-156/+575
*
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#1...
Miss Islington (bot)
2024-07-18
4
-8/+8
*
[3.13] Add note about PYTHON_JIT environment variable to JIT README (GH-121942)
Miss Islington (bot)
2024-07-17
1
-2/+6
*
[3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (...
Miss Islington (bot)
2024-07-17
1
-2/+26
*
[3.13] gh-121925: Fix uninitialized variables in `main.c` (GH-121926) (#121931)
Miss Islington (bot)
2024-07-17
1
-2/+6
*
[3.13] gh-120678: Guard against stdin.fileno() being unavailable (GH-121924) ...
Miss Islington (bot)
2024-07-17
1
-6/+14
*
[3.13] Move misplaced blurb entries (#121919)
T. Wouters
2024-07-17
3
-0/+0
*
[3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-1...
Miss Islington (bot)
2024-07-17
6
-11/+178
*
[3.13] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876...
Miss Islington (bot)
2024-07-17
3
-0/+8
*
[3.13] gh-119698: fix a special case in `symtable.Class.get_methods` (GH-1218...
Miss Islington (bot)
2024-07-17
2
-2/+68
*
[3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortal...
Petr Viktorin
2024-07-17
6
-10/+83
*
[3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903...
Miss Islington (bot)
2024-07-17
2
-1/+25
*
[3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-1211...
Serhiy Storchaka
2024-07-17
2
-15/+57
*
[3.13] Remove duplicate "it" in whatsnew 3.13 (GH-121580) (gh-121899)
Miss Islington (bot)
2024-07-17
1
-1/+1
*
[3.13] gh-121834: Improve `complex` C-API docs (GH-121835) (#121895)
Miss Islington (bot)
2024-07-17
1
-9/+22
*
[3.13] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843)...
Miss Islington (bot)
2024-07-17
1
-0/+2
*
[3.13] gh-121453: Update the `Doc/templates/download.html` download files siz...
Miss Islington (bot)
2024-07-17
1
-10/+14
*
[3.13] gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH (GH...
Miss Islington (bot)
2024-07-17
1
-1/+2
*
[3.13] GH-121583: Remove dependency from pystats.h to internal header file (G...
Miss Islington (bot)
2024-07-16
2
-5/+9
*
[3.13] GH-120371: Add WASI SDK 22 support (GH-121870) (GH-121873)
Miss Islington (bot)
2024-07-16
4
-2/+12
*
[3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121878)
Miss Islington (bot)
2024-07-16
1
-1/+1
*
[3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121...
Miss Islington (bot)
2024-07-16
3
-5/+31
*
[3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...
Pablo Galindo Salgado
2024-07-16
8
-1022/+4043
*
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-1...
Miss Islington (bot)
2024-07-16
7
-111/+18
*
[3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-12181...
Miss Islington (bot)
2024-07-16
2
-1/+2
*
[3.13] GH-105879: Note exec/eval keyword change in What's New (GH-121831) (#1...
Miss Islington (bot)
2024-07-16
1
-0/+4
*
[3.13] gh-121160: Add some tests for readline.set_history_length (GH-121326) ...
Miss Islington (bot)
2024-07-16
2
-0/+48
*
[3.13] gh-121403: Add notes for PyList_GetXXX APIs about the need for init (g...
Miss Islington (bot)
2024-07-16
1
-3/+6
*
[3.13] CI: Fix using `check_source` flags as bool (GH-121848) (#121853)
Miss Islington (bot)
2024-07-16
2
-5/+25
*
[3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmo...
Miss Islington (bot)
2024-07-16
2
-7/+10
*
[3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure optio...
Miss Islington (bot)
2024-07-16
9
-238/+2
*
[3.13] gh-120317: Lock around global state in the tokenize module (GH-120318)...
Miss Islington (bot)
2024-07-16
2
-43/+129
*
[3.13] gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` ...
Miss Islington (bot)
2024-07-16
1
-0/+3
*
[3.13] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119836)
Miss Islington (bot)
2024-07-16
4
-6/+12
*
[3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121...
Miss Islington (bot)
2024-07-16
2
-1/+11
*
[3.13] gh-121610: pyrepl - handle extending blocks when multi-statement block...
Miss Islington (bot)
2024-07-16
2
-11/+123
*
[3.13] gh-120831: Increase the default minimum supported iOS version to 13.0 ...
Miss Islington (bot)
2024-07-16
5
-5/+23
*
[3.13] gh-121605: Fix test hang when pyrepl is not available (GH-121820) (GH-...
Miss Islington (bot)
2024-07-15
1
-1/+1
*
[3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)
Miss Islington (bot)
2024-07-15
6
-42/+85
*
[3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799)...
Miss Islington (bot)
2024-07-15
3
-13/+62
*
[3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599) (#...
Miss Islington (bot)
2024-07-15
1
-0/+3
*
[3.13] gh-121546: Disable contextvar caching on free-threading build (GH-1217...
Miss Islington (bot)
2024-07-15
2
-0/+16
*
[3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816)
Miss Islington (bot)
2024-07-15
3
-36/+36
*
[3.13] gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.Te...
Miss Islington (bot)
2024-07-15
1
-0/+13
*
[3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalizat...
Miss Islington (bot)
2024-07-15
9
-306/+898
*
[3.13] gh-121657: Display correct error message for yield from outsid… (GH-...
Kirill Podoprigora
2024-07-15
3
-1/+8
*
[3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalizatio...
Miss Islington (bot)
2024-07-15
3
-90/+513
*
[3.13] gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls()...
Miss Islington (bot)
2024-07-15
1
-6/+28
*
[3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)
Miss Islington (bot)
2024-07-15
2
-1/+2
*
[3.13] gh-121621: Use PyMutex for writes to asyncio state (GH-121622) (#121774)
Sam Gross
2024-07-15
1
-1/+12
[next]