summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239)Ivan Levkivskyi2017-03-101-4/+15
* bpo-28739: Document that f-strings cannot be used as docstring (GH-592)Mariatta2017-03-101-0/+11
* bpo-28231: The zipfile module now accepts path-like objects for external path...Serhiy Storchaka2017-03-081-2/+22
* bpo-28331: fix impl-detail label is removed when content is translated. (GH-195)INADA Naoki2017-03-082-2/+18
* bpo-28230: Document the pathlib support in tarfile and add tests. (#512)Serhiy Storchaka2017-03-081-4/+24
* bpo-28682: Added support for bytes paths in os.fwalk(). (#489)Serhiy Storchaka2017-03-072-0/+9
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-061-5/+4
* bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-494)INADA Naoki2017-03-061-2/+0
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-051-0/+5
* Docs: Add note regarding "reversed" flag in heapq.merge (#300)Adam Niederer2017-03-051-1/+3
* distutils docs: Fix a typo (GH-470)Mariatta2017-03-051-1/+1
* Correct spelling "instanciate" (#465)J. W2017-03-041-2/+2
* bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (#238)Ivan Levkivskyi2017-03-031-2/+53
* bpo-29709: Improve Boolean Operations documentation (#433)Mariatta2017-03-031-2/+2
* bpo-29455: Mention coverage.py in trace module documentation (#261)Marco Buttu2017-03-031-0/+6
* bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)David Ellis2017-03-031-7/+13
* Add Python version since deprecation in base64 methods. (#33)Matthias Bussonnier2017-03-021-4/+13
* bpo-27200: fix configparser, copyreg and ctypes doctests (#240)Marco Buttu2017-03-023-15/+22
* In SSL module version examples, don't use a legacy version. (#381)Alex Gaynor2017-03-021-4/+4
* email.compat32-message.rst: Fix typo in the word `message` (GH-379)Mariatta2017-03-011-3/+3
* Tweak subprocess.STARTUPINFO documentation (#347)Berker Peksag2017-03-011-5/+7
* Fixed a handful of typos (GH-343)Alex Gaynor2017-03-014-7/+7
* correct documentation for enum.html (#358)Kartik Anand2017-02-281-2/+2
* bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...Xiang Zhang2017-02-282-13/+63
* bpo-24241: Add versionchanged directive to the documentation (#342)Berker Peksag2017-02-271-1/+4
* Use "Contributed by ..." style in whatsnew/3.7.rst (#339)Berker Peksag2017-02-271-1/+2
* Asyncio documentation: remove `self` from method signatures (GH-334)Mariatta2017-02-271-3/+3
* fix minor bug in pymalloc. (#335)INADA Naoki2017-02-271-1/+1
* bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332)Xiang Zhang2017-02-271-10/+10
* bpo-26184: import.rst: Improve versionchanged note (GH-325)Mariatta2017-02-261-1/+1
* bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...Sayan Chowdhury2017-02-261-3/+7
* bpo-26184: import.rst: Improve versionchanged note (GH-277)Mariatta2017-02-261-2/+5
* bpo-29121: Remove outdated documentation about transactions (#313)Berker Peksag2017-02-261-8/+3
* bpo-22594: Add a link to the regex module in re documentation (GH-241)Marco Buttu2017-02-261-0/+6
* bpo-29648: import.rst: Add reference to create_module() (GH-290)Marco Buttu2017-02-261-1/+1
* Fix small typos in introduction and datastructures of tutorial (GH-272)Jim Fasarakis-Hilliard2017-02-252-5/+5
* bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)Subhendu Ghosh2017-02-251-1/+4
* bpo-16285: Update urllib quoting to RFC 3986 (#173)Ratnadeep Debnath2017-02-252-1/+12
* bpo-24241: Improve preferred webbrowser handling (#85)David Steele2017-02-251-4/+6
* Fix small typos in expressions.rst (GH-276)Jim Fasarakis-Hilliard2017-02-241-2/+2
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)Barry Warsaw2017-02-241-0/+6
* bpo-28911: Clarify the behaviour of assert_called_once_with. (#251)Arne de Laat2017-02-231-5/+6
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-222-3/+17
* bpo-29546: Improve from-import error message with location (#103)Matthias Bussonnier2017-02-221-0/+3
* bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122)Matthias Bussonnier2017-02-222-13/+10
* doc: fix compile error on "shoddy" example extension (GH-215)INADA Naoki2017-02-212-1/+2
* bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-...Jim Fasarakis-Hilliard2017-02-211-6/+5
* bpo-29554: Improve docs for pstat module and profile. (#88)Matthias Bussonnier2017-02-211-3/+4
* bpo-29520: doc: add missing dot (GH-182)INADA Naoki2017-02-201-1/+1
* bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165)INADA Naoki2017-02-191-2/+9