summaryrefslogtreecommitdiff
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH...Paul Ganssle2019-09-112-3/+3
* bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH...Miss Islington (bot)2019-09-111-2/+0
* Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)Miss Islington (bot)2019-09-111-1/+2
* bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH...Miss Islington (bot)2019-09-111-0/+26
* Fix typo in math.prod example (GH-15614)Miss Islington (bot)2019-09-091-1/+1
* closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15...Miss Islington (bot)2019-09-031-2/+3
* bpo-37951: Lift subprocess's fork() restriction (GH-15544)Miss Islington (bot)2019-08-271-0/+6
* [3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant...Miss Islington (bot)2019-08-261-0/+7
* bpo-37834: Normalise handling of reparse points on Windows (GH-15370)Steve Dower2019-08-211-0/+21
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Miss Islington (bot)2019-08-211-0/+3
* bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) (GH-15240)Raymond Hettinger2019-08-121-18/+89
* [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)Serhiy Storchaka2019-08-091-5/+0
* bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) (GH-15139)Miss Islington (bot)2019-08-051-37/+168
* bpo-33821: Update IDLE section of What's New 3.7 (GH-15036)Miss Islington (bot)2019-07-301-1/+10
* bpo-33822: Add IDLE section of What's New 3.8 (GH-15035)Miss Islington (bot)2019-07-301-0/+27
* bpo-36084: Add threading Native ID information to What's New documentation (G...Miss Islington (bot)2019-07-301-4/+12
* bpo-17535: IDLE editor line numbers (GH-14030)Miss Islington (bot)2019-07-232-0/+12
* bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)Miss Islington (bot)2019-07-051-0/+4
* bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503) (GH-14512)Miss Islington (bot)2019-07-011-0/+14
* bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...Miss Islington (bot)2019-07-011-0/+5
* bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)Miss Islington (bot)2019-06-261-0/+5
* Fix minor spelling error in What's new for Python 3.8 (GH-14371)Miss Islington (bot)2019-06-251-1/+1
* bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...Miss Islington (bot)2019-06-241-0/+8
* bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276)Steve Dower2019-06-221-0/+19
* Update What's New in Python 3.8 (GH-14253) (GH-14294)Victor Stinner2019-06-211-1/+1
* Update What's New in Python 3.8 (GH-14239)Miss Islington (bot)2019-06-191-1/+2
* [3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (...Miss Islington (bot)2019-06-181-0/+2
* bpo-36785: PEP 574 What's New entry (GH-13931)Miss Islington (bot)2019-06-151-1/+17
* bpo-36707: Document "m" removal from sys.abiflags (GH-14090)Miss Islington (bot)2019-06-141-0/+16
* Document C API changes in What's New in Python 3.8 (GH-14092)Miss Islington (bot)2019-06-141-0/+27
* [3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-1...Victor Stinner2019-06-131-0/+5
* Add some placeholder notes for major 3.8 features (GH-13927) (#13929)Miss Islington (bot)2019-06-121-0/+7
* bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH...Miss Islington (bot)2019-06-121-3/+3
* bpo-35766: What's new in the ast and typing modules (GH-13984)Miss Islington (bot)2019-06-111-0/+46
* bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)Petter Strandmark2019-06-041-0/+3
* bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)Christian Heimes2019-06-031-3/+2
* Add credits to What's New in Python 3.8 (GH-13776)Victor Stinner2019-06-031-1/+18
* bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)Inada Naoki2019-06-031-0/+4
* bpo-36974: document PEP 590 (GH-13450)Jeroen Demeyer2019-06-031-0/+16
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-031-1/+1
* bpo-36027: Extend three-argument pow to negative second argument (GH-13266)Mark Dickinson2019-06-021-0/+6
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-021-1/+10
* bpo-37122: Make co->co_argcount represent the total number of positonal argum...Pablo Galindo2019-06-011-2/+4
* Move whats-new entry for math.factorial to the math module section. (GH-13723)Mark Dickinson2019-06-011-3/+3
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-2/+1
* Document changes for PyCode_New regarding PEP570 (GH-13706)Pablo Galindo2019-05-311-0/+3
* bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675)Giampaolo Rodola2019-05-301-1/+1
* bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...Zackery Spytz2019-05-291-0/+4
* bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...Antoine Pitrou2019-05-291-0/+9
* bpo-26836: Add os.memfd_create() (#13567)Zackery Spytz2019-05-291-0/+4