summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [2.7] Fix struct sequence glossary entry grammar (GH-9030)Zachary Ware2018-09-021-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-311-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-231-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-071-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-281-1/+1
* [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-241-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-231-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-187-19/+19
* bpo-33571: Improve the glossary description for '...' prompt (GH-6971)Miss Islington (bot)2018-06-161-2/+3
* Improve the grammar in the glossary item for `list` (GH-7727) Miss Islington (bot)2018-06-161-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-131-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-101-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-171-3/+8
* [2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...Miss Islington (bot)2018-04-071-0/+12