summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Make formatting of some return codes conforming to the general style. (#5587)Serhiy Storchaka2018-02-096-18/+18
* bpo-32585: Add tkinter.ttk.Spinbox. (#5221)Alan D Moore2018-02-092-5/+92
* bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)Brice Gros2018-02-071-0/+3
* Add What's new entry for datetime.fromisoformat (#5559)Paul Ganssle2018-02-061-0/+8
* bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...Serhiy Storchaka2018-02-052-6/+26
* Fix typo in whatsnew/3.7.rst (GH-5551)Dag Heyman2018-02-051-1/+1
* bpo-32720: Fixed the replacement field grammar documentation. (GH-5544)Mariatta2018-02-051-2/+2
* bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4...Cheryl Sabella2018-02-051-4/+6
* Fix typo -- missing "not" (GH-5528)Raymond Hettinger2018-02-041-1/+1
* bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...Serhiy Storchaka2018-02-042-14/+18
* bpo-32720: Fixed the definition for width and precision in format mini-langua...nathankerr962018-02-041-2/+2
* bpo-32746: Fix multiple typos (GH-5144)Leo Arias2018-02-042-3/+2
* bpo-32739: Show default value for rotate() (GH-5485)Raymond Hettinger2018-02-031-4/+7
* bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)Cheryl Sabella2018-02-023-6/+21
* bpo-32303 - Consistency fixes for namespace loaders (#5481)Barry Warsaw2018-02-021-1/+1
* Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495Yury Selivanov2018-02-021-28/+0
* Implement TimerHandle.when() (#5473)Andrew Svetlov2018-02-011-4/+19
* [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selectio...Serhiy Storchaka2018-02-012-6/+13
* bpo-32565: Add missed versionadded directives for all new opcodes. (#5199)Serhiy Storchaka2018-02-011-0/+31
* bpo-32722: Remove useless example in the Classes tutorial (#5446)Stéphane Wirtel2018-02-011-4/+1
* Update Doc build to 3.8Ned Deily2018-01-314-1/+119
* Start of 3.8.0a0Ned Deily2018-01-313-6/+6
* bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)Cheryl Sabella2018-01-311-1/+1
* Make site documentation more clear (#5461)Xiang Zhang2018-01-311-6/+8
* bpo-30693: zip+tarfile: sort directory listing (#2263)Bernhard M. Wiedemann2018-01-312-2/+9
* bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)Stéphane Wirtel2018-01-301-5/+8
* bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)John Jolly2018-01-301-3/+3
* bpo-31961: subprocess now accepts path-like args (GH-4329)Anders Lorentsen2018-01-301-6/+10
* bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)Bo Bayles2018-01-301-8/+11
* bpo-21417: Add compresslevel= to the zipfile module (GH-5385)Bo Bayles2018-01-301-12/+32
* bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401)Julien Palard2018-01-301-3/+4
* bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)Mark Shannon2018-01-302-7/+2
* bpo-28134: Auto-detect socket values from file descriptor (#1349)Christian Heimes2018-01-291-4/+9
* bpo-31356: Add context manager to temporarily disable GC (GH-4224)Pablo Galindo2018-01-291-0/+28
* bpo-25988: Deprecate exposing collections.abc in collections GH-5414Raymond Hettinger2018-01-292-2/+7
* 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-292-0/+23
* bpo-20891: Py_Initialize() now creates the GIL (#4700)Victor Stinner2018-01-291-40/+23
* Fix minor markup typo (#5407)cocoatomo2018-01-291-1/+1
* bpo-32251: Fix docs (#5408)Yury Selivanov2018-01-291-2/+3
* Document the error return of PyLong_As* APIs. (#5396)Gregory P. Smith2018-01-291-0/+34
* bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399)Steve Dower2018-01-281-4/+4
* bpo-32373: Add socket.getblocking() method. (#4926)Yury Selivanov2018-01-281-0/+10
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-281-4/+71
* Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...Yury Selivanov2018-01-281-15/+0
* bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...larryhastings2018-01-281-2/+13
* bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)Yury Selivanov2018-01-281-6/+9
* Fix PyTrace_RETURN documentation (GH-5384)Xiang Zhang2018-01-281-1/+1
* Add example for PEP 557. (GH-5383)Eric V. Smith2018-01-281-0/+11
* bpo-32659: Solaris "stat" should support "st_fstype" (#5307)jcea2018-01-281-0/+10