summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...Miss Islington (bot)2018-04-071-0/+12
* [2.7] bpo-27212: Modify islice recipe to consume initial values preceding sta...Cheryl Sabella2018-04-021-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-211-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-171-3/+7
* Fix installation instructions for *nix (GH-5605)Miss Islington (bot)2018-02-141-2/+4
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613)Miss Islington (bot)2018-02-111-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
* bpo-32739: Show default value for rotate() (GH-5517)Raymond Hettinger2018-02-031-3/+6
* Update Doc build for split off of 3.7 branchNed Deily2018-02-032-2/+4
* bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH...Bo Bayles2018-01-291-0/+5
* Fix PyTrace_RETURN documentation (GH-5384) (GH-5387)Miss Islington (bot)2018-01-281-1/+1
* bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...Miss Islington (bot)2018-01-281-2/+2
* [2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333)Mariatta2018-01-261-3/+4
* bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...Xiang Zhang2018-01-242-21/+39
* bpo-32586: Fix code example in urllib2's doc (GH-5238)Pablo Galindo2018-01-191-1/+1
* [2.7] advance copyright years to 2018 (GH-5094). (#5105)Benjamin Peterson2018-01-052-2/+2
* [2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer()....Serhiy Storchaka2018-01-041-4/+10
* bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5082)Miss Islington (bot)2018-01-021-3/+3
* trivial: link updates in documentation (GH-2765) (#4836)Miss Islington (bot)2017-12-134-5/+5
* bpo-32212: Updated logging documentation to make parameter names more consist...Vinay Sajip2017-12-091-16/+16
* Add a missing space in tkinter documentation. (GH-4692). (GH-4723)Mariatta2017-12-051-1/+1
* Improve Scheduler Objects documentation. (GH-4556) (GH-4558)Miss Islington (bot)2017-11-251-1/+1
* bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) ...Miss Islington (bot)2017-11-251-3/+3
* Improve the String tutorial docs (GH-4541) (GH-4546)Miss Islington (bot)2017-11-241-7/+7
* Extending Python Doc minor updates (GH-4518) (GH-4536)Miss Islington (bot)2017-11-242-4/+4
* bpo-32050: Fix -x option documentation (#4423)Victor Stinner2017-11-201-2/+0
* Document parameters of BaseServer.finish_request() (GH-4445)Masayuki Yamamoto2017-11-191-1/+1
* Fix typo in atexit documentation. (GH-4419) (GH-4442)Erik Bray2017-11-171-1/+1
* bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4395)Miss Islington (bot)2017-11-141-1/+2
* bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)Miss Islington (bot)2017-11-071-0/+2
* bpo-31923: Fix spelling in sqlite3 docs (GH-4227)Miss Islington (bot)2017-11-041-1/+1
* [2.7] bpo-18699: Corrected documentation for window.chgat in curses module (G...Serhiy Storchaka2017-11-041-5/+5
* bpo-20064: Document PyObject_Malloc() (#4204)Victor Stinner2017-10-311-0/+82
* [2.7] bpo-31667: Fix gettext related links. (GH-3860) (#4100)Serhiy Storchaka2017-10-242-12/+18
* [2.7] bpo-31733, bpo-31692: Document 2 new env vars in What's New in Python 2...Victor Stinner2017-10-171-0/+15
* [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)Victor Stinner2017-10-172-1/+8
* bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932)Victor Stinner2017-10-171-0/+7
* [2.7] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH...vyas452017-10-161-1/+1
* bpo-31766: restore 3.5 to docs version switchers (#3971)Ned Deily2017-10-122-1/+3
* bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-...Miss Islington (bot)2017-10-071-1/+1
* Remove retired and security branches from active docs (#3881)Ned Deily2017-10-042-4/+0