summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Mario Corchero2018-02-251-0/+19
* bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Cheryl Sabella2018-02-251-1/+1
* bpo-17232: Clarify docs for -O and -OO command line options (#5839)Cheryl Sabella2018-02-251-2/+13
* bpo-30622: Improve NPN support detection (#5859)Christian Heimes2018-02-241-0/+17
* [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)Christian Heimes2018-02-242-11/+36
* bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)Mariatta2018-02-231-1/+1
* bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)cocoatomo2018-02-232-5/+8
* bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...Serhiy Storchaka2018-02-222-43/+95
* bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)Benjamin Peterson2018-02-211-2/+2
* bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)Harshul jain2018-02-211-22/+17
* bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...Zackery Spytz2018-02-201-3/+2
* bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)Terry Jan Reedy2018-02-181-1/+1
* Correct venv doc (fix #32540) (#5736)TROUVERIE Joachim2018-02-181-4/+3
* bpo-31333: Re-implement ABCMeta in C (#5273)Ivan Levkivskyi2018-02-181-0/+6
* Fix a typo in asyncio docs (#5721)Andrew Svetlov2018-02-171-1/+1
* DOC: fix documentation for copyright and credits (GH-5706)Gerrit Holl2018-02-171-3/+7
* bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...Zackery Spytz2018-02-171-1/+1
* bpo-32436: Add docs for contextvars (#5685)Yury Selivanov2018-02-163-0/+299
* Correct the code example in Python 3.7's What's New (GH-5696)xpvpc2018-02-161-1/+1
* Update and sync importlib.resources documentation (#5694)Barry Warsaw2018-02-161-5/+22
* Fix installation instructions for *nix (GH-5605)Eitan Adler2018-02-141-2/+4
* bpo-27846: Delete incorrect note in base64 docs (GH-5666)Zackery Spytz2018-02-141-8/+0
* bpo-30579: Docs for dynamic traceback creation (GH-5653)Nick Coghlan2018-02-133-13/+48
* bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)Коренберг Марк2018-02-121-0/+15
* bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)Pablo Galindo2018-02-111-8/+15
* bpo-11015: Update test.support documentation (GH-5610)Cheryl Sabella2018-02-111-6/+722
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)sblondon2018-02-101-1/+1
* bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)Serhiy Storchaka2018-02-092-3/+8
* 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