summaryrefslogtreecommitdiffstats
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
* | Closes #21999: (Empty) merge from 3.5.Vinay Sajip2016-08-090-0/+0
|\ \ | |/
| * Closes #21999: Handled empty strings correctly when in POSIX mode.Vinay Sajip2016-08-092-1/+13
* | Issue27181 add geometric mean.Steven D'Aprano2016-08-092-0/+552
* | Tighten up test of harmonic mean on a single value.Steven D'Aprano2016-08-091-4/+1
* | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-08-092-14/+211
|\ \
| * | Add harmonic mean and tests.Steven D'Aprano2016-08-092-14/+211
* | | 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
* | | Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.Alexander Belopolsky2016-08-083-11/+36
| |/ |/|
* | Issue #27702: Only expose SOCK_RAW when definedBerker Peksag2016-08-081-0/+3
* | Expose EPOLLRDHUP conditionallyBerker Peksag2016-08-081-0/+3
* | 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
* | Re-linewrap commentsRaymond Hettinger2016-08-081-13/+8
* | 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-074-4/+40
* | Issue #26750: unittest.mock.create_autospec() now works properly forGregory P. Smith2016-08-073-30/+48
|\ \ | |/
| * Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith2016-08-073-22/+51
* | 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-067-16/+34
* | Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-065-4/+48
* | 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-064-6/+41
* | Closes #27650: Implemented repr methods for logging objects.Vinay Sajip2016-08-061-0/+27
* | 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-054-79/+663
* | Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Bar...Ethan Furman2016-08-052-10/+37
* | Closes #20160: Merged fix from 3.5.Vinay Sajip2016-08-053-2/+65
|\ \ | |/
| * Issue #20160: Merged fix from 3.4.Vinay Sajip2016-08-053-2/+65
| |\
| | * Issue #20160: Merged fix from 3.3.Vinay Sajip2016-08-053-2/+65
| | |\
| | | * Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-053-2/+65