summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* bpo-33887: Add TOC to Design and History FAQ(GH-7766)Miss Islington (bot)2018-06-231-0/+5
* [2.7] bpo-33877: Remove UNIX qualification for running complete programs (GH-...Andrés Delfino2018-06-221-5/+5
* Fix four spelling typos in documentation (GH-7753)Xtreak2018-06-194-4/+4
* bpo-33892: Doc: Use gender neutral words (GH-7770)Andrés Delfino2018-06-197-19/+19
* bpo-33571: Improve the glossary description for '...' prompt (GH-6971)Miss Islington (bot)2018-06-151-2/+3
* Improve the grammar in the glossary item for `list` (GH-7727) Miss Islington (bot)2018-06-151-1/+1
* [2.7] bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) (#7716)Andrés Delfino2018-06-151-1/+1
* [2.7] bpo-33828: Clarify auto-numbering is not available to string.Formatter....Xiang Zhang2018-06-131-2/+3
* bpo-33845: Update Doc\make.bat on 2.7 to bring it on par to master version (G...Andrés Delfino2018-06-121-26/+33
* bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7624)Ned Deily2018-06-111-9/+37
* Remove hyphens from phrase "picks up where it left off" (GH-7410)Mariatta2018-06-091-1/+1
* bpo-33766: Document that end of file or string is a newline (GH-7383)Miss Islington (bot)2018-06-091-5/+6
* [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-33670: Expose Sphinx errorlevel (GH-7156). (GH-7201)Andrés Delfino2018-05-291-1/+1
* [2.7] bpo-33595: Fix lambda parameters being refered as arguments (GH-7037) (...Terry Jan Reedy2018-05-252-3/+3
* [2.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860). (#6936)Andrés Delfino2018-05-221-0/+15
* bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)Miss Islington (bot)2018-05-211-1/+1
* [2.7] Fix C API docs: PyCapsule_Import always set an exception on failure. (G...Miss Islington (bot)2018-05-181-2/+9
* [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-1625-36/+34
* bpo-22069: Update TextIO documentation (GH-6609)Miss Islington (bot)2018-05-141-1/+1
* [2.7] bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-673...Serhiy Storchaka2018-05-091-2/+2
* [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-213-3/+7
* bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542)Andrés Delfino2018-04-201-4/+5
* [2.7] fix pydoc-topics to work with Sphinx 1.7 (GH-6502)Benjamin Peterson2018-04-161-3/+8
* [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
* Fix description about SimpleXMLRPCServer constructor parameter bind_and_activ...Miss Islington (bot)2018-03-261-1/+1
* bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (...Brett Cannon2018-03-021-8/+1
* bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...Miss Islington (bot)2018-02-251-3/+2
* [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Cheryl Sabella2018-02-251-1/+1
* bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Miss Islington (bot)2018-02-251-0/+19
* [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863)Christian Heimes2018-02-251-0/+17
* bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)Miss Islington (bot)2018-02-231-1/+1
* [2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) (#5792)Benjamin Peterson2018-02-201-2/+2
* Fix typo in docs (GH-5763)Raymond Hettinger2018-02-191-1/+1
* DOC: fix documentation for copyright and credits (GH-5706)Miss Islington (bot)2018-02-161-3/+7
* Fix installation instructions for *nix (GH-5605)Miss Islington (bot)2018-02-131-2/+4
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613)Miss Islington (bot)2018-02-101-1/+1
* bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575)Stéphane Wirtel2018-02-071-5/+5
* Fix typo -- missing "not" (GH-5532)Raymond Hettinger2018-02-041-1/+1