summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31948: Fix broken links in msilib docs (GH-4397). (GH-4398)Jesse-Bakker2017-11-151-32/+32
* bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4394)Miss Islington (bot)2017-11-141-1/+2
* [3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4...xdegaye2017-11-121-1/+2
* The termios man page is in section 3 (GH-2450)Miss Islington (bot)2017-11-111-1/+1
* Remove redundant 'exc = True' line (GH-4357)Miss Islington (bot)2017-11-111-1/+0
* bpo-31824: Document default value of 'errors' parameters (GH-4328)Miss Islington (bot)2017-11-101-2/+2
* bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)Miss Islington (bot)2017-11-071-0/+2
* bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (GH-4319) ...Miss Islington (bot)2017-11-071-1/+1
* bpo-31965: fix doc for multiprocessing.connection.Client and Listener (GH-430...Miss Islington (bot)2017-11-071-19/+11
* bpo-31950: Improve event loop policy doc (GH-4306) (#4307)Miss Islington (bot)2017-11-071-3/+30
* bpo-31923: Fix spelling in sqlite3 docs (GH-4227)Miss Islington (bot)2017-11-041-1/+1
* bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)Miss Islington (bot)2017-11-041-1/+1
* bpo-18699: Corrected documentation for window.chgat in curses module (GH-1430...Miss Islington (bot)2017-11-041-4/+4
* Returning 1 from the set_progress_handler handler cancels query (GH-4120)Berker Peksag2017-11-021-0/+4
* bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203)Miss Islington (bot)2017-10-311-1/+64
* bpo-31304: Update starmap_async documentation. (GH-4168) (GH-4177)Miss Islington (bot)2017-10-301-1/+1
* [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejectin...Serhiy Storchaka2017-10-291-4/+6
* bpo-31065: Add doc about Popen.poll returning None. (GH-3169)Berker Peksag2017-10-291-1/+1
* bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)Miss Islington (bot)2017-10-271-1/+1
* [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...xdegaye2017-10-261-0/+5
* bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730)Miss Islington (bot)2017-10-261-3/+3
* [3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021)Miss Islington (bot)2017-10-172-3/+12
* [3.6] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH...Miss Islington (bot)2017-10-151-1/+1
* [3.6] bpo-31714: Improved regular expression documentation. (GH-3907). (#3994)Serhiy Storchaka2017-10-142-183/+224
* bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...INADA Naoki2017-10-141-2/+12
* [3.6] Improve test suite customization example (GH-3967)Miss Islington (bot)2017-10-131-2/+6
* Exclude non-default VENVDIR in Doc builds (#3974) (#3975)Ned Deily2017-10-121-1/+2
* bpo-31766: restore 3.5 to docs version switchers (#3970)Ned Deily2017-10-122-1/+3
* [3.6] bpo-31567: add or fix decorator markup in docs (GH-3959) (GH-3966)Miss Islington (bot)2017-10-125-13/+22
* [3.6] bpo-28157: Improvements for the time module documentation (GH-928)Miss Islington (bot)2017-10-111-87/+115
* bpo-31537: Update readline documentation example. (GH-3925) (GH-3948)Miss Islington (bot)2017-10-101-2/+2
* bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-...Miss Islington (bot)2017-10-071-1/+1
* [3.6] bpo-30872: Update the curses docs to Python 3. (GH-2620) (#3887)Serhiy Storchaka2017-10-053-109/+115
* [3.6] bpo-31667: Fix gettext related links. (GH-3860) (#3886)Miss Islington (bot)2017-10-042-9/+15
* Remove retired and security branches from active docs (#3880)Ned Deily2017-10-042-4/+0
* Merge v3.6.3 into 3.6 branchNed Deily2017-10-031-1/+1
|\
| * Bump to 3.6.3v3.6.3Ned Deily2017-10-031-1/+1
| * [3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)Zachary Ware2017-10-031-4/+8
| * Fix build issues in Doc/make.bat (#3663)Steve Dower2017-10-031-8/+10
* | bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)Miss Islington (bot)2017-09-281-1/+1
* | [3.6] point to the module-level get_ident function rather than the one in _th...Miss Islington (bot)2017-09-271-4/+4
* | bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)...Miss Islington (bot)2017-09-251-7/+0
* | [3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)Miss Islington (bot)2017-09-251-1/+1
* | [3.6] bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound me...Miss Islington (bot)2017-09-251-23/+33
* | [3.6] bpo-18558: Clarify glossary entry for "Iterable" (GH-3732) (#3741)Miss Islington (bot)2017-09-252-2/+10
* | [3.6] bpo-30085: Improve documentation for operator (GH-1171) (#3736)Miss Islington (bot)2017-09-241-3/+4
* | bpo-31570: Update Email library documentation example (GH-3720) (GH-3721)Miss Islington (bot)2017-09-241-1/+1
* | [3.6] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (GH...Miss Islington (bot)2017-09-241-4/+20
* | bpo-31564: Update typing documentation (GH-3696) (GH-3715)Miss Islington (bot)2017-09-241-3/+9
* | [3.6] Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)Miss Islington (bot)2017-09-232-8/+9