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
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
4
-86/+206
*
bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201)
Victor Stinner
2021-05-20
1
-70/+14
*
Remove unused function in ceval.c (GH-26246)
Pablo Galindo
2021-05-19
1
-9/+0
*
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner
2021-05-17
1
-10/+16
*
bpo-26110: Add ``CALL_METHOD_KW`` opcode to speedup method calls with keyword...
Ken Jin
2021-05-15
6
-179/+240
*
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Irit Katriel
2021-05-13
1
-2/+8
*
bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011)
Inada Naoki
2021-05-13
1
-36/+0
*
bpo-44113: Update fromzenmain not to use Py_SetProgramName (GH-26085)
Dong-hee Na
2021-05-13
1
-2/+8
*
bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)
Victor Stinner
2021-05-13
1
-0/+3
*
Remove PyTryblock struct (GH-26059)
Mark Shannon
2021-05-12
1
-26/+17
*
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
Mark Shannon
2021-05-12
3
-2939/+2969
*
Prevent access outside buffer (GH-26012)
Dennis Sweeney
2021-05-10
1
-3/+5
*
bpo-28307: Convert simple C-style formatting with literal format into f-strin...
Serhiy Storchaka
2021-05-08
2
-2164/+2383
*
bpo-44063: set the missing end locations on the compiler (GH-25956)
Batuhan Taskaya
2021-05-07
1
-5/+13
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
8
-5291/+5951
*
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Inada Naoki
2021-05-07
1
-8/+5
*
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney
2021-05-03
1
-59/+130
*
bpo-43754: Fix compiler warning in Python/compile.c (GH-25855)
Pablo Galindo
2021-05-03
1
-1/+1
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
1
-0/+1
*
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
Batuhan Taskaya
2021-05-03
1
-10/+91
*
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher
2021-05-02
4
-340/+483
*
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
Mark Shannon
2021-04-30
4
-2950/+2956
*
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub KulĂk
2021-04-30
1
-0/+106
*
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
Victor Stinner
2021-04-30
1
-1/+1
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
1
-30/+9
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
2
-66/+8
*
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
Brandt Bucher
2021-04-30
2
-38/+20
*
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Steve Dower
2021-04-30
1
-1/+1
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
1
-1/+1
*
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Mark Shannon
2021-04-29
5
-4952/+4921
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
7
-488/+1498
*
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
Victor Stinner
2021-04-28
1
-6/+7
*
bpo-38530: Require 50% similarity in NameError and AttributeError suggestions...
Dennis Sweeney
2021-04-27
1
-1/+4
*
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
Serhiy Storchaka
2021-04-25
2
-142/+291
*
bpo-42737: annotations with complex targets no longer causes any runtime effe...
Batuhan Taskaya
2021-04-25
1
-0/+6
*
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...
Segev Finer
2021-04-23
1
-16/+45
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
4
-62/+209
*
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger
2021-04-22
2
-5/+11
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
4
-120/+157
*
bpo-25460: Surround suggestions by quotes (GH-25473)
Pablo Galindo
2021-04-19
1
-2/+2
*
bpo-38530: Cover more error paths in error suggestion functions (GH-25462)
Pablo Galindo
2021-04-17
1
-2/+5
*
bpo-38530: Include builtins in NameError suggestions (GH-25460)
Pablo Galindo
2021-04-17
1
-1/+11
*
bpo-38530: Match exactly AttributeError and NameError when offering suggestio...
Pablo Galindo
2021-04-16
1
-2/+2
*
bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419)
Inada Naoki
2021-04-16
4
-3253/+3266
*
bpo-43846: Use less stack for large literals and calls (GH-25403)
Mark Shannon
2021-04-15
1
-50/+144
*
bpo-38530: Optimize the calculation of string sizes when offering suggestions...
Pablo Galindo
2021-04-14
1
-8/+10
*
bpo-38530: Make sure that failing to generate suggestions on failure will not...
Pablo Galindo
2021-04-14
2
-7/+5
*
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo
2021-04-14
2
-8/+69
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
2
-1/+157
*
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon
2021-04-13
3
-28/+38
[next]