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-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)
Zackery Spytz
2021-04-24
1
-0/+6
*
bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()...
Barney Gale
2021-04-23
1
-0/+9
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-0/+25
*
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2...
Petr Viktorin
2021-04-23
1
-0/+6
*
bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23...
Hai Shi
2021-04-23
1
-0/+6
*
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...
Saiyang Gou
2021-04-22
1
-1/+1
*
doc: Sync some missing 3.10 changes with the What's New (GH-25503)
Batuhan Taskaya
2021-04-21
1
-1/+27
*
Fix typo in whatsnew/3.10.rst (GH-25498)
JunWei Song
2021-04-21
1
-2/+2
*
bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
Pablo Galindo
2021-04-21
1
-0/+17
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
1
-16/+0
*
Small changes to the section about SyntaxErrors in the 3.10 What's New docume...
Pablo Galindo
2021-04-17
1
-58/+70
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
1
-1/+5
*
Improve the section with SyntaxError message improvements to the What's New o...
Pablo Galindo
2021-04-16
1
-2/+91
*
Fix typo in 3.10's What's New documentation (GH-25409)
Zackery Spytz
2021-04-14
1
-1/+1
*
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo
2021-04-14
1
-0/+17
*
Fix typo in the What's New for 3.10 (GH-25396)
Pablo Galindo
2021-04-14
1
-1/+1
*
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki
2021-04-14
1
-0/+11
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
1
-2/+22
*
bpo-43080: pprint for dataclass instances (GH-24389)
Lewis Gaul
2021-04-13
1
-0/+6
*
bpo-43785: Update bz2 document (GH-25351)
Inada Naoki
2021-04-13
1
-0/+5
*
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner
2021-04-12
2
-14/+15
*
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra
2021-04-12
1
-0/+21
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
1
-0/+1
*
bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
Jelle Zijlstra
2021-04-11
1
-2/+4
*
Fix typo about line number in the 3.10 What's New document (GH-25328)
Antti Haapala
2021-04-11
1
-1/+1
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-10
1
-0/+7
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
1
-0/+6
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
5
-11/+12
*
bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...
Saiyang Gou
2021-04-06
1
-0/+4
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
1
-0/+33
*
bpo-41870: Update What's News 3.10 about vectorcall (#25219)
Dong-hee Na
2021-04-06
1
-0/+4
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
1
-1/+7
*
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz
2021-04-02
1
-0/+7
*
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner
2021-04-02
1
-0/+12
*
Fix typos in 3.10 "What's new" (GH-25104)
Don Kirkby
2021-04-01
1
-4/+4
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
1
-0/+8
*
bpo-42134: Raise ImportWarning when calling find_module() in the import syste...
Brett Cannon
2021-03-30
1
-0/+9
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+24
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
1
-0/+6
*
"exists" -> "exist" in What's New 3.10 (GH-25019)
blopblopy
2021-03-25
1
-1/+1
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
1
-0/+6
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-0/+11
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-2/+7
*
bpo-43452: Document the PyType_Lookup optimizations in the What's New for 3.1...
Pablo Galindo
2021-03-24
1
-1/+4
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-0/+12
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
1
-0/+5
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
1
-1/+9
*
bpo-41718: Update runpy startup time What's New (GH-24998)
Victor Stinner
2021-03-23
1
-3/+4
*
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Rui Cunha
2021-03-20
1
-0/+3
*
Mention that code.co_lnotab is deprecated in what's new for 3.10. (#24902)
Mark Shannon
2021-03-19
1
-0/+2
[next]