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-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
*
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Victor Stinner
2023-10-17
1
-0/+5
*
gh-85283: Build winsound extension with limited C API (#110978)
Victor Stinner
2023-10-17
1
-1/+1
*
gh-85283: Build md5 extension with limited C API (#110967)
Victor Stinner
2023-10-17
1
-2/+3
*
gh-85283: Build errno and _ctypes_test with limited C API (#110955)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Victor Stinner
2023-10-17
1
-0/+5
*
gh-85283: Build _testimportmultiple with limited C API (#110954)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
Łukasz Langa
2023-10-14
1
-0/+10
*
gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...
Serhiy Storchaka
2023-10-14
1
-0/+4
*
gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (...
Serhiy Storchaka
2023-10-14
1
-0/+4
*
gh-85283: _stat extension now uses the limited C API (#110711)
Victor Stinner
2023-10-11
1
-0/+4
*
gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725)
Victor Stinner
2023-10-11
1
-0/+5
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
1
-0/+6
*
GH-107518: Remove the Argument Clinic How-To (#109900)
Adam Turner
2023-10-11
1
-1/+1
*
gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)
Ezio Melotti
2023-10-11
7
-222/+222
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-0/+6
*
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
Serhiy Storchaka
2023-10-08
1
-0/+4
[next]