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
...
*
[3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765)
Miss Islington (bot)
2024-11-12
1
-0/+7
*
[3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124...
Miss Islington (bot)
2024-11-12
2
-4/+16
*
[3.13] gh-126171: fix possible null dereference in _imp_find_frozen_impl (GH-...
Miss Islington (bot)
2024-11-08
1
-1/+1
*
[3.13] Fix possible null pointer dereference of freevars in _PyCompile_Lookup...
Valery Fedorenko
2024-11-06
1
-1/+1
*
[3.13] gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (...
Donghee Na
2024-11-03
1
-3/+6
*
[3.13] gh-126139: Improve error message location for future statement with un...
Miss Islington (bot)
2024-10-30
1
-2/+10
*
[3.13] gh-126105: Fix crash in `ast` module, when `._fields` is deleted (GH-1...
Miss Islington (bot)
2024-10-29
1
-10/+8
*
[3.13] gh-125703: Correctly honour tracemalloc hooks on more PyDECREF special...
Pablo Galindo Salgado
2024-10-28
1
-0/+5
*
[3.13] gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (GH...
Miss Islington (bot)
2024-10-27
1
-1/+0
*
[3.13] gh-123930: Better error for "from imports" when script shadows module ...
Shantanu
2024-10-24
1
-45/+103
*
[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)
Sam Gross
2024-10-24
2
-27/+4
*
[3.13] gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (GH-125896) (GH-125925)
Miss Islington (bot)
2024-10-24
1
-33/+47
*
[3.13] gh-125859: Fix crash when `gc.get_objects` is called during GC (GH-125...
Miss Islington (bot)
2024-10-24
1
-73/+64
*
[3.13] gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (GH...
Jelle Zijlstra
2024-10-23
1
-0/+1
*
[3.13] gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread state...
Miss Islington (bot)
2024-10-15
1
-6/+12
*
[3.13] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124423)
Miss Islington (bot)
2024-10-07
1
-35/+56
*
[3.13] gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-12...
Miss Islington (bot)
2024-10-07
1
-1/+8
*
[3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis ...
Miss Islington (bot)
2024-10-04
1
-2/+3
*
[3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-1...
Jelle Zijlstra
2024-10-01
1
-1/+12
*
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
T. Wouters
2024-09-30
2
-575/+335
*
[3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896)
Miss Islington (bot)
2024-09-30
1
-0/+1
*
[3.13] gh-124746: remove assertion on exits having line numbers (#124762)
Irit Katriel
2024-09-30
1
-16/+0
*
[3.13] gh-116510: Fix crash during sub-interpreter shutdown (gh-124645) (#124...
Miss Islington (bot)
2024-09-27
1
-3/+26
*
[3.13] gh-124160: Pass main_tstate to update_global_state_for_extension() (GH...
Miss Islington (bot)
2024-09-23
1
-1/+1
*
[3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123...
Miss Islington (bot)
2024-09-23
1
-5/+13
*
[3.13] GH-123545: Remove duplicate Py_DECREF when handling _PyOptimizer_Optim...
Savannah Ostrowski
2024-09-06
2
-4/+0
*
[3.13] gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded b...
Miss Islington (bot)
2024-09-06
1
-4/+8
*
[3.13] gh-121804: always show error location for SyntaxError's in basic repl ...
Miss Islington (bot)
2024-09-03
1
-0/+31
*
[3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)
Petr Viktorin
2024-09-03
1
-1/+1
*
[3.13] gh-98442: fix locations of with statement's cleanup instructions (GH-1...
Miss Islington (bot)
2024-09-02
1
-1/+3
*
[3.13] gh-93691: fix too broad source locations of with-statement instruction...
Miss Islington (bot)
2024-09-02
1
-3/+2
*
[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600)
Victor Stinner
2024-09-02
3
-6/+6
*
[3.13] GH-117759: Document incremental GC (GH-123266) (#123395)
Miss Islington (bot)
2024-09-02
1
-11/+16
*
[3.13] GH-122298: Restore printing of GC stats (GH-123261) (#123268)
Miss Islington (bot)
2024-09-02
1
-0/+25
*
[3.13] Fix typos in docs, error messages and comments (#122502) (#122606)
Alex Waygood
2024-09-02
1
-1/+1
*
[3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-1234...
Irit Katriel
2024-08-28
1
-8/+7
*
[3.13] gh-123344: Add missing ast optimizations for PEP 696 (GH-123377) (#123...
Miss Islington (bot)
2024-08-28
1
-0/+3
*
[3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#12...
Donghee Na
2024-08-22
2
-8/+10
*
[3.13] gh-123142: Fix too wide source locations in tracebacks of exceptions f...
Irit Katriel
2024-08-22
1
-2/+3
*
[3.13] gh-122712: Guard against __code__ reassignment in CALL_ALLOC_AND_ENTER...
mpage
2024-08-21
2
-0/+4
*
[3.13] gh-123048: Fix missing source location in pattern matching code (GH-12...
Miss Islington (bot)
2024-08-20
1
-1/+1
*
[3.13] Add debug offsets for free threaded builds (GH-123041) (#123055)
Miss Islington (bot)
2024-08-18
2
-2/+4
*
[3.13] gh-122247: Move instruction instrumentation sanity check after tracing...
Miss Islington (bot)
2024-08-16
1
-1/+1
*
[3.13] gh-118814: Fix the TypeVar constructor when name is passed by keyword ...
Serhiy Storchaka
2024-08-08
1
-1/+1
*
[3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) (#122757)
Miss Islington (bot)
2024-08-06
1
-1/+1
*
[3.13] gh-122445: populate only modified fields in __static_attributes__ (#12...
Irit Katriel
2024-08-02
1
-15/+15
*
[3.13] gh-122334: Fix crash when importing ssl after re-initialization (GH-12...
Miss Islington (bot)
2024-08-02
1
-0/+13
*
[3.13] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded bui...
Miss Islington (bot)
2024-07-30
1
-1/+2
*
[3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419)
Brandt Bucher
2024-07-29
4
-12/+11
*
[3.13] gh-122201: Lock mutex when setting handling_thread to NULL (GH-122204)...
Miss Islington (bot)
2024-07-26
1
-3/+15
[prev]
[next]