summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.5Terry Jan Reedy2016-08-161-3/+4
|\
| * Issue #27611: Don't import volatile attribute.Terry Jan Reedy2016-08-161-3/+4
* | merge 3.5Benjamin Peterson2016-08-161-0/+2
|\ \ | |/
| * merge 3.4Benjamin Peterson2016-08-161-0/+2
| |\
| | * fail when negative values are passed to instr()Benjamin Peterson2016-08-161-0/+2
* | | Issue #27611, #24137: Only change tkinter when easily restored.Terry Jan Reedy2016-08-162-11/+13
* | | Update pydoc topics for 3.6.0a4Ned Deily2016-08-151-27/+105
* | | Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-151-0/+1
* | | Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka2016-08-151-4/+29
* | | Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-152-0/+154
* | | merge 3.5Donald Stufft2016-08-143-2/+2
|\ \ \ | |/ /
| * | merge 3.4Donald Stufft2016-08-143-2/+2
| |\ \ | | |/
| | * Update setuptools/pip to 25.2.0/8.1.2Donald Stufft2016-08-143-2/+2
* | | Issue27573 code.interact prints a message when exiting.Steven D'Aprano2016-08-142-2/+11
* | | Issue6422 add autorange method to timeit.TimerSteven D'Aprano2016-08-142-11/+52
* | | merge 3.5Benjamin Peterson2016-08-141-0/+3
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2016-08-141-0/+3
| |\ \ | | |/
| | * do not allow reading negative values with getstr()Benjamin Peterson2016-08-141-0/+3
* | | mergeRaymond Hettinger2016-08-131-6/+25
|\ \ \ | |/ /
| * | Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...Raymond Hettinger2016-08-131-6/+25
* | | Issue #24773: Skip system tests for transitions in year 2037 and later.Alexander Belopolsky2016-08-121-3/+5
* | | Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.Brett Cannon2016-08-121-0/+1
* | | Issue #26741: Merge ResourceWarning fixes from 3.5Martin Panter2016-08-122-2/+13
|\ \ \ | |/ /
| * | Issue #26741: Clean up subprocess.Popen object in test_pollMartin Panter2016-08-121-1/+2
| * | Close HTTP connections and responses in tests to avoid ResourceWarningsMartin Panter2016-08-121-1/+11
| * | Issue #27714: text_textview now passes when re-run in the same processTerry Jan Reedy2016-08-101-2/+1
* | | Issue #24773: Fix and speed-up ZoneInfoCompleteTest.Alexander Belopolsky2016-08-111-13/+13
* | | Issue #27732: Silence test_idle with dummy bell functions.Terry Jan Reedy2016-08-1110-23/+32
* | | Issue #27714: text_textview now passes when re-run in the same processTerry Jan Reedy2016-08-102-3/+3
* | | Issue #27380: For test_query on Mac, adjust one expected result.Terry Jan Reedy2016-08-101-1/+3
* | | Issue #27621: Put query response validation error messages in query boxTerry Jan Reedy2016-08-102-194/+165
* | | Merge ISO-8859 fixes from 3.5Martin Panter2016-08-103-4/+4
|\ \ \ | |/ /
| * | Correct misspellings of ISO-8859Martin Panter2016-08-103-4/+4
| * | 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
* | | | Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.Alexander Belopolsky2016-08-082-6/+13
|/ / /
* | | Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()Gregory P. Smith2016-08-072-3/+32
* | | Issue #26750: unittest.mock.create_autospec() now works properly forGregory P. Smith2016-08-072-30/+44
|\ \ \ | |/ /
| * | Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith2016-08-072-22/+48
* | | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-064-8/+21
* | | Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-062-2/+11
* | | Closes #22829: Added --prompt option to venv.Vinay Sajip2016-08-062-5/+24
* | | Closes #27650: Implemented repr methods for logging objects.Vinay Sajip2016-08-061-0/+27
* | | Add AutoEnum: automatically provides next value if missing. Issue 26988.Ethan Furman2016-08-052-14/+445
* | | Closes #20160: Merged fix from 3.5.Vinay Sajip2016-08-051-0/+35
|\ \ \ | |/ /
| * | Issue #20160: Merged fix from 3.4.Vinay Sajip2016-08-051-0/+35
| |\ \ | | |/
| | * Issue #20160: Merged fix from 3.3.Vinay Sajip2016-08-051-0/+35
| | |\