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.8.13
Łukasz Langa
2022-03-15
1
-1/+0
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520)
Miss Islington (bot)
2022-03-02
1
-0/+1
*
Python 3.8.12
v3.8.12
Łukasz Langa
2021-08-30
3
-4/+0
*
[3.8] bpo-33930: Fix segfault with deep recursion when cleaning method object...
Łukasz Langa
2021-08-11
1
-0/+2
*
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27692)
Irit Katriel
2021-08-10
1
-0/+1
*
bpo-44856: Possible reference leak in error paths of update_bases() and __bui...
Miss Islington (bot)
2021-08-07
1
-0/+1
*
Python 3.8.11
v3.8.11
Łukasz Langa
2021-06-28
1
-2/+0
*
bpo-44070: No longer eagerly makes import filenames absolute, except for exte...
Steve Dower
2021-05-12
1
-0/+2
*
Python 3.8.10
v3.8.10
Łukasz Langa
2021-05-03
2
-3/+0
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)
Miss Islington (bot)
2021-04-26
1
-0/+1
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-09
1
-0/+2
*
Python 3.8.9
v3.8.9
Łukasz Langa
2021-04-02
3
-9/+0
*
bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...
Miss Islington (bot)
2021-03-29
1
-0/+3
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...
Miss Islington (bot)
2021-03-29
1
-0/+4
*
[3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...
Antoine Pitrou
2021-03-06
1
-0/+2
*
Python 3.8.8rc1
v3.8.8rc1
Łukasz Langa
2021-02-16
1
-8/+0
*
bpo-42819, readline: Disable bracketed paste (GH-24108)
Miss Islington (bot)
2021-02-15
1
-0/+8
*
Python 3.8.7
v3.8.7
Łukasz Langa
2020-12-21
2
-29/+0
*
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) (GH-2...
Victor Stinner
2020-12-08
1
-0/+3
*
Merge tag 'v3.8.7rc1' into 3.8
Łukasz Langa
2020-12-08
6
-14/+0
|
\
|
*
Python 3.8.7rc1
v3.8.7rc1
Łukasz Langa
2020-12-07
6
-14/+0
*
|
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
Brandt Bucher
2020-12-07
1
-0/+26
|
/
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (G...
Victor Stinner
2020-11-17
1
-0/+4
*
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...
Miss Skeleton (bot)
2020-10-29
1
-0/+2
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Miss Skeleton (bot)
2020-10-22
1
-0/+1
*
bpo-41984: GC track all user classes (GH-22701/GH-22707)
Miss Skeleton (bot)
2020-10-15
1
-0/+2
*
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Miss Skeleton (bot)
2020-10-15
1
-0/+3
*
[3.8] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-...
Serhiy Storchaka
2020-10-04
1
-0/+2
*
Python 3.8.6
v3.8.6
Łukasz Langa
2020-09-23
1
-1/+0
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Miss Islington (bot)
2020-09-09
1
-0/+1
*
Python 3.8.6rc1
v3.8.6rc1
Łukasz Langa
2020-09-07
3
-5/+0
*
[3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (...
Miss Islington (bot)
2020-09-04
1
-0/+2
*
[3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclass...
Pablo Galindo
2020-09-01
1
-0/+2
*
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
Miss Islington (bot)
2020-07-29
1
-0/+1
*
Python 3.8.5
v3.8.5
Łukasz Langa
2020-07-20
1
-3/+0
*
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
Miss Islington (bot)
2020-07-18
1
-0/+3
*
Python 3.8.4
v3.8.4
Łukasz Langa
2020-07-13
5
-11/+0
*
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (G...
Miss Islington (bot)
2020-07-10
1
-0/+2
*
bpo-41247: asyncio.set_running_loop() cache running loop holder (#21406)
Tony Solomonik
2020-07-09
1
-0/+2
*
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...
Miss Islington (bot)
2020-07-09
1
-0/+1
*
bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)
Miss Islington (bot)
2020-07-06
1
-0/+4
*
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...
scoder
2020-07-05
1
-0/+2
*
Python 3.8.4rc1
v3.8.4rc1
Łukasz Langa
2020-06-29
8
-17/+0
*
[3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...
Guido van Rossum
2020-06-28
1
-0/+3
*
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Miss Islington (bot)
2020-06-24
1
-0/+2
*
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...
Miss Islington (bot)
2020-06-22
1
-0/+4
*
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...
Miss Islington (bot)
2020-06-22
1
-0/+1
*
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
Miss Islington (bot)
2020-06-13
1
-0/+1
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Miss Islington (bot)
2020-06-06
1
-0/+2
*
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)
Victor Stinner
2020-06-03
1
-0/+2
[next]