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-115775: Add whatsnew entry about __static_attributes__ (GH-117909)
Irit Katriel
2024-04-19
1
-0/+5
*
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)
Rafael Fontenelle
2024-04-19
1
-3/+3
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
1
-4/+10
*
gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)
Miro Hrončok
2024-04-18
1
-0/+5
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
1
-3/+3
*
gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth f...
Inada Naoki
2024-04-16
1
-0/+7
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
11
-57/+35
*
gh-109975: Copyedit "What's New in Python 3.13" (#117902)
Hugo van Kemenade
2024-04-15
1
-115/+125
*
Docs: make the `whatsnew-typing-py312` anchor point to things that were new i...
Alex Waygood
2024-04-15
1
-2/+2
*
Add 'The Python 2.3 Method Resolution Order' (#116435)
Hugo van Kemenade
2024-04-15
1
-1/+1
*
docs: typo in 3.13 release notes (#117866)
Galen Rice
2024-04-14
1
-1/+1
*
gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)
Bruce Merry
2024-04-11
1
-0/+4
*
Revert "gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)"...
Victor Stinner
2024-04-09
1
-0/+5
*
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum
2024-04-09
1
-7/+27
*
gh-117516: Implement typing.TypeIs (#117517)
Jelle Zijlstra
2024-04-09
1
-0/+4
*
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka
2024-04-08
1
-1/+1
*
gh-96471: Correct documentation for asyncio queue shutdown (#117621)
Laurie O
2024-04-08
1
-1/+1
*
gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)
Victor Stinner
2024-04-08
1
-5/+0
*
gh-96471: Add asyncio queue shutdown (#104228)
Laurie O
2024-04-06
1
-0/+4
*
GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311)
Barney Gale
2024-04-05
1
-4/+7
*
gh-116608: importlib.resources: Un-deprecate functional API & add subdirector...
Petr Viktorin
2024-04-05
1
-15/+24
*
GH-117337: Deprecate `glob.glob0()` and `glob.glob1()`. (#117371)
Barney Gale
2024-04-01
1
-0/+5
*
gh-77714: Provide an async iterator version of as_completed (GH-22491)
Justin Turner Arthur
2024-04-01
1
-0/+7
*
GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)
Barney Gale
2024-03-31
1
-0/+4
*
gh-66449: configparser: Add support for unnamed sections (#117273)
Pedro Lacerda
2024-03-29
1
-0/+6
*
gh-89739: gh-77140: Support zip64 in zipimport (GH-94146)
Tim Hatch
2024-03-28
1
-0/+6
*
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Victor Stinner
2024-03-25
1
-0/+3
*
gh-117194: Properly format 'base64' header in What's New (#117198)
Terry Jan Reedy
2024-03-24
1
-1/+1
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
1
-0/+4
*
GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)
Jakub Stasiak
2024-03-22
1
-0/+2
*
gh-85283: Build _testconsole extension with limited C API (#117125)
Victor Stinner
2024-03-21
1
-1/+1
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-0/+5
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
1
-0/+30
*
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk
2024-03-19
1
-0/+4
*
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team)
2024-03-18
1
-0/+5
*
gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)
Victor Stinner
2024-03-18
1
-0/+6
*
gh-85283: Build _statistics extension with the limited C API (#116927)
Victor Stinner
2024-03-17
1
-1/+2
*
gh-85283: Build termios extension with the limited C API (#116928)
Victor Stinner
2024-03-17
1
-1/+2
*
gh-73468: Add math.fma() function (#116667)
Victor Stinner
2024-03-17
1
-0/+10
*
gh-85283: Build pwd extension with the limited C API (#116841)
Victor Stinner
2024-03-15
1
-1/+1
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
1
-0/+6
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
1
-0/+4
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
1
-0/+6
*
gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)
Victor Stinner
2024-03-14
1
-0/+9
*
gh-85283: Build fcntl extension with the limited C API (#116791)
Victor Stinner
2024-03-14
1
-2/+2
*
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev
2024-03-12
1
-0/+4
*
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...
Guido van Rossum
2024-03-12
1
-5/+0
*
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team)
2024-03-11
1
-0/+5
*
gh-116349: Deprecate `platform.java_ver` function (#116471)
Nikita Sobolev
2024-03-08
1
-0/+9
*
gh-107361: strengthen default SSL context flags (#112389)
William Woodruff
2024-03-06
1
-1/+15
[next]