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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-105435: Fix spurious NEWLINE token if file ends with comment without a new...
Pablo Galindo Salgado
2023-06-07
1
-0/+11
*
gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...
Pablo Galindo Salgado
2023-06-07
1
-7/+2
*
gh-105259: Ensure we don't show newline characters for trailing NEWLINE token...
Pablo Galindo Salgado
2023-06-06
1
-4/+6
*
gh-103906: Remove immortal refcounting in compile/marshal.c (gh-103922)
Dong-hee Na
2023-06-05
2
-7/+7
*
gh-105164: Detect annotations inside match blocks (#105177)
Jelle Zijlstra
2023-06-05
1
-0/+10
*
GH-105229: Replace some superinstructions with single instruction equivalent....
Mark Shannon
2023-06-05
7
-610/+639
*
GH-104584: Allow optimizers to opt out of optimizing. (GH-105244)
Mark Shannon
2023-06-05
1
-11/+18
*
gh-103277: remove unused macros (#105247)
Irit Katriel
2023-06-03
1
-19/+0
*
gh-87092: avoid gcc warning on uninitialized struct field in assemble… (gh-...
Dong-hee Na
2023-06-02
1
-0/+1
*
gh-105214: Use named constants for MAKE_FUNCTION oparg (#105215)
Jelle Zijlstra
2023-06-02
5
-289/+288
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
8
-358/+676
*
gh-105184: document that marshal functions can fail and need to be checked wi...
Irit Katriel
2023-06-02
1
-0/+4
*
gh-104799: Default missing lists in AST to the empty list (#104834)
Jelle Zijlstra
2023-06-02
1
-219/+365
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
7
-25/+1
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
4
-34/+4
*
gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current T...
Eric Snow
2023-06-01
3
-8/+45
*
gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141)
Irit Katriel
2023-06-01
1
-31/+7
*
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner
2023-06-01
1
-4/+9
*
remove unused #includes of pycore_pymem.h (#105166)
Irit Katriel
2023-06-01
5
-263/+259
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
4
-141/+20
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
1
-1/+1
*
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
Irit Katriel
2023-05-31
3
-17/+21
*
gh-104909: Split BINARY_OP into micro-ops (#104910)
Guido van Rossum
2023-05-31
3
-624/+753
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
3
-171/+60
*
gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)
Lysandros Nikolaou
2023-05-30
1
-1/+1
*
gh-105069: Add a readline-like callable to the tokenizer to consume input ite...
Pablo Galindo Salgado
2023-05-30
2
-22/+31
*
gh-105035: fix super() calls on unusual types (e.g. meta-types) (#105094)
Carl Meyer
2023-05-30
2
-221/+225
*
gh-80064: Fix is_valid_wide_char() return type (#105099)
Victor Stinner
2023-05-30
1
-1/+1
*
gh-105017: Include CRLF lines in strings and column numbers (#105030)
Marta Gómez Macías
2023-05-28
1
-2/+7
*
gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenize...
Pablo Galindo Salgado
2023-05-26
1
-3/+23
*
gh-104972: Ensure that line attributes in tokens in the tokenize module are c...
Pablo Galindo Salgado
2023-05-26
1
-5/+4
*
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner
2023-05-26
1
-1/+0
*
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra
2023-05-26
1
-163/+162
*
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya
2023-05-26
1
-0/+14
*
gh-104773: PEP 594: Remove the chunk module (#104868)
Victor Stinner
2023-05-25
1
-1/+0
*
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner
2023-05-25
1
-1/+0
*
gh-104773: PEP 594: Remove the aifc module (#104933)
Victor Stinner
2023-05-25
1
-1/+0
*
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner
2023-05-25
1
-1/+0
*
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner
2023-05-25
1
-2/+0
*
gh-104773: Remove the msilib package (GH-104911)
Zachary Ware
2023-05-25
1
-2/+0
*
gh-104820: Fixes os.stat on Windows to better handle file systems that do not...
Steve Dower
2023-05-24
1
-1/+2
*
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the mailcap module (#104867)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the sunau module (#104863)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104773: PEP 594: Remove the pipes module (#104848)
Victor Stinner
2023-05-24
1
-1/+0
*
gh-104825: Remove implicit newline in the line attribute in tokens emitted in...
Pablo Galindo Salgado
2023-05-24
1
-0/+4
[next]