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-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
1
-1/+0
*
gh-104773: PEP 594: Remove the telnetlib module (#104778)
Victor Stinner
2023-05-23
1
-1/+0
*
gh-104741: Add line number attribute to indentation error exception (#104743)
Marta Gómez Macías
2023-05-22
1
-6/+9
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-22
5
-219/+221
*
gh-102856: Tokenize performance improvement (#104731)
Marta Gómez Macías
2023-05-22
1
-1/+16
*
gh-104686: Fix tracing for decorated classes (#104708)
Jelle Zijlstra
2023-05-21
1
-0/+4
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
3
-69/+96
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
2
-22/+140
*
gh-104640: Disallow walrus in comprehension within type scopes (#104641)
Jelle Zijlstra
2023-05-19
1
-4/+31
*
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10...
Mark Shannon
2023-05-19
1
-4/+0
*
gh-104619: never leak comprehension locals to outer locals() (#104637)
Carl Meyer
2023-05-19
1
-21/+19
*
gh-104602: ensure all cellvars are known up front (#104603)
Carl Meyer
2023-05-19
2
-20/+21
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
2
-2/+24
*
GH-96803: Document and test new unstable internal frame API functions (GH-104...
Mark Shannon
2023-05-18
1
-2/+2
*
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon
2023-05-18
4
-258/+256
*
gh-104374: Remove access to class scopes for inlined comprehensions (#104528)
Jelle Zijlstra
2023-05-18
2
-7/+18
*
GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...
Mark Shannon
2023-05-17
2
-3/+1564
*
gh-104572: Improve error messages for invalid constructs in PEP 695 contexts ...
Jelle Zijlstra
2023-05-17
1
-4/+4
*
GH-103906: Remove immortal refcounting in the interpreter (GH-103909)
Brandt Bucher
2023-05-16
2
-509/+473
*
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
Carl Meyer
2023-05-16
6
-229/+309
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
11
-626/+2291
*
gh-104482: Fix error handling bugs in ast.c (#104483)
Irit Katriel
2023-05-15
2
-19/+38
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
5
-6/+32
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
1
-10/+0
*
gh-87092: avoid gcc warning on uninitialized struct field in assemble.c (#104...
Dong-hee Na
2023-05-14
1
-1/+2
*
gh-104404: fix crasher with nested comprehensions plus lambdas (#104442)
Carl Meyer
2023-05-13
1
-7/+14
*
GH-104405: Add missing PEP 523 checks (GH-104406)
Brandt Bucher
2023-05-12
4
-403/+434
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
7
-145/+178
*
gh-104413: Fix refleak when super attribute throws AttributeError (#104414)
Jelle Zijlstra
2023-05-12
2
-114/+116
*
gh-104377: fix cell in comprehension that is free in outer scope (#104394)
Carl Meyer
2023-05-11
1
-3/+12
*
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer
2023-05-11
5
-287/+324
*
gh-87849: fix SEND specialization family definition (GH-104268)
Carl Meyer
2023-05-11
3
-176/+177
*
gh-104357: fix inlined comprehensions that close over iteration var (#104368)
Carl Meyer
2023-05-11
1
-6/+13
*
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin_wwy
2023-05-10
1
-41/+45
*
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg
2023-05-10
2
-74/+1
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
8
-584/+915
*
gh-104184: fix building --with-pydebug --enable-pystats (#104217)
Carl Meyer
2023-05-09
1
-1/+1
*
gh-104240: return code unit metadata from codegen (#104300)
Irit Katriel
2023-05-09
1
-3/+47
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
2
-45/+14
*
gh-103650: Fix perf maps address format (#103651)
Arthur Pastel
2023-05-07
1
-1/+1
*
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel
2023-05-07
1
-2/+6
*
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)
John Belmonte
2023-05-07
1
-1/+0
*
gh-103886: Improve `builtins.__doc__` (#104179)
Tomas R
2023-05-07
1
-2/+9
*
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow
2023-05-06
3
-40/+111
*
gh-104233: Fix "unused variable" warning in `ceval_gil.c` (#104234)
Nikita Sobolev
2023-05-06
1
-0/+2
*
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
2
-6/+29
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
5
-0/+5
*
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow
2023-05-05
2
-39/+60
*
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...
Mark Shannon
2023-05-05
3
-3/+20
*
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner
2023-05-04
4
-9/+7
[next]