summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-186-18/+22
* Issue #27327: fix doc typo, noted by Jakub Wilk.Ned Deily2016-06-151-1/+1
* Issue #27311: Fix ZipFile.writestr data argument name.Martin Panter2016-06-151-2/+2
* Delete outdated paragraph about OptimizedUnicode againBerker Peksag2016-06-141-4/+0
* Issue #16182: set_pre_input_hook() may not exist; document, and update testMartin Panter2016-06-141-2/+5
* Issue #27306: Fix typo in tarfile documentationBerker Peksag2016-06-131-7/+7
* Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-121-18/+19
* Use exc role for ValueError in multiprocessing.rstBerker Peksag2016-06-121-1/+1
* Issue #27221: Delete an outdated paragraph about pickle support of ProcessBerker Peksag2016-06-121-6/+1
* Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-121-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-11221-134/+531
* Issue #27280: Fix typo in IPv6Network documentationBerker Peksag2016-06-101-1/+1
* Issue #24617: Add comment for os.mkdir about mode quirksTommy Beadle2016-06-021-4/+10
* Issue #8491: Add link to Gnu Readline configuration documentationMartin Panter2016-06-101-0/+7
* [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-022-3/+4
* asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-081-16/+0
* Issue #27136: Update asyncio docsYury Selivanov2016-06-081-23/+24
* Issue #21593: Clarify that re.search() returns the first matchBerker Peksag2016-06-081-2/+2
* Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-081-1/+3
* os.urandom() doesn't block on Linux anymoreVictor Stinner2016-06-071-3/+10
* Issue #26014: Update 3.x packaging documentation:Ned Deily2016-06-061-1/+1
* Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-051-0/+3
* Issue #19234: Documents socket.fileno() returns -1 on failureKushal Das2016-06-041-3/+2
* Issue 27216: Fix typo (noticed by Alex Chan).Ned Deily2016-06-041-1/+1
* Fix typos in code comment and documentationMartin Panter2016-06-043-3/+3
* #22797: clarify when URLErrors are raised by urlopen.R David Murray2016-06-031-1/+1
* issue27113 - Document "check_same_thread" parameter in sqlite3.connect api.Senthil Kumaran2016-06-031-0/+5
* issue8519 - Reference termios and ioctl manual pages in the library documenta...Senthil Kumaran2016-06-032-5/+7
* Document that CalledProcessError.returncode is the negativeGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-1/+2
* #26829: Clarify that namespace is copied to a new __dict__ in instance creation.R David Murray2016-06-031-2/+3
* Issue #16192: Fix copy and paste mistake noticed by Eryk SunBerker Peksag2016-06-021-3/+3
* #13784: fix xml.sax.reader getColumn/LineNumber docs.R David Murray2016-06-021-2/+2
* Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentationBerker Peksag2016-06-021-5/+4
* Issue #12243: Remove redundant availability notes from getpass docsBerker Peksag2016-06-021-3/+1
* Issue #25570: Add example of customizing User-Agent via add_header()Martin Panter2016-06-011-1/+6
* Fix typoZachary Ware2016-06-011-1/+1
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-303-4/+4
* issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other...Senthil Kumaran2016-05-301-2/+6
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-295-5/+6
* Issue #27124: Fix documentation of exception raised by a2b_hex()Martin Panter2016-05-291-2/+2
* Issue #27147: Mention PEP 420 in the importlib docs.Eric Snow2016-05-281-0/+3
* Issue 25926: Clarify that the pure python equivalents are only approximate.Raymond Hettinger2016-05-281-19/+21
* Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URLMartin Panter2016-05-286-13/+13
* Issue #20699: Document that “io” methods accept bytes-like objectsMartin Panter2016-05-281-16/+27
* Issue #5784: wbits=0 apparently added in zlib v1.2.3.5Martin Panter2016-05-271-0/+1
* Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-271-14/+48
* Issue #27075: Link to StreamReader and StreamWriter docsBerker Peksag2016-05-211-4/+4
* Back out pathlib.Path.path attr. (Merge 3.4->3.5)Guido van Rossum2016-05-191-22/+0
|\
| * Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.Guido van Rossum2016-05-191-18/+0
* | Issue #27036: Fixed formatting references to "bytes-like object" in plural.Serhiy Storchaka2016-05-186-6/+6