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-118201: Simplify conv_confname (#126089)
Malcolm Smith
2024-11-19
1
-0/+2
*
|
Python 3.14.0a2
v3.14.0a2
Hugo van Kemenade
2024-11-19
99
-223/+0
|
/
*
GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)
Barney Gale
2024-11-19
1
-0/+3
*
gh-85957: Add missing MIME types for images with RFCs (#126966)
Hugo van Kemenade
2024-11-18
1
-0/+2
*
gh-101955: Fix SystemError in possesive quantifier with alternative and group...
Serhiy Storchaka
2024-11-18
1
-0/+2
*
gh-67877: Fix memory leaks in terminated RE matching (GH-126840)
Serhiy Storchaka
2024-11-18
1
-0/+2
*
GH-126920: fix Makefile overwriting sysconfig.get_config_vars
Filipe Laíns 🇵🇸
2024-11-17
1
-0/+5
*
GH-126789: fix some sysconfig data on late site initializations
Filipe Laíns 🇵🇸
2024-11-17
1
-0/+4
*
gh-124452: Fix header mismatches when folding/unfolding with email message (#...
RanKKI
2024-11-16
1
-0/+4
*
gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input ...
Nadeshiko Manju
2024-11-15
1
-0/+2
*
gh-122549: Add platform.invalidate_caches() (#122547)
Bénédikt Tran
2024-11-15
1
-0/+1
*
gh-125063: marshal: Add version 5, improve documentation (GH-126829)
Petr Viktorin
2024-11-15
1
-0/+2
*
GH-126766: `url2pathname()`: handle empty authority section. (#126767)
Barney Gale
2024-11-14
1
-0/+2
*
gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)
Marc Culler
2024-11-14
1
-0/+4
*
GH-118289: Fix handling of non-directories in `posixpath.realpath()` (#120127)
Barney Gale
2024-11-13
1
-0/+2
*
gh-126188: Update bundled pip to 24.3.1 (gh-126805)
Stéphane Bidoul
2024-11-13
1
-0/+1
*
gh-126390: Support for preserving order of options and nonoption arguments in...
Serhiy Storchaka
2024-11-13
1
-0/+2
*
gh-126175: Add attributes to TOMLDecodeError. Deprecate free-form `__init__` ...
Taneli Hukkinen
2024-11-13
1
-0/+2
*
gh-71936: Fix race condition in multiprocessing.Pool (GH-124973)
Petr Viktorin
2024-11-13
1
-0/+1
*
gh-104745: Limit starting a patcher more than once without stopping it (#126649)
Red4Ru
2024-11-13
1
-0/+3
*
bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (#3...
Andrew Svetlov
2024-11-13
1
-0/+2
*
gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)
Nice Zombies
2024-11-12
1
-0/+1
*
GH-120423: `pathname2url()`: handle forward slashes in Windows paths (#126593)
Barney Gale
2024-11-12
1
-0/+2
*
gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116...
Serhiy Storchaka
2024-11-12
1
-0/+4
*
gh-89083: add support for UUID version 8 (RFC 9562) (#123224)
Bénédikt Tran
2024-11-12
1
-0/+2
*
gh-126705: Make os.PathLike more like a protocol (#126706)
Stephen Morton
2024-11-12
1
-0/+1
*
gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)
Sayandip Dutta
2024-11-12
1
-0/+2
*
gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (#126617)
Bénédikt Tran
2024-11-12
1
-0/+2
*
gh-126699: allow AsyncIterator to be used as a base for Protocols (#126702)
Stephen Morton
2024-11-12
1
-0/+1
*
gh-84852: Add MIME types for .eot, ,otf, .ttf, .woff and .woff2 fonts (#20199)
Sahil Prajapati
2024-11-12
1
-0/+2
*
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-126212: Fix removal of slashes in file URIs on Windows (#126214)
Barney Gale
2024-11-08
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-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-126417: Register multiprocessing proxy types to an appropriate collections...
Stephen Morton
2024-11-05
1
-0/+3
*
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-126363: Speed up pattern parsing in `pathlib.Path.glob()` (#126364)
Barney Gale
2024-11-04
1
-0/+2
*
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1...
Kumar Aditya
2024-11-04
1
-0/+2
[prev]
[next]