summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* [2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305)Dong-hee Na2017-04-261-7/+0
* [2.7] bpo-15718: Document the upper bound constrain on the __len__ return val...Serhiy Storchaka2017-04-231-0/+8
* Remove redundant comma in argparse HOWTO (GH-1141)Berker Peksag2017-04-201-1/+1
* bpo-19225: Remove duplicated description for standard warning categories (GH-...cocoatomo2017-04-201-12/+9
* Fix typo in HTTPConnection.set_tunnel description (#1179)Christopher Snyder2017-04-191-1/+1
* [2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147)Michael Seifert2017-04-151-0/+11
* bpo-30021: Add examples for re.escape(). (#1048) (#1118)Serhiy Storchaka2017-04-132-4/+17
* [2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670)Mariatta2017-04-102-2/+2
* [2.7] Correct typo in configparser.rst (GH-1012) (GH-1026)Mariatta2017-04-091-2/+2
* bpo-29506: Clarify deep copy note in copy moduleNick Coghlan2017-04-091-2/+2
* [2.7] bpo-19225: Lack of c api exceptions doc (#964)cocoatomo2017-04-081-66/+150
* Fix references within buffer protocol docs (#1016)Eric Wieser2017-04-061-4/+4
* bpo-29952: Use usual terminology of dict (GH-924)INADA Naoki2017-03-311-1/+1
* [2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899)Mandeep Singh2017-03-301-3/+4
* bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896)Senthil Kumaran2017-03-301-2/+2
* bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-883)Mariatta2017-03-291-23/+16
* bpo-29888: Fix the link referring to "Python download page" (GH-823)cocoatomo2017-03-271-3/+3
* Insert a missing semicolon in sgmllib documentation (#772)cocoatomo2017-03-221-1/+1
* fix function name in tabnanny documentation (GH-764)Xiang Zhang2017-03-221-4/+4
* bpo-29856: Fix typo in curses documentation (GH-730) (GH-733)Mariatta2017-03-201-1/+1
* fix parameter names in ftplib documentation (GH-656)Xiang Zhang2017-03-131-6/+6
* Insert the line which should not have been deleted (#581)cocoatomo2017-03-091-0/+1
* bpo-29709: Improve Boolean Operations documentation (#433) (#438)Mariatta2017-03-031-2/+2
* bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321)Mariatta2017-02-261-0/+6
* bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211)INADA Naoki2017-02-217-219/+206
* [2.7] Change some mercurial/ hg.python.org references. (#8) (#183)Senthil Kumaran2017-02-201-3/+3
* bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-180)INADA Naoki2017-02-201-2/+9
* Remove redundant footnote (#181)Qingpeng "Q.P." Zhang2017-02-191-1/+1
* bpo-28929: Link the documentation to its source file on GitHub (#38)Mariatta2017-02-121-2/+3
* [backport to 2.7] Change documentation's `Show Source` link to GitHub (#44)Mariatta2017-02-121-2/+2
* bpo-29474: Improve documentation for weakref.WeakValueDictionary (#11)Mariatta2017-02-111-2/+2
* Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-091-0/+1
* Issue #29371: Clarify bitwise OR operation in doctest option flags.Mariatta Wijaya2017-02-071-6/+7
* Issue #29329: Improve documentation for hex(). Patch by Ammar AskarMariatta Wijaya2017-02-021-1/+1
* Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-021-29/+19
* Issue #12067: Rewrite Comparisons section in the language referenceMartin Panter2017-01-211-39/+161
* Add clarity to the warning on certificate verification in urllib.Senthil Kumaran2017-01-281-4/+9
* issue26149 - Point to Wiki for Editors and Python IDEs on Unix.Senthil Kumaran2017-01-251-12/+7
* Issue #29189: Fix indentation in RST markupMartin Panter2017-01-241-38/+38
* Issue #29274: tests cases → test casesMartin Panter2017-01-181-4/+4
* Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-149-56/+56
* Issue #15527: remove double parens by changing markup.Martin Panter2017-01-148-94/+94
* Fix spelling and markup in documentation and code commentMartin Panter2017-01-141-2/+2
* Closes #28130: Documented that time.tzset() updates time module globals.Alexander Belopolsky2017-01-121-2/+7
* Issue #29217: Fix the wrong type description of UUID.variant.Xiang Zhang2017-01-101-1/+1
* Issue #29189: Fix broken indentation in FancyURLopener documentationBerker Peksag2017-01-071-9/+9
* Issue #29023: Clarify that ints and longs are always deterministic seeds for...Raymond Hettinger2017-01-071-9/+9
* ring in 2017 for PythonBenjamin Peterson2017-01-021-1/+1
* Issue #29112: Fix a questionable wording in sequence doc.Xiang Zhang2016-12-301-1/+1
* Issue #29078: Add the missing import in datetime.time doc example.Xiang Zhang2016-12-271-1/+1