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
...
*
gh-120426: Reword the glossary term "immortal" (GH-123191)
Petr Viktorin
2024-08-27
1
-7/+5
*
gh-121404: compiler_visit_* --> codegen_visit_* (#123382)
Irit Katriel
2024-08-27
1
-61/+49
*
GH-123232: Factor BINARY_SLICE and STORE_SLICE to handle stats properly for t...
Mark Shannon
2024-08-27
4
-197/+229
*
GH-115775: Use `__static_attributes__` to initialize shared keys (GH-118468)
Mark Shannon
2024-08-27
3
-3/+18
*
Further revise idlelib/Icons/README.text (#123364)
Terry Jan Reedy
2024-08-26
1
-10/+25
*
gh-122666: Tests for ast optimizations (#122667)
Kirill Podoprigora
2024-08-26
2
-1/+213
*
gh-123340: Show string value of `IS_OP` oparg in `dis` (#123348)
sobolevn
2024-08-26
3
-0/+13
*
GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)
Barney Gale
2024-08-26
3
-108/+21
*
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale
2024-08-26
7
-287/+48
*
gh-111495: Remove test_capi test_rshift_print() (#123338)
Victor Stinner
2024-08-26
1
-15/+0
*
gh-111495: Add tests for PyNumber C API (#111996)
Sergey B Kirpichev
2024-08-26
3
-7/+496
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
6
-4/+96
*
gh-111495: Add tests for PyTuple C API (#118757)
Sergey B Kirpichev
2024-08-26
12
-2/+528
*
Rewrite idlelib/Icons/README.txt (#123329)
Terry Jan Reedy
2024-08-26
1
-8/+31
*
gh-123177: Fix prompt for wrapped lines in pyrepl (#123324)
Matt Wozniski
2024-08-25
3
-1/+42
*
gh-82378: Document the difference between sys.tracebacklimit and the limit ar...
CF Bolz-Tereick
2024-08-25
1
-0/+8
*
gh-123177: Deactivate line wrap for Apple Terminal via scape codes in the new...
Pablo Galindo Salgado
2024-08-25
2
-0/+10
*
gh-123297: Propagate LD_FLAGS to LDCXXSHARED in sysconfig (#123298)
Pablo Galindo Salgado
2024-08-25
2
-1/+3
*
gh-122982: Extend the deprecation period for bool inversion by two years (#12...
Kirill Podoprigora
2024-08-25
6
-5/+8
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
6
-4/+225
*
gh-123228: don't leak file descriptors in pyrepl test (#123302)
CF Bolz-Tereick
2024-08-25
1
-1/+1
*
GH-109975: Copyedit 3.13 What's New: Optimizations (#123301)
Adam Turner
2024-08-25
1
-14/+25
*
GH-123299: Move ctypes What's New entry to 3.14 (#123300)
Adam Turner
2024-08-25
2
-14/+24
*
Revert "GH-120754: Add a strace helper and test set of syscalls for o… (#12...
Shantanu
2024-08-24
4
-280/+33
*
GH-120754: Add a strace helper and test set of syscalls for open().read() (#1...
Cody Maloney
2024-08-24
4
-33/+280
*
Remove comment from pystate created in 2003 (#123259)
Anthony Shaw
2024-08-24
1
-5/+0
*
gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)
Sergey B Kirpichev
2024-08-24
3
-5/+13
*
GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)
Barney Gale
2024-08-24
2
-16/+90
*
GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)
Adam Turner
2024-08-24
2
-355/+480
*
Docs: Fix Makefile syntax (#123287)
Adam Turner
2024-08-24
1
-2/+2
*
gh-123243: Fix reference leak in `_decimal` (#123244)
neonene
2024-08-24
2
-2/+25
*
gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build (#122975)
Sam Gross
2024-08-23
2
-27/+53
*
gh-123205: `Python/bytecodes.c`: Fix compiler warning (#123206)
Kirill Podoprigora
2024-08-23
3
-3/+3
*
GH-73991: Disallow copying directory into itself via `pathlib.Path.copy()` (#...
Barney Gale
2024-08-23
2
-14/+140
*
gh-121404: more compiler_* -> codegen_*, class_body and comprehensions (#123262)
Irit Katriel
2024-08-23
1
-59/+82
*
Fix typo mentioning threads instead of tasks (#123203)
Kevin Evans
2024-08-23
1
-3/+3
*
gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padde...
blhsing
2024-08-23
7
-14/+145
*
GH-122298: Restore printing of GC stats (GH-123261)
Mark Shannon
2024-08-23
2
-0/+28
*
gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in ...
Pablo Galindo Salgado
2024-08-23
2
-1/+4
*
GH-123232: Fix "not specialized" stats (GH-123236)
Mark Shannon
2024-08-23
4
-2/+18
*
gh-121404: compiler_annassign --> codegen_annassign (#123245)
Irit Katriel
2024-08-23
1
-63/+100
*
GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219)
Mark Shannon
2024-08-23
7
-201/+334
*
gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no lo...
Bar Harel
2024-08-23
4
-11/+38
*
GH-99108: Amend Modules/Setup (#123146)
Jonathan Protzenko
2024-08-23
1
-1/+1
*
gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)
Sergey B Kirpichev
2024-08-22
2
-1/+5
*
gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123...
Donghee Na
2024-08-22
6
-18/+42
*
gh-121404: remove redundant c_nestlevel. more compiler abstractions. more mac...
Irit Katriel
2024-08-22
1
-118/+111
*
gh-123165: correct tests for `dis.dis(func, show_positions=True)` (#123220)
Bénédikt Tran
2024-08-22
1
-34/+38
*
GH-123197: Only count an instruction as deferred if it hasn't deopted first. ...
Mark Shannon
2024-08-22
4
-30/+33
*
gh-122546: use same filename for different exceptions in new repl (#123217)
Sergey B Kirpichev
2024-08-22
4
-10/+14
[prev]
[next]