Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize BaseSelector.modify(). Patch by Arnaud Faure. | Guido van Rossum | 2013-11-07 | 2 | -3/+16 |
| | |||||
* | #19480: merge with 3.3. | Ezio Melotti | 2013-11-07 | 2 | -13/+25 |
|\ | |||||
| * | #19480: HTMLParser now accepts all valid start-tag names as defined by the ↵ | Ezio Melotti | 2013-11-07 | 2 | -13/+25 |
| | | | | | | | | HTML5 standard. | ||||
* | | asyncio: Add close() back to Unix selector event loop, to remove all signal ↵ | Guido van Rossum | 2013-11-07 | 2 | -0/+21 |
| | | | | | | | | handlers. Should fix buildbot issues. | ||||
* | | Remove incorrect comment from dis tests | Nick Coghlan | 2013-11-06 | 1 | -1/+0 |
| | | |||||
* | | Close #19378: address flaws in the new dis module APIs | Nick Coghlan | 2013-11-06 | 3 | -105/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - confusing line_offset parameter -> first_line parameter - systematically test and fix new file parameter - remove redundant Bytecode.show_info() API - rename Bytecode.display_code() to Bytecode.dis() and have it return the multi-line string rather than printing it directly - eliminated some not-so-helpful helpers from the bytecode_helper test support module Also fixed a longstanding defect (worked around in the test suite) where lines emitted by the dis module could include trailing white space. That no longer happens, allowing the formatting tests to be simplified to use plain string comparisons. | ||||
* | | Revert wrong change in previous commit (issue #19085). | Serhiy Storchaka | 2013-11-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Revert wrong change in previous commit (issue #19085). | Serhiy Storchaka | 2013-11-05 | 1 | -1/+1 |
| | | |||||
* | | Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 ↵ | Serhiy Storchaka | 2013-11-05 | 1 | -4/+4 |
|\ \ | |/ | | | | | (issue #19085). | ||||
| * | Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 ↵ | Serhiy Storchaka | 2013-11-05 | 1 | -4/+4 |
| | | | | | | | | (issue #19085). | ||||
* | | Fix typo in tkinter tests (issue #19085). | Serhiy Storchaka | 2013-11-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo in tkinter tests (issue #19085). | Serhiy Storchaka | 2013-11-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #10197 Tweak docs for subprocess.getstatusoutput and align the ↵ | Tim Golden | 2013-11-05 | 1 | -11/+15 |
| | | | | | | | | documentation, the module docstring, and the function docstring. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-11-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #19397: test_pydoc now works with -S (help not added to builtins). | Terry Jan Reedy | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | Patch by Serhiy Storchaka and Vajrasky Kok. | ||||
* | | asyncio: Refactor SIGCHLD handling. By Anthony Baire. | Guido van Rossum | 2013-11-04 | 5 | -199/+1315 |
| | | |||||
* | | asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ | Guido van Rossum | 2013-11-04 | 2 | -25/+124 |
| | | | | | | | | n structure. | ||||
* | | Issue #19085: Fix running test_ttk_textonly on displayless host. | Serhiy Storchaka | 2013-11-04 | 2 | -9/+16 |
|\ \ | |/ | |||||
| * | Issue #19085: Fix running test_ttk_textonly on displayless host. | Serhiy Storchaka | 2013-11-04 | 2 | -9/+16 |
| | | |||||
* | | Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. | Serhiy Storchaka | 2013-11-04 | 1 | -1/+13 |
|\ \ | |/ | |||||
| * | Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. | Serhiy Storchaka | 2013-11-04 | 1 | -1/+13 |
| | | |||||
| * | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 20 | -928/+951 |
| | | |||||
* | | Fix functools.partialmethod docs and __all__ | Nick Coghlan | 2013-11-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 20 | -977/+1017 |
| | | |||||
* | | Merge #19485: clarify get_param example. | R David Murray | 2013-11-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #19485: clarify get_param example. | R David Murray | 2013-11-03 | 1 | -1/+1 |
| | | | | | | | | Patch by Vajrasky Kok. | ||||
* | | Issue #19085: Fixed pixels rounding for last Tk patchlevels. | Serhiy Storchaka | 2013-11-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #19085: Fixed pixels rounding for last Tk patchlevels. | Serhiy Storchaka | 2013-11-03 | 1 | -1/+1 |
| | | |||||
| * | Issue #10197: merge heads | Tim Golden | 2013-11-03 | 2 | -24/+11 |
| |\ | |||||
* | \ | Issue #10197: merge heads | Tim Golden | 2013-11-03 | 2 | -24/+11 |
|\ \ \ | |||||
| * \ \ | Issue #10197 Rework subprocess.get[status]output to use subprocess ↵ | Tim Golden | 2013-11-03 | 2 | -24/+11 |
| |\ \ \ | | | |/ | | |/| | | | | | functionality and thus to work on Windows. Patch by Nick Coghlan. | ||||
| | * | | Issue #10197 Rework subprocess.get[status]output to use subprocess ↵ | Tim Golden | 2013-11-03 | 2 | -24/+11 |
| | | | | | | | | | | | | | | | | functionality and thus to work on Windows. Patch by Nick Coghlan. | ||||
* | | | | Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises | Serhiy Storchaka | 2013-11-03 | 3 | -5/+30 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | TypeError instead of TclError on wrong number of arguments. Original patch by Guilherme Polo. | ||||
| * | | | Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. | Serhiy Storchaka | 2013-11-03 | 3 | -2/+27 |
| | | | | |||||
* | | | | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of | Serhiy Storchaka | 2013-11-03 | 2 | -1/+13 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | integers instead of a string. Based on patch by Guilherme Polo. | ||||
| * | | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of | Serhiy Storchaka | 2013-11-03 | 2 | -1/+13 |
| |/ | | | | | | | integers instead of a string. Based on patch by Guilherme Polo. | ||||
* | | Close #19403: make contextlib.redirect_stdout reentrant | Nick Coghlan | 2013-11-03 | 2 | -15/+21 |
| | | |||||
* | | Close #19439: execute embedding tests on Windows | Nick Coghlan | 2013-11-03 | 1 | -32/+46 |
| | | | | | | | | Patch by Zachary Ware | ||||
* | | Issue #4331: Added functools.partialmethod | Nick Coghlan | 2013-11-03 | 2 | -2/+192 |
| | | | | | | | | Initial patch by Alon Horev | ||||
* | | Merge. | Richard Oudkerk | 2013-11-02 | 2 | -1/+33 |
|\ \ | |||||
| * \ | Merge with 3.3 for Issue #19286. | Jason R. Coombs | 2013-11-02 | 2 | -1/+33 |
| |\ \ | | |/ | |||||
| | * | Merge with 3.2 for Issue #19286. | Jason R. Coombs | 2013-11-02 | 2 | -1/+33 |
| | |\ | |||||
| | | * | 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. | ||||
| | * | | Merge heads | Serhiy Storchaka | 2013-11-02 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Issue #19085: Fixed some Tkinter tests on Windows. | Serhiy Storchaka | 2013-11-02 | 1 | -7/+7 |
| | | | | | |||||
* | | | | | Issue #19478: Make choice of semaphore prefix more flexible. | Richard Oudkerk | 2013-11-02 | 2 | -4/+10 |
|/ / / / | |||||
* | | | | Merge. | Richard Oudkerk | 2013-11-02 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Relax timeout test. | Richard Oudkerk | 2013-11-02 | 1 | -1/+1 |
| |/ / | |||||
* | | | Relax test for process return code on Windows. | Richard Oudkerk | 2013-11-02 | 1 | -2/+2 |
| | | |