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-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
*
GH-118093: Specialize calls to non-vectorcall classes as `CALL_NON_PY_GENERAL...
Brandt Bucher
2024-08-22
1
-5/+1
*
gh-122712: Test `CALL_ALLOC_AND_ENTER_INIT` handles reassignment of `__code__...
mpage
2024-08-22
1
-7/+32
*
gh-123142: Fix too wide source locations in tracebacks of exceptions from bro...
Irit Katriel
2024-08-21
8
-22/+122
*
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
Mark Shannon
2024-08-21
13
-38/+61
*
gh-121404: split fblock handling into compiler_* and codegen_* parts (#123199)
Irit Katriel
2024-08-21
1
-15/+24
*
gh-123165: make `dis` functions render positions on demand (#123168)
Bénédikt Tran
2024-08-21
5
-37/+209
*
Fix typos in comments (#123201)
Wulian
2024-08-21
9
-13/+13
*
GH-123197: Increment correct stat for CALL_KW (GH-123200)
Mark Shannon
2024-08-21
2
-2/+2
*
GH-123185: Check for `NULL` after calling `_PyEvalFramePushAndInit` (GH-123194)
Mark Shannon
2024-08-21
5
-4/+29
*
gh-85110: Preserve relative path in URL without netloc in urllib.parse.urluns...
Serhiy Storchaka
2024-08-21
3
-9/+38
*
gh-123084: Turn `shutil.ExecError` into a deprecated alias of `RuntimeError` ...
Peter Bierma
2024-08-21
4
-4/+25
*
gh-122981: Fix inspect.getsource() for generated classes with Python base cla...
Serhiy Storchaka
2024-08-20
4
-4/+66
*
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon
2024-08-20
17
-299/+464
*
gh-123048: Fix missing source location in pattern matching code (#123167)
Irit Katriel
2024-08-20
3
-1/+22
*
gh-122909: Pass ftp error strings to URLError constructor (#122913)
Jeremy Hylton
2024-08-20
3
-2/+26
*
gh-109975: Copyedit What's New in Python 3.13 (#123150)
Jelle Zijlstra
2024-08-19
1
-16/+16
*
gh-123149: Suppress verbose repr in new REPL (#123151)
James
2024-08-19
1
-2/+2
*
gh-123123: Fix display of syntax errors covering multiple lines (#123131)
Pablo Galindo Salgado
2024-08-19
3
-7/+45
*
gh-121404: rename functions to use codegen_* prefix. Use macros more consiste...
Irit Katriel
2024-08-19
1
-349/+303
*
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
Sergey B Kirpichev
2024-08-19
5
-10/+36
*
gh-121404: pass metadata to compiler_enter_scope (optionally) so that codegen...
Irit Katriel
2024-08-19
1
-58/+82
*
gh-122081: fixed crash in decimal.IEEEContext() (#122082)
Sergey B Kirpichev
2024-08-19
2
-2/+4
*
gh-123049: configparser: Allow to create the unnamed section from scratch. (#...
Pedro Lacerda
2024-08-18
4
-13/+52
*
gh-116789: Add more tests for `inspect.getmembers` (#116802)
sobolevn
2024-08-18
1
-0/+50
*
gh-123110: correct note about _Bool in the struct module docs (GH-123111)
Sergey B Kirpichev
2024-08-18
1
-3/+3
*
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
CF Bolz-Tereick
2024-08-18
4
-16/+54
*
Docs: Run ``latexmk`` in parallel when creating PDFs (#123113)
Adam Turner
2024-08-17
1
-17/+32
*
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Sam Gross
2024-08-17
4
-5/+40
*
gh-122974: Suppress GCC array bound warnings in free-threaded build (#123071)
Sam Gross
2024-08-17
1
-0/+12
*
gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...
Serhiy Storchaka
2024-08-17
3
-26/+47
*
GH-109975: Copyedit 3.13 What's New: Other Language Changes (#123086)
Adam Turner
2024-08-17
1
-102/+156
*
gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121...
Sergey B Kirpichev
2024-08-17
1
-3/+3
*
fix typo in dis.rst (#121612)
mathysEthical
2024-08-17
1
-1/+1
*
Remove unneeded verb in the phrase in sys.rst (#122718)
Rafael Fontenelle
2024-08-17
1
-1/+1
*
gh-122519: Adding socket module shutdown() constants description (#122543)
Damien
2024-08-17
1
-0/+7
*
gh-122681: remove m_atan2()/c_atan2() helpers (#122715)
Sergey B Kirpichev
2024-08-17
3
-42/+3
[next]