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-100227: Use an Array for _PyRuntime's Set of Locks During Init (gh-103315)
Eric Snow
2023-04-06
1
-60/+48
*
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow
2023-04-06
1
-7/+7
*
GH-88691: Shrink the CALL caches (GH-103230)
Brandt Bucher
2023-04-05
4
-114/+118
*
gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...
Nikita Sobolev
2023-04-05
3
-4/+4
*
gh-102660: Fix is_core_module() (gh-103257)
Eric Snow
2023-04-04
1
-1/+13
*
gh-102192: use PyErr_SetHandledException instead of the legacy PyErr_SetExcIn...
Irit Katriel
2023-04-01
2
-2/+2
*
Add missing variables to `bytecodes.c` (GH-103153)
Brett Cannon
2023-03-31
2
-224/+270
*
gh-100227: Fix Cleanup of the Extensions Cache (gh-103150)
Eric Snow
2023-03-31
1
-1/+1
*
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel
2023-03-31
3
-2394/+2239
*
gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (...
Eric Snow
2023-03-29
2
-52/+251
*
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher
2023-03-29
4
-213/+215
*
gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo...
Eric Snow
2023-03-27
2
-187/+21
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
6
-385/+309
*
gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-1...
Nikita Sobolev
2023-03-23
1
-2/+2
*
gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1...
Eric Snow
2023-03-23
2
-21/+187
*
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel
2023-03-22
5
-358/+198
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
6
-416/+422
*
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
Irit Katriel
2023-03-21
1
-14/+21
*
gh-94673: Isolate the _io module to Each Interpreter (gh-102663)
Eric Snow
2023-03-21
1
-4/+8
*
gh-102860: improve performance of compiler's instr_sequence_to_cfg (#102861)
Irit Katriel
2023-03-21
1
-6/+44
*
gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
Eric Snow
2023-03-21
1
-1/+1
*
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow
2023-03-21
3
-2/+15
*
gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fat...
Eric Snow
2023-03-21
1
-9/+10
*
gh-102598: Remove obsolete optimization from `FORMAT_VALUE` opcode (#102599)
Nikita Sobolev
2023-03-21
2
-44/+21
*
gh-102304: Fix Non-Debug Builds (gh-102846)
Eric Snow
2023-03-20
1
-0/+2
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
3
-1/+5
*
gh-102755: fix refleak (#102826)
Irit Katriel
2023-03-19
1
-1/+2
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-19
4
-342/+334
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-18
1
-41/+26
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
3
-3/+9
*
gh-101975: Fixed a potential SegFault on garbage collection (GH-102803)
gaogaotiantian
2023-03-18
1
-0/+1
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
3
-68/+50
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-16
1
-9/+10
*
gh-99726: Improves correctness of stat results for Windows, and uses faster A...
Steve Dower
2023-03-16
1
-12/+118
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-16
1
-44/+35
*
gh-102594: PyErr_SetObject adds note to exception raised on normalization err...
Irit Katriel
2023-03-16
1
-5/+35
*
gh-102660: Fix Refleaks in import.c (#102744)
Eric Snow
2023-03-16
3
-28/+28
*
gh-102738: remove from cases generator the code related to register instructi...
Irit Katriel
2023-03-15
1
-174/+170
*
gh-102654: Insert #line directives in generated_cases.c.h (#102669)
Guido van Rossum
2023-03-15
1
-0/+456
*
gh-102281: Fix potential nullptr dereference + use of uninitialized memory (g...
Max Bachmann
2023-03-15
1
-1/+5
*
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow
2023-03-14
4
-4/+43
*
gh-98831: Use DECREF_INPUTS() more (#102409)
Guido van Rossum
2023-03-13
2
-57/+38
*
GH-100987: Don't cache references to the names and consts array in `_PyEval_E...
Mark Shannon
2023-03-13
3
-53/+44
*
gh-87092: refactor assemble() to a number of separate functions, which do not...
Irit Katriel
2023-03-13
1
-244/+290
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#1...
Irit Katriel
2023-03-13
1
-23/+19
*
GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. ...
Mark Shannon
2023-03-13
3
-24/+26
*
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher
2023-03-11
4
-16/+24
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
4
-5/+98
*
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Eric Snow
2023-03-09
1
-44/+54
*
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
Eric Snow
2023-03-09
2
-4/+4
[next]