summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #26823: fix traceback abbreviation docsNick Coghlan2016-08-161-3/+2
* Add docs for typing.AnyStr and typing.Text. By Michael Lee. (Merge 3.5->3.6)Guido van Rossum2016-08-151-0/+27
|\
| * Add docs for typing.AnyStr and typing.Text. By Michael Lee.Guido van Rossum2016-08-151-0/+27
* | Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-152-2/+11
* | Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka2016-08-151-8/+12
* | Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-151-0/+15
* | Issue27573 code.interact prints a message when exiting.Steven D'Aprano2016-08-141-0/+3
* | Add versionadded tag to docs for timeit.autorangeSteven D'Aprano2016-08-141-0/+2
* | Issue6422 add autorange method to timeit.TimerSteven D'Aprano2016-08-141-2/+17
* | Merge: #27753: fix typo (name->named).R David Murray2016-08-131-1/+1
|\ \ | |/
| * #27753: fix typo (name->named).R David Murray2016-08-131-1/+1
* | mergeRaymond Hettinger2016-08-131-5/+11
|\ \ | |/
| * Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...Raymond Hettinger2016-08-131-5/+11
* | Merge ISO-8859 fixes from 3.5Martin Panter2016-08-101-2/+2
|\ \ | |/
| * Correct misspellings of ISO-8859Martin Panter2016-08-101-2/+2
* | Issue #27200: Merge with 3.5Zachary Ware2016-08-101-0/+5
|\ \ | |/
| * Issue #27200: Fix doctests in Doc/library/hashlib.rstZachary Ware2016-08-101-0/+5
* | Closes #27210: Merge with 3.5Zachary Ware2016-08-103-11/+9
|\ \ | |/
| * Issue #27210: Fix doctests for a few modules.Zachary Ware2016-08-103-11/+9
* | Closes #27209: Merge with 3.5Zachary Ware2016-08-103-30/+29
|\ \ | |/
| * Issue #27209: Fix doctests in Doc/library/email*.rstZachary Ware2016-08-103-30/+29
* | 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 #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
* | 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
* | 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-061-1/+9
* | 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