summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove incorrect comment from dis testsNick Coghlan2013-11-061-1/+0
* | | Close #19378: address flaws in the new dis module APIsNick Coghlan2013-11-063-105/+125
* | | Revert wrong change in previous commit (issue #19085).Serhiy Storchaka2013-11-051-1/+1
|\ \ \ | |/ /
| * | Revert wrong change in previous commit (issue #19085).Serhiy Storchaka2013-11-051-1/+1
* | | Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue...Serhiy Storchaka2013-11-051-4/+4
|\ \ \ | |/ /
| * | Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue...Serhiy Storchaka2013-11-051-4/+4
* | | Fix typo in tkinter tests (issue #19085).Serhiy Storchaka2013-11-051-1/+1
|\ \ \ | |/ /
| * | Fix typo in tkinter tests (issue #19085).Serhiy Storchaka2013-11-051-1/+1
* | | Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document...Tim Golden2013-11-051-11/+15
* | | Merge with 3.3Terry Jan Reedy2013-11-051-1/+1
|\ \ \ | |/ /
| * | Issue #19397: test_pydoc now works with -S (help not added to builtins).Terry Jan Reedy2013-11-051-1/+1
* | | asyncio: Refactor SIGCHLD handling. By Anthony Baire.Guido van Rossum2013-11-045-199/+1315
* | | asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\Guido van Rossum2013-11-042-25/+124
* | | Issue #19085: Fix running test_ttk_textonly on displayless host.Serhiy Storchaka2013-11-042-9/+16
|\ \ \ | |/ /
| * | Issue #19085: Fix running test_ttk_textonly on displayless host.Serhiy Storchaka2013-11-042-9/+16
* | | Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.Serhiy Storchaka2013-11-041-1/+13
|\ \ \ | |/ /
| * | Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.Serhiy Storchaka2013-11-041-1/+13
| * | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-0320-928/+951
* | | Fix functools.partialmethod docs and __all__Nick Coghlan2013-11-041-1/+1
* | | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-0320-977/+1017
* | | Merge #19485: clarify get_param example.R David Murray2013-11-031-1/+1
|\ \ \ | |/ /
| * | #19485: clarify get_param example.R David Murray2013-11-031-1/+1
* | | Issue #19085: Fixed pixels rounding for last Tk patchlevels.Serhiy Storchaka2013-11-031-1/+1
|\ \ \ | |/ /
| * | Issue #19085: Fixed pixels rounding for last Tk patchlevels.Serhiy Storchaka2013-11-031-1/+1
| * | Issue #10197: merge headsTim Golden2013-11-032-24/+11
| |\ \
* | \ \ Issue #10197: merge headsTim Golden2013-11-032-24/+11
|\ \ \ \
| * \ \ \ Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-032-24/+11
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-032-24/+11
* | | | | Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raisesSerhiy Storchaka2013-11-033-5/+30
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.Serhiy Storchaka2013-11-033-2/+27
* | | | | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-032-1/+13
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-032-1/+13
| |/ /
* | | Close #19403: make contextlib.redirect_stdout reentrantNick Coghlan2013-11-032-15/+21
* | | Close #19439: execute embedding tests on WindowsNick Coghlan2013-11-031-32/+46
* | | Issue #4331: Added functools.partialmethodNick Coghlan2013-11-032-2/+192
* | | Merge.Richard Oudkerk2013-11-022-1/+33
|\ \ \
| * \ \ Merge with 3.3 for Issue #19286.Jason R. Coombs2013-11-022-1/+33
| |\ \ \ | | |/ /
| | * | Merge with 3.2 for Issue #19286.Jason R. Coombs2013-11-022-1/+33
| | |\ \
| | | * | Issue #19286: [distutils] Only match files in build_py.find_data_files.Jason R. Coombs2013-11-021-1/+2
| | | * | Issue #19286: Adding test demonstrating the failure when a directory is found...Jason R. Coombs2013-11-021-0/+31
| | * | | Merge headsSerhiy Storchaka2013-11-021-1/+1
| | |\ \ \
| | * | | | Issue #19085: Fixed some Tkinter tests on Windows.Serhiy Storchaka2013-11-021-7/+7
* | | | | | Issue #19478: Make choice of semaphore prefix more flexible.Richard Oudkerk2013-11-022-4/+10
|/ / / / /
* | | | | Merge.Richard Oudkerk2013-11-021-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Relax timeout test.Richard Oudkerk2013-11-021-1/+1
| |/ / /
* | | | Relax test for process return code on Windows.Richard Oudkerk2013-11-021-2/+2
* | | | Merge test_htmlparser changes from 3.3.Ezio Melotti2013-11-021-7/+1
|\ \ \ \ | |/ / /
| * | | Use unittest.main() in test_htmlparser.Ezio Melotti2013-11-021-7/+1
* | | | #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-022-7/+24
* | | | Issue #19085. Try to fix tkinter tests on Windows.Serhiy Storchaka2013-11-021-7/+7