summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add missing period in distutils.dep_util.newer_group doc (GH-11003)Miss Islington (bot)2018-12-061-1/+1
* [2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963)Andre Delfino2018-12-063-3/+3
* 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] Move __missing__ after __delitem__ in Data model. (GH-10923). (GH-10944)Andre Delfino2018-12-051-6/+6
* [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
* bpo-31146: Don't fallback switcher to english on not-yet pusblished languages...Miss Islington (bot)2018-11-211-0/+6
* [2.7] Grammar corrections in abc.rst (GH-10525). (GH-10535)Andrés Delfino2018-11-131-3/+3
* Linkify PEP 8 in unix.rst (GH-10482)Miss Islington (bot)2018-11-121-1/+1
* [2.7] bpo-33699: Describe try's else clause with the rest of the try clause (...Andrés Delfino2018-11-111-7/+5
* [2.7] Doc: Make all versions sidebars the same for consistency. (GH-10288) (G...Julien Palard2018-11-081-2/+3
* Add future_stmt to simple_stmt production list. (GH-8239)Miss Islington (bot)2018-11-071-0/+1
* glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)Miss Islington (bot)2018-11-071-1/+1
* Add a reference to the name mangling description in the tutorial to the index...Miss Islington (bot)2018-11-071-0/+3
* Correct grammar mistakes in string.rst. (GH-9752)Miss Islington (bot)2018-11-071-2/+2
* Fix a typo about a comma. (GH-10306)Miss Islington (bot)2018-11-031-1/+1
* [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-35032: Remove inaccessible videos from faq/Windows (GH-10004)Miss Islington (bot)2018-10-201-24/+0
* bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs...Miss Islington (bot)2018-10-191-4/+5
* bpo-21196: Clarify name mangling rules in tutorial (GH-5667)Miss Islington (bot)2018-10-191-0/+5
* bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...Miss Islington (bot)2018-10-151-5/+3
* bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796)Miss Islington (bot)2018-10-121-6/+8
* [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
* [2.7] Fix struct sequence glossary entry grammar (GH-9030)Zachary Ware2018-09-011-1/+1
* 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
* bpo-27671: Update FAQ about why len is function (GH-8432)Miss Islington (bot)2018-07-301-18/+19
* [2.7] Use 'for example' instead of 'in other words' in compound statement doc...Andrés Delfino2018-07-301-1/+1
* bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)Miss Islington (bot)2018-07-251-2/+2
* 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
* bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)Miss Islington (bot)2018-07-071-6/+6
* [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
* Update 2.7 doc templates for 3.7.0 (GH-7996)Ned Deily2018-06-282-3/+3
* bpo-33958: Doc: Remove unused variable in example (GH-7927)Miss Islington (bot)2018-06-271-1/+1