summaryrefslogtreecommitdiff
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963)Andre Delfino2018-12-061-1/+1
* Fix typo in xml.dom.minidom documentation (GH-10956)Miss Islington (bot)2018-12-051-1/+1
* [2.7] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-105...Serhiy Storchaka2018-12-051-4/+4
* [2.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (G...E Kawashima2018-12-011-1/+1
* Linkify SMTP.quit() in smtplib documentation. (GH-9785)Miss Islington (bot)2018-11-231-1/+1
* [2.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-1002...Julien Palard2018-11-222-1/+1
* [2.7] Grammar corrections in abc.rst (GH-10525). (GH-10535)Andrés Delfino2018-11-131-3/+3
* glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)Miss Islington (bot)2018-11-071-1/+1
* Correct grammar mistakes in string.rst. (GH-9752)Miss Islington (bot)2018-11-071-2/+2
* [2.7] bpo-32804: Include the context parameter in urlretrieve documentation (...Lysandros Nikolaou2018-11-011-2/+15
* bpo-34866: Add max_num_fields to cgi.FieldStorage (GH-9660) (GH-9969)matthewbelisle-wf2018-10-302-4/+16
* bpo-27741: Better wording for datetime.strptime() (GH-9994)Miss Islington (bot)2018-10-291-1/+3
* [2.7] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10157)Mariatta2018-10-271-1/+1
* bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)Miss Islington (bot)2018-10-261-3/+4
* [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH...Miss Islington (bot)2018-10-261-1/+1
* [2.7] bpo-34576 : Backport eeab510 2.7 (#10115)Senthil Kumaran2018-10-261-0/+4
* [2.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-1...Zsolt Cserna2018-10-241-3/+5
* [2.7] bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH...Xiang Zhang2018-10-231-3/+3
* bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs...Miss Islington (bot)2018-10-191-4/+5
* [2.7] bpo-13407: Mention that bz2/tarfile doesn't support multi-stream bzip2 ...Andrés Delfino2018-09-292-0/+8
* [2.7] bpo-33216: Clarify the documentation for CALL_FUNCTION_* (GH-8338) (GH-...Serhiy Storchaka2018-09-171-20/+53
* bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)Mickaël Schoentgen2018-09-021-2/+4
* Make it more clear that setUpClass runs before each class, not "class run" (G...Miss Islington (bot)2018-08-231-1/+1
* [2.7] bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)Terry Jan Reedy2018-08-061-3/+3
* Fix site module documentation. (GH-8441)Miss Islington (bot)2018-07-241-1/+1
* [2.7] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) ...Tal Einat2018-07-241-12/+18
* Clarify ValueError's broad applicability (GH-8313) (GH-8316)Miss Islington (bot)2018-07-171-1/+1
* [2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179)Benjamin Peterson2018-07-071-2/+2
* [2.7] bpo-33804: Document that the argument for io.TextIOBase.read() is optio...Andrés Delfino2018-07-081-1/+1
* bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (...Miss Islington (bot)2018-07-031-2/+2
* [2.7] bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7905)Tal Einat2018-06-251-1/+1
* [2.7] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)...Tal Einat2018-06-251-11/+11
* [2.7] bpo-33885: Replace "hook function" with "callable" (GH-7765). (#7885)Andrés Delfino2018-06-231-2/+2
* Fix four spelling typos in documentation (GH-7753)Xtreak2018-06-193-3/+3
* bpo-33892: Doc: Use gender neutral words (GH-7770)Andrés Delfino2018-06-193-6/+6
* [2.7] bpo-33828: Clarify auto-numbering is not available to string.Formatter....Xiang Zhang2018-06-131-2/+3
* [2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541)Mayank Singhal2018-06-091-0/+3
* bpo-33600: document that platform.linux_distribution() has been removed (GH-7...Timo Furrer2018-06-051-0/+4
* bpo-27902: Add compatibility note to Profile docs (GH-7295)Miss Islington (bot)2018-06-041-5/+6
* bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)Miss Islington (bot)2018-06-041-6/+7
* bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...Miss Islington (bot)2018-06-021-2/+3
* [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-1610-11/+10
* bpo-22069: Update TextIO documentation (GH-6609)Miss Islington (bot)2018-05-141-1/+1
* [2.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() ...Bo Bayles2018-05-051-7/+11
* Fix reference to exceptions in multprocessing docs. (GH-6647)Bo Bayles2018-04-301-2/+15
* [2.7] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473). (GH-6607)Andrés Delfino2018-04-261-18/+28
* [2.7] bpo-33297: Mention Pillow to work with more image formats. (GH-6505) (G...Andrés Delfino2018-04-211-0/+4
* bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542)Andrés Delfino2018-04-201-4/+5
* [2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...Miss Islington (bot)2018-04-061-0/+12
* [2.7] bpo-27212: Modify islice recipe to consume initial values preceding sta...Cheryl Sabella2018-04-011-8/+20