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
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-126313: Fix a crash in curses.napms() due to incorrect error handling (GH-...
Bénédikt Tran
2024-11-03
1
-0/+2
*
gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101)
Cody Maloney
2024-11-03
1
-0/+1
*
gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (...
Nico-Posada
2024-11-02
1
-0/+3
*
gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (back...
sobolevn
2024-11-01
1
-0/+2
*
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
Bénédikt Tran
2024-11-01
1
-0/+1
*
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
Barney Gale
2024-11-01
1
-0/+3
*
gh-126156: Improve performance of creating `Morsel` objects (#126157)
J. Nick Koston
2024-10-31
1
-0/+1
*
gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an...
Bénédikt Tran
2024-10-31
1
-0/+3
*
gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)
Peter Bierma
2024-10-31
1
-0/+2
*
gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with ne...
Nico-Posada
2024-10-31
1
-0/+1
*
GH-126205: Fix conversion of UNC paths to file URIs (#126208)
Barney Gale
2024-10-30
1
-0/+2
*
gh-121267: Improve performance of tarfile (#121267) (#121269)
Johan Förberg
2024-10-30
1
-0/+2
*
gh-126068: Fix exceptions in the argparse module (GH-126069)
Serhiy Storchaka
2024-10-30
1
-0/+5
*
gh-125206: Correct detection of complex numbers support in libffi (#126104)
Sergey B Kirpichev
2024-10-30
1
-0/+1
*
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
sobolevn
2024-10-29
1
-0/+1
*
gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (#126111)
sobolevn
2024-10-29
1
-0/+1
*
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-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-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-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-125245: Fix race condition when importing `collections.abc` (#125415)
Sam Gross
2024-10-24
1
-0/+2
*
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-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-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-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-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
*
gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...
Savannah Ostrowski
2024-10-17
1
-0/+2
*
GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...
Savannah Ostrowski
2024-10-17
1
-0/+1
*
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow
2024-10-16
1
-0/+6
*
gh-125451: Fix deadlock in ProcessPoolExecutor shutdown (#125492)
Sam Gross
2024-10-16
1
-0/+2
[prev]
[next]