summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #27209: Fix doctests in Doc/library/email*.rstZachary Ware2016-08-103-30/+29
* Issue #27208: Fix doctest in Doc/library/traceback.rstZachary Ware2016-08-101-4/+4
* Issue #27207: Fix doctests in Doc/whatsnew/3.2.rstZachary Ware2016-08-101-18/+31
* Issue #27206: Fix doctests in Doc/tutorial.Zachary Ware2016-08-091-0/+4
* Issue #27205: Fix doctests in Doc/library/collections.rst.Zachary Ware2016-08-091-15/+15
* Issue #27722: Fix default for touch method's 'mode' argumentZachary Ware2016-08-091-1/+1
* Issue #27204: Fix doctests in Doc/howtoZachary Ware2016-08-093-24/+29
* Correct signatures for a couple of logging handlersZachary Ware2016-08-091-2/+2
* Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-087-129/+138
* Fix use of default reST roleBerker Peksag2016-08-081-3/+3
* Issue #23322: Remove outdated reference to an example in parser docsBerker Peksag2016-08-081-7/+0
* Use asyncio.gather instead of asyncio.wait in example.Andrew Svetlov2016-08-081-1/+1
* Better docs for typing.Any by Michael Lee. Fixes issue #27688.Guido van Rossum2016-08-061-9/+71
* Issue #18548: Fix unittest.TestSuite() exampleBerker Peksag2016-08-061-2/+2
* Add typing.Generator docs, by Michael Lee.Guido van Rossum2016-08-051-0/+29
* Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
* Fix half-finished sentence.Zachary Ware2016-08-041-1/+1
* Fix indentation of versionadded directive in IPv4Address.reverse_pointer docsBerker Peksag2016-08-041-1/+1
* Indent ipaddress.ip_address() example correctlyBerker Peksag2016-08-041-7/+4
* Issue #24278: Explain how argument parsing output buffers are managedMartin Panter2016-08-031-14/+19
* Issue #23710: Update PyObject_HEAD documentationBerker Peksag2016-08-031-5/+9
* Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...Berker Peksag2016-08-031-4/+5
* [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+20
|\
| * [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+18
| |\
| | * Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+18
* | | Silence another "default role used" warning in typing.rstBerker Peksag2016-07-301-1/+1
* | | Fix whitespace.Guido van Rossum2016-07-291-1/+1
* | | Expand documentation about type aliases and NewType in the typing module.Guido van Rossum2016-07-291-1/+96
* | | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-2647-128/+329
* | | Correct typo in Windows docs.Zachary Ware2016-07-291-1/+1
* | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-286-6/+6
* | | Issue #27633: Fix usage of versionchanged directive in email.parser.rstBerker Peksag2016-07-271-1/+1
* | | 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
* | | Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-231-6/+6
* | | Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-3/+3
* | | 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
* | | Issue #26696: Document collections.abc.ByteString.Brett Cannon2016-07-151-1/+4
* | | Issue #27180: Clarify Path.rename() behavior on Unix systemsBerker Peksag2016-07-141-2/+3
* | | Issue #27455: Improve examples in tkinter documentationBerker Peksag2016-07-141-13/+13
* | | 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