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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
1
-0/+2
*
gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is en...
Pablo Galindo Salgado
2023-10-27
1
-0/+2
*
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
zcxsythenew
2023-10-26
1
-0/+1
*
gh-111259: Optimize recursive wildcards in pathlib (GH-111303)
Serhiy Storchaka
2023-10-26
1
-0/+1
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
1
-0/+3
*
gh-67224: Show source lines in tracebacks when using the -c option when runni...
Pablo Galindo Salgado
2023-10-26
1
-0/+2
*
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...
Hugo van Kemenade
2023-10-25
1
-0/+1
*
gh-111230: Fix errors checking in _ssl module init (#111232)
Nikita Sobolev
2023-10-25
1
-0/+1
*
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-1...
Serhiy Storchaka
2023-10-25
1
-0/+2
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
1
-0/+2
*
gh-111295: Fix error checking in time extension module init (#111296)
Nikita Sobolev
2023-10-25
1
-0/+1
*
gh-111233: Fix error checking in select extension module init (#111234)
Nikita Sobolev
2023-10-25
1
-0/+1
*
gh-111253: Fix error checking in _socket module init (#111254)
Nikita Sobolev
2023-10-25
1
-0/+1
*
gh-111251: Fix error checking in _blake2 module init (#111252)
Nikita Sobolev
2023-10-25
1
-0/+1
*
gh-102956: Fix returning of empty byte strings after seek in zipfile … (#10...
Jokimax
2023-10-24
1
-0/+1
*
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
Brandt Bucher
2023-10-24
1
-0/+1
*
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
Serhiy Storchaka
2023-10-24
1
-0/+6
*
GH-94438: Restore ability to jump over None tests (GH-111237)
Savannah Ostrowski
2023-10-24
1
-0/+1
*
gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1...
Radislav Chugunov
2023-10-23
1
-0/+1
*
gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)
hetmankp
2023-10-23
1
-0/+8
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
1
-0/+1
*
gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962)
Ayappan Perumal
2023-10-22
1
-0/+1
*
gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)
Tian Gao
2023-10-22
1
-0/+1
*
gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)
Serhiy Storchaka
2023-10-21
1
-0/+3
*
gh-111159: Fix `doctest` output comparison for exceptions with notes (#111160)
Nikita Sobolev
2023-10-21
1
-0/+1
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
1
-0/+4
*
gh-111123: symtable should visit exception handlers before the else block (#1...
Irit Katriel
2023-10-21
1
-0/+2
*
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Victor Stinner
2023-10-21
1
-0/+2
*
gh-111046: for wasi-threads, export memory as well via the linker (GH-111099)
YAMAMOTO Takashi
2023-10-20
1
-0/+1
*
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner
2023-10-20
1
-0/+2
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
1
-0/+2
*
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
Tamás Hegedűs
2023-10-20
1
-0/+1
*
gh-111092: Make turtledemo run without default root enabled (#111093)
Terry Jan Reedy
2023-10-20
1
-0/+1
*
gh-85283: Build posixshmem extension with Limited C API (#111087)
Victor Stinner
2023-10-19
1
-2/+3
*
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner
2023-10-19
1
-1/+1
*
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner
2023-10-19
2
-2/+2
*
GH-102895 Add an option local_exit in code.interact to block exit() from term...
Tian Gao
2023-10-18
1
-0/+1
*
gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct per...
Joshua Root
2023-10-18
1
-0/+1
*
gh-100445: Improve error message for unterminated strings with escapes (#100446)
Shantanu
2023-10-18
1
-0/+1
*
gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks (#109470)
Charles Machalow
2023-10-18
1
-0/+2
*
gh-85283: Build _uuid extension with limited C API (#111010)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-85283: Build _scproxy extension with limited C API (#111008)
Victor Stinner
2023-10-17
1
-3/+3
*
gh-85283: Build resource extension with limited C API (#110989)
Victor Stinner
2023-10-17
1
-3/+3
*
gh-110995: Fix test_gdb check_usable_gdb() (#110998)
Victor Stinner
2023-10-17
1
-0/+2
*
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Victor Stinner
2023-10-17
1
-0/+2
*
gh-85283: Build winsound extension with limited C API (#110978)
Victor Stinner
2023-10-17
1
-3/+4
*
gh-110938: Fix error messages for indented blocks with functions and classes ...
Pablo Galindo Salgado
2023-10-17
1
-0/+2
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-0/+2
*
gh-85283: Build md5 extension with limited C API (#110967)
Victor Stinner
2023-10-17
1
-3/+3
*
gh-85283: Build errno and _ctypes_test with limited C API (#110955)
Victor Stinner
2023-10-17
1
-2/+3
[next]