summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Improve Windows commands in tutorial (GH-14400)Steve Dower2019-06-261-6/+4
* bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)Miss Islington (bot)2019-06-262-0/+10
* bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...Steve Dower2019-06-251-0/+4
* 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-251-0/+8
* bpo-36889: Document asyncio Stream and StreamServer (GH-14203)Miss Islington (bot)2019-06-243-65/+280
* bpo-37363: Add audit events for a range of modules (GH-14301)Miss Islington (bot)2019-06-2420-14/+98
* asyncio: Fix docs for default event loop (GH-14308)Miss Islington (bot)2019-06-241-1/+1
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Miss Islington (bot)2019-06-222-1/+9
* 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
* [3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282)Mariatta2019-06-211-1/+1
* bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)Miss Islington (bot)2019-06-201-1/+1
* Update What's New in Python 3.8 (GH-14239)Miss Islington (bot)2019-06-191-1/+2
* Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14...Miss Islington (bot)2019-06-191-1/+1
* bpo-37331: Clarify format of socket handler messages in the documentation. (G...Miss Islington (bot)2019-06-191-4/+14
* bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...Miss Islington (bot)2019-06-191-3/+5
* Document typing.ForwardRef (GH-14216)Miss Islington (bot)2019-06-191-0/+7
* [3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (...Miss Islington (bot)2019-06-191-0/+2
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Miss Islington (bot)2019-06-181-15/+20
* bpo-5680: IDLE: Customize running a module (GH-13763)Miss Islington (bot)2019-06-181-1/+15
* bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14...Miss Islington (bot)2019-06-171-1/+4
* bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157)Victor Stinner2019-06-171-7/+15
* bpo-28805: document METH_FASTCALL (GH-14079)Miss Islington (bot)2019-06-161-12/+51
* Doc: Remove an ugly space before a dot. (GH-14123)Miss Islington (bot)2019-06-161-1/+1
* Doc: Deprecation header: More precise wording. (GH-14109)Miss Islington (bot)2019-06-151-1/+1
* bpo-36785: PEP 574 What's New entry (GH-13931)Miss Islington (bot)2019-06-151-1/+17
* Update weakref.rst (GH-14098)Miss Islington (bot)2019-06-151-5/+6
* bpo-36707: Document "m" removal from sys.abiflags (GH-14090)Miss Islington (bot)2019-06-152-0/+20
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-141-1/+1
* Document C API changes in What's New in Python 3.8 (GH-14092)Miss Islington (bot)2019-06-141-0/+27
* bpo-37261: Document sys.unraisablehook corner cases (GH-14059)Miss Islington (bot)2019-06-143-10/+22
* Update concurrent.futures.rst (GH-14061)Miss Islington (bot)2019-06-141-6/+8
* bpo-37077: Add native thread ID (TID) for AIX (GH-13624)Miss Islington (bot)2019-06-132-2/+2
* bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc...Miss Islington (bot)2019-06-131-3/+4
* bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)Miss Islington (bot)2019-06-131-0/+12
* [3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-1...Victor Stinner2019-06-132-4/+20
* bpo-37160: Thread native ID NetBSD support (GH-13835)Miss Islington (bot)2019-06-122-2/+2
* Add some placeholder notes for major 3.8 features (GH-13927) (#13929)Miss Islington (bot)2019-06-121-0/+7
* bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)Miss Islington (bot)2019-06-121-4/+4
* bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH...Miss Islington (bot)2019-06-122-9/+10
* bpo-35766: What's new in the ast and typing modules (GH-13984)Miss Islington (bot)2019-06-111-0/+46
* [3.8] bpo-37216: Fix version and filename in Mac using document (GH-13964)Makdon2019-06-111-2/+2
* bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)Miss Islington (bot)2019-06-081-1/+4
* [3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-071-2/+4
* bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-...Miss Islington (bot)2019-06-061-2/+2
* bpo-37134: Use PEP570 syntax for sum() (GH-13851)Miss Islington (bot)2019-06-051-3/+3
* bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)Miss Islington (bot)2019-06-051-2/+3
* bpo-26836: Document os.memfd_create() name parameter (GH-13838) (GH-13839)Miss Islington (bot)2019-06-051-0/+7
* Fix documentation (GH-13721)Miss Islington (bot)2019-06-051-0/+4