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-44581: Don't execute quickened instructions if tracing is on (GH-27064)
Mark Shannon
2021-07-08
1
-1/+9
*
bpo-43895: Remove an unnecessary cache of shared object handles (GH-25487)
Ian Henriksen
2021-07-07
1
-22/+0
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-1/+20
*
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta
2021-07-07
7
-7302/+7261
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
2
-7/+68
*
bpo-43950: optimize column table assembling with pre-sizing object (GH-26997)
Batuhan Taskaya
2021-07-02
1
-6/+13
*
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo
2021-07-02
6
-5138/+7118
*
bpo-44313: bump up magic (#26983)
Batuhan Taskaya
2021-07-01
1
-1/+1
*
Add file describing how to add or modify specialized families of instructions...
Mark Shannon
2021-07-01
2
-0/+135
*
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...
Batuhan Taskaya
2021-06-30
4
-213/+236
*
Fix compiler errors for unused variables in marshal.c (GH-26977)
Pablo Galindo
2021-06-30
1
-2/+0
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
1
-10/+20
*
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...
Serhiy Storchaka
2021-06-29
1
-18/+30
*
Make sure that line number is set correctly for call to __exit__ when handlin...
Mark Shannon
2021-06-24
4
-4498/+4498
*
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Guido van Rossum
2021-06-23
4
-228/+228
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner
2021-06-23
1
-0/+3
*
bpo-44486: Make sure that modules always have a dictionary. (GH-26847)
Mark Shannon
2021-06-23
1
-0/+1
*
bpo-43918: document signature and default argument of `anext` builtin (#25551)
Erik Welch
2021-06-22
2
-4/+10
*
bpo-43693: Turn localspluskinds into an object (GH-26749)
Guido van Rossum
2021-06-21
6
-5335/+5398
*
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
Pablo Galindo
2021-06-21
1
-0/+3
*
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner
2021-06-21
1
-0/+4
*
bpo-44337: Improve LOAD_ATTR specialization (GH-26759)
Mark Shannon
2021-06-21
2
-72/+178
*
bpo-44297: Fix missing line number in generator expressions (GH-26801)
Mark Shannon
2021-06-21
2
-952/+953
*
bpo-44032: Move pointer to code object from frame-object to frame specials ar...
Mark Shannon
2021-06-18
1
-11/+12
*
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow
2021-06-15
4
-4011/+4096
*
Add extra stats for attribute misses (GH-26732)
Mark Shannon
2021-06-15
1
-2/+85
*
Remove accidentally duplicated STAT_INC (GH-26718)
Mark Shannon
2021-06-14
1
-1/+0
*
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Mark Shannon
2021-06-14
3
-245/+175
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
1
-992/+992
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
1
-1/+1
*
bpo-44348: Move trace-info to thread-state (GH-26623)
Mark Shannon
2021-06-10
2
-83/+65
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
4
-192/+350
*
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow
2021-06-08
5
-4142/+4184
*
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...
Pablo Galindo
2021-06-08
5
-4184/+4142
*
Fix compiler errors for unused variables (GH-26601)
Pablo Galindo
2021-06-08
1
-0/+1
*
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...
Eric Snow
2021-06-07
5
-4142/+4184
*
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...
Ryan Hileman
2021-06-07
1
-4/+10
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
8
-5409/+5397
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
4
-7/+261
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
8
-5395/+5409
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-04
4
-155/+164
*
bpo-32280: Store _PyRuntime in a named section (GH-4802)
Max BĂ©langer
2021-06-03
1
-2/+28
*
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Batuhan Taskaya
2021-06-03
1
-0/+808
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
8
-5389/+5366
*
bpo-44298: Fix line numbers for early exits in with statements. (GH-26513)
Mark Shannon
2021-06-03
3
-2971/+2981
*
bpo-17792: more accurate error message for unbound variable access exceptions...
Irit Katriel
2021-06-02
1
-3/+3
*
bpo-43693: Add _PyCode_New(). (gh-26375)
Eric Snow
2021-05-27
6
-4435/+4415
*
bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
Eric Snow
2021-05-26
1
-9/+8
*
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Gabriele N. Tornetta
2021-05-26
1
-0/+5
*
bpo-44156: Make cached string constants in compile.c subinterpreter compatibl...
Ken Jin
2021-05-25
1
-52/+44
[next]