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
/
Doc
/
whatsnew
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111201: Support pyrepl on Windows (#119559)
Dino Viehland
2024-05-31
1
-5/+8
*
gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)
Serhiy Storchaka
2024-05-30
1
-0/+4
*
Docs: `shutil.rmtree`'s `onerror` has no pending removal version (#118947)
Hugo van Kemenade
2024-05-30
1
-3/+3
*
gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)
Sam Gross
2024-05-30
1
-0/+4
*
gh-93963: Remove deprecated names from importlib.abc (#119720)
Hugo van Kemenade
2024-05-29
1
-10/+24
*
gh-119613: Soft deprecate Py_IS_NAN/INFINITY/FINITE (#119701)
Sergey B Kirpichev
2024-05-29
1
-0/+6
*
gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)
Matthias Görgens
2024-05-29
1
-0/+12
*
gh-118824: Remove deprecated `master_open` and `slave_open` from `pty` (#118826)
Nikita Sobolev
2024-05-28
1
-0/+8
*
gh-119562: Remove AST nodes deprecated since Python 3.8 (#119563)
Alex Waygood
2024-05-26
1
-0/+30
*
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder
2024-05-26
6
-7/+7
*
Fix version number in use_load_tests deprecation reference (GH-119151)
Jacob Walls
2024-05-22
1
-1/+1
*
gh-60191: Implement ast.compare (#19211)
Batuhan Taskaya
2024-05-22
1
-0/+7
*
Docs: Add central references to free-threading-related options (#119017)
Brett Simmers
2024-05-21
1
-1/+2
*
gh-74929: PEP 667 general docs update (gh-119201)
Alyssa Coghlan
2024-05-21
1
-4/+51
*
gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784)
Serhiy Storchaka
2024-05-20
1
-10/+0
*
3.13 What's New: Add PEP 702 (#118922)
Jelle Zijlstra
2024-05-15
1
-0/+3
*
GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)
Barney Gale
2024-05-14
1
-0/+2
*
gh-118928: sqlite3: disallow sequences of params with named placeholders (#11...
Erlend E. Aasland
2024-05-14
1
-0/+5
*
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
Hugo van Kemenade
2024-05-10
2
-12/+30
*
GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#1...
Barney Gale
2024-05-10
1
-0/+8
*
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
Dobatymo
2024-05-10
1
-0/+3
*
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
Jelle Zijlstra
2024-05-09
1
-3/+5
*
gh-118805: Remove type, choices, metavar params of `BooleanOptionalAction` (#...
Nikita Sobolev
2024-05-09
1
-0/+7
*
gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#1...
Hugo van Kemenade
2024-05-09
1
-0/+9
*
GH-101588: Remove deprecated pickle/copy/deepcopy from itertools (gh-118816)
Raymond Hettinger
2024-05-09
1
-0/+5
*
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
Nikita Sobolev
2024-05-08
3
-4/+7
*
gh-118767: Make bool(NotImplemented) raise TypeError (#118775)
Jelle Zijlstra
2024-05-08
1
-0/+3
*
Fix file extensions for 3.14 Whats New (#118770)
Jelle Zijlstra
2024-05-08
2
-0/+1
*
gh-118486: Update docs for CVE-2024-4030 reference (GH-118737)
Steve Dower
2024-05-08
1
-0/+14
*
Python 3.14.0a0
Thomas Wouters
2024-05-08
1
-0/+131
*
gh-118671: Updated dead ActiveState links (#118730)
trag1c
2024-05-08
1
-2/+2
*
gh-109975: Make a rough editorial pass over What's New (#118711)
T. Wouters
2024-05-07
1
-509/+542
*
gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka
2024-05-07
1
-0/+10
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
1
-1/+1
*
gh-109653: What's new: Note improved import times for several stdlib modules ...
Alex Waygood
2024-05-07
1
-0/+9
*
gh-109975: Update 'What's New in Python 3.13' for beta (#118694)
Hugo van Kemenade
2024-05-07
1
-7/+2
*
Docs: add whatsnew for free-threading (#118679)
Sam Gross
2024-05-07
1
-0/+46
*
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Jelle Zijlstra
2024-05-06
1
-0/+6
*
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Erlend E. Aasland
2024-05-06
1
-0/+5
*
gh-118271: Support more options for reading/writing images in Tkinter (GH-118...
Serhiy Storchaka
2024-05-06
1
-0/+6
*
gh-118225: Support more options for copying images in Tkinter (GH-118228)
Serhiy Storchaka
2024-05-06
1
-0/+9
*
gh-66543: Add mimetypes.guess_file_type() (GH-117258)
Serhiy Storchaka
2024-05-06
1
-0/+11
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
1
-0/+5
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+28
*
gh-74929: Rudimentary docs for PEP 667 (#118581)
Guido van Rossum
2024-05-05
1
-0/+5
*
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao
2024-05-05
1
-0/+6
*
gh-118131: Command-line interface for the `random` module (#118132)
Hugo van Kemenade
2024-05-05
1
-0/+6
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-0/+5
*
gh-115532 Add kde_random() to the statistic module (#118210)
Raymond Hettinger
2024-05-04
1
-1/+2
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-0/+6
[next]