Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close #19403: make contextlib.redirect_stdout reentrant | Nick Coghlan | 2013-11-03 | 4 | -55/+100 |
| | |||||
* | Close #19439: execute embedding tests on Windows | Nick Coghlan | 2013-11-03 | 5 | -32/+250 |
| | | | | Patch by Zachary Ware | ||||
* | Issue #4331: Added functools.partialmethod | Nick Coghlan | 2013-11-03 | 5 | -4/+255 |
| | | | | Initial patch by Alon Horev | ||||
* | Mercurial: ignore precompiled header files on Windows. | Tim Peters | 2013-11-02 | 1 | -0/+1 |
| | |||||
* | Merge. | Richard Oudkerk | 2013-11-02 | 3 | -1/+36 |
|\ | |||||
| * | Merge with 3.3 for Issue #19286. | Jason R. Coombs | 2013-11-02 | 3 | -1/+36 |
| |\ | |||||
| | * | Merge with 3.2 for Issue #19286. | Jason R. Coombs | 2013-11-02 | 3 | -1/+36 |
| | |\ | |||||
| | | * | Update NEWS for 265d369ad3b9. | Jason R. Coombs | 2013-11-02 | 1 | -0/+3 |
| | | | | |||||
| | | * | Issue #19286: [distutils] Only match files in build_py.find_data_files. | Jason R. Coombs | 2013-11-02 | 1 | -1/+2 |
| | | | | |||||
| | | * | Issue #19286: Adding test demonstrating the failure when a directory is ↵ | Jason R. Coombs | 2013-11-02 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | found in the package_data globs. | ||||
* | | | | Issue #19478: Make choice of semaphore prefix more flexible. | Richard Oudkerk | 2013-11-02 | 2 | -4/+10 |
|/ / / | |||||
* | | | Null merge | Serhiy Storchaka | 2013-11-02 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge heads | Serhiy Storchaka | 2013-11-02 | 1 | -1/+1 |
| |\ \ | |||||
* | \ \ | Merge heads | Serhiy Storchaka | 2013-11-02 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Merge. | Richard Oudkerk | 2013-11-02 | 1 | -1/+1 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Relax timeout test. | Richard Oudkerk | 2013-11-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Null merge | Serhiy Storchaka | 2013-11-02 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Issue #19085: Fixed some Tkinter tests on Windows. | Serhiy Storchaka | 2013-11-02 | 1 | -7/+7 |
| |/ / | |||||
* | | | Relax test for process return code on Windows. | Richard Oudkerk | 2013-11-02 | 1 | -2/+2 |
| | | | |||||
* | | | Merge test_htmlparser changes from 3.3. | Ezio Melotti | 2013-11-02 | 1 | -7/+1 |
|\ \ \ | |/ / | |||||
| * | | Use unittest.main() in test_htmlparser. | Ezio Melotti | 2013-11-02 | 1 | -7/+1 |
| | | | |||||
* | | | #15114: The html.parser module now raises a DeprecationWarning when the ↵ | Ezio Melotti | 2013-11-02 | 4 | -9/+29 |
| | | | | | | | | | | | | strict argument of HTMLParser or the HTMLParser.error method are used. | ||||
* | | | Issue #19085. Try to fix tkinter tests on Windows. | Serhiy Storchaka | 2013-11-02 | 1 | -7/+7 |
| | | | |||||
* | | | Issue #10734: Fix and re-enable test_ttk test_heading_callback. | Serhiy Storchaka | 2013-11-02 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #10734: Fix and re-enable test_ttk test_heading_callback. | Serhiy Storchaka | 2013-11-02 | 1 | -3/+1 |
| | | | |||||
* | | | Merge heads | Serhiy Storchaka | 2013-11-02 | 11 | -132/+350 |
|\ \ \ | |||||
| * | | | asyncio: Slight rearrangement of tests for server_hostname=... | Guido van Rossum | 2013-11-01 | 1 | -3/+4 |
| | | | | |||||
| * | | | asyncio: Better-looking errors when ssl module cannot be imported. In part ↵ | Guido van Rossum | 2013-11-01 | 3 | -12/+41 |
| | | | | | | | | | | | | | | | | by Arnaud Faure. | ||||
| * | | | asyncio: Various style nits. | Guido van Rossum | 2013-11-01 | 6 | -23/+48 |
| | | | | |||||
| * | | | asyncio: Log a warning when eof_received() returns true and using ssl. | Guido van Rossum | 2013-11-01 | 1 | -1/+4 |
| | | | | |||||
| * | | | asyncio: Document EventLoop.close(). | Guido van Rossum | 2013-11-01 | 3 | -0/+20 |
| | | | | |||||
| * | | | asyncio: Refactor ssl transport ready loop (Nikolay Kim). | Guido van Rossum | 2013-11-01 | 2 | -92/+136 |
| | | | | |||||
| * | | | asyncio: Add server_hostname as create_connection() argument, with secure ↵ | Guido van Rossum | 2013-11-01 | 4 | -5/+78 |
| | | | | | | | | | | | | | | | | default. | ||||
| * | | | asyncio: Fold some long lines. | Guido van Rossum | 2013-11-01 | 2 | -3/+5 |
| | | | | |||||
| * | | | asyncio: Pause accepting whenever accept() returns certain errors. Fixes ↵ | Guido van Rossum | 2013-11-01 | 3 | -9/+30 |
| | | | | | | | | | | | | | | | | asyncio issue #78. | ||||
* | | | | Issue #19085: Added basic tests for all tkinter widget options. | Serhiy Storchaka | 2013-11-02 | 5 | -25/+1919 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Issue #19085: Added basic tests for all tkinter widget options. | Serhiy Storchaka | 2013-11-02 | 5 | -25/+1922 |
| | | | |||||
* | | | Abstract out stat calls in importlib for easier experimentation. | Brett Cannon | 2013-11-01 | 2 | -2738/+2762 |
| | | | |||||
* | | | Issue #19410: Put back in special-casing of '' for | Brett Cannon | 2013-11-01 | 5 | -800/+797 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | importlib.machinery.FileFinder. While originally moved to stop special-casing '' as PathFinder farther up the typical call chain now uses the cwd in the instance of '', it was deemed an unnecessary risk to breaking subclasses of FileFinder to take the special-casing out. | ||||
* | | | Silence a compiler warning about an unused function | Brett Cannon | 2013-11-01 | 1 | -28/+28 |
| | | | |||||
* | | | Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. | Tim Golden | 2013-11-01 | 1 | -8/+8 |
| | | | |||||
* | | | Issue #19413: Disregard duplicate namespace portions during reload tests. | Eric Snow | 2013-11-01 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. | Eric Snow | 2013-11-01 | 5 | -507/+642 |
| | | | |||||
* | | | Close #19442: warn_explicit() does nothing when called late during Python ↵ | Victor Stinner | 2013-10-31 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | shutdown After more tests, I now think that it is the safest option. | ||||
* | | | Closes #19349: Merged fix from 3.3. | Vinay Sajip | 2013-10-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #19349: Corrected error message. | Vinay Sajip | 2013-10-31 | 1 | -1/+1 |
| | | | |||||
* | | | Close resources owned by subclass before calling super().close(). | Guido van Rossum | 2013-10-31 | 1 | -2/+2 |
| | | | |||||
* | | | Null merge | Tim Golden | 2013-10-31 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #19418 Fix some warnings on Win64 | Tim Golden | 2013-10-31 | 1 | -2/+5 |
| | | | |||||
* | | | Issue #19437: Cleanup r_ref() of the marshal module | Victor Stinner | 2013-10-31 | 1 | -5/+6 |
| | | |