summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Closes #27208: Merge with 3.5Zachary Ware2016-08-101-4/+4
|\
| * Issue #27208: Fix doctest in Doc/library/traceback.rstZachary Ware2016-08-101-4/+4
* | Closes #27207: Merge with 3.5Zachary Ware2016-08-101-18/+31
|\ \ | |/
| * Issue #27207: Fix doctests in Doc/whatsnew/3.2.rstZachary Ware2016-08-101-18/+31
* | Closes #27206: Merge with 3.5Zachary Ware2016-08-091-0/+4
|\ \ | |/
| * Issue #27206: Fix doctests in Doc/tutorial.Zachary Ware2016-08-091-0/+4
* | Closes #27205: Merge with 3.5Zachary Ware2016-08-091-15/+15
|\ \ | |/
| * Issue #27205: Fix doctests in Doc/library/collections.rst.Zachary Ware2016-08-091-15/+15
* | Closes #27722: Merge with 3.5Zachary Ware2016-08-091-1/+1
|\ \ | |/
| * Issue #27722: Fix default for touch method's 'mode' argumentZachary Ware2016-08-091-1/+1
* | Closes #27204: Merge with 3.5Zachary Ware2016-08-093-24/+29
|\ \ | |/
| * Issue #27204: Fix doctests in Doc/howtoZachary Ware2016-08-093-24/+29
* | Merge with 3.5Zachary Ware2016-08-091-2/+2
|\ \ | |/
| * Correct signatures for a couple of logging handlersZachary Ware2016-08-091-2/+2
* | Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6)Guido van Rossum2016-08-087-129/+138
|\ \ | |/
| * Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-087-129/+138
* | Merge from 3.5Berker Peksag2016-08-081-3/+3
|\ \ | |/
| * Fix use of default reST roleBerker Peksag2016-08-081-3/+3
* | Issue #23322: Merge from 3.5Berker Peksag2016-08-081-7/+0
|\ \ | |/
| * Issue #23322: Remove outdated reference to an example in parser docsBerker Peksag2016-08-081-7/+0
* | Merge 3.5Andrew Svetlov2016-08-081-1/+1
|\ \ | |/
| * Use asyncio.gather instead of asyncio.wait in example.Andrew Svetlov2016-08-081-1/+1
* | Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()Gregory P. Smith2016-08-071-1/+5
* | Better docs for typing.Any by Michael Lee. Fixes issue #27688. (Merge 3.5->3.6)Guido van Rossum2016-08-061-9/+71
|\ \ | |/
| * Better docs for typing.Any by Michael Lee. Fixes issue #27688.Guido van Rossum2016-08-061-9/+71
* | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-2/+3
* | Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-0/+5
* | Silence warnings from 'make suspicious' to make the docs buildbot happyBerker Peksag2016-08-061-7/+9
* | Closes #22829: Added --prompt option to venv.Vinay Sajip2016-08-062-1/+17
* | Issue #18548: Merge from 3.5Berker Peksag2016-08-061-2/+2
|\ \ | |/
| * Issue #18548: Fix unittest.TestSuite() exampleBerker Peksag2016-08-061-2/+2
* | Add AutoEnum: automatically provides next value if missing. Issue 26988.Ethan Furman2016-08-051-65/+216
* | Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Bar...Ethan Furman2016-08-052-10/+37
* | Add typing.Generator docs, by Michael Lee. (Merge 3.5->3.6)Guido van Rossum2016-08-051-0/+29
|\ \ | |/
| * Add typing.Generator docs, by Michael Lee.Guido van Rossum2016-08-051-0/+29
* | Merge spelling and grammar fixes from 3.5Martin Panter2016-08-051-1/+1
|\ \ | |/
| * Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
* | Merge with 3.5Zachary Ware2016-08-041-1/+1
|\ \ | |/
| * Fix half-finished sentence.Zachary Ware2016-08-041-1/+1
* | Merge from 3.5Berker Peksag2016-08-041-1/+1
|\ \ | |/
| * Fix indentation of versionadded directive in IPv4Address.reverse_pointer docsBerker Peksag2016-08-041-1/+1
* | Merge from 3.5Berker Peksag2016-08-041-7/+4
|\ \ | |/
| * Indent ipaddress.ip_address() example correctlyBerker Peksag2016-08-041-7/+4
* | Issue #24278: Merge argument parsing docs from 3.5Martin Panter2016-08-041-14/+19
|\ \ | |/
| * Issue #24278: Explain how argument parsing output buffers are managedMartin Panter2016-08-031-14/+19
* | Issue #23710: Merge from 3.5Berker Peksag2016-08-031-5/+9
|\ \ | |/
| * Issue #23710: Update PyObject_HEAD documentationBerker Peksag2016-08-031-5/+9
* | Issue #26576: Merge from 3.5Berker Peksag2016-08-031-4/+5
|\ \ | |/
| * Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...Berker Peksag2016-08-031-4/+5
* | Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky2016-08-021-5/+12