summaryrefslogtreecommitdiff
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
...
* [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)Miss Islington (bot)2018-05-231-4/+8
* bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)Miss Islington (bot)2018-05-231-0/+11
* bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033)Miss Islington (bot)2018-05-221-1/+5
* Add idlelib and IDLE section to What's New in 3.7. (GH-7019) (GH-7020)Miss Islington (bot)2018-05-201-0/+27
* bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (GH-7000)Miss Islington (bot)2018-05-201-1/+2
* [3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998)Elvis Pranskevichus2018-05-191-589/+1541
* bpo-33559: Attribute changed repr of exceptions (GH-6954)Miss Islington (bot)2018-05-171-0/+1
* bpo-33559: Document changed repr of exceptions (GH-6943) (GH-6950)Miss Islington (bot)2018-05-171-0/+3
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Miss Islington (bot)2018-05-164-4/+4
* bpo-20104: Remove posix_spawn from 3.7 (GH-6794)Pablo Galindo2018-05-141-4/+0
* bpo-32717: Document PEP 560 (GH-6726)Miss Islington (bot)2018-05-081-0/+19
* Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)Miss Islington (bot)2018-04-181-0/+8
* bpo-33185: Improve wording and markup (GH-6477)Miss Islington (bot)2018-04-151-5/+7
* bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)Miss Islington (bot)2018-04-151-3/+4
* [3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392)Ethan Furman2018-04-111-0/+6
* Improve highlighting of some code blocks. (GH-6401)Miss Islington (bot)2018-04-091-1/+3
* [3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when in...Brett Cannon2018-04-061-1/+6
* [3.7] Fix duplicating words words. (GH-6296) (GH-6297)Serhiy Storchaka2018-03-281-1/+1
* Fix description about SimpleXMLRPCServer constructor parameter bind_and_activ...Miss Islington (bot)2018-03-261-1/+1
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6236)Nick Coghlan2018-03-251-0/+11
* bpo-33042: Fix pre-initialization sys module configuration (GH-6157)Miss Islington (bot)2018-03-251-2/+21
* bpo-29719: Remove Date and Release field in whatsnew/3.7 (GH-6094)Ned Deily2018-03-121-3/+0
* bpo-32996: Improve What's New in 3.7. (GH-5983)Miss Islington (bot)2018-03-101-123/+125
* bpo-27645: Add support for native backup facility of SQLite (GH-4238)Miss Islington (bot)2018-03-111-0/+9
* Add What's New for issues 32303 and 32305 (GH-5994) (GH-5995)Miss Islington (bot)2018-03-051-0/+8
* [3.7] bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978) (GH-5979)Miss Islington (bot)2018-03-041-0/+4
* Add What's new entry for datetime.fromisoformat (GH-5559) (GH-5939)Miss Islington (bot)2018-03-011-0/+8
* bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814) (g...Miss Islington (bot)2018-02-271-0/+10
* bpo-31453: Add setter for min/max protocol version (GH-5259)Miss Islington (bot)2018-02-271-0/+5
* [3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925)Christian Heimes2018-02-271-0/+6
* bpo-28124: deprecate ssl.wrap_socket() (GH-5888)Miss Islington (bot)2018-02-271-0/+5
* bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)Miss Islington (bot)2018-02-271-0/+3
* [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)Miss Islington (bot)2018-02-231-0/+8
* bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)Miss Islington (bot)2018-02-181-1/+1
* bpo-31333: Re-implement ABCMeta in C (GH-5733)Ivan Levkivskyi2018-02-181-0/+6
* Correct the code example in Python 3.7's What's New (GH-5696)Miss Islington (bot)2018-02-161-1/+1
* bpo-32436: Add docs for contextvars (GH-5685)Miss Islington (bot)2018-02-161-0/+19
* bpo-30579: Docs for dynamic traceback creation (GH-5653)Miss Islington (bot)2018-02-131-0/+6
* Make formatting of some return codes conforming to the general style. (GH-558...Miss Islington (bot)2018-02-091-2/+2
* bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592)Miss Islington (bot)2018-02-091-0/+6
* Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553)Miss Islington (bot)2018-02-061-1/+1
* bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)Mark Shannon2018-01-291-0/+2
* bpo-25988: Deprecate exposing collections.abc in collections GH-5414Raymond Hettinger2018-01-291-0/+5
* bpo-31429: Define TLS cipher suite on build time (#3532)Christian Heimes2018-01-291-0/+6
* bpo-31233, bpo-31151: Document socketserver changes (#5417)Victor Stinner2018-01-291-0/+8
* Add example for PEP 557. (GH-5383)Eric V. Smith2018-01-281-0/+11
* Pep 557 What's New (GH-5371)Eric V. Smith2018-01-271-0/+18
* bpo-31399: Let OpenSSL verify hostname and IP address (#3462)Christian Heimes2018-01-271-0/+32
* bpo-32433: Optimized HMAC digest (#5023)Christian Heimes2018-01-271-0/+7
* bpo-32670: Enforce PEP 479. (#5327)Yury Selivanov2018-01-261-0/+6