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-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)
Eric Snow
2024-05-25
1
-0/+3
*
gh-119548: Add a 'clear' command to the REPL (#119549)
Pablo Galindo Salgado
2024-05-25
1
-0/+1
*
gh-111999: Fix the signature of str.format_map() (#119540)
Serhiy Storchaka
2024-05-25
1
-0/+1
*
gh-119105: Differ.compare is too slow [for degenerate cases] (#119492)
Tim Peters
2024-05-25
1
-0/+1
*
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...
Nice Zombies
2024-05-24
1
-0/+1
*
gh-69214: Fix fcntl.ioctl() request type (#119498)
Victor Stinner
2024-05-24
1
-0/+3
*
gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)
Victor Stinner
2024-05-23
1
-0/+1
*
gh-117398: Statically Allocate the Datetime C-API (GH-119472)
Eric Snow
2024-05-23
1
-0/+3
*
GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220)
Mark Shannon
2024-05-23
1
-0/+2
*
Fix typos in what's new documentation (#119448)
Xie Yanbo
2024-05-23
6
-9/+9
*
gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)
Michael Vincent
2024-05-22
1
-0/+1
*
gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#...
Josh {*()} Rosenberg
2024-05-22
1
-0/+4
*
gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...
Eric Snow
2024-05-22
1
-0/+3
*
gh-118643: Fix AttributeError in the email module (GH-119099)
Serhiy Storchaka
2024-05-22
1
-0/+2
*
Fix typos in NEWS entries for 3.13 (GH-119374)
Xie Yanbo
2024-05-22
2
-17/+17
*
gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...
Aya Elsayed
2024-05-22
1
-0/+5
*
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra
2024-05-22
1
-0/+2
*
gh-60191: Implement ast.compare (#19211)
Batuhan Taskaya
2024-05-22
1
-0/+2
*
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra
2024-05-22
1
-0/+2
*
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...
Irit Katriel
2024-05-21
1
-0/+1
*
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Nice Zombies
2024-05-21
1
-0/+1
*
gh-111201: Remove readline dependency from the PyREPL (#119262)
Lysandros Nikolaou
2024-05-21
1
-0/+1
*
Fix typos in documentation (#119295)
Xie Yanbo
2024-05-21
7
-9/+9
*
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
Victor Stinner
2024-05-21
1
-0/+2
*
gh-113978: Ignore warnings on text completion inside REPL (#113979)
Yan Yanchii
2024-05-21
1
-0/+1
*
gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows b...
Wulian233
2024-05-21
1
-0/+3
*
gh-119050: Add XML support to libregrtest refleak checker (#119148)
Victor Stinner
2024-05-20
1
-0/+2
*
Docs: Ensure no warnings are found in the NEWS file before a given line numbe...
Hugo van Kemenade
2024-05-20
3
-5/+5
*
gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784)
Serhiy Storchaka
2024-05-20
2
-7/+8
*
gh-92081: Fix for email.generator.Generator with whitespace between encoded w...
Toshio Kuratomi
2024-05-20
1
-0/+1
*
Amend NEWS category for gh-119196 (#119218)
Erlend E. Aasland
2024-05-20
1
-0/+0
*
gh-115119: Fall back to bundled libmpdec if system libmpdec is not found (#11...
Erlend E. Aasland
2024-05-20
1
-0/+1
*
gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)
Roy Hyunjin Han
2024-05-20
1
-0/+6
*
gh-118928: Remove unneeded sqlite3 NEWS entry (#119208)
Erlend E. Aasland
2024-05-20
1
-2/+0
*
gh-118928: sqlite3: correctly bail if sequences of params are used with named...
Erlend E. Aasland
2024-05-20
1
-0/+2
*
gh-119121: Fix and test `async.staggered.staggered_race` (#119173)
Nikita Sobolev
2024-05-20
1
-0/+2
*
gh-119105: difflib: improve recursion for degenerate cases (#119131)
pulkin
2024-05-19
1
-0/+1
*
GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (#119124)
Barney Gale
2024-05-19
1
-0/+2
*
gh-118750: Asymptotically faster `int(string)` (#118751)
Tim Peters
2024-05-19
1
-0/+1
*
GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489)
Barney Gale
2024-05-18
1
-0/+2
*
gh-119132: Update sys.version to identify free-threaded or not. (gh-119134)
Donghee Na
2024-05-18
1
-0/+2
*
Fix typos in documentation (#119092)
Xie Yanbo
2024-05-17
10
-15/+15
*
gh-119049: Fix incorrect display of warning which is constructed by C API (GH...
Kirill Podoprigora
2024-05-16
1
-0/+2
*
GH-118943: Fix a race condition when generating jit_stencils.h (GH-118957)
Brandt Bucher
2024-05-16
1
-0/+3
*
Docs: fix typos in documentation (gh-118941)
Xie Yanbo
2024-05-15
9
-15/+15
*
gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-118782)
Serhiy Storchaka
2024-05-15
1
-0/+1
*
GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)
Barney Gale
2024-05-14
1
-0/+1
*
GH-101357: Suppress `OSError` from `pathlib.Path.exists()` and `is_*()` (#118...
Barney Gale
2024-05-14
1
-0/+5
*
gh-118928: sqlite3: disallow sequences of params with named placeholders (#11...
Erlend E. Aasland
2024-05-14
1
-0/+2
*
gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with ...
Serhiy Storchaka
2024-05-14
1
-0/+2
[next]