summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #27481: Docummented that ValueError is now raised instead of TypeErrorSerhiy Storchaka2016-07-122-6/+22
* English spelling and grammar fixesMartin Panter2016-07-114-4/+4
* #26176: fix usage of Address constructor in email examples.R David Murray2016-07-102-4/+4
* Add versionadded to PyDict_SetDefault documentationBerker Peksag2016-07-051-0/+1
* Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-011-1/+1
* Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-011-1/+1
* Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-22/+26
* Issue #27416: clarify copy docVictor Stinner2016-06-301-1/+1
* Fix issue #27402: example for typing did not type-check.Guido van Rossum2016-06-281-2/+2
* Issue #27393: Fix escaping of C:\ tooBerker Peksag2016-06-271-2/+2
* Issue #27393: Fix escaping of venv activate commands on WindowsBerker Peksag2016-06-271-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
* Issue #27378: Remove an outdated reference from regex HOWTOBerker Peksag2016-06-241-3/+1
* Issue #27304: Source code links for sub-packages in the same file.Terry Jan Reedy2016-06-233-1/+31
* alter header; '%' really throws latex through a loopBenjamin Peterson2016-06-221-2/+2
* Fix spelling errors in code commentsMartin Panter2016-06-201-1/+1
* Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-2/+2
* issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.Senthil Kumaran2016-06-181-1/+5
* Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-1814-64/+69
* Issue #27327: fix doc typo, noted by Jakub Wilk.Ned Deily2016-06-151-1/+1
* Make faq/general.rst gender-inclusive, patch by Sam Hathaway.Berker Peksag2016-06-151-1/+1
* merge with 3.4Georg Brandl2016-06-151-1/+8
|\
| * Docs: add html-stable autobuild variantGeorg Brandl2016-06-151-1/+7
* | 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 #15657: Delete incorrect statement from PyMethodDef documentationBerker Peksag2016-06-121-3/+2
* | 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
* | Fix typos and English grammar in documentation and code commentMartin Panter2016-06-121-1/+1
* | Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-124-30/+64
* | Fix typo and silence a Sphinx warning in Doc/glossary.rstBerker Peksag2016-06-111-1/+1
* | Silence 'make suspicious' warningsBerker Peksag2016-06-111-3/+3
* | 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-024-11/+8
* | Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-094-7/+63
* | asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-082-20/+0
* | asyncio: Update whatsnew/3.5.2Yury Selivanov2016-06-081-2/+7
* | Issue #27136: Update asyncio docsYury Selivanov2016-06-081-23/+24
* | Issue #23275: Backport target list assignment documentation fixesMartin Panter2016-06-081-15/+14
* | 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