summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.7] Removed dangling `since Python` at the end of library/xml.rst. (GH-1120...Miss Islington (bot)2018-12-231-2/+2
* Fixed missing colun in library/sys.po (GH-11153)Miss Islington (bot)2018-12-211-1/+1
* Fix numbered lists in stdtypes.rst. (GH-10989)Miss Islington (bot)2018-12-101-14/+10
* [3.7] bpo-34977: Use venv redirector instead of original python.exe on Window...Steve Dower2018-12-101-7/+10
* bpo-22005: Document the reality of pickle compatibility. (GH-11054)Miss Islington (bot)2018-12-091-1/+3
* [3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by Py...Serhiy Storchaka2018-12-071-0/+6
* Clarify expectedFailure in the unittest docs. (GH-10953)Miss Islington (bot)2018-12-061-2/+2
* [3.7] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10961)Mariatta2018-12-061-1/+1
* Fix typos in concurrent.Futures documentation (GH-10920)Miss Islington (bot)2018-12-051-2/+2
* Correct a couple of unbalanced parenthesis. (GH-10779)Miss Islington (bot)2018-12-057-10/+10
* bpo-35395: fix typos in asyncio eventloop documentation (GH-10880)Miss Islington (bot)2018-12-041-2/+2
* bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)Miss Islington (bot)2018-12-032-0/+22
* bpo-35341: Add generic version of OrderedDict to typing (GH-10850)Miss Islington (bot)2018-12-021-0/+6
* [3.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (G...E Kawashima2018-12-011-1/+1
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Miss Islington (bot)2018-11-282-8/+16
* bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10708)Miss Islington (bot)2018-11-261-0/+5
* bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...Miss Islington (bot)2018-11-251-14/+10
* Linkify SMTP.quit() in smtplib documentation. (GH-9785)Miss Islington (bot)2018-11-231-1/+1
* [3.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)Miss Islington (bot)2018-11-212-1/+1
* bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619)Victor Stinner2018-11-201-4/+2
* bpo-9842: Add references for using "..." as a placeholder to the index. (GH-1...Miss Islington (bot)2018-11-203-0/+7
* bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)Miss Islington (bot)2018-11-161-4/+4
* bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)Miss Islington (bot)2018-11-151-8/+8
* Grammar corrections in abc.rst (GH-10525)Miss Islington (bot)2018-11-141-3/+3
* Link to property built-in in abc.rst (GH-10526)Miss Islington (bot)2018-11-141-1/+1
* Fix doc typo: Window -> Windows (GH-10508)Miss Islington (bot)2018-11-141-1/+1
* Correct grammar mistake in stdtypes.rst (GH-10481)Miss Islington (bot)2018-11-121-1/+1
* Minor grammar improvement to io documentation. (GH-10329)Miss Islington (bot)2018-11-121-1/+1
* Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)Miss Islington (bot)2018-11-121-3/+8
* dict insertion order is guaranteed since 3.7 (GH-10431)Miss Islington (bot)2018-11-111-1/+1
* bpo-34864: Document two IDLE on MacOS issues. (GH-10456)Miss Islington (bot)2018-11-111-6/+17
* Correct a typo in the Unittest documentation (GH-10397)Miss Islington (bot)2018-11-091-1/+1
* Cleanup and improve the regex tokenizer example. (GH-10426) (#10427)Miss Islington (bot)2018-11-091-36/+38
* glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)Miss Islington (bot)2018-11-071-1/+1
* Correct grammar mistakes in string.rst. (GH-9752)Miss Islington (bot)2018-11-071-2/+2
* Mark len call as a code snippet in stdtypes.rst. (GH-9804)Miss Islington (bot)2018-11-071-1/+1
* bpo-33000: Document that IDLE's shell has no line limit. (GH-10373)Miss Islington (bot)2018-11-071-5/+13
* bpo-23220: Explain how IDLE's Shell displays output (GH-10356)Miss Islington (bot)2018-11-061-12/+48
* bpo-35099: Improve the doc about IDLE running user code. (GH-10350)Miss Islington (bot)2018-11-061-17/+26
* [Docs] Fix required version of an example of importlib (GH-10118)Miss Islington (bot)2018-11-051-1/+1
* [3.7] bpo-35167: Specify program for json.tool command line options. (GH-1033...Serhiy Storchaka2018-11-051-0/+3
* Include memo in the documented signature of copy.deepcopy()Miss Islington (bot)2018-11-011-3/+3
* Doc: fix asyncio loop.close() description (GH-10229)Miss Islington (bot)2018-11-011-1/+1
* bpo-35075: Fix broken url in the pprint documentation (GH-10201)Miss Islington (bot)2018-11-011-120/+141
* [3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...Serhiy Storchaka2018-10-3111-35/+35
* bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10246)matthewbelisle-wf2018-10-301-3/+15
* bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160)Miss Islington (bot)2018-10-301-1/+2
* bpo-27741: Better wording for datetime.strptime() (GH-9994)Miss Islington (bot)2018-10-291-1/+3
* bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)Miss Islington (bot)2018-10-291-1/+18
* Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)Miss Islington (bot)2018-10-281-10/+20