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.12] gh-111933: fix broken link to A.Neumaier article (gh-111937) (gh-111993)
Miss Islington (bot)
2023-11-12
1
-1/+4
*
[3.12] gh-109181: Fix refleak in tb_get_lineno() (#111948)
Victor Stinner
2023-11-10
1
-1/+4
*
[3.12] gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (GH-1116...
Jelle Zijlstra
2023-11-03
2
-281/+277
*
[3.12] gh-109181: Speed up Traceback object creation by lazily compute the li...
Pablo Galindo Salgado
2023-10-31
1
-6/+29
*
[3.12] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#1...
Pablo Galindo Salgado
2023-10-26
1
-2/+33
*
[3.12] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109324)
Nikita Sobolev
2023-10-15
2
-255/+249
*
[3.12] gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524) (#110541)
Miss Islington (bot)
2023-10-09
1
-1/+7
*
[3.12] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (G...
Miss Islington (bot)
2023-10-08
1
-3/+11
*
[3.12] GH-110455: Guard `assert(tstate->thread_id > 0)` with `GH-ifndef HAVE_...
Miss Islington (bot)
2023-10-06
1
-2/+2
*
[3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#1...
Victor Stinner
2023-10-04
2
-25/+32
*
[3.12] gh-110052: Fix faulthandler for freed tstate (#110069) (#110071)
Victor Stinner
2023-10-02
1
-10/+37
*
[3.12] gh-109889: fix compiler's redundant NOP detection to look past NOPs wi...
Miss Islington (bot)
2023-10-02
1
-1/+11
*
[3.12] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-10...
Miss Islington (bot)
2023-10-02
1
-5/+21
*
[3.12] Fix error handling in _PySys_UpdateConfig() (GH-109524) (#109550)
Miss Islington (bot)
2023-10-02
1
-2/+9
*
[3.12] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109...
Miss Islington (bot)
2023-10-02
1
-0/+5
*
[3.12] gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)...
Irit Katriel
2023-10-02
1
-13/+11
*
[3.12] gh-109207: Fix SystemError when printing symtable entry object. (GH-10...
Miss Islington (bot)
2023-10-02
1
-3/+2
*
[3.12] Check the result of PySet_Contains() for error in Python/symtable.c (G...
Miss Islington (bot)
2023-10-02
1
-15/+57
*
[3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (...
Victor Stinner
2023-10-02
2
-18/+26
*
[3.12] gh-109889: comment out assertion indicating a failed optimization of a...
Irit Katriel
2023-09-26
1
-1/+7
*
[3.12] gh-109823: Adjust labels in compiler when removing an empty basic bloc...
Miss Islington (bot)
2023-09-26
1
-1/+8
*
[3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/...
Miss Islington (bot)
2023-09-24
1
-0/+5
*
[3.12] gh-109627: duplicated small exit blocks need to be assigned jump targe...
Irit Katriel
2023-09-22
1
-5/+17
*
[3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#10...
Miss Islington (bot)
2023-09-18
1
-1/+4
*
[3.12] gh-109219: propagate free vars through type param scopes (GH-109377) (...
Miss Islington (bot)
2023-09-14
1
-3/+2
*
[3.12] gh-105658: fix excess trace events for except block ending with a cond...
Irit Katriel
2023-09-14
1
-14/+2
*
[3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-...
Miss Islington (bot)
2023-09-14
1
-0/+5
*
[3.12] gh-109118: Disallow nested scopes within PEP 695 scopes within classes...
Miss Islington (bot)
2023-09-12
1
-0/+23
*
[3.12] gh-109195: fix source location for super load before LOAD_SUPER_ATTR (...
Miss Islington (bot)
2023-09-12
1
-1/+1
*
[3.12] GH-108976. Keep monitoring data structures valid during de-optimizatio...
Mark Shannon
2023-09-12
1
-55/+49
*
[3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 functio...
Jelle Zijlstra
2023-09-12
3
-430/+459
*
[3.12] gh-106922: Fix error location for constructs with spaces and parenthes...
Miss Islington (bot)
2023-09-08
1
-0/+17
*
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...
Mark Shannon
2023-09-05
2
-65/+114
*
[3.12] gh-108654: restore comprehension locals before handling exception (GH-...
Miss Islington (bot)
2023-08-31
1
-14/+53
*
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#10...
Miss Islington (bot)
2023-08-26
1
-1/+3
*
[3.12] gh-108487: Change assert that should've been DEOPT_IF (#108509)
Guido van Rossum
2023-08-26
2
-2/+2
*
[3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a fo...
Miss Islington (bot)
2023-08-22
1
-1/+1
*
[3.12] gh-107916: Save the error code before decoding the filename in PyErr_S...
Miss Islington (bot)
2023-08-21
1
-0/+8
*
[3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...
Miss Islington (bot)
2023-08-20
1
-8/+29
*
[3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981)
Steve Dower
2023-08-16
1
-8/+21
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...
Eric Snow
2023-08-16
2
-4/+7
*
[3.12] GH-107774: Add missing audit event for PEP 669 (GH-107775) (#107839)
Miss Islington (bot)
2023-08-11
1
-0/+3
*
[3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...
Miss Islington (bot)
2023-08-11
3
-14/+4
*
[3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...
Eric Snow
2023-08-05
1
-4/+4
*
[3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...
Miss Islington (bot)
2023-08-04
7
-15/+14
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...
Miss Islington (bot)
2023-08-03
1
-4/+4
*
[3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571)
Miss Islington (bot)
2023-08-02
1
-0/+1
*
[3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)...
Eric Snow
2023-07-28
2
-171/+122
*
[3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event c...
Mark Shannon
2023-07-28
2
-3/+23
*
[3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...
Mark Shannon
2023-07-28
4
-142/+150
[next]