| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge 3.4 | Benjamin Peterson | 2014-05-04 | 1 | -18/+12 |
| |\ | |||||
| | * | use with blocks to make sure files are closed | Benjamin Peterson | 2014-05-04 | 1 | -18/+12 |
| | | | |||||
| * | | merge 3.4 (#21357) | Benjamin Peterson | 2014-05-04 | 1 | -5/+75 |
| |\ \ | |/ | |||||
| | * | improve test coverage of filecmp (closes #21357) | Benjamin Peterson | 2014-05-04 | 1 | -5/+75 |
| | | | | | | | | | Patch by Diana Clarke. | ||||
| * | | Closes #18604: Merge with 3.4 | Zachary Ware | 2014-05-02 | 4 | -29/+58 |
| |\ \ | |/ | |||||
| | * | Issue #18604: Consolidated checks for GUI availability. | Zachary Ware | 2014-05-02 | 4 | -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 Krah | 2014-04-29 | 1 | -0/+17 |
| | | | |||||
| * | | Fix typo and tests without docstrings. | Stefan Krah | 2014-05-01 | 1 | -2/+3 |
| | | | |||||
| * | | Issue #21407: _decimal now supports function signatures. | Stefan Krah | 2014-05-01 | 1 | -0/+138 |
| | | | |||||
| * | | Issue #10650: Remove the non-standard 'watchexp' parameter from the | Stefan Krah | 2014-04-30 | 1 | -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 Krah | 2014-04-29 | 1 | -0/+17 |
| | | | |||||
| * | | MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris | Jesus Cea | 2014-04-29 | 1 | -4/+2 |
| |\ \ | |/ | |||||
| | * | Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris | Jesus Cea | 2014-04-29 | 1 | -4/+2 |
| | | | |||||
| * | | Issue #21321: itertools.islice() now releases the reference to the source ↵ | Antoine Pitrou | 2014-04-29 | 1 | -2/+11 |
| |\ \ | |/ | | | | | | | | | iterator when the slice is exhausted. Patch by Anton Afanasyev. | ||||
| | * | Issue #21321: itertools.islice() now releases the reference to the source ↵ | Antoine Pitrou | 2014-04-29 | 1 | -2/+11 |
| | | | | | | | | | | | | | iterator when the slice is exhausted. Patch by Anton Afanasyev. | ||||
| * | | Fix failure in test_poplib after issue #20951. | Antoine Pitrou | 2014-04-29 | 1 | -10/+5 |
| | | | |||||
| * | | Issue #21057: TextIOWrapper now allows the underlying binary stream's read() ↵ | Antoine Pitrou | 2014-04-29 | 1 | -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 Pitrou | 2014-04-29 | 1 | -0/+30 |
| | | | | | | | | | | | | | SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. Patch by Nikolaus Rath. | ||||
| * | | merge heads | Giampaolo Rodola' | 2014-04-29 | 1 | -0/+10 |
| |\ \ | |||||
| | * | | Issue #18727: improve test coverage of the csv module by testing for ↵ | Antoine Pitrou | 2014-04-28 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | DictWriter.writerows. Patch by Muhammad Jehanzeb. | ||||
| * | | | fix isuse #13248: remove previously deprecated asyncore.dispatcher ↵ | Giampaolo Rodola' | 2014-04-29 | 1 | -17/+0 |
| |/ / | | | | | | | __getattr__ cheap inheritance hack. | ||||
| * | | Issue #20355: -W command line options now have higher priority than the ↵ | Antoine Pitrou | 2014-04-28 | 1 | -2/+14 |
| | | | | | | | | | PYTHONWARNINGS environment variable. Patch by Arfrever. | ||||
| * | | Issue #19940: ssl.cert_time_to_seconds() now interprets the given time ↵ | Antoine Pitrou | 2014-04-28 | 1 | -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 Pitrou | 2014-04-28 | 1 | -0/+20 |
| |\ \ | |/ | | | | | raises a TypeError. | ||||
| | * | Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it ↵ | Antoine Pitrou | 2014-04-28 | 1 | -0/+20 |
| | | | | | | | | | raises a TypeError. | ||||
| * | | Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and ↵ | Guido van Rossum | 2014-04-27 | 2 | -0/+14 |
| |\ \ | |/ | | | | | CoroWrapper. Upstream issue #166. | ||||
| | * | asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. | Guido van Rossum | 2014-04-27 | 2 | -0/+14 |
| | | | |||||
| * | | Backed out changeset: 17df50df62c7 | Tim Golden | 2014-04-27 | 1 | -36/+0 |
| | | | |||||
| * | | Issue #18314 os.unlink will now remove junction points on Windows. Patch by ↵ | Tim Golden | 2014-04-27 | 1 | -0/+36 |
| | | | | | | | | | Kim Gräsman. | ||||
| * | | merge 3.4 (#19385) | Benjamin Peterson | 2014-04-26 | 1 | -4/+25 |
| |\ \ | |/ | |||||
| | * | make operations on closed dumb databases raise a consistent exception ↵ | Benjamin Peterson | 2014-04-26 | 1 | -4/+25 |
| | | | | | | | | | | | | | (closes #19385) Patch by Claudiu Popa. | ||||
| * | | Issue #21207: Detect when the os.urandom cached fd has been closed or ↵ | Antoine Pitrou | 2014-04-26 | 1 | -0/+43 |
| |\ \ | |/ | | | | | replaced, and open it anew. | ||||
| | * | Issue #21207: Detect when the os.urandom cached fd has been closed or ↵ | Antoine Pitrou | 2014-04-26 | 1 | -0/+43 |
| | | | | | | | | | replaced, and open it anew. | ||||
| * | | do not override errors from descriptors on modules | Benjamin Peterson | 2014-04-24 | 1 | -0/+8 |
| | | | |||||
| * | | Issue8297: module attribute lookup failures now include module name in error ↵ | Ethan Furman | 2014-04-24 | 2 | -2/+18 |
| | | | | | | | | | message. | ||||
| * | | Closes #21346: Merge with 3.4 | Zachary Ware | 2014-04-24 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #21346: Fix typo, make message consistent in test_itertools. | Zachary Ware | 2014-04-24 | 1 | -1/+1 |
| | | | | | | | | | Pointed out by Brian Kearns. | ||||
| * | | fix the test on windows which has different return codes from killed | Gregory P. Smith | 2014-04-23 | 1 | -5/+10 |
| |\ \ | |/ | | | | | children. | ||||
| | * | fix the test on windows which has different return codes from killed | Gregory P. Smith | 2014-04-23 | 1 | -5/+10 |
| | | | | | | | | | children. | ||||
| * | | subprocess's Popen.wait() is now thread safe so that multiple threads | Gregory P. Smith | 2014-04-23 | 1 | -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 threads | Gregory P. Smith | 2014-04-23 | 1 | -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 Pitrou | 2014-04-22 | 1 | -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 Pitrou | 2014-04-22 | 1 | -0/+30 |
| | | | | | | | | | | | | | instances (such as numpy.str_). Thanks to Antony Lee for the report and preliminary patch. | ||||
| * | | merge 3.4 | Senthil Kumaran | 2014-04-20 | 1 | -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 Kumaran | 2014-04-20 | 1 | -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 Murray | 2014-04-20 | 1 | -0/+4 |
| |\ \ | |/ | |||||
| | * | #12220: improve minidom error when URI contains spaces. | R David Murray | 2014-04-20 | 1 | -0/+4 |
| | | | | | | | | | Fix by 'amathew', test by Marek Stepniowski. | ||||
| * | | Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica ↵ | Antoine Pitrou | 2014-04-19 | 1 | -6/+1 |
| | | | | | | | | | McKellar. | ||||
| * | | Merge from 3.4. | Eric Snow | 2014-04-19 | 1 | -1/+18 |
| |\ \ | |/ | |||||
| | * | Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. | Eric Snow | 2014-04-19 | 1 | -1/+18 |
| | | | |||||
