Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skip multiprocessing main handling test when Python is built without threads | Christian Heimes | 2013-12-21 | 1 | -0/+2 |
| | |||||
* | Add some asyncio news for beta 2. | Guido van Rossum | 2013-12-21 | 1 | -0/+14 |
| | |||||
* | asyncio: Fix space in log message about poll time. | Guido van Rossum | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | Upgrade pip to 1.5rc2 and setuptools to 2.0.1 | Donald Stufft | 2013-12-21 | 4 | -2/+2 |
| | |||||
* | Issue #19967: Defer the formating of the traceback in asyncio.Future destructor | Victor Stinner | 2013-12-20 | 1 | -11/+14 |
| | |||||
* | Add link from email summary entry to entry in changed module section. | R David Murray | 2013-12-20 | 1 | -1/+4 |
| | |||||
* | Add links to discussion of multiprocessing spawn/forkserver feature. | R David Murray | 2013-12-20 | 2 | -9/+14 |
| | |||||
* | Tidy up ssl whatsnew references, make ssl section formatting consistent. | R David Murray | 2013-12-20 | 2 | -14/+13 |
| | | | | | Also remove some extra blank lines in the ssl doc acctions for tls1.1/1.2, and reflow a paragraph. | ||||
* | Add link from pickle protocol 4 in summary to the section about it. | R David Murray | 2013-12-20 | 1 | -1/+3 |
| | |||||
* | Include sha3 addition in hashlib section of whatsnew. | R David Murray | 2013-12-20 | 2 | -2/+10 |
| | | | | | And link to it from the summary, and link to the Hash Algorithms section of hashlib from the linked description. | ||||
* | No need for single para descriptions to have separate contributed by para. | R David Murray | 2013-12-20 | 1 | -14/+0 |
| | |||||
* | whatsnew: s/no new syntax features planned/no new syntax features added/ | R David Murray | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. | Guido van Rossum | 2013-12-20 | 2 | -2/+5 |
| | |||||
* | Fix spelling error in single dispatch whatsnew summary, and add link. | R David Murray | 2013-12-20 | 1 | -1/+4 |
| | |||||
* | Make the 'PEP 446' string link to the PEP in whatsnew new feature description. | R David Murray | 2013-12-20 | 1 | -2/+2 |
| | | | | | I also further qualified the cross reference link, since those are global names. | ||||
* | Move versionadded for tracemalloc into the standard location (right after title) | R David Murray | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | Move versionadded for ensurepip into the standard location (right after title) | R David Murray | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. | R David Murray | 2013-12-20 | 4 | -3/+4 |
| | |||||
* | Add versionadded to enum docs. | R David Murray | 2013-12-20 | 1 | -0/+2 |
| | |||||
* | Add email package to whatsnew list of significantly improved stdlib modules. | R David Murray | 2013-12-20 | 1 | -0/+3 |
| | |||||
* | Update test.outstanding_bugs.py | Zachary Ware | 2013-12-20 | 1 | -72/+2 |
|\ | |||||
| * | Update test.outstanding_bugs.py | Zachary Ware | 2013-12-20 | 1 | -72/+2 |
| | | |||||
* | | Issue #20034: Updated alias mapping to most recent locale.alias file | Serhiy Storchaka | 2013-12-20 | 2 | -11/+46 |
|\ \ | |/ | | | | | from X.org distribution using makelocalealias.py. | ||||
| * | Issue #20034: Updated alias mapping to most recent locale.alias file | Serhiy Storchaka | 2013-12-20 | 2 | -11/+46 |
| | | | | | | | | from X.org distribution using makelocalealias.py. | ||||
* | | Issue #19946: use public API for multiprocessing start methods | Nick Coghlan | 2013-12-20 | 1 | -6/+6 |
| | | | | | | | | | | | | | | This should appease the OpenIndiana buildbot. Also lengthened the worst case timeout to try to eliminate the inconsistent failure on one of the Windows 7 buildbots. | ||||
* | | asyncio: Clean up formatting. | Guido van Rossum | 2013-12-19 | 2 | -4/+4 |
| | | |||||
* | | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in | Victor Stinner | 2013-12-19 | 2 | -7/+27 |
| | | | | | | | | | | Python 3.4 to log "uncatched" exceptions, instead of the dedicated _TracebackLogger class. | ||||
* | | Shorten lines. | Guido van Rossum | 2013-12-19 | 2 | -3/+4 |
| | | |||||
* | | Null merge | Serhiy Storchaka | 2013-12-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Don't use sebTest() in tests for issue #5815. | Serhiy Storchaka | 2013-12-19 | 1 | -2/+1 |
| | | |||||
* | | Null merge with 3.3. | Zachary Ware | 2013-12-19 | 0 | -0/+0 |
|\ \ | |/ | | | | | The empty tests should be implemented on this branch. | ||||
| * | Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. | Zachary Ware | 2013-12-19 | 3 | -65/+3 |
| | | |||||
* | | Merge with 3.3 | Serhiy Storchaka | 2013-12-19 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #5815: Fixed support for locales with modifiers. Fixed support for | Serhiy Storchaka | 2013-12-19 | 3 | -43/+136 |
| | | | | | | | | locale encodings with hyphens. | ||||
* | | Issue #5815: Fixed support for locales with modifiers. Fixed support for | Serhiy Storchaka | 2013-12-19 | 2 | -43/+133 |
| | | | | | | | | locale encodings with hyphens. | ||||
* | | Fix the C definition of the sys._debugmallocstats() function: the function has | Victor Stinner | 2013-12-19 | 2 | -1/+4 |
| | | | | | | | | no parameter | ||||
* | | (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now | Victor Stinner | 2013-12-19 | 2 | -0/+9 |
|\ \ | |/ | | | | | raise a ValueError if num is negative (instead of raising a SystemError). | ||||
| * | Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a | Victor Stinner | 2013-12-19 | 2 | -0/+9 |
| | | | | | | | | ValueError if num is negative (instead of raising a SystemError). | ||||
* | | Merge heads | Victor Stinner | 2013-12-19 | 1 | -1/+2 |
|\ \ | |||||
| * | | Better assertion in PyObject_Call() to detect functions returning a result with | Victor Stinner | 2013-12-19 | 1 | -1/+2 |
| | | | | | | | | | | | | an exception set (invalid state). | ||||
* | | | (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid | Victor Stinner | 2013-12-19 | 3 | -1/+12 |
|\ \ \ | | |/ | |/| | | | | isolation level (wrong type). | ||||
| * | | Issue #20026: Fix the sqlite module to handle correctly invalid isolation level | Victor Stinner | 2013-12-19 | 3 | -1/+12 |
| | | | | | | | | | | | | (wrong type). | ||||
* | | | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and | Serhiy Storchaka | 2013-12-19 | 3 | -6/+50 |
|\ \ \ | |/ / | | / | |/ |/| | quotechar fields. Original patch by Vajrasky Kok. | ||||
| * | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and | Serhiy Storchaka | 2013-12-19 | 3 | -6/+50 |
| | | | | | | | | quotechar fields. Original patch by Vajrasky Kok. | ||||
* | | Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear | Victor Stinner | 2013-12-19 | 1 | -0/+2 |
| | | | | | | | | the exception to not call open() with an exception set. | ||||
* | | Fix os.listdir(): _Py_dup() already raises an exception on error, no need to | Victor Stinner | 2013-12-19 | 1 | -4/+2 |
| | | | | | | | | raise a new exception | ||||
* | | Issue #19946: appropriately skip new multiprocessing tests | Nick Coghlan | 2013-12-19 | 1 | -9/+5 |
| | | | | | | | | | | | | Thanks to Christian Heimes for noting the buildbot failures and to Zachary Ware for providing the patch to make the new tests play nice with both other platforms and unittest test discovery | ||||
* | | Closes #19902: Merged update from 3.3. | Vinay Sajip | 2013-12-19 | 1 | -0/+32 |
|\ \ | |/ | |||||
| * | Issue #19902: Added list of logging levels. | Vinay Sajip | 2013-12-19 | 1 | -0/+32 |
| | | |||||
* | | Remove some dead code in importlib, introduced with the PEP 451 patch. | Eric Snow | 2013-12-19 | 2 | -994/+983 |
| | | | | | | | | | | | | | | Early in the PEP 451 implementation some of the importlib loaders had their own _get_spec() methods to simplify accommodating them. However, later implementations removed the need. They simply failed to remove this code at the same time. :) |