summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-33045: Fix typos in SSL documentation (GH-6065)Miss Islington (bot)2018-03-111-2/+2
* 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-6050)Miss Islington (bot)2018-03-103-3/+15
* 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
* controlflow: Use full example for "5 through 9" (GH-5907)Miss Islington (bot)2018-03-091-1/+1
* 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
* Fix missing coroutine declaration in the asyncio documentation. (GH-5964)Miss Islington (bot)2018-03-031-1/+1
* [3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests...Serhiy Storchaka2018-03-031-0/+7
* Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (...Barry Warsaw2018-02-261-1/+1
* [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)animalize2018-02-261-0/+4
* 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
* [3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)Christian Heimes2018-02-251-0/+17
* bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)Miss Islington (bot)2018-02-251-2/+13
* bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)Miss Islington (bot)2018-02-231-1/+1
* bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)Miss Islington (bot)2018-02-232-5/+8
* bpo-30449: Improve __slots__ documentation (GH-1819)Miss Islington (bot)2018-02-221-14/+15
* bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)Miss Islington (bot)2018-02-211-2/+2
* bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)Miss Islington (bot)2018-02-211-22/+17
* bpo-32540: Update venv documentation (GH-5736)Miss Islington (bot)2018-02-211-4/+3
* bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...Miss Islington (bot)2018-02-201-3/+2
* DOC: fix documentation for copyright and credits (GH-5706)Miss Islington (bot)2018-02-171-3/+7
* bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...Miss Islington (bot)2018-02-171-1/+1
* Fix installation instructions for *nix (GH-5605)Miss Islington (bot)2018-02-141-2/+4
* bpo-27846: Delete incorrect note in base64 docs (GH-5666)Miss Islington (bot)2018-02-141-8/+0
* bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5...Miss Islington (bot)2018-02-121-2/+2
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612)Miss Islington (bot)2018-02-111-1/+1
* [3.6] Make formatting of some return codes conforming to the general style. (...Serhiy Storchaka2018-02-095-16/+16
* bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)...Miss Islington (bot)2018-02-071-0/+3
* [3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property...Miss Islington (bot)2018-02-051-4/+6
* Fix typo -- missing "not" (GH-5528) (GH-5531)Miss Islington (bot)2018-02-041-1/+1
* bpo-32720: Fixed the definition for width and precision in format mini-langua...Miss Islington (bot)2018-02-041-2/+2
* [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)Terry Jan Reedy2018-02-042-3/+2
* Update Doc build for split off of 3.7 branchNed Deily2018-02-032-2/+4
* bpo-32739: Show default value for rotate() (GH-5485) (GH-5515)Miss Islington (bot)2018-02-031-4/+7
* [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)Barry Warsaw2018-02-031-1/+1
* [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… â€...Terry Jan Reedy2018-02-023-8/+23
* [3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-...Serhiy Storchaka2018-02-011-0/+32
* bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) ...Miss Islington (bot)2018-01-311-1/+1
* bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) (GH-5...Miss Islington (bot)2018-01-301-3/+4
* Document the error return of PyLong_As* APIs. (GH-5396) (#5404)Miss Islington (bot)2018-01-291-0/+34
* Fix minor markup typo (GH-5407) (#5416)Miss Islington (bot)2018-01-291-1/+1
* Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)Miss Islington (bot)2018-01-281-1/+1
* bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...Miss Islington (bot)2018-01-281-2/+2
* Minor grammar fixes to License.rst (GH-1174) (GH-5373)Miss Islington (bot)2018-01-281-3/+4
* [3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)Miss Islington (bot)2018-01-281-1/+1
* [3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH-5321)Cheryl Sabella2018-01-271-0/+33
* [3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526...Bo Bayles2018-01-271-0/+5