summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
...
* bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688)Mariatta2017-03-171-12/+6
| | | (cherry picked from commit 1bb0f3762ec5104014aeed0ae6e9d64598d8fcac)
* ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-657)Xiang Zhang2017-03-131-1/+1
|
* fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) ↵Xiang Zhang2017-03-131-2/+2
| | | | (GH-654)
* bpo-29746: Update marshal docs to Python 3. (#547) (#631)Serhiy Storchaka2017-03-121-11/+8
| | | (cherry picked from commit c611a5b1d4fab0123bf622f06c3bfa510221dc32)
* tempfile.rst: Fix some typos (GH-610) (GH-618)Mariatta2017-03-111-2/+2
| | | (cherry picked from commit d3b8f98696b905367da3975f73b482bac380b51c)
* bpo-29770: remove outdated PYO related info (GH-590) (GH-612)Xiang Zhang2017-03-112-4/+4
|
* bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-608)Mariatta2017-03-111-2/+2
| | | (cherry picked from commit 70ee0cd5c2a3dba82cb8e0c0742c012f9134c040)
* bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-607)Brett Cannon2017-03-101-30/+39
| | | (cherry picked from commit 4b2a2a425a906c8e4eb8daee14ab1793e225f726)
* bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode (GH-605)Brett Cannon2017-03-101-4/+15
| | | (cherry picked from commit 7e52c3e7aefb4cdaa0662fc01ff68a5e976b77ca)
* [3.6] bpo-28231: The zipfile module now accepts path-like objects for ↵Serhiy Storchaka2017-03-081-2/+22
| | | | | | external paths. (#561) (cherry picked from commit 8606e9524a7a4065042f7f228dc57eb74f88e4d3)
* [3.6] bpo-28230: Document the pathlib support in tarfile and add tests. (#559)Serhiy Storchaka2017-03-081-4/+24
|
* bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475)Mariatta2017-03-061-2/+0
| | | | | | "appears to not work in all cases" does not inspire confidence in this module. I can find no context for what bug this was referencing so it should be removed. (cherry picked from commit 6de2b7817fa9403e81dc38f13f3690f0bbf3d064)
* Correct spelling "instanciate" (GH-465) (GH-467)Mariatta2017-03-041-2/+2
| | | (cherry picked from commit 6abaed0ddaa1dd9be727ede09f6cd801c467c2ec)
* bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440)Brett Cannon2017-03-031-2/+53
| | | (cherry picked from commit 0705f66eb369aa6a6cdb699e24ff61e1ab2e0c56)
* bpo-29709: Improve Boolean Operations documentation (#433) (#437)Mariatta2017-03-031-2/+2
| | | (cherry picked from commit 8eb531d9db0861e14222445fcaebe1a373bba170)
* bpo-29455: Mention coverage.py in trace module documentation (GH-435)Brett Cannon2017-03-031-0/+6
| | | (cherry picked from commit 5dfccb06dc513ae67fac5fee66356ad58a4de170)
* [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) ↵Berker Peksag2017-03-031-7/+13
| | | | | | | | | | (#432) (cherry picked from commit 85b8d01c916b482dac937b93ede1e53b1db0361c) Conflicts: Lib/test/test_configparser.py
* Add Python version since deprecation in base64 methods. (#33) (#429)Berker Peksag2017-03-031-4/+13
| | | | | | | Allow developers to not have to either test on N Python versions or looked through multiple versions of the docs to know whether they can easily update. (cherry picked from commit c643a967dd7d33ccefa5b61b38caf40b448057ce)
* bpo-29026: Clarify documentation of time.time (GH-34) (GH-417)Mariatta2017-03-031-7/+35
| | | (cherry picked from commit 23557d59b819f57800ddef0b1373acef8e024670)
* In SSL module version examples, don't use a legacy version. (#381) (#400)Alex Gaynor2017-03-021-4/+4
|
* email.compat32-message.rst: Fix typo in the word `message` (GH-379) (GH-380)Mariatta2017-03-011-3/+3
| | | (cherry picked from commit da62373b0d32c14a4137512ef6f13c24fbcaa2c1)
* Fixed a handful of typos (GH-343) (GH-364)Mariatta2017-03-014-7/+7
| | | (cherry picked from commit 1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a)
* correct documentation for enum.html (GH-358) (GH-367)Mariatta2017-03-011-2/+2
| | | (cherry picked from commit 626584284e74a68fff8157f9afe77b3088ff7be9)
* Asyncio documentation: remove `self` from method signatures (GH-334) (GH-337)Mariatta2017-02-271-3/+3
| | | (cherry picked from commit 091b84f23a2ff57e8320ebf6fdf889af39096ab9)
* bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333)Xiang Zhang2017-02-271-11/+11
|
* bpo-28624: Add a test that checks that cwd parameter of Popen() accepts ↵Berker Peksag2017-02-261-3/+7
| | | | | PathLike objects (#157) (#323) (cherry picked from commit d5c11f7ace48701bb950c6345deee88c35c66e26)
* bpo-29121: Remove outdated documentation about transactions (#313) (#319)Berker Peksag2017-02-261-8/+3
| | | | | Patch by Aviv Palivoda. (cherry picked from commit fe70d924bb6106d4c21eb414f4a1ba1324e8f46a)
* bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316)Mariatta2017-02-261-0/+6
| | | (cherry picked from commit ed6795e46f7653e23b862efad240a93453e7df97)
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278)Barry Warsaw2017-02-241-0/+6
|
* bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243)Berker Peksag2017-02-231-8/+4
| | | | | | | | | | | | | | | | Nick Coghlan said on bpo-28814: > inspect.getargvalues() and inspect.formatargvalues() were deprecated > in Python 3.5 as part of implementing bpo-20438 > This is incorrect, as these are *frame* introspection related functions, > not callable introspection ones. The documentation and implementation > layout is confusing though, as they're interleaved with the callable > introspection operation This commit undeprecates these functions and adds a note to ignore previous deprecation notices. (cherry picked from commit 0899b9809547ec2894dcf88cf4bba732c5d47d0d)
* bpo-28911: Clarify the behaviour of assert_called_once_with. (#252)Arne de Laat2017-02-231-5/+6
| | | (cherry picked from commit 9d56b34af2efc4e266bf3ae62da5cd2e422a42be)
* bpo-29554: Improve docs for pstat module and profile. (#88) (#227)Berker Peksag2017-02-221-3/+4
| | | | | | | | Clarify that methods take a string which is interpreted as a regex, not a regex object. Also clarify what the old `-1`, `0`, `1` and `2` options were. (cherry picked from commit 8fb1f6e039cbdeb333d83b7a62f0f37af4ce6e02)
* Tweak PEP 519 documentation in stdlib (#164)Berker Peksag2017-02-192-3/+3
| | | | | | * Drop duplicate word 'object' in lzma docs * Fix typo in os docs: fpr -> for (cherry picked from commit d4d48743ac20854de104e08dd66972471684f676)
* bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108)Mariatta2017-02-151-0/+2
| | | (cherry picked from commit 7e147f1ddb8233964ff0981e6b64fc12edac99aa)
* bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22)Mariatta2017-02-121-5/+5
| | | | There were some grammatical errors in weakref.WeakValueDictionary documentation.
* Issue #29441: Merge from 3.5Berker Peksag2017-02-071-17/+4
|\
| * Issue #29441: Update examples to use async and await keywords in ↵Berker Peksag2017-02-071-17/+4
| | | | | | | | asyncio-task.rst
* | Issue #29371: merge with 3.5Mariatta Wijaya2017-02-071-11/+13
|\ \ | |/
| * Issue #29371: Clarify bitwise OR operation in doctest option flags.Mariatta Wijaya2017-02-071-11/+13
| |
* | Substitute a more readable f-stringRaymond Hettinger2017-02-061-1/+1
| |
* | Fix usage of data directiveBerker Peksag2017-02-061-5/+5
| |
* | Issue #29198: Merge from 3.5Berker Peksag2017-02-041-2/+2
|\ \ | |/
| * Issue #29198: Fix indentation and markup in typing.rstBerker Peksag2017-02-041-2/+2
| | | | | | | | Patch by Jelle Zijlstra.
* | Issue #29198: Merge from 3.5Berker Peksag2017-02-041-0/+33
|\ \ | |/
| * Issue #29198: Document typing.AsyncGeneratorBerker Peksag2017-02-041-0/+33
| | | | | | | | Patch by Jelle Zijlstra.
* | Issue #29407: Merge from 3.5Berker Peksag2017-02-011-8/+7
|\ \ | |/
| * Issue #29407: Remove redundant ensure_future() calls in factorial exampleBerker Peksag2017-02-011-8/+7
| |
* | Issues #11670: Merge configparser doc from 3.5Martin Panter2017-01-291-6/+6
|\ \ | |/
| * Issue #11670: readfp(fp) parameter name is different to read_file(f)Martin Panter2017-01-291-6/+6
| |
* | Issue 29310: Document typing.NamedTuple default argument syntaxRaymond Hettinger2017-01-291-4/+18
| |