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-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...
Matt Prodani
2023-11-30
1
-1/+4
*
gh-104003: Implement PEP 702 (#104004)
Jelle Zijlstra
2023-11-29
1
-0/+9
*
gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)
Irit Katriel
2023-11-28
1
-0/+11
*
gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)
Tian Gao
2023-11-27
1
-0/+5
*
gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393)
Serhiy Storchaka
2023-11-27
1
-0/+5
*
gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)
Jacob Walls
2023-11-27
1
-0/+4
*
GH-101100: Fix reference warnings for ``socket`` methods (#110114)
Adam Turner
2023-11-27
2
-5/+5
*
Move What's New In Python 3.12 entries to the right section (#112447)
Victor Stinner
2023-11-27
1
-7/+8
*
gh-112137: change dis output to display labels instead of offsets (#112138)
Irit Katriel
2023-11-22
1
-0/+9
*
gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112...
Lincoln
2023-11-21
1
-0/+6
*
gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)
Victor Stinner
2023-11-17
1
-14/+0
*
gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....
Ori Avtalion
2023-11-17
1
-2/+3
*
gh-112026: Add again <unistd.h> include in Python.h (#112046)
Victor Stinner
2023-11-15
1
-18/+0
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
1
-0/+6
*
GH-72904: Add `glob.translate()` function (#106703)
Barney Gale
2023-11-13
1
-0/+7
*
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner
2023-11-13
1
-0/+4
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
1
-0/+8
*
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team)
2023-11-08
1
-0/+7
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-9/+0
*
gh-81137: deprecate assignment of code object to a function of a mismatched t...
Irit Katriel
2023-11-07
1
-0/+6
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
1
-0/+9
*
gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...
Irit Katriel
2023-11-07
1
-0/+4
*
gh-109466: Add ipv6_mapped property to IPv4Address (#109467)
Charles Machalow
2023-11-05
1
-0/+6
*
gh-106168: Revert the "size before item" setting (#111683)
scoder
2023-11-03
1
-2/+0
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
1
-1/+2
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
1
-0/+8
*
gh-106168: Update PyList_SET_ITEM() What's New doc (#111618)
Victor Stinner
2023-11-01
1
-1/+2
*
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...
Yilei Yang
2023-11-01
1
-0/+5
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
1
-0/+4
*
gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)
Victor Stinner
2023-10-31
1
-0/+8
*
gh-111301: Move importlib.resources changes to the Removed section (#111509)
Karolina Surma
2023-10-31
1
-14/+18
*
gh-111301: Move `importlib.resources.files` change to What's new in Python 3....
Karolina Surma
2023-10-31
2
-1/+3
*
gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)
Victor Stinner
2023-10-27
1
-1/+2
*
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...
Raymond Hettinger
2023-10-27
1
-0/+8
*
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...
Hugo van Kemenade
2023-10-25
3
-6/+19
*
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
Serhiy Storchaka
2023-10-24
1
-1/+9
*
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Hugo van Kemenade
2023-10-23
1
-1/+1
*
Fix typo in 3.13's whatsnew (#111215)
Pablo Martà Gamboa
2023-10-23
1
-1/+1
*
gh-109975: What's new in 3.13: Add module headers to removals and sort (#110994)
Hugo van Kemenade
2023-10-22
1
-66/+107
*
gh-109975: What's new in 3.13: Add PEP 594 to release highlights (#110993)
Hugo van Kemenade
2023-10-22
1
-113/+127
*
gh-111123: symtable should visit exception handlers before the else block (#1...
Irit Katriel
2023-10-21
1
-0/+4
*
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner
2023-10-20
1
-0/+3
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
1
-0/+6
*
gh-85283: Build posixshmem extension with Limited C API (#111087)
Victor Stinner
2023-10-19
1
-2/+3
*
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner
2023-10-19
3
-28/+28
*
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner
2023-10-19
3
-8/+8
*
gh-109975: What's new in 3.13: longer full support (#110997)
Hugo van Kemenade
2023-10-18
1
-0/+5
*
gh-85283: Build _uuid extension with limited C API (#111010)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-85283: Build _scproxy extension with limited C API (#111008)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-85283: Build resource extension with limited C API (#110989)
Victor Stinner
2023-10-17
1
-3/+3
[next]