summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300)Miss Islington (bot)2018-03-293-3/+3
* FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) (GH-6302)Miss Islington (bot)2018-03-291-2/+5
* [3.7] Fix duplicating words words. (GH-6296) (GH-6297)Serhiy Storchaka2018-03-285-7/+7
* bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6294)Miss Islington (bot)2018-03-281-3/+9
* s/the the/the/ (GH-6287)Miss Islington (bot)2018-03-281-1/+1
* Fix senfile typo (GH-6265) (#6274)Miss Islington (bot)2018-03-281-1/+1
* bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Miss Islington (bot)2018-03-271-7/+16
* Corrected link targets in collections.rst (GH-1052)Miss Islington (bot)2018-03-261-24/+31
* Fix description about SimpleXMLRPCServer constructor parameter bind_and_activ...Miss Islington (bot)2018-03-261-1/+1
* Clarify fd inheritance when close_fds=False. (GH-6240)Miss Islington (bot)2018-03-251-1/+4
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6236)Nick Coghlan2018-03-252-2/+13
* bpo-33042: Fix pre-initialization sys module configuration (GH-6157)Miss Islington (bot)2018-03-253-5/+36
* bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...Miss Islington (bot)2018-03-231-1/+1
* bpo-31639: Use threads in http.server module. (GH-5018)Miss Islington (bot)2018-03-231-2/+9
* Fix a reference to the MRE book in re docs (GH-1113)Miss Islington (bot)2018-03-231-10/+8
* bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)Miss Islington (bot)2018-03-211-1/+11
* bpo-18802: Add more details to ipaddress documentation (GH-6083)Miss Islington (bot)2018-03-211-16/+47
* bpo-28247: Document Windows executable creation in zipapp (GH-6158)Miss Islington (bot)2018-03-201-0/+169
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Miss Islington (bot)2018-03-171-3/+9
* bpo-29719: Remove Date and Release field in whatsnew/3.7 (GH-6094)Ned Deily2018-03-131-3/+0
* Fix docs markup for asyncio current_task() and all_tasks() (GH-6089)Miss Islington (bot)2018-03-121-2/+2
* bpo-32996: Improve What's New in 3.7. (GH-5983)Miss Islington (bot)2018-03-112-123/+131
* bpo-33045: Fix typos in SSL documentation (GH-6065)Miss Islington (bot)2018-03-111-2/+2
* controlflow: Use full example for "5 through 9" (GH-5907)Miss Islington (bot)2018-03-101-1/+1
* bpo-27645: Add support for native backup facility of SQLite (GH-4238)Miss Islington (bot)2018-03-102-0/+59
* bpo-26701: Improve documentation for the rounding special methods. (GH-6054)Miss Islington (bot)2018-03-101-12/+18
* bpo-26701: Add documentation for __trunc__ (GH-6049)Miss Islington (bot)2018-03-103-3/+15
* Warn that dbm.dumb.open() can crash Python (GH-6047) (GH-6048)Miss Islington (bot)2018-03-101-0/+5
* Warn that compile() can crash when compiling to an AST object (GH-6043) (GH-6...Miss Islington (bot)2018-03-091-0/+6
* bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...Miss Islington (bot)2018-03-091-0/+10
* Fix some ipaddress documentation errors (GH-6021)Miss Islington (bot)2018-03-081-8/+12
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Miss Islington (bot)2018-03-071-19/+22
* 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
* Fix missing coroutine declaration in the asyncio documentation. (GH-5964)Miss Islington (bot)2018-03-031-1/+1
* bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-...Miss Islington (bot)2018-03-021-0/+7
* Add What's new entry for datetime.fromisoformat (GH-5559) (GH-5939)Miss Islington (bot)2018-03-011-0/+8
* Fix typo in logging doc: picked -> pickled (GH-5942)Miss Islington (bot)2018-02-281-1/+1
* Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912)...Miss Islington (bot)2018-02-271-10/+6
* 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-272-2/+104
* [3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925)Christian Heimes2018-02-272-6/+24
* bpo-28124: deprecate ssl.wrap_socket() (GH-5888)Miss Islington (bot)2018-02-272-182/+215
* bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)Miss Islington (bot)2018-02-272-0/+12
* bpo-32394: Remove some TCP options on old version Windows. (GH-5523)Miss Islington (bot)2018-02-261-0/+7
* bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...Miss Islington (bot)2018-02-251-3/+2
* bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Miss Islington (bot)2018-02-251-0/+19
* bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Miss Islington (bot)2018-02-251-1/+1
* bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)Miss Islington (bot)2018-02-251-2/+13
* [3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)Miss Islington (bot)2018-02-241-0/+17