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-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback...
Bénédikt Tran
2024-10-27
1
-0/+2
*
gh-124295: Add translation tests for argparse (GH-124803)
Tomas R.
2024-10-27
1
-0/+1
*
gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evi...
Bénédikt Tran
2024-10-27
1
-0/+3
*
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
devdanzin
2024-10-27
1
-0/+2
*
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Brian Schubert
2024-10-27
1
-0/+2
*
gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)
Zhikang Yan
2024-10-27
1
-0/+2
*
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
devdanzin
2024-10-27
1
-0/+1
*
gh-125593: Use colors to highlight error locations in tracebacks from excepti...
Bogdan Romanyuk
2024-10-27
1
-0/+1
*
gh-89640: properly detect float word ordering on Linux (#125571)
Erlend E. Aasland
2024-10-26
1
-0/+2
*
gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` ...
Bénédikt Tran
2024-10-25
1
-0/+2
*
GH-125789: fix `fut._callbacks` to always return a copy of callbacks (#125922)
Kumar Aditya
2024-10-25
1
-0/+1
*
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner
2024-10-25
1
-0/+2
*
Increase minimum Android API level to 24 (#125946)
Malcolm Smith
2024-10-25
1
-0/+1
*
gh-125942: Android: set stdout to `errors="backslashreplace"` (#125943)
Malcolm Smith
2024-10-25
1
-0/+2
*
gh-125940: Android: support 16 KB pages (#125941)
Malcolm Smith
2024-10-24
1
-0/+2
*
gh-125245: Fix race condition when importing `collections.abc` (#125415)
Sam Gross
2024-10-24
1
-0/+2
*
gh-123930: Better error for "from imports" when script shadows module (#123929)
Shantanu
2024-10-24
1
-0/+4
*
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...
Javad Shafique
2024-10-24
1
-0/+1
*
gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)
Sam Gross
2024-10-24
1
-0/+2
*
gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)
Sam Gross
2024-10-24
1
-0/+2
*
GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)
Mark Shannon
2024-10-24
1
-0/+3
*
gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...
Jelle Zijlstra
2024-10-23
1
-0/+3
*
gh-125884: Support breakpoint on functions with annotations (#125892)
Tian Gao
2024-10-23
1
-0/+1
*
gh-58032: Deprecate the argparse.FileType type converter (GH-124664)
Serhiy Storchaka
2024-10-23
1
-0/+1
*
gh-80958: unittest: discovery support for namespace packages as start directo...
Jacob Walls
2024-10-23
1
-0/+1
*
gh-125259: Fix error notes removal in enum initialization (GH-125647)
Mario Šaško
2024-10-22
1
-0/+1
*
gh-125710: [Enum] fix hashable<->nonhashable comparisons for member values (G...
Ethan Furman
2024-10-22
1
-0/+1
*
gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)
Mikhail Efimov
2024-10-22
1
-0/+2
*
gh-125355: Rewrite parse_intermixed_args() in argparse (GH-125356)
Serhiy Storchaka
2024-10-22
1
-0/+7
*
gh-124651: Quote template strings in `venv` activation scripts (GH-124712)
Y5
2024-10-21
1
-0/+1
*
gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string agai...
Serhiy Storchaka
2024-10-21
1
-0/+2
*
gh-125767: Fix pickling and copying of super objects (GH-125781)
Serhiy Storchaka
2024-10-21
1
-0/+2
*
gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (#...
Tian Gao
2024-10-21
1
-0/+1
*
gh-125608: Trigger dictionary watchers when inline values change (#125611)
Sam Gross
2024-10-21
1
-0/+3
*
gh-125519: Improve traceback if `importlib.reload()` is called with a non-mod...
Alex Waygood
2024-10-21
1
-0/+2
*
gh-125378: Trigger a repeat for the full multi-line statement for empty line ...
Tian Gao
2024-10-19
1
-0/+1
*
gh-124984: Enhance `ssl` thread safety (#124993)
Peter Bierma
2024-10-19
1
-0/+1
*
gh-125398: Convert paths in venv activate script when using Git Bash under Wi...
Julien
2024-10-19
1
-0/+1
*
gh-52551: Use wcsftime() to implement time.strftime() on Windows (GH-125658)
Serhiy Storchaka
2024-10-19
1
-0/+1
*
GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)
Adam Turner
2024-10-19
1
-0/+2
*
gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (#1...
Pablo Galindo Salgado
2024-10-18
1
-0/+2
*
gh-125660: Reject invalid unicode escapes for Python implementation of JSON d...
Nice Zombies
2024-10-18
1
-0/+1
*
gh-125682: Reject non-ASCII digits in the Python implementation of JSON decod...
Nice Zombies
2024-10-18
1
-0/+2
*
gh-125600: Only show stale code warning on source code display commands (#125...
Tian Gao
2024-10-18
1
-0/+1
*
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
Sam Gross
2024-10-17
1
-0/+4
*
gh-118986: expose `socket.IPV6_RECVERR` (#118987)
chrysn
2024-10-17
1
-0/+1
*
gh-125017: Fix crash on premature access to classmethod/staticmethod annotati...
Jelle Zijlstra
2024-10-17
1
-0/+2
*
gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins...
George Pittock
2024-10-17
1
-0/+1
*
gh-52551: Fix encoding issues in strftime() (GH-125193)
Serhiy Storchaka
2024-10-17
1
-0/+8
*
gh-123370: Fix the canvas not clearing after running turtledemo.clock (#123457)
Wulian
2024-10-17
1
-0/+1
[prev]
[next]