summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792)Zachary Ware2017-05-241-1/+2
* [3.5] bpo-30376: Update outdated WindowObject references (GH-1630) (#1747)Kushal Das2017-05-231-8/+8
* [3.5] bpo-21056: Document return type of next method of csv reader (GH-146) (...Mariatta2017-05-231-2/+4
* [3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)delirious-lettuce2017-05-2210-14/+14
* [3.5] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (GH-1615)Serhiy Storchaka2017-05-164-4/+4
* bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1597)Senthil Kumaran2017-05-161-0/+6
* bpo-30358: Document sort argument of profile.runctx() (GH-1566)Berker Peksag2017-05-141-2/+2
* [3.5] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#...Mariatta2017-05-131-43/+43
* bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)Victor Stinner2017-05-051-1/+0
* [3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)Mariatta2017-05-045-21/+21
* [3.5] Fix typo in selectors.rst (GH-1383) (#1415)Mariatta2017-05-031-1/+1
* [3.5] bpo-30208: DOC: fix small typos in IDLE (#1357)csabella2017-04-301-8/+8
* [3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1304)Dong-hee Na2017-04-261-7/+0
* bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)Berker Peksag2017-04-261-2/+7
* bpo-28698: Fix c_wchar_p doc example (GH-1160)Louie Lu2017-04-261-5/+9
* [3.5] Fix trailing colon and newline in test.rst (GH-1250) (#1255)Louie Lu2017-04-221-1/+2
* [3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124)Mariatta2017-04-131-1/+1
* bpo-30021: Add examples for re.escape(). (#1048) (#1116)Serhiy Storchaka2017-04-131-3/+14
* bpo-29791: Clarify that flush is keyword-only argument (GH-1093)Berker Peksag2017-04-131-1/+1
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)...Xiang Zhang2017-04-131-179/+200
* [3.5] Correct typo in configparser.rst (GH-1012) (GH-1027)Mariatta2017-04-091-2/+2
* bpo-29506: Clarify deep copy note in copy moduleNick Coghlan2017-04-091-2/+2
* Fix a minor typo. (#1032) (#1036)Barry Warsaw2017-04-071-1/+1
* bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#986)Senthil Kumaran2017-04-041-0/+5
* bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-893)Mariatta2017-03-301-3/+6
* bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-863)Mariatta2017-03-281-1/+2
* doc: minor fix for library/profile (GH-767)INADA Naoki2017-03-221-3/+3
* fix function name in tabnanny documentation (GH-763)Xiang Zhang2017-03-221-4/+4
* bpo-29856: Fix typo in curses documentation (GH-730) (GH-732)Mariatta2017-03-201-1/+1
* bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#691)Berker Peksag2017-03-171-1/+3
* bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-689)Mariatta2017-03-171-12/+6
* ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-658)Xiang Zhang2017-03-131-1/+1
* 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