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-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)
Dennis Sweeney
2022-10-20
1
-64/+135
*
gh-98461: Fix source location in comprehensions bytecode (GH-98464)
Irit Katriel
2022-10-20
1
-60/+74
*
gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...
chgnrdv
2022-10-20
1
-0/+8
*
gh-98257: Make _PyEval_SetTrace() reentrant (#98258)
Victor Stinner
2022-10-19
1
-44/+13
*
gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)
Eric Snow
2022-10-19
2
-2/+4
*
gh-98398: Fix source locations for 'assert' bytecode (GH-98405)
Irit Katriel
2022-10-19
1
-8/+10
*
gh-98390: Fix source locations of boolean sub-expressions (GH-98396)
Irit Katriel
2022-10-18
1
-1/+1
*
gh-93691: Compiler's code-gen passes location around instead of holding it on...
Irit Katriel
2022-10-17
1
-848/+975
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
4
-4/+4
*
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Pablo Galindo Salgado
2022-10-15
2
-30/+74
*
Fix some incorrect indentation around the main switch (#98177)
Guido van Rossum
2022-10-11
1
-21/+20
*
gh-97841: Add methoddef for _filters_mutated (gh-98115)
Dong-hee Na
2022-10-09
2
-4/+26
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
1
-10/+20
*
Add a warning message about PyOS_snprintf (#95993)
Eric Wieser
2022-10-07
1
-0/+1
*
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...
Barry Warsaw
2022-10-07
1
-3/+10
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
2
-1/+8
*
bpo-38693: Use f-strings instead of str.format() within importlib (#17058)
Gregory P. Smith
2022-10-06
1
-0/+1783
*
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameO...
Brandt Bucher
2022-10-06
1
-6/+23
*
gh-97973: Return all necessary information from the tokenizer (GH-97984)
Lysandros Nikolaou
2022-10-06
1
-9/+8
*
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...
Brett Cannon
2022-10-05
1
-1/+1
*
gh-87092: bring compiler code closer to a preprocessing-opt-assembler organis...
Irit Katriel
2022-10-05
1
-39/+49
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
7
-51/+73
*
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH...
Brandt Bucher
2022-10-05
1
-0/+7
*
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner
2022-10-04
2
-63/+0
*
GH-97752: Clear the `previous` member of newly-created generator/coroutine fr...
Brandt Bucher
2022-10-03
1
-0/+3
*
gh-96526: Clarify format and __format__ docstrings (gh-96648)
Michael
2022-10-03
2
-10/+16
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
2
-12/+24
*
Fix typos in `bltinmodule.c`. (GH-97766)
Nikita Sobolev
2022-10-03
2
-12/+12
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
1
-1/+1
*
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Victor Stinner
2022-09-26
1
-1/+2
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher
2022-09-22
1
-3/+6
*
GH-95921: Fix positions for some chained comparisons (GH-96968)
Brandt Bucher
2022-09-20
1
-0/+1
*
gh-87092: in compiler, move the detection of exception handlers before the CF...
Irit Katriel
2022-09-20
1
-16/+32
*
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
serge-sans-paille
2022-09-20
1
-3/+5
*
gh-96387: take_gil() resets drop request before exit (#96869)
Victor Stinner
2022-09-19
1
-0/+11
*
GH-96864: Check for error between line and opcode events (GH-96880)
Brandt Bucher
2022-09-19
1
-1/+1
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
2
-2/+13
*
gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
Nikita Sobolev
2022-09-15
1
-13/+2
*
ceval: Use _PyTuple_FromArraySteal in BUILD_TUPLE (GH-96516)
Kevin Modzelewski
2022-09-14
1
-5/+2
*
gh-87092: reduce redundancy and repetition in compiler's optimization stage (...
Irit Katriel
2022-09-13
1
-90/+63
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Mark Shannon
2022-09-13
2
-3/+8
*
GH-96678: Fix undefined behavior in ceval.c (#96708)
Mark Shannon
2022-09-10
1
-1/+7
*
Replace ad-hoc labels with JUMP_TO_INSTRUCTION (GH-96634)
Brandt Bucher
2022-09-09
1
-4/+4
*
GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
Brandt Bucher
2022-09-09
1
-0/+2
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Kumar Aditya
2022-09-09
1
-1/+6
*
GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)
Mark Shannon
2022-09-08
1
-62/+59
*
gh-96653: Remove duplicate CALL_STAT_INC(inlined_py_calls) in BINARY_SUBSCR_G...
Itamar Ostricher
2022-09-08
1
-1/+0
*
GH-90699: use statically allocated interned strings in typeobject's slotdefs ...
Kumar Aditya
2022-09-07
1
-5/+0
*
gh-89545: Updates platform module to use new internal _wmi module on Windows ...
Steve Dower
2022-09-07
1
-30/+63
*
gh-88057: in compile.c, assertion that stackdepth is alway >=0 is missing in ...
Irit Katriel
2022-09-07
1
-0/+1
[next]