aboutsummaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Expand)Author
2018-02-27Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)Serhiy Storchaka
2018-02-27bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814)Paul Ganssle
2018-02-27bpo-31453: Add setter for min/max protocol version (#5259)Christian Heimes
2018-02-27bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)Christian Heimes
2018-02-27bpo-28124: deprecate ssl.wrap_socket() (#5888)Christian Heimes
2018-02-27bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)Christian Heimes
2018-02-26bpo-32394: Remove some TCP options on old version Windows. (GH-5523)animalize
2018-02-25bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Mario Corchero
2018-02-25bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Cheryl Sabella
2018-02-24bpo-17232: Clarify docs for -O and -OO command line options (#5839)Cheryl Sabella
2018-02-24bpo-30622: Improve NPN support detection (#5859)Christian Heimes
2018-02-23[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)Christian Heimes
2018-02-23bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)Mariatta
2018-02-23bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)cocoatomo
2018-02-22bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...Serhiy Storchaka
2018-02-20bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)Benjamin Peterson
2018-02-21bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)Harshul jain
2018-02-20bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...Zackery Spytz
2018-02-18bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)Terry Jan Reedy
2018-02-18Correct venv doc (fix #32540) (#5736)TROUVERIE Joachim
2018-02-18bpo-31333: Re-implement ABCMeta in C (#5273)Ivan Levkivskyi
2018-02-17Fix a typo in asyncio docs (#5721)Andrew Svetlov
2018-02-16DOC: fix documentation for copyright and credits (GH-5706)Gerrit Holl
2018-02-16bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...Zackery Spytz
2018-02-16bpo-32436: Add docs for contextvars (#5685)Yury Selivanov
2018-02-16Correct the code example in Python 3.7's What's New (GH-5696)xpvpc
2018-02-16Update and sync importlib.resources documentation (#5694)Barry Warsaw
2018-02-13Fix installation instructions for *nix (GH-5605)Eitan Adler
2018-02-14bpo-27846: Delete incorrect note in base64 docs (GH-5666)Zackery Spytz
2018-02-13bpo-30579: Docs for dynamic traceback creation (GH-5653)Nick Coghlan
2018-02-12bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)Коренберг Марк
2018-02-11bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)Pablo Galindo
2018-02-11bpo-11015: Update test.support documentation (GH-5610)Cheryl Sabella
2018-02-10bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)sblondon
2018-02-10bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)Serhiy Storchaka
2018-02-09Make formatting of some return codes conforming to the general style. (#5587)Serhiy Storchaka
2018-02-09bpo-32585: Add tkinter.ttk.Spinbox. (#5221)Alan D Moore
2018-02-06bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)Brice Gros
2018-02-05Add What's new entry for datetime.fromisoformat (#5559)Paul Ganssle
2018-02-05bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...Serhiy Storchaka
2018-02-05Fix typo in whatsnew/3.7.rst (GH-5551)Dag Heyman
2018-02-05bpo-32720: Fixed the replacement field grammar documentation. (GH-5544)Mariatta
2018-02-05bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4...Cheryl Sabella
2018-02-04Fix typo -- missing "not" (GH-5528)Raymond Hettinger
2018-02-04bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...Serhiy Storchaka
2018-02-04bpo-32720: Fixed the definition for width and precision in format mini-langua...nathankerr96
2018-02-03bpo-32746: Fix multiple typos (GH-5144)Leo Arias
2018-02-03bpo-32739: Show default value for rotate() (GH-5485)Raymond Hettinger
2018-02-02bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)Cheryl Sabella
2018-02-02bpo-32303 - Consistency fixes for namespace loaders (#5481)Barry Warsaw