summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* merge 3.4Benjamin Peterson2014-05-041-18/+12
|\
| * use with blocks to make sure files are closedBenjamin Peterson2014-05-041-18/+12
| |
* | merge 3.4 (#21357)Benjamin Peterson2014-05-041-5/+75
|\ \ | |/
| * improve test coverage of filecmp (closes #21357)Benjamin Peterson2014-05-041-5/+75
| | | | | | | | Patch by Diana Clarke.
* | Closes #18604: Merge with 3.4Zachary Ware2014-05-024-29/+58
|\ \ | |/
| * Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-024-29/+58
| | | | | | | | | | | | | | | | | | test_support._is_gui_available is now defined the same way on every platform, and now includes the Windows-specific check that had been in the Windows version of _is_gui_available and the OSX-specific check that was in tkinter.test.support.check_tk_availability. Also, every platform checks whether Tk can be instantiated (if the platform-specific checks passed).
| * Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-291-0/+17
| |
* | Fix typo and tests without docstrings.Stefan Krah2014-05-011-2/+3
| |
* | Issue #21407: _decimal now supports function signatures.Stefan Krah2014-05-011-0/+138
| |
* | Issue #10650: Remove the non-standard 'watchexp' parameter from theStefan Krah2014-04-301-12/+0
| | | | | | | | | | Decimal.quantize() method in the Python version. It had never been present in the C version.
* | Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-291-0/+17
| |
* | MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea2014-04-291-4/+2
|\ \ | |/
| * Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea2014-04-291-4/+2
| |
* | Issue #21321: itertools.islice() now releases the reference to the source ↵Antoine Pitrou2014-04-291-2/+11
|\ \ | |/ | | | | | | | | iterator when the slice is exhausted. Patch by Anton Afanasyev.
| * Issue #21321: itertools.islice() now releases the reference to the source ↵Antoine Pitrou2014-04-291-2/+11
| | | | | | | | | | | | iterator when the slice is exhausted. Patch by Anton Afanasyev.
* | Fix failure in test_poplib after issue #20951.Antoine Pitrou2014-04-291-10/+5
| |
* | Issue #21057: TextIOWrapper now allows the underlying binary stream's read() ↵Antoine Pitrou2014-04-291-0/+28
| | | | | | | | | | | | or read1() method to return an arbitrary bytes-like object (such as a memoryview). Patch by Nikolaus Rath.
* | Issue #20951: SSLSocket.send() now raises either SSLWantReadError or ↵Antoine Pitrou2014-04-291-0/+30
| | | | | | | | | | | | SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. Patch by Nikolaus Rath.
* | merge headsGiampaolo Rodola'2014-04-291-0/+10
|\ \
| * | Issue #18727: improve test coverage of the csv module by testing for ↵Antoine Pitrou2014-04-281-0/+10
| | | | | | | | | | | | | | | | | | DictWriter.writerows. Patch by Muhammad Jehanzeb.
* | | fix isuse #13248: remove previously deprecated asyncore.dispatcher ↵Giampaolo Rodola'2014-04-291-17/+0
|/ / | | | | | | __getattr__ cheap inheritance hack.
* | Issue #20355: -W command line options now have higher priority than the ↵Antoine Pitrou2014-04-281-2/+14
| | | | | | | | PYTHONWARNINGS environment variable. Patch by Arfrever.
* | Issue #19940: ssl.cert_time_to_seconds() now interprets the given time ↵Antoine Pitrou2014-04-281-0/+71
| | | | | | | | | | | | string in the UTC timezone (as specified in RFC 5280), not the local timezone. Patch by Akira.
* | Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it ↵Antoine Pitrou2014-04-281-0/+20
|\ \ | |/ | | | | raises a TypeError.
| * Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it ↵Antoine Pitrou2014-04-281-0/+20
| | | | | | | | raises a TypeError.
* | Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and ↵Guido van Rossum2014-04-272-0/+14
|\ \ | |/ | | | | CoroWrapper. Upstream issue #166.
| * asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum2014-04-272-0/+14
| |
* | Backed out changeset: 17df50df62c7Tim Golden2014-04-271-36/+0
| |
* | Issue #18314 os.unlink will now remove junction points on Windows. Patch by ↵Tim Golden2014-04-271-0/+36
| | | | | | | | Kim Gräsman.
* | merge 3.4 (#19385)Benjamin Peterson2014-04-261-4/+25
|\ \ | |/
| * make operations on closed dumb databases raise a consistent exception ↵Benjamin Peterson2014-04-261-4/+25
| | | | | | | | | | | | (closes #19385) Patch by Claudiu Popa.
* | Issue #21207: Detect when the os.urandom cached fd has been closed or ↵Antoine Pitrou2014-04-261-0/+43
|\ \ | |/ | | | | replaced, and open it anew.
| * Issue #21207: Detect when the os.urandom cached fd has been closed or ↵Antoine Pitrou2014-04-261-0/+43
| | | | | | | | replaced, and open it anew.
* | do not override errors from descriptors on modulesBenjamin Peterson2014-04-241-0/+8
| |
* | Issue8297: module attribute lookup failures now include module name in error ↵Ethan Furman2014-04-242-2/+18
| | | | | | | | message.
* | Closes #21346: Merge with 3.4Zachary Ware2014-04-241-1/+1
|\ \ | |/
| * Issue #21346: Fix typo, make message consistent in test_itertools.Zachary Ware2014-04-241-1/+1
| | | | | | | | Pointed out by Brian Kearns.
* | fix the test on windows which has different return codes from killedGregory P. Smith2014-04-231-5/+10
|\ \ | |/ | | | | children.
| * fix the test on windows which has different return codes from killedGregory P. Smith2014-04-231-5/+10
| | | | | | | | children.
* | subprocess's Popen.wait() is now thread safe so that multiple threadsGregory P. Smith2014-04-231-0/+48
|\ \ | |/ | | | | | | may be calling wait() or poll() on a Popen instance at the same time without losing the Popen.returncode value. Fixes issue #21291.
| * subprocess's Popen.wait() is now thread safe so that multiple threadsGregory P. Smith2014-04-231-0/+48
| | | | | | | | | | may be calling wait() or poll() on a Popen instance at the same time without losing the Popen.returncode value. Fixes issue #21291.
* | Issue #21127: Path objects can now be instantiated from str subclass ↵Antoine Pitrou2014-04-221-0/+30
|\ \ | |/ | | | | | | | | instances (such as numpy.str_). Thanks to Antony Lee for the report and preliminary patch.
| * Issue #21127: Path objects can now be instantiated from str subclass ↵Antoine Pitrou2014-04-221-0/+30
| | | | | | | | | | | | instances (such as numpy.str_). Thanks to Antony Lee for the report and preliminary patch.
* | merge 3.4Senthil Kumaran2014-04-201-24/+41
|\ \ | |/ | | | | | | | | | | urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) facility. Provides a better way to handle file descriptor close. Address issue #15002 . Patch contributed by Christian Theune.
| * urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)Senthil Kumaran2014-04-201-24/+41
| | | | | | | | | | | | facility. Provides a better way to handle file descriptor close. Address issue #15002 . Patch contributed by Christian Theune.
* | Merge: #12220: improve minidom error when URI contains spaces.R David Murray2014-04-201-0/+4
|\ \ | |/
| * #12220: improve minidom error when URI contains spaces.R David Murray2014-04-201-0/+4
| | | | | | | | Fix by 'amathew', test by Marek Stepniowski.
* | Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica ↵Antoine Pitrou2014-04-191-6/+1
| | | | | | | | McKellar.
* | Merge from 3.4.Eric Snow2014-04-191-1/+18
|\ \ | |/
| * Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.Eric Snow2014-04-191-1/+18
| |