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-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
*
[3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...
Mark Shannon
2023-07-28
4
-382/+409
*
[3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...
Miss Islington (bot)
2023-07-27
1
-10/+11
*
[3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977)...
Carl Meyer
2023-07-24
2
-2/+2
*
[3.12] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#1070...
Victor Stinner
2023-07-22
3
-24/+24
*
[3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768...
Serhiy Storchaka
2023-07-18
1
-19/+10
*
[3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834)
Miss Islington (bot)
2023-07-17
1
-0/+8
*
[3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)
Miss Islington (bot)
2023-07-05
2
-34/+66
*
[3.12] Document PYTHONSAFEPATH along side -P (GH-106122) (#106352)
Miss Islington (bot)
2023-07-05
1
-2/+2
*
[3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod...
Miss Islington (bot)
2023-07-01
1
-12/+6
*
[3.12] gh-101006: Improve error handling when read marshal data (GH-101007) (...
Miss Islington (bot)
2023-06-29
1
-61/+71
*
[3.12] gh-106118: Add O_CLOEXEC preprocessor guard (GH-106120) (#106199)
Miss Islington (bot)
2023-06-28
1
-1/+4
*
[3.12] gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106031) (#1...
Miss Islington (bot)
2023-06-27
1
-15/+27
*
[3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/...
Miss Islington (bot)
2023-06-26
1
-0/+1
*
[3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...
Serhiy Storchaka
2023-06-24
1
-7/+5
*
[3.12] gh-105908: fix `barry_as_FLUFL` future import (GH-105909) (#105930)
Miss Islington (bot)
2023-06-20
1
-6/+10
*
[3.12] GH-105840: Fix assertion failures when specializing calls with too man...
Miss Islington (bot)
2023-06-16
1
-2/+2
*
[3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1...
Miss Islington (bot)
2023-06-15
1
-0/+7
*
[3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-...
Miss Islington (bot)
2023-06-14
1
-0/+15
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
4
-83/+191
*
[3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...
Miss Islington (bot)
2023-06-13
1
-4/+15
*
[3.12] gh-105673: Fix uninitialized warning in sysmodule.c (GH-105674) (#105675)
Miss Islington (bot)
2023-06-12
1
-1/+1
*
[3.12] gh-105375: Improve error handling in the sys extension module (GH-1056...
Miss Islington (bot)
2023-06-11
1
-6/+18
*
[3.12] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#1...
Miss Islington (bot)
2023-06-11
1
-12/+16
*
[3.12] gh-105375: Improve error handling in the builtins extension module (GH...
Miss Islington (bot)
2023-06-11
1
-8/+32
*
[3.12] gh-105375: Improve error handling in compiler_enter_scope() (GH-105494...
Miss Islington (bot)
2023-06-09
1
-1/+5
*
[3.12] gh-105564: Don't include artificial newlines in the line attribute of ...
Miss Islington (bot)
2023-06-09
1
-0/+3
*
[3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh...
Miss Islington (bot)
2023-06-08
1
-1/+2
*
[3.12] gh-100227: Lock Around Adding Global Audit Hooks (gh-105515) (gh-105525)
Eric Snow
2023-06-08
2
-20/+43
*
[3.12] gh-100227: Lock Around Use of the Global "atexit" State (gh-105514) (g...
Miss Islington (bot)
2023-06-08
2
-25/+27
*
[3.12] gh-105390: Add explicit type cast (GH-105466) (#105472)
Miss Islington (bot)
2023-06-07
1
-1/+2
*
[3.12] gh-105435: Fix spurious NEWLINE token if file ends with comment withou...
Miss Islington (bot)
2023-06-07
1
-0/+11
*
[3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for token...
Miss Islington (bot)
2023-06-07
1
-7/+2
*
[3.12] gh-105259: Ensure we don't show newline characters for trailing NEWLIN...
Miss Islington (bot)
2023-06-06
1
-4/+6
[next]