Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19946: Raise ImportError when the main module cannot be found | Brett Cannon | 2013-12-13 | 1 | -0/+3 |
* | (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if | Victor Stinner | 2013-12-13 | 23 | -1470/+6490 |
|\ | |||||
| * | Issue #19787: PyThread_set_key_value() now always set the value | Victor Stinner | 2013-12-13 | 1 | -0/+4 |
| * | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. | Serhiy Storchaka | 2013-12-13 | 1 | -0/+2 |
| |\ | |||||
| * | | Backout changeset 46393019b650 | Victor Stinner | 2013-12-13 | 1 | -4/+0 |
| * | | Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, | Victor Stinner | 2013-12-13 | 1 | -0/+4 |
| * | | Issue #14432: Remove the thread state field from the frame structure. Fix a | Victor Stinner | 2013-12-13 | 1 | -0/+6 |
| * | | Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python | Victor Stinner | 2013-12-13 | 1 | -0/+5 |
| * | | Issue #19828: Merge with 3.3 | Zachary Ware | 2013-12-11 | 1 | -0/+2 |
| |\ \ | |||||
| * | | | #19063: fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 1 | -0/+7 |
| * | | | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 1 | -0/+3 |
| |\ \ \ | |||||
| * | | | | Issue #18864: Add a setter for ModuleSpec.has_location. | Eric Snow | 2013-12-10 | 1 | -0/+2 |
| * | | | | Issue #18270: merge from 3.3 | Ned Deily | 2013-12-10 | 1 | -1/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Issue #19928: Implemented a test for repr() of cell objects. | Serhiy Storchaka | 2013-12-10 | 23 | -1461/+6473 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Issue #19481: print() of string subclass instance in IDLE no more hangs. | Serhiy Storchaka | 2013-12-10 | 23 | -1461/+6473 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Issue 19851: Fix a regression in reloading submodules. | Eric Snow | 2013-12-09 | 1 | -0/+2 |
| | | * | | | | | (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in functi... | Victor Stinner | 2013-12-10 | 1 | -0/+2 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Issue #15475: Add __sizeof__ implementations for itertools objects. | Serhiy Storchaka | 2013-12-09 | 1 | -0/+2 |
| | | * | | | | | | Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break | Victor Stinner | 2013-12-09 | 1 | -0/+3 |
| | | * | | | | | | (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from | Victor Stinner | 2013-12-09 | 2 | -0/+7 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Fixes issue #19929: Call os.read with 32768 within subprocess.Popen | Gregory P. Smith | 2013-12-08 | 1 | -0/+4 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and | Serhiy Storchaka | 2013-12-08 | 23 | -1461/+6466 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | - Issue #19736: Add module-level statvfs constants defined for GNU/glibc | doko | 2013-12-08 | 1 | -0/+3 |
| | | | * | | | | | | | | Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patc... | Christian Heimes | 2013-12-08 | 1 | -0/+3 |
| | | | * | | | | | | | | Issue #19926: Removed unneeded test_main from test_abstract_numbers. | Zachary Ware | 2013-12-08 | 23 | -1460/+6458 |
| | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 23 | -1458/+6456 |
| | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ | Fixes issue #19506: Use a memoryview to avoid a data copy when piping data | Gregory P. Smith | 2013-12-07 | 1 | -0/+3 |
| | | | | | |\ \ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | | | News item for issue 19876. | Guido van Rossum | 2013-12-07 | 1 | -0/+3 |
| | | | | | * | | | | | | | | | Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t | Christian Heimes | 2013-12-07 | 1 | -0/+3 |
| | | | | | * | | | | | | | | | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. | Alexandre Vassalotti | 2013-12-07 | 2 | -0/+5 |
| | | | | | * | | | | | | | | | Issue #19908: pathlib now joins relative Windows paths correctly when a drive | Serhiy Storchaka | 2013-12-06 | 1 | -0/+2 |
| | | | | | * | | | | | | | | | Issue #19881: Fix bad pickling of large bytes in cpickle. | Alexandre Vassalotti | 2013-12-05 | 1 | -0/+4 |
| | | | | | * | | | | | | | | | Issue #19296: Silence compiler warning in dbm_open. | Christian Heimes | 2013-12-06 | 1 | -0/+2 |
| | | | | | * | | | | | | | | | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ... | Antoine Pitrou | 2013-12-05 | 23 | -1458/+6435 |
| | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | * \ \ \ \ \ \ \ \ | Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. | Nadeem Vawda | 2013-12-04 | 23 | -1456/+6433 |
| | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | * | | | | | | | | | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. | Tim Peters | 2013-12-03 | 1 | -0/+4 |
| | | | | | | | * | | | | | | | | | Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket | Victor Stinner | 2013-12-04 | 1 | -0/+4 |
| | | | | | | | * | | | | | | | | | Issue #19785: smtplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | * | | | | | | | | | Issue #19783: nntplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | * | | | | | | | | | Issue #19784: poplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | * | | | | | | | | | Issue #19782: imaplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | * | | | | | | | | | Add NEWS entry for issue #19834: merge with 3.3. | Walter Doerwald | 2013-12-02 | 23 | -1456/+6417 |
| | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | * | | | | | | | | | Issue #19781: ftplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | * | | | | | | | | | Issue #19509: Add SSLContext.check_hostname to match the peer's certificate | Christian Heimes | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | * | | | | | | | | | Fixes issue #15798: subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-01 | 1 | -0/+3 |
| | | | | | | | | * | | | | | | | | | Issue #11480: Merge with 3.3. | Alexandre Vassalotti | 2013-12-01 | 23 | -1456/+6411 |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * \ \ \ \ \ \ \ \ | Undo supposed fix for Issue #15798 until I understand why this is | Gregory P. Smith | 2013-12-01 | 23 | -1456/+6411 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * \ \ \ \ \ \ \ \ | Fixes Issue #15798 - subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-11-30 | 23 | -1456/+6411 |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ | Issue #6477: Merge with 3.3. | Alexandre Vassalotti | 2013-11-30 | 1 | -0/+3 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ | Issue #19845: Updated the Compiling Python on Windows docs. | Zachary Ware | 2013-11-30 | 1 | -0/+2 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ |