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
/
Include
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...
Mark Shannon
2023-09-05
2
-2/+2
*
[3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981)
Steve Dower
2023-08-16
1
-1/+2
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...
Eric Snow
2023-08-16
3
-6/+23
*
[3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...
Miss Islington (bot)
2023-08-11
1
-4/+0
*
[3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...
Eric Snow
2023-08-05
3
-22/+6
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...
Miss Islington (bot)
2023-08-03
3
-6/+22
*
[3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)...
Eric Snow
2023-07-28
3
-17/+6
*
[3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...
Mark Shannon
2023-07-28
1
-1/+2
*
[3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...
Mark Shannon
2023-07-28
1
-2/+3
*
[3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...
Miss Islington (bot)
2023-07-27
2
-23/+1
*
[3.12] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#1070...
Victor Stinner
2023-07-22
1
-2/+2
*
[3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)
Miss Islington (bot)
2023-07-05
2
-0/+4
*
[3.12] gh-106140: Reorder some more fields to facilitate out-of-process inspe...
Pablo Galindo Salgado
2023-06-27
1
-7/+8
*
[3.12] gh-106140: Reorder some fields to facilitate out-of-process inspection...
Miss Islington (bot)
2023-06-27
2
-41/+52
*
[3.12] gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (GH-105...
Miss Islington (bot)
2023-06-14
1
-3/+2
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
3
-27/+22
*
[3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh...
Miss Islington (bot)
2023-06-08
2
-3/+4
*
[3.12] gh-100227: Lock Around Adding Global Audit Hooks (gh-105515) (gh-105525)
Eric Snow
2023-06-08
1
-1/+4
*
[3.12] gh-100227: Lock Around Use of the Global "atexit" State (gh-105514) (g...
Miss Islington (bot)
2023-06-08
1
-0/+1
*
[3.12] gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Cu...
Miss Islington (bot)
2023-06-01
1
-1/+1
*
[3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...
Miss Islington (bot)
2023-06-01
2
-4/+17
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Miss Islington (bot)
2023-05-30
4
-0/+18
*
[3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974)
Miss Islington (bot)
2023-05-30
1
-18/+18
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-22
2
-28/+29
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-20/+15
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
5
-1/+9
*
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens
2023-05-19
4
-0/+6
*
gh-104602: ensure all cellvars are known up front (#104603)
Carl Meyer
2023-05-19
1
-2/+3
*
gh-104549: Set __module__ on TypeAliasType (#104550)
Jelle Zijlstra
2023-05-18
2
-1/+2
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
5
-1/+8
*
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon
2023-05-18
2
-4/+4
*
GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...
Mark Shannon
2023-05-17
1
-1/+0
*
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
Carl Meyer
2023-05-16
1
-2/+2
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
12
-34/+235
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-0/+18
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
2
-3/+3
*
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer
2023-05-11
3
-19/+14
*
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg
2023-05-10
1
-2/+0
*
gh-104252: Immortalize Py_EMPTY_KEYS (gh-104253)
Eric Snow
2023-05-10
2
-3/+6
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
5
-7/+13
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
4
-7/+4
*
gh-104223: Fix issues with inheriting from buffer classes (#104227)
Jelle Zijlstra
2023-05-08
1
-1/+2
*
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel
2023-05-07
5
-1/+8
*
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)
John Belmonte
2023-05-07
1
-2/+0
*
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow
2023-05-06
1
-0/+2
*
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
2
-1/+2
*
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow
2023-05-05
2
-1/+4
*
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...
Mark Shannon
2023-05-05
1
-2/+0
*
GH-104142: Fix _Py_RefcntAdd to respect immortality (GH-104143)
Brandt Bucher
2023-05-05
1
-0/+3
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
6
-0/+37
[next]