summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Fix trailing colon and newline in test.rst (#1250)Louie Lu2017-04-221-1/+2
* bpo-10379: Add %char examples to locale.format() docs (GH-1145)Berker Peksag2017-04-201-3/+4
* bpo-10076: Compiled regular expression and match objects now are copyable. (#...Serhiy Storchaka2017-04-161-0/+10
* bpo-29995: re.escape() now escapes only special characters. (#1007)Serhiy Storchaka2017-04-131-3/+7
* Fix a typo in Doc/library/functions.rst (GH-1117)Joshua Diaddigo2017-04-131-1/+1
* bpo-30021: Add examples for re.escape(). (#1048)Serhiy Storchaka2017-04-131-3/+14
* bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)Marco Buttu2017-04-134-9/+25
* bpo-29791: Clarify that flush is keyword-only argument (#1093)Berker Peksag2017-04-131-1/+1
* bpo-30055: add testcleanup to leave a fresh context (#1094)Marco Buttu2017-04-131-0/+5
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)Xiang Zhang2017-04-131-179/+200
* bpo-30047: Fix a typo in Doc/library/select.rst (#1086)NAKAMURA Osamu2017-04-121-1/+1
* bpo-29506: Clarify deep copy note in copy moduleSanyam Khurana2017-04-091-2/+2
* Improvements to typing documentation (#967)Jelle Zijlstra2017-04-081-7/+43
* Fix a minor typo. (#1032)Barry Warsaw2017-04-071-1/+1
* Correct typo in configparser.rst (#1012)Alex Jordan2017-04-061-2/+2
* bpo-29962: add math.remainder (#950)Mark Dickinson2017-04-051-0/+21
* bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947)csabella2017-04-041-0/+5
* Fix misleading documentation for math.exp. (#951)Mark Dickinson2017-04-021-2/+2
* bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)Pierre Quentel2017-04-021-4/+8
* bpo-29913: deprecate compare_networks() in documentation (GH-865)s-sanjay2017-03-301-0/+3
* bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)Serhiy Storchaka2017-03-301-1/+9
* bpo-29677: DOC: clarify documentation for `round` (GH-877)csabella2017-03-291-3/+6
* bpo-10379: add 'monetary' to format_string, deprecate formatGarvit Khatri2017-03-281-6/+14
* Improve the documentation for template strings (#856)Barry Warsaw2017-03-282-15/+24
* bpo-29677: DOC: clarify documentation for `round` (#357)Gerrit Holl2017-03-271-1/+2
* bpo-29901: Improve support of path-like objects in zipapp. (#815)Serhiy Storchaka2017-03-251-4/+4
* bpo-29892: Fix wrong markup on doc-lib-functions (GH-802)NAKAMURA Osamu2017-03-251-1/+1
* bpo-28810: Document remaining bytecode changes in 3.6 (GH-651)Ivan Levkivskyi2017-03-241-2/+16
* bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)Serhiy Storchaka2017-03-241-2/+9
* doc: Fix small typos in library/multiprocessing (GH-698)Sylvain Bellemare2017-03-241-2/+2
* bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)Nathaniel J. Smith2017-03-231-0/+3
* doc: minor fix for library/profile (GH-761)INADA Naoki2017-03-221-3/+3
* fix function name in tabnanny documentation (GH-759)Jelle Zijlstra2017-03-221-4/+4
* Fix "NotImplentedError" typo in constants documentation (#692)zertrin2017-03-201-1/+1
* bpo-29856: Fix typo in curses documentation (GH-730)Mariatta2017-03-201-1/+1
* bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)Marco Buttu2017-03-181-3/+7
* bpo-16355: Clarify when inspect.getcomments() returns None (#428)Marco Buttu2017-03-171-1/+3
* bpo-29820: othergui.rst: Remove outdated information (GH-685)Marco Buttu2017-03-171-12/+6
* ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652)Jelle Zijlstra2017-03-131-1/+1
* fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653)Jelle Zijlstra2017-03-131-2/+2
* bpo-29756: Improve documentation for list methods that compare items by equal...Xiang Zhang2017-03-131-1/+1
* bpo-29746: Update marshal docs to Python 3. (#547)Serhiy Storchaka2017-03-121-11/+8
* tempfile.rst: Fix some typos (GH-610)Jelle Zijlstra2017-03-111-2/+2
* bpo-29770: remove outdated PYO related info (GH-590)Xiang Zhang2017-03-112-4/+4
* bpo-29784: Fix the reference to shutil.copy in the docs (GH-602)Mariatta2017-03-111-2/+2
* bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-250)Ivan Levkivskyi2017-03-101-31/+40
* bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239)Ivan Levkivskyi2017-03-101-4/+15
* bpo-28231: The zipfile module now accepts path-like objects for external path...Serhiy Storchaka2017-03-081-2/+22
* 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-071-0/+3