Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge: #19532: make compileall with no file/dir args respect -f and -q. | R David Murray | 2013-12-16 | 3 | -3/+28 |
|\ | |||||
| * | #19532: make compileall with no file/dir args respect -f and -q. | R David Murray | 2013-12-16 | 3 | -1/+28 |
| | | | | | | | | Patch by Vajrasky Kok. | ||||
* | | test_ssl: skip tests when SNI is not available | Christian Heimes | 2013-12-15 | 1 | -0/+2 |
| | | |||||
* | | test_poplib: skip stls_context test when SNI is not available | Christian Heimes | 2013-12-15 | 1 | -0/+5 |
| | | |||||
* | | Merge. | Stefan Krah | 2013-12-15 | 1 | -3/+3 |
|\ \ | |||||
| * | | Minor code clean-up. Keep the C-API all in one section. | Raymond Hettinger | 2013-12-15 | 1 | -3/+3 |
| | | | |||||
* | | | Merge from 3.3. | Stefan Krah | 2013-12-15 | 1 | -3/+4 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Issue #19986: Avoid an incorrect warning of older gcc versions. | Stefan Krah | 2013-12-15 | 1 | -3/+4 |
| | | |||||
* | | fixed test_ftplib | Christian Heimes | 2013-12-15 | 1 | -1/+1 |
| | | |||||
* | | test_imaplib: skip check_hostname test when SNI is not available | Christian Heimes | 2013-12-15 | 1 | -0/+4 |
| | | |||||
* | | test_ftplib: skip check_hostname test when SNI is not available | Christian Heimes | 2013-12-15 | 1 | -0/+4 |
| | | |||||
* | | Skip some tests that require server name indication (SNI) | Christian Heimes | 2013-12-15 | 1 | -0/+6 |
| | | |||||
* | | Import USHRT_MAX to fix failing test_devpool test | Christian Heimes | 2013-12-15 | 1 | -0/+1 |
| | | |||||
* | | Issue #19700: set __spec__ appropriately in runpy | Nick Coghlan | 2013-12-15 | 5 | -112/+276 |
| | | | | | | | | | | | | | | | | Note that __spec__.name is not currently guaranteed to be in sys.modules when the code is running, only __name__ is. The "running module is in sys.modules" invariant will be expanded to also cover __spec__.name in a subsequent patch. | ||||
* | | Null merge | Serhiy Storchaka | 2013-12-14 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. | Serhiy Storchaka | 2013-12-14 | 6 | -45/+12 |
| | | |||||
* | | Issue #19623: Fixed writing to unseekable files in the aifc module. | Serhiy Storchaka | 2013-12-14 | 5 | -40/+27 |
|\ \ | |/ | |||||
| * | Issue #19623: Fixed writing to unseekable files in the aifc module. | Serhiy Storchaka | 2013-12-14 | 6 | -62/+103 |
| | | |||||
* | | Issue #17919: Fixed integer overflow in the eventmask parameter. | Serhiy Storchaka | 2013-12-14 | 4 | -17/+50 |
|\ \ | |/ | |||||
| * | Issue #17919: Fixed integer overflow in the eventmask parameter. | Serhiy Storchaka | 2013-12-14 | 4 | -17/+50 |
| | | |||||
* | | #19970: fix additional typo in 3.4 asyncio docs. | R David Murray | 2013-12-14 | 1 | -1/+1 |
| | | |||||
* | | Issue #19972: Add rarely used freefunc. This fixes a leak if sys.exit() | Stefan Krah | 2013-12-14 | 1 | -8/+14 |
| | | | | | | | | is used in a program. | ||||
* | | Merge from 3.3. | Stefan Krah | 2013-12-14 | 1 | -9/+11 |
|\ \ | |/ | |||||
| * | Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted | Stefan Krah | 2013-12-14 | 1 | -9/+11 |
| | | | | | | | | | | by including stdint.h before mpdecimal.h. In that case the only option left is to compile with -D_STDC_LIMIT_MACROS. | ||||
* | | #19981: merge with 3.3. | Ezio Melotti | 2013-12-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. | Ezio Melotti | 2013-12-14 | 1 | -2/+2 |
| | | |||||
* | | Merge: #19970: Fix some comment typos. | R David Murray | 2013-12-14 | 3 | -4/+4 |
|\ \ | |/ | |||||
| * | #19970: Fix some comment typos. | R David Murray | 2013-12-14 | 3 | -4/+4 |
| | | | | | | | | Report and patch by Vajrasky Kok. | ||||
* | | #19975: remove unused imports from webbrowser module. | R David Murray | 2013-12-13 | 1 | -3/+0 |
| | | | | | | | | Report and patch by Claudiu Popa. | ||||
* | | Issue #19704: Port test.test_threaded_import to PEP 451 | Brett Cannon | 2013-12-13 | 1 | -6/+6 |
| | | |||||
* | | merge for issue #19963 | Brett Cannon | 2013-12-13 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | Issue #19963: Document that importlib.import_module() will import | Brett Cannon | 2013-12-13 | 2 | -2/+8 |
| | | | | | | | | parent packages automatically. | ||||
* | | Merge: #18036: update .pyc FAQ entry in light of PEP 3147. | R David Murray | 2013-12-13 | 1 | -18/+27 |
|\ \ | |/ | |||||
| * | #18036: update .pyc FAQ entry in light of PEP 3147. | R David Murray | 2013-12-13 | 1 | -18/+27 |
| | | | | | | | | Initial patch by Phil Connell. | ||||
* | | Issue #19946: Raise ImportError when the main module cannot be found | Brett Cannon | 2013-12-13 | 2 | -0/+5 |
| | | | | | | | | by multiprocessing.spawn (before it was raising an AttributeError). | ||||
* | | Issue #14432: Document the removal of the PyFrameObject.f_tstate field | Victor Stinner | 2013-12-13 | 1 | -10/+20 |
| | | |||||
* | | asyncio doc: explain where does the task come from. | Victor Stinner | 2013-12-13 | 1 | -4/+6 |
| | | |||||
* | | asyncio doc: change style of the sequence diagram to focus on the control flow | Victor Stinner | 2013-12-13 | 2 | -0/+0 |
| | | |||||
* | | (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if | Victor Stinner | 2013-12-13 | 3 | -3/+25 |
|\ \ | |/ | | | | | "%c" argument is not in range [0; 255]. | ||||
| * | Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" | Victor Stinner | 2013-12-13 | 3 | -3/+25 |
| | | | | | | | | argument is not in range [0; 255]. | ||||
* | | Issue #19787: PyThread_set_key_value() now always set the value | Victor Stinner | 2013-12-13 | 6 | -39/+24 |
| | | | | | | | | | | | | | | | | | | | | In Python 3.3, PyThread_set_key_value() did nothing if the key already exists (if the current value is a non-NULL pointer). When _PyGILState_NoteThreadState() is called twice on the same thread with a different Python thread state, it still keeps the old Python thread state to keep the old behaviour. Replacing the Python thread state with the new state introduces new bugs: see issues #10915 and #15751. | ||||
* | | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. | Serhiy Storchaka | 2013-12-13 | 3 | -7/+4 |
|\ \ | |/ | |||||
| * | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. | Serhiy Storchaka | 2013-12-13 | 3 | -7/+4 |
| | | |||||
* | | asyncio: remove references to the Tulip project, rename Tulip to asyncio. | Victor Stinner | 2013-12-13 | 4 | -3/+8 |
| | | | | | | | | Patch written by Vajrasky Kok. | ||||
* | | Backout changeset 46393019b650 | Victor Stinner | 2013-12-13 | 7 | -24/+30 |
| | | | | | | | | test_capi is failing and the fix is not trivial, I prefer to revert | ||||
* | | #19957: Simplify encode_7or8bit now that _payload is always str. | R David Murray | 2013-12-13 | 2 | -14/+12 |
| | | | | | | | | Patch by Vajrasky Kok, test enhancement by me. | ||||
* | | Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, | Victor Stinner | 2013-12-13 | 7 | -30/+24 |
| | | | | | | | | | | | | | | | | the function did nothing if the key already exists (if the current value is a non-NULL pointer). _testcapi.run_in_subinterp() now correctly sets the new Python thread state of the current thread when a subinterpreter is created. | ||||
* | | Issue #19952: test_asyncio: relax timings of Windows events, buildbots are | Victor Stinner | 2013-12-13 | 1 | -2/+2 |
| | | | | | | | | sometimes busy | ||||
* | | (Merge 3.3) Issue #14432: Fix compilation when thread support is disabled | Victor Stinner | 2013-12-13 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #14432: Fix compilation when thread support is disabled | Victor Stinner | 2013-12-13 | 1 | -0/+4 |
| | |