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-84852: Add MIME types for .eot, ,otf, .ttf, .woff and .woff2 fonts (#20199)
Sahil Prajapati
2024-11-12
1
-0/+2
*
GH-126195: Use M1 JIT memory protection APIs (GH-126196)
Diego Russo
2024-11-12
1
-0/+1
*
Docs: re-create pages for removed modules to document their removal. (#126622)
Ned Batchelder
2024-11-11
1
-0/+3
*
gh-89416: Add RFC 9559 MIME types for Matroska formats (#126412)
Hugo van Kemenade
2024-11-11
1
-0/+2
*
gh-126374: Add support of options with optional arguments in the getopt modul...
Serhiy Storchaka
2024-11-11
1
-0/+1
*
gh-117941: Reject option names starting with "--no-" in argparse.BooleanOptio...
Serhiy Storchaka
2024-11-11
1
-0/+2
*
gh-126505: Fix bugs in compiling case-insensitive character classes (GH-126557)
Serhiy Storchaka
2024-11-11
1
-0/+4
*
gh-126654: Fix crash in several functions in `_interpreters` module (#126678)
sobolevn
2024-11-11
1
-0/+2
*
gh-117378: Clear up the NEWS entry wording (GH-126634)
Gregory P. Smith
2024-11-11
1
-3/+3
*
gh-126565: Skip `zipfile.Path.exists` check in write mode (#126576)
Jan Hicken
2024-11-10
1
-0/+1
*
gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-1...
Gregory P. Smith
2024-11-09
1
-0/+17
*
gh-126187 Add emscripten.py script to automate emscripten build (#126190)
Hood Chatham
2024-11-09
1
-0/+1
*
GH-126212: Fix removal of slashes in file URIs on Windows (#126214)
Barney Gale
2024-11-08
1
-0/+3
*
gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)
Steve Dower
2024-11-08
1
-0/+2
*
gh-126072: Set docstring attribute for module and class (#126231)
Xuanteng Huang
2024-11-08
1
-0/+2
*
GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...
Brett Cannon
2024-11-07
1
-0/+3
*
GH-126222: Fix `_PyUop_num_popped` (GH-126507)
Mark Shannon
2024-11-07
1
-0/+3
*
gh-125679: multiprocessing Lock and RLock - fix invalid representation string...
Duprat
2024-11-07
1
-0/+2
*
gh-125926: Fix urllib.parse.urljoin() for base URI with undefined authority (...
Serhiy Storchaka
2024-11-07
1
-0/+4
*
gh-125631: Enable setting persistent_id and persistent_load of pickler and un...
Serhiy Storchaka
2024-11-07
1
-0/+4
*
GH-126458: disable SIMD for HACL under WASI (#126512)
Brett Cannon
2024-11-06
1
-0/+1
*
gh-126451: Register contextvars.Context to collections.abc.Mapping (#126452)
Stephen Morton
2024-11-06
1
-0/+2
*
gh-126489: Do not call persistent_id() for a persistent id in Python pickle (...
Serhiy Storchaka
2024-11-06
1
-0/+3
*
gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GL...
blhsing
2024-11-05
1
-0/+1
*
gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)
Steve Dower
2024-11-05
1
-0/+1
*
gh-126417: Register multiprocessing proxy types to an appropriate collections...
Stephen Morton
2024-11-05
1
-0/+3
*
gh-126366: Fix crash if `__iter__` raises an exception during `yield from` (#...
Peter Bierma
2024-11-05
1
-0/+2
*
gh-120057: Add os.reload_environ() function (#126268)
Victor Stinner
2024-11-05
1
-0/+2
*
gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)
Serhiy Storchaka
2024-11-05
1
-0/+1
*
gh-89640: Hardcode WASM float word ordering as little endian (#126387)
Erlend E. Aasland
2024-11-04
1
-0/+1
*
GH-126363: Speed up pattern parsing in `pathlib.Path.glob()` (#126364)
Barney Gale
2024-11-04
1
-0/+2
*
gh-119793: Add optional length-checking to `map()` (GH-120471)
Nice Zombies
2024-11-04
1
-0/+3
*
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1...
Kumar Aditya
2024-11-04
1
-0/+2
*
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-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Sergey B Kirpichev
2024-11-01
1
-0/+1
*
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
2
-1/+2
*
gh-126206: make clinic now forcefully regenerates clinic code (#126244)
Erlend E. Aasland
2024-11-01
1
-0/+2
*
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-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev
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-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows...
Steve Dower
2024-10-30
1
-0/+2
*
GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)
Savannah Ostrowski
2024-10-30
2
-0/+5
[next]