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
...
*
Document new parenthesized with statements (GH-24281)
Pablo Galindo
2021-01-25
1
-0/+53
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-1/+1
*
bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
Serhiy Storchaka
2021-01-25
1
-0/+4
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
1
-0/+4
*
Add a What's New entry for the new parser error improvements (GH-24280)
Pablo Galindo
2021-01-21
1
-0/+42
*
Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234)
ravcio
2021-01-21
1
-1/+1
*
bpo-42392: Mention loop removal in whatsnew for 3.10 (GH-24256)
Ken Jin
2021-01-21
1
-0/+37
*
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner
2021-01-20
1
-0/+12
*
bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-1...
Zackery Spytz
2021-01-14
1
-0/+4
*
bpo-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade
2021-01-12
1
-0/+4
*
bpo-42870: Document change in argparse help output. (GH-24190)
Tomáš Hrnčiar
2021-01-12
1
-0/+6
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-08
1
-0/+8
*
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
Erlend Egeberg Aasland
2021-01-06
1
-0/+8
*
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland
2021-01-06
1
-3/+2
*
bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache ...
Pablo Galindo
2021-01-03
1
-3/+5
*
bpo-41559: Documentation for PEP 612 (GH-24000)
Ken Jin
2021-01-02
1
-0/+22
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-0/+6
*
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr
2020-12-30
1
-0/+4
*
Sync what's new in 3.9 with 3.9 branch (GH-23943)
Ken Jin
2020-12-25
1
-1/+34
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
1
-0/+5
*
bpo-42675: Document collections.abc.Callable changes (GH-23839)
kj
2020-12-18
1
-0/+24
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
1
-0/+9
*
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
Hai Shi
2020-12-08
1
-0/+5
*
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Victor Stinner
2020-12-07
1
-0/+7
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
1
-1/+17
*
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Victor Stinner
2020-12-01
1
-3/+0
*
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Christian Heimes
2020-11-30
1
-0/+8
*
bpo-42299: Remove formatter module (GH-23476)
Dong-hee Na
2020-11-25
1
-0/+6
*
bpo-42202: Store func annotations as a tuple (GH-23316)
Yurii Karabas
2020-11-25
1
-0/+11
*
Doc: Minor fixes (GH-23422)
kj
2020-11-25
1
-2/+2
*
Added support for negative indexes to PurePath.parents (GH-21799)
Yaroslav Pankovych
2020-11-23
1
-1/+5
*
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Serhiy Storchaka
2020-11-22
1
-0/+4
*
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421)
Quentin Hibon
2020-11-21
1
-2/+2
*
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Joshua Cannon
2020-11-20
1
-0/+6
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-0/+6
*
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
kj
2020-11-19
1
-0/+29
*
bpo-42345: Add whatsnew for typing.Literal in 3.10 (GH-23385)
kj
2020-11-19
1
-0/+26
*
bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382)
Lysandros Nikolaou
2020-11-18
1
-0/+3
*
bpo-39573: Remove What's new entry for Py_SIZE() (GH-23375)
Miro Hrončok
2020-11-18
1
-11/+0
*
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner
2020-11-18
1
-11/+0
*
bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357)
Tom Gringauz
2020-11-17
1
-0/+3
*
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
Erlend Egeberg Aasland
2020-11-17
1
-0/+5
*
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
Victor Stinner
2020-11-17
1
-0/+5
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-0/+5
*
bpo-40939: Document removal of the old parser in 3.10 whatsnew (GH-23321)
Lysandros Nikolaou
2020-11-16
1
-0/+10
*
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
Brett Cannon
2020-11-13
1
-0/+7
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
1
-0/+4
*
bpo-42308: Add threading.__excepthook__ (GH-23218)
Mario Corchero
2020-11-12
1
-0/+5
*
bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234)
Victor Stinner
2020-11-11
1
-1/+1
*
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
Hai Shi
2020-11-10
1
-0/+3
[prev]
[next]