summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) (GH-...Xiang Zhang2017-03-131-2/+2
* bpo-29746: Update marshal docs to Python 3. (#547) (#630)Serhiy Storchaka2017-03-121-11/+8
* 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-112-4/+4
* 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
* 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-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-231-8/+4
* bpo-29554: Improve docs for pstat module and profile. (#88) (#228)Berker Peksag2017-02-221-3/+4
* [cherry-pick for 3.5] bpo-29481: add versionadded 3.5.4 to typing.Deque docs ...Mariatta2017-02-151-0/+2
* bpo-29474: Improve documentation for weakref.WeakValueDictionary (#23)Mariatta2017-02-121-5/+5
* 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 #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 #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-144-10/+10
* 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 #29217: Fix the wrong type description of UUID.variant.Xiang Zhang2017-01-101-1/+1
* Issue #29013: Fix allowZip64 documentationBerker Peksag2017-01-021-1/+1
* Issue #26267: Improve uuid.UUID documentationBerker Peksag2016-12-311-0/+7
* Issue #29112: Fix a questionable wording in sequence doc.Xiang Zhang2016-12-301-1/+1
* Issue #29109: Enhance tracemalloc documentationVictor Stinner2016-12-301-13/+13
* Move versionadded inside of the get_terminal_size() blockBerker Peksag2016-12-271-2/+2
* Issue #29078: Add the missing import in datetime.time doc example.Xiang Zhang2016-12-271-1/+1
* Issue #1446619: Account for negative slice direction in descriptionMartin Panter2016-12-241-2/+4
* Issue #29004: Document binascii.crc_hqx() implements CRC-CCITTMartin Panter2016-12-241-2/+4
* Issue #28960: Drop comma attached to dash in Thread.join() descriptionMartin Panter2016-12-241-1/+1
* Fix spelling and grammar in code comments and documentationMartin Panter2016-12-181-1/+1
* Issue #14061: Misc fixes and cleanups in archiving code in shutil.Serhiy Storchaka2016-12-161-20/+24
* Issue #28944: Fix footnote numberingBerker Peksag2016-12-151-3/+2
* Issue #26483: Clarify str.isdecimal() and isdigit()Martin Panter2016-12-111-6/+8
* Issue #28916: Correct description of %o and %x alternative formsMartin Panter2016-12-111-12/+6
* Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages.Brett Cannon2016-12-101-1/+3
* Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-046-10/+10
* Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-025-14/+14