summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833)Miss Islington (bot)2017-12-191-3/+3
* Add a missing space in tkinter documentation. (GH-4692) (GH-4722)Miss Islington (bot)2017-12-051-1/+1
* Use raw strings in the re module examples. (GH-4616) (#4617)Miss Islington (bot)2017-11-281-4/+4
* bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)Miss Islington (bot)2017-11-271-2/+2
* bpo-29879: Update typing documentation. (GH-4573) (GH-4574)Miss Islington (bot)2017-11-261-0/+12
* [Doc] Update opcode for var-positional arguments (GH-4446) (#4457)Miss Islington (bot)2017-11-251-1/+1
* Improve Scheduler Objects documentation. (GH-4556) (GH-4557)Miss Islington (bot)2017-11-251-1/+1
* Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) (GH-4549)Miss Islington (bot)2017-11-251-2/+2
* bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)Miss Islington (bot)2017-11-231-4/+4
* bpo-30456: Clarify example for duplicates in second argument of isinstance (G...Berker Peksag2017-11-231-1/+2
* bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...Miss Islington (bot)2017-11-211-0/+3
* Add comment and improve variable name in roundrobin() (GH-4486) (#4487)Miss Islington (bot)2017-11-211-4/+5
* Remove outdated .pyo reference from msilib docs (GH-4461)Miss Islington (bot)2017-11-191-1/+1
* Document parameters of BaseServer.finish_request() (GH-4445)Miss Islington (bot)2017-11-191-1/+1
* Fix typo in atexit documentation. (GH-4419) (GH-4425)Miss Islington (bot)2017-11-161-1/+1
* 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
* The termios man page is in section 3 (GH-2450)Miss Islington (bot)2017-11-111-1/+1
* bpo-31824: Document default value of 'errors' parameters (GH-4328)Miss Islington (bot)2017-11-101-2/+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-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-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-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-171-1/+9
* [3.6] bpo-31714: Improved regular expression documentation. (GH-3907). (#3994)Serhiy Storchaka2017-10-141-102/+133
* 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
* [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
* [3.6] point to the module-level get_ident function rather than the one in _th...Miss Islington (bot)2017-09-271-4/+4
* [3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)Miss Islington (bot)2017-09-251-1/+1
* [3.6] bpo-18558: Clarify glossary entry for "Iterable" (GH-3732) (#3741)Miss Islington (bot)2017-09-251-1/+6
* [3.6] bpo-30085: Improve documentation for operator (GH-1171) (#3736)Miss Islington (bot)2017-09-241-3/+4
* [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-231-5/+9
* bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)Miss Islington (bot)2017-09-221-0/+3
* bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)Miss Islington (bot)2017-09-201-2/+2
* [3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)Terry Jan Reedy2017-09-151-1/+3
* Improve code examples in hashlib cookie signing (GH-3562) (GH-3566)Miss Islington (bot)2017-09-141-3/+4
* [3.6] bpo-31394: Clarify documentation about token type attribute (GH-3469) (...Mariatta2017-09-131-2/+3