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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.13.0b4
v3.13.0b4
Thomas Wouters
2024-07-18
1
-48/+96
*
[3.13] gh-120678: Guard against stdin.fileno() being unavailable (GH-121924) ...
Miss Islington (bot)
2024-07-17
1
-6/+14
*
[3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-1...
Miss Islington (bot)
2024-07-17
4
-10/+126
*
[3.13] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876...
Miss Islington (bot)
2024-07-17
2
-0/+6
*
[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-121863: Immortalize names in code objects to avoid crash (GH-121903...
Miss Islington (bot)
2024-07-17
1
-0/+24
*
[3.13] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843)...
Miss Islington (bot)
2024-07-17
1
-0/+2
*
[3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121...
Miss Islington (bot)
2024-07-16
1
-0/+18
*
[3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...
Pablo Galindo Salgado
2024-07-16
2
-992/+3978
*
[3.13] gh-121160: Add some tests for readline.set_history_length (GH-121326) ...
Miss Islington (bot)
2024-07-16
1
-0/+46
*
[3.13] gh-120317: Lock around global state in the tokenize module (GH-120318)...
Miss Islington (bot)
2024-07-16
1
-0/+57
*
[3.13] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119836)
Miss Islington (bot)
2024-07-16
2
-6/+8
*
[3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121...
Miss Islington (bot)
2024-07-16
1
-1/+9
*
[3.13] gh-121610: pyrepl - handle extending blocks when multi-statement block...
Miss Islington (bot)
2024-07-16
2
-11/+123
*
[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-117657: Skip tests that fork with threads under TSan (GH-121599) (#...
Miss Islington (bot)
2024-07-15
1
-0/+3
*
[3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816)
Miss Islington (bot)
2024-07-15
2
-36/+33
*
[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
6
-196/+577
*
[3.13] gh-121657: Display correct error message for yield from outsid… (GH-...
Kirill Podoprigora
2024-07-15
1
-0/+5
*
[3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalizatio...
Miss Islington (bot)
2024-07-15
2
-31/+329
*
[3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)
Miss Islington (bot)
2024-07-15
1
-1/+1
*
[3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121...
Miss Islington (bot)
2024-07-14
2
-3/+15
*
[3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...
Miss Islington (bot)
2024-07-14
1
-0/+26
*
[3.13] gh-121609: Fix pasting of characters containing unicode character join...
Miss Islington (bot)
2024-07-14
2
-1/+6
*
[3.13] gh-121708: Improve test coverage for `unittest.util` (GH-121713) (GH-1...
Miss Islington (bot)
2024-07-14
1
-0/+33
*
[3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (G...
Miss Islington (bot)
2024-07-13
2
-4/+5
*
[3.13] gh-121605: Increase timeout in test_pyrepl.run_repl (GH-121606) (#121702)
Miss Islington (bot)
2024-07-13
1
-5/+8
*
[3.13] gh-121497: Make Pyrepl respect correctly the history with input hook s...
Miss Islington (bot)
2024-07-13
1
-2/+2
*
[3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#...
Miss Islington (bot)
2024-07-13
4
-0/+60
*
[3.13] gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674) (...
Miss Islington (bot)
2024-07-13
1
-0/+9
*
[3.13] gh-120198: Stop the world when setting __class__ on free-threaded buil...
Ken Jin
2024-07-12
1
-1/+1
*
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293...
Miss Islington (bot)
2024-07-11
7
-26/+45
*
[3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630)
Miss Islington (bot)
2024-07-11
1
-0/+36
*
[3.13] gh-121332: Make AST node constructor check _attributes instead of hard...
Jelle Zijlstra
2024-07-11
1
-0/+12
*
[3.13] gh-117398: Use the correct module loader for iOS in datetime CAPI test...
neonene
2024-07-10
1
-1/+8
*
[3.13] gh-121596: Fix Sharing Interpreter Channels (gh-121600)
Miss Islington (bot)
2024-07-10
1
-0/+18
*
[3.13] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#12...
Miss Islington (bot)
2024-07-10
1
-17/+20
*
[3.13] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` inste...
Miss Islington (bot)
2024-07-10
2
-2/+2
*
[3.13] Improve zipimport tests (GH-121535) (GH-121570)
Serhiy Storchaka
2024-07-10
1
-158/+138
*
[3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553)
Miss Islington (bot)
2024-07-09
2
-0/+4
*
[3.13] gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-1...
Miss Islington (bot)
2024-07-08
1
-7/+0
*
[3.13] GH-121012: Set index to -1 when list iterators become exhausted in tie...
Miss Islington (bot)
2024-07-08
1
-0/+9
*
[3.13] gh-108297: Update crashers README for test_crashers removal (#121476)
Miss Islington (bot)
2024-07-08
1
-4/+0
*
[3.13] gh-121351: Skip test_not_wiping_history_file() if no readline (GH-1214...
Miss Islington (bot)
2024-07-06
1
-0/+4
*
[3.13] gh-119909: Fix ``NameError`` in ``asyncio`` REPL (GH-121341) (#121447)
Miss Islington (bot)
2024-07-06
1
-1/+1
*
[3.13] gh-121359: Run test_pyrepl in isolated mode (GH-121414) (#121417)
Miss Islington (bot)
2024-07-05
1
-1/+4
*
[3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373)
Miss Islington (bot)
2024-07-04
1
-0/+6
*
[3.13] gh-117983: Defer import of threading for lazy module loading (GH-12023...
Miss Islington (bot)
2024-07-03
1
-1/+3
[next]