summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* Expand documentation about type aliases and NewType in the typing module.Guido van Rossum2016-07-291-1/+96
| | | | By Michael Lee.
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-2622-64/+166
| | | | Patch by Julien Palard.
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-284-4/+4
| | | | Based on patch by Ville Skyttä.
* Issue #27633: Fix usage of versionchanged directive in email.parser.rstBerker Peksag2016-07-271-1/+1
| | | | Patch by Florian Preinstorfer.
* Issue #26638: Don’t link 2to3 -l option to the tarfile -l optionMartin Panter2016-07-261-1/+1
|
* Issue #27601: Improve example in the "Hashing of numeric types" sectionBerker Peksag2016-07-251-11/+11
| | | | | | | * Fix return value of hash_compute() implementation * Rename variable names to hash_value to improve readability Patch by Emanuel Barry.
* Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-3/+3
| | | | Patch by Alakshendra Yadav.
* Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-191-3/+4
|
* Issue #27531: Update signature of Mock.assert_not_called methodBerker Peksag2016-07-171-1/+1
| | | | | | Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough.
* Issue #26696: Document collections.abc.ByteString.Brett Cannon2016-07-151-1/+4
| | | | Thanks to Xiang Zhang for the patch.
* Issue #27180: Clarify Path.rename() behavior on Unix systemsBerker Peksag2016-07-141-2/+3
| | | | Patch by Evelyn Mitchell.
* Issue #27455: Improve examples in tkinter documentationBerker Peksag2016-07-141-13/+13
| | | | Patch by John Hagen.
* English spelling and grammar fixesMartin Panter2016-07-114-4/+4
|
* #26176: fix usage of Address constructor in email examples.R David Murray2016-07-101-1/+1
| | | | Patch by Nathan Harold.
* Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-011-1/+1
| | | | shelve.open() documentation was updated in f351fb7ea179.
* Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-22/+26
| | | | Based on patch by Gabriel Genellina.
* Issue #27416: clarify copy docVictor Stinner2016-06-301-1/+1
| | | | Patch written by R. David Murray.
* Fix issue #27402: example for typing did not type-check.Guido van Rossum2016-06-281-2/+2
|
* Remove a stale reference to pathlib.PurePath.pathBrett Cannon2016-06-241-3/+2
|
* Issue #27381: Remove superfluous paren in zipfile documentationBerker Peksag2016-06-241-1/+1
|
* Issue #26547: Remove outdated term dictproxy from vars() documentationBerker Peksag2016-06-241-1/+1
| | | | | | | dictproxy was used in Python 2 and it was renamed to mappingproxy in Python 3.3. Patch by Julien.
* Issue #27304: Source code links for sub-packages in the same file.Terry Jan Reedy2016-06-233-1/+31
| | | | Patch by Yoni Lavi
* Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-2/+2
| | | | represented as a compination of known flags.
* issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.Senthil Kumaran2016-06-181-1/+5
| | | | Patch contributed Марк Коренберг.
* 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
| | | | Patch by John Hagen.
* Delete outdated paragraph about OptimizedUnicode againBerker Peksag2016-06-141-4/+0
| | | | | | | | | sqlite3.OptimizedUnicode is an alias for str in Python 3 and its behavior is already tested in CheckOptimizedUnicode in Lib/sqlite3/test/factory.py. sqlite3.OptimizedUnicode was undocumented in 0fc10a33eb4c and probably added back with the result of a bad merge.
* 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
| | | | Patch by Gareth Rees.
* Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-121-18/+19
| | | | | | | | | | | * Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer.
* 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
| | | | Initial patch by Jelle Zijlstra.
* Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-121-1/+1
| | | | Based on patches by Konstantin Molchanov and Neil Girdhar.
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-11221-134/+531
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #27280: Fix typo in IPv6Network documentationBerker Peksag2016-06-101-1/+1
| | | | Patch by Arthur Carcano.
* 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
| | | | | | | It will probably be added back in Python 3.6, once its compatibility issues are resolved; see [1] for more details. [1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html
* 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
| | | | Patch by Susumu Koshiba.
* os.urandom() doesn't block on Linux anymoreVictor Stinner2016-06-071-3/+10
| | | | | | Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK to fall back on reading /dev/urandom if the urandom entropy pool is not initialized yet. Patch written by Colm Buckley.
* Issue #26014: Update 3.x packaging documentation:Ned Deily2016-06-061-1/+1
| | | | | | | - "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun)
* Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-051-0/+3
| | | | | | | | | If the underlying send() method indicates a partial write, such as when the call is interrupted to handle a signal, the server would silently drop the remaining data. Also add deprecated support for SimpleHandler.stdout.write() doing partial writes.
* 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
|