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
*
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo
2020-10-20
1
-0/+3
*
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor
2020-10-19
1
-0/+4
*
3.9 whatsnew: fix bpo issue for AST change (GH-22742)
Shantanu
2020-10-18
1
-1/+1
*
Update timings for the final release (GH-22697)
Raymond Hettinger
2020-10-14
1
-27/+27
*
bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G...
Hai Shi
2020-10-14
1
-0/+5
*
Delete PyGen_Send (#22663)
Vladimir Matveev
2020-10-12
1
-1/+1
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-10
1
-0/+4
*
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Serhiy Storchaka
2020-10-09
1
-0/+6
*
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
Mikhail Golubev
2020-10-07
1
-2/+23
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
1
-0/+17
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
1
-0/+5
*
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner
2020-10-05
1
-0/+23
*
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
Victor Stinner
2020-10-02
1
-0/+8
*
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi
2020-09-28
1
-0/+10
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
1
-2/+2
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
1
-0/+6
*
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
Terry Jan Reedy
2020-09-23
1
-0/+10
*
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
Terry Jan Reedy
2020-09-23
1
-0/+14
*
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner
2020-09-23
1
-0/+4
*
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...
Bas van Beek
2020-09-22
1
-0/+8
*
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
Mark Dickinson
2020-09-19
1
-0/+7
*
Remove duplicated words words (GH-22298)
Serhiy Storchaka
2020-09-18
1
-1/+1
*
bpo-41808: Add What's New 3.9 entry missing from master (#22294)
Terry Jan Reedy
2020-09-18
1
-0/+5
*
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
Serhiy Storchaka
2020-09-17
1
-0/+6
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
1
-2/+2
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
1
-0/+5
*
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
4
-7/+7
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
1
-2/+2
*
bpo-41475: Fix note in "What's new in 3.7" (#21733)
Ram Rachum
2020-08-11
1
-1/+1
*
Add PEP 573 additions to What's New (GH-21374)
Petr Viktorin
2020-08-11
1
-0/+7
*
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Filipe Laíns
2020-08-10
1
-0/+6
*
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz
2020-08-09
1
-0/+7
*
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
pxinwr
2020-08-07
1
-0/+6
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
1
-0/+10
*
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko
2020-07-25
1
-0/+6
*
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clini...
Serhiy Storchaka
2020-07-20
1
-0/+4
*
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
Berker Peksag
2020-07-16
2
-6/+6
*
bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
Berker Peksag
2020-07-16
1
-0/+5
*
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...
JustAnotherArchivist
2020-07-14
1
-2/+4
*
bpo-37207: Update whatsnews for 3.9 (GH-21337)
Dong-hee Na
2020-07-06
1
-0/+4
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Rémi Lapeyre
2020-07-02
1
-0/+5
*
bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933)
Inada Naoki
2020-06-30
1
-0/+5
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki
2020-06-30
1
-0/+4
*
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner
2020-06-29
1
-1/+12
*
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki
2020-06-29
1
-0/+3
*
bpo-41123: Remove PyUnicode_GetMax() (GH-21192)
Inada Naoki
2020-06-29
1
-0/+3
*
bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)
Inada Naoki
2020-06-27
1
-1/+15
*
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki
2020-06-25
1
-0/+5
*
bpo-40636: Documentation for zip-strict (#20961)
Ram Rachum
2020-06-19
1
-0/+3
*
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner
2020-06-19
1
-0/+7
[next]