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-110894: Call loop exception handler for exceptions in client_connected_cb ...
Kumar Aditya
2023-11-02
1
-0/+1
*
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-11...
Anthony Shaw
2023-11-02
1
-0/+1
*
gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d...
Yilei Yang
2023-11-01
1
-0/+2
*
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...
Yilei Yang
2023-11-01
1
-0/+3
*
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum
2023-11-01
1
-0/+9
*
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
Victor Stinner
2023-11-01
1
-0/+3
*
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...
Thomas Grainger
2023-10-31
1
-0/+1
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
1
-0/+1
*
gh-111420: Allow type comments in parenthesized `with` statements (#111468)
Tomas R
2023-10-31
1
-0/+1
*
gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)
Victor Stinner
2023-10-31
1
-0/+3
*
gh-109181: Speed up Traceback object creation by lazily compute the line numb...
Pablo Galindo Salgado
2023-10-31
1
-0/+2
*
GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)
Anthony Shaw
2023-10-31
1
-0/+1
*
gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-11...
Serhiy Storchaka
2023-10-31
1
-0/+2
*
gh-111366: Correctly show custom syntax error messages in the codeop module f...
Pablo Galindo Salgado
2023-10-30
1
-0/+3
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-0/+1
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-0/+1
*
gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)
c-bata
2023-10-29
1
-0/+3
*
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum
2023-10-28
1
-0/+6
*
gh-111342: fix typo in math.sumprod (GH-111416)
Sergey B Kirpichev
2023-10-28
1
-0/+1
*
gh-59013: Make line number of function breakpoint more precise (#110582)
Tian Gao
2023-10-27
1
-0/+1
*
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...
Nikita Sobolev
2023-10-27
1
-0/+2
*
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...
Raymond Hettinger
2023-10-27
1
-0/+6
*
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
[next]