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-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
1
-0/+7
*
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...
Kumar Aditya
2022-11-12
1
-2/+2
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100)
Victor Stinner
2022-11-09
1
-0/+5
*
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner
2022-11-08
1
-0/+4
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-0/+6
*
gh-98254: Add what's new entry for the improvement in commit bb56dead33635715...
Pablo Galindo Salgado
2022-11-07
1
-0/+9
*
gh-91058: Add what's new entry for the improvement in commit 7cfbb49fcd4c85f9...
Pablo Galindo Salgado
2022-11-07
1
-0/+10
*
gh-98586: Add What's New entry and update docs (#99056)
Wenzel Jakob
2022-11-06
1
-0/+12
*
gh-99139: Improve NameError error suggestion for instances (#99140)
Pablo Galindo Salgado
2022-11-06
1
-0/+21
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-0/+8
*
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner
2022-11-03
1
-0/+10
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
1
-0/+16
*
gh-98931: Improve error message when the user types 'import x from y' instead...
Pablo Galindo Salgado
2022-11-01
1
-0/+12
*
gh-98658: Add __class_getitem__ to array.array (#98661)
Jelle Zijlstra
2022-11-01
1
-1/+6
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
1
-0/+5
*
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland
2022-10-27
1
-0/+22
*
docs: Change links to label refs (#98454)
Stanley
2022-10-26
3
-3/+5
*
fix a typo in whatsnew/3.11 (#98603)
July Tikhonov
2022-10-25
1
-1/+1
*
Fix typos in deprecation section of 3.11 What's New (#98628)
Jacob Walls
2022-10-25
1
-3/+3
*
gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (#98631)
C.A.M. Gerlach
2022-10-25
1
-22/+91
*
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604)
Jelle Zijlstra
2022-10-24
1
-1/+1
*
gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583)
C.A.M. Gerlach
2022-10-24
1
-20/+43
*
gh-95913: Add io support for SpooledTemporaryFile in 3.11 Whatsnew (#98312)
C.A.M. Gerlach
2022-10-24
1
-0/+13
*
gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew (#98581)
C.A.M. Gerlach
2022-10-24
1
-82/+108
*
gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew (GH-98559)
C.A.M. Gerlach
2022-10-24
1
-39/+81
*
gh-95913: Edit, link and sort 3.11 WhatsNew Build section (#98588)
C.A.M. Gerlach
2022-10-24
1
-57/+67
*
gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (#98585)
C.A.M. Gerlach
2022-10-24
1
-30/+31
*
gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (#98584)
C.A.M. Gerlach
2022-10-24
1
-58/+61
*
gh-95913 Add string section to Whatsnew with new Template methods (#98311)
C.A.M. Gerlach
2022-10-24
1
-0/+12
*
gh-91524: Speed up the regular expression substitution (#91525)
Serhiy Storchaka
2022-10-23
1
-0/+5
*
gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (#98426)
C.A.M. Gerlach
2022-10-22
1
-20/+39
*
gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304)
C.A.M. Gerlach
2022-10-22
1
-9/+20
*
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer
2022-10-21
1
-0/+6
*
Doc: Remove title text from internal links (#98409)
Rafael Fontenelle
2022-10-19
1
-5/+3
*
gh-95913: Edit zipfile Whatsnew section & add new APIs (#98314)
C.A.M. Gerlach
2022-10-19
1
-2/+14
*
gh-95913: Add WhatsNew section for new logging APIs (#98320)
C.A.M. Gerlach
2022-10-19
1
-0/+20
*
gh-95914: Add links to 3.11 WhatsNew Summary items (#98416)
C.A.M. Gerlach
2022-10-18
1
-26/+38
*
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner
2022-10-18
1
-0/+10
*
gh-95913: Copyedit, xref and organize enum section (#98295)
C.A.M. Gerlach
2022-10-18
1
-38/+64
*
gh-95913: Prepare remaining Whatsnew sections for editing (#98342)
C.A.M. Gerlach
2022-10-18
1
-28/+105
*
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)
C.A.M. Gerlach
2022-10-17
2
-4/+4
*
gh-95914: Add What's New item describing PEP 670 changes (#98315)
C.A.M. Gerlach
2022-10-17
1
-0/+11
*
gh-95913: Forward-port int/str security change to 3.11 What's New in main (#9...
C.A.M. Gerlach
2022-10-17
1
-0/+11
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
1
-0/+6
*
gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)
Julien Palard
2022-10-11
1
-0/+5
*
Update whatsnew instructions for GitHub (#98124)
Carl Meyer
2022-10-09
1
-2/+2
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
1
-0/+18
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
1
-0/+7
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-0/+5
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
11
-19/+19
[next]