summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* tempfile.rst: Fix some typos (GH-610) (GH-619)Mariatta2017-03-111-2/+2
* bpo-29770: remove outdated PYO related info (GH-590) (GH-613)Xiang Zhang2017-03-114-7/+7
* bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-609)Mariatta2017-03-111-2/+2
* bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-474)Mariatta2017-03-061-2/+0
* distutils docs: Fix a typo (GH-470) (#472)Mariatta2017-03-051-1/+1
* Correct spelling "instanciate" (GH-465) (GH-468)Mariatta2017-03-041-2/+2
* bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-441)Brett Cannon2017-03-031-2/+53
* bpo-29709: Improve Boolean Operations documentation (#433) (#436)Mariatta2017-03-031-2/+2
* Add Python version since deprecation in base64 methods. (#33) (#430)Berker Peksag2017-03-031-4/+13
* bpo-29026: Clarify documentation of time.time (GH-34) (GH-418)Mariatta2017-03-031-7/+35
* Asyncio documentation: remove `self` from method signatures (GH-334) (GH-336)Mariatta2017-02-271-3/+3
* bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-317)Mariatta2017-02-261-0/+6
* bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315)Mariatta2017-02-261-1/+1
* [3.5] Fix small typos in introduction and datastructures of tutorial (GH-272)...Mariatta2017-02-262-29/+32
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#279)Barry Warsaw2017-02-241-0/+6
* bpo-28911: Clarify the behaviour of assert_called_once_with. (#254)Arne de Laat2017-02-231-5/+6
* bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#244)Berker Peksag2017-02-232-13/+10
* bpo-29554: Improve docs for pstat module and profile. (#88) (#228)Berker Peksag2017-02-221-3/+4
* doc: fix compile error on "shoddy" example extension (GH-217)INADA Naoki2017-02-212-1/+2
* Change some mercurial/ hg.python.org references. (#8) (#184)Senthil Kumaran2017-02-201-3/+3
* bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-179)INADA Naoki2017-02-201-2/+9
* Backport35 doc fixes: PR#68 and PR#124 (#125) (#126)Victor Stinner2017-02-162-3/+3
* [cherry-pick for 3.5] bpo-29481: add versionadded 3.5.4 to typing.Deque docs ...Mariatta2017-02-151-0/+2
* bpo-29521 Fix two minor documentation build warnings (#41) (#84)Mariatta2017-02-142-4/+5
* Fix some sphinx warnings (#9) (#82)Mariatta2017-02-142-16/+16
* Support "bpo-" in Misc/NEWS (#1) (#43)Mariatta2017-02-131-4/+4
* [backport to 3.5] bpo-28929: Link the documentation to its source file on Git...Mariatta2017-02-121-2/+5
* bpo-29474: Improve documentation for weakref.WeakValueDictionary (#23)Mariatta2017-02-121-5/+5
* Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-091-0/+1
* Issue #29441: Update examples to use async and await keywords in asyncio-task...Berker Peksag2017-02-071-17/+4
* Issue #29371: Clarify bitwise OR operation in doctest option flags.Mariatta Wijaya2017-02-071-11/+13
* Issue #29198: Fix indentation and markup in typing.rstBerker Peksag2017-02-041-2/+2
* Issue #29198: Document typing.AsyncGeneratorBerker Peksag2017-02-041-0/+33
* Issue #29407: Remove redundant ensure_future() calls in factorial exampleBerker Peksag2017-02-011-8/+7
* Issue #11670: readfp(fp) parameter name is different to read_file(f)Martin Panter2017-01-291-6/+6
* Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+Martin Panter2017-01-291-0/+2
* Issue #29349: Fix Python 2 syntax in documentation build codeMartin Panter2017-01-291-2/+2
* Issue #12067: Recommend that hash and equality be consistentMartin Panter2017-01-291-0/+4
* Issue #29189: Fix indentation in RST markupMartin Panter2017-01-242-50/+50
* Issue #29092: Sync os.stat's doc and docstring on path type.Xiang Zhang2017-01-221-1/+1
* Issue #29292: Update outdated doc of PyEval_EvalCodeEx.Xiang Zhang2017-01-201-2/+3
* Issue #29274: tests cases → test casesMartin Panter2017-01-181-4/+4
* Issue #29011: Fix an important omission by adding Deque to the typing module.Raymond Hettinger2017-01-171-0/+4
* Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-1412-64/+64
* Fix grammar, typos and markup in documentation and code commentsMartin Panter2017-01-142-7/+7
* Issue #20804: Document the limitation of the unittest.mock.sentinel attributes.Serhiy Storchaka2017-01-111-0/+3
* Issue #15657: METH_KEYWORDS cannot be used alone in Python 3Martin Panter2017-01-111-1/+1
* Issue #29217: Fix the wrong type description of UUID.variant.Xiang Zhang2017-01-101-1/+1
* Issue #29012: Remove another outdated informationBerker Peksag2017-01-031-3/+3
* merge 3.4Benjamin Peterson2017-01-021-1/+1
|\