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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.13.0b4
v3.13.0b4
Thomas Wouters
2024-07-18
47
-105/+476
*
[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
1
-0/+3
*
[3.13] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876...
Miss Islington (bot)
2024-07-17
1
-0/+2
*
[3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortal...
Petr Viktorin
2024-07-17
1
-0/+12
*
[3.13] GH-120371: Add WASI SDK 22 support (GH-121870) (GH-121873)
Miss Islington (bot)
2024-07-16
1
-0/+2
*
[3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121...
Miss Islington (bot)
2024-07-16
1
-0/+1
*
[3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...
Pablo Galindo Salgado
2024-07-16
1
-0/+2
*
[3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-12181...
Miss Islington (bot)
2024-07-16
1
-0/+1
*
[3.13] gh-121160: Add some tests for readline.set_history_length (GH-121326) ...
Miss Islington (bot)
2024-07-16
1
-0/+2
*
[3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmo...
Miss Islington (bot)
2024-07-16
1
-0/+2
*
[3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure optio...
Miss Islington (bot)
2024-07-16
1
-2/+0
*
[3.13] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119836)
Miss Islington (bot)
2024-07-16
2
-0/+4
*
[3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121...
Miss Islington (bot)
2024-07-16
1
-0/+2
*
[3.13] gh-120831: Increase the default minimum supported iOS version to 13.0 ...
Miss Islington (bot)
2024-07-16
1
-0/+1
*
[3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799)...
Miss Islington (bot)
2024-07-15
1
-0/+2
*
[3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816)
Miss Islington (bot)
2024-07-15
1
-0/+3
*
[3.13] gh-121657: Display correct error message for yield from outsid… (GH-...
Kirill Podoprigora
2024-07-15
1
-0/+2
*
[3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)
Miss Islington (bot)
2024-07-15
1
-0/+1
*
[3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121...
Miss Islington (bot)
2024-07-14
1
-0/+2
*
[3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773)
Miss Islington (bot)
2024-07-14
1
-0/+1
*
[3.13] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121...
Miss Islington (bot)
2024-07-14
1
-0/+1
*
[3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...
Miss Islington (bot)
2024-07-14
1
-0/+3
*
[3.13] gh-121609: Fix pasting of characters containing unicode character join...
Miss Islington (bot)
2024-07-14
1
-0/+1
*
[3.13] gh-121497: Make Pyrepl respect correctly the history with input hook s...
Miss Islington (bot)
2024-07-13
1
-0/+2
*
[3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#...
Miss Islington (bot)
2024-07-13
1
-0/+2
*
[3.13] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH...
Hugo van Kemenade
2024-07-13
32
-98/+99
*
[3.13] Update retroactive comments from GH-117741 (segfault in `FutureIter_de...
Miss Islington (bot)
2024-07-12
1
-10/+10
*
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293...
Miss Islington (bot)
2024-07-11
1
-0/+3
*
[3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630)
Miss Islington (bot)
2024-07-11
1
-0/+2
*
[3.13] gh-121332: Make AST node constructor check _attributes instead of hard...
Jelle Zijlstra
2024-07-11
1
-0/+4
*
[3.13] gh-89364: Export PySignal_SetWakeupFd() function (GH-121537) (#121582)
Miss Islington (bot)
2024-07-10
1
-0/+3
*
[3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list...
Miss Islington (bot)
2024-07-10
1
-0/+1
*
[3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) ...
Miss Islington (bot)
2024-07-08
1
-0/+3
*
[3.13] gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh...
Miss Islington (bot)
2024-07-08
1
-0/+1
*
[3.13] GH-121012: Set index to -1 when list iterators become exhausted in tie...
Miss Islington (bot)
2024-07-08
1
-0/+2
*
[3.13] gh-121467: Fix makefile to include mimalloc headers (GH-121469) (#121471)
Miss Islington (bot)
2024-07-08
1
-0/+1
*
[3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373)
Miss Islington (bot)
2024-07-04
1
-0/+3
*
gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)
Steve Dower
2024-07-04
1
-0/+1
*
[3.13] gh-121201: Disable perf_trampoline on riscv64 for now (GH-121328) (#12...
Miss Islington (bot)
2024-07-04
1
-1/+0
*
[3.13] gh-117983: Defer import of threading for lazy module loading (GH-12023...
Miss Islington (bot)
2024-07-03
1
-0/+2
*
[3.13] gh-118714: Make the pdb post-mortem restart/quit behavior more reasona...
Miss Islington (bot)
2024-07-03
1
-0/+2
*
[3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344)
Miss Islington (bot)
2024-07-03
1
-0/+3
*
[3.13] gh-121279: Re-add prematurely removed import warnings to importlib.abc...
Miro Hrončok
2024-07-03
1
-0/+2
*
[3.13] gh-120782: Update internal type cache when reloading datetime (GH-1208...
neonene
2024-07-03
1
-0/+1
*
[3.13] gh-121245: Correct pyrepl import in site.py (GH-121255) (#121261)
Miss Islington (bot)
2024-07-02
1
-0/+2
*
[3.13] gh-121200: Fix test_expanduser_pwd2() of test_posixpath (GH-121228) (#...
Miss Islington (bot)
2024-07-01
1
-0/+3
*
[3.13] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#1...
Miss Islington (bot)
2024-07-01
1
-0/+3
*
[3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119...
Miss Islington (bot)
2024-07-01
1
-0/+2
*
[3.13] gh-87744: fix waitpid race while calling send_signal in asyncio (GH-12...
Miss Islington (bot)
2024-07-01
1
-0/+1
[next]