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
/
Misc
/
NEWS.d
/
next
/
Core and Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.11.0rc2
v3.11.0rc2
Pablo Galindo
2022-09-11
17
-30/+0
*
GH-96678: Fix undefined behavior in ceval.c (GH-96708)
Miss Islington (bot)
2022-09-10
1
-0/+1
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Miss Islington (bot)
2022-09-10
1
-0/+1
*
[3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)
Mark Shannon
2022-09-09
1
-0/+3
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
1
-0/+2
*
[3.11] GH-96569: Avoid undefined behavior (#96616)
Mark Shannon
2022-09-08
1
-0/+1
*
gh-96268: Fix loading invalid UTF-8 (GH-96270)
Miss Islington (bot)
2022-09-07
1
-0/+2
*
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
Miss Islington (bot)
2022-09-07
1
-0/+1
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot)
2022-09-06
1
-0/+2
*
GH-96572: fix use after free in trace refs build mode (GH-96618)
Miss Islington (bot)
2022-09-06
1
-0/+1
*
[3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#9...
Mark Shannon
2022-09-06
1
-0/+1
*
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH...
Miss Islington (bot)
2022-08-23
1
-0/+2
*
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
Miss Islington (bot)
2022-08-22
1
-0/+4
*
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124) (#96129)
Miss Islington (bot)
2022-08-19
1
-0/+1
*
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886) (#95890)
Miss Islington (bot)
2022-08-12
1
-0/+1
*
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-...
Miss Islington (bot)
2022-08-12
1
-0/+1
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Miss Islington (bot)
2022-08-11
1
-0/+2
*
gh-95876: Fix format string in pegen error location code (GH-95877)
Miss Islington (bot)
2022-08-11
1
-0/+4
*
Python 3.11.0rc1
v3.11.0rc1
Pablo Galindo
2022-08-05
7
-17/+0
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Miss Islington (bot)
2022-08-01
1
-0/+3
*
GH-90081: Run python tracers at full speed (GH-95328) (#95363)
Miss Islington (bot)
2022-07-29
1
-0/+2
*
gh-95355: Check tokens[0] after allocating memory (GH-95356)
Miss Islington (bot)
2022-07-28
1
-0/+1
*
[3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...
Serhiy Storchaka
2022-07-28
1
-0/+3
*
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack...
Miss Islington (bot)
2022-07-27
1
-0/+2
*
gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-951...
Miss Islington (bot)
2022-07-26
1
-0/+3
*
[3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-...
Miss Islington (bot)
2022-07-26
1
-0/+3
*
Python 3.11.0b5
v3.11.0b5
Pablo Galindo
2022-07-25
14
-28/+0
*
[3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)
Mark Shannon
2022-07-25
1
-0/+1
*
[3.11] gh-93351: Add news entry and what's new entry for changes in gh-93351 ...
Pablo Galindo Salgado
2022-07-23
1
-0/+3
*
[3.11] GH-94036: Fix more attribute location quirks (GH-95028) (GH-95156)
Brandt Bucher
2022-07-23
1
-0/+2
*
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...
Miss Islington (bot)
2022-07-22
1
-0/+4
*
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...
Brandt Bucher
2022-07-22
1
-0/+4
*
[3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)
Miss Islington (bot)
2022-07-21
1
-0/+2
*
[3.11] GH-91409: Don't overwrite valid locations with NOP locations (GH-95067...
Brandt Bucher
2022-07-20
1
-0/+2
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Miss Islington (bot)
2022-07-20
1
-0/+1
*
gh-91256: Ensure help text has the program name even before getpath is called...
Miss Islington (bot)
2022-07-19
1
-0/+1
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Miss Islington (bot)
2022-07-19
1
-0/+2
*
gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH...
Miss Islington (bot)
2022-07-18
1
-0/+1
*
[3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (G...
Brandt Bucher
2022-07-18
1
-0/+2
*
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948)
Miss Islington (bot)
2022-07-18
1
-0/+1
*
gh-94869: Fix the location in some expressions for multi-line f-string ast no...
Miss Islington (bot)
2022-07-16
1
-0/+2
*
Python 3.11.0b4
v3.11.0b4
Pablo Galindo
2022-07-11
28
-59/+0
*
[3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)
John Belmonte
2022-07-11
1
-0/+1
*
[3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721)
Brandt Bucher
2022-07-10
1
-0/+4
*
[3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94...
Kumar Aditya
2022-07-09
1
-0/+2
*
[3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94...
Christian Heimes
2022-07-08
1
-0/+3
*
[3.11] gh-92228: disable the compiler's 'small exit block inlining' optimizat...
Christian Heimes
2022-07-07
1
-0/+1
*
gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors...
Miss Islington (bot)
2022-07-05
1
-0/+2
*
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as speci...
Ćukasz Langa
2022-07-05
1
-0/+2
*
[3.11] GH-94262: Don't create frame objects for frames that aren't yet comple...
Miss Islington (bot)
2022-07-04
1
-0/+3
[next]