summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-0321-977/+1019
* MergeTim Golden2013-11-032-2/+3
|\
| * Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object.R David Murray2013-11-032-2/+3
| |\
| | * #19411: Clarify that b2a_hex/hexlify returns a bytes object.R David Murray2013-11-032-2/+3
* | | Issue #10197: Indicate availability of subprocess.get[status]output on Window...Tim Golden2013-11-031-6/+10
|\ \ \ | |/ / |/| |
| * | Issue #10197: Indicate availability of subprocess.get[status]output on Window...Tim Golden2013-11-031-6/+10
| |/
* | 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 3.3Tim Golden2013-11-030-0/+0
|\ \ | |/
| * Issue #10197: merge headsTim Golden2013-11-033-24/+14
| |\
* | \ Issue #10197: merge headsTim Golden2013-11-033-24/+14
|\ \ \
| * \ \ Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-033-24/+14
| |\ \ \ | | | |/ | | |/|
| | * | Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-033-24/+14
* | | | Issue #19424: Fix a compiler warning on comparing signed/unsigned size_tVictor Stinner2013-11-031-1/+1
* | | | Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raisesSerhiy Storchaka2013-11-034-5/+34
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.Serhiy Storchaka2013-11-034-2/+29
* | | | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-033-1/+16
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-033-1/+16
| |/
* | Issue #19464 Null merge with 3.3Tim Golden2013-11-030-0/+0
|\ \ | |/
| * Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware.Tim Golden2013-11-031-8/+8
* | Close #19403: make contextlib.redirect_stdout reentrantNick Coghlan2013-11-034-55/+100
* | Close #19439: execute embedding tests on WindowsNick Coghlan2013-11-035-32/+250
* | Issue #4331: Added functools.partialmethodNick Coghlan2013-11-035-4/+255
* | Mercurial: ignore precompiled header files on Windows.Tim Peters2013-11-021-0/+1
* | Merge.Richard Oudkerk2013-11-023-1/+36
|\ \
| * \ Merge with 3.3 for Issue #19286.Jason R. Coombs2013-11-023-1/+36
| |\ \ | | |/
| | * Merge with 3.2 for Issue #19286.Jason R. Coombs2013-11-023-1/+36
| | |\
| | | * Update NEWS for 265d369ad3b9.Jason R. Coombs2013-11-021-0/+3
| | | * 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
* | | | Issue #19478: Make choice of semaphore prefix more flexible.Richard Oudkerk2013-11-022-4/+10
|/ / /
* | | Null mergeSerhiy Storchaka2013-11-020-0/+0
|\ \ \ | |/ /
| * | Merge headsSerhiy Storchaka2013-11-021-1/+1
| |\ \
* | \ \ Merge headsSerhiy Storchaka2013-11-021-1/+1
|\ \ \ \
| * \ \ \ Merge.Richard Oudkerk2013-11-021-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Relax timeout test.Richard Oudkerk2013-11-021-1/+1
* | | | | Null mergeSerhiy Storchaka2013-11-020-0/+0
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Issue #19085: Fixed some Tkinter tests on Windows.Serhiy Storchaka2013-11-021-7/+7
| |/ /
* | | 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-024-9/+29
* | | Issue #19085. Try to fix tkinter tests on Windows.Serhiy Storchaka2013-11-021-7/+7
* | | Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
|\ \ \ | |/ /
| * | Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
* | | Merge headsSerhiy Storchaka2013-11-0211-132/+350
|\ \ \
| * | | asyncio: Slight rearrangement of tests for server_hostname=...Guido van Rossum2013-11-011-3/+4
| * | | asyncio: Better-looking errors when ssl module cannot be imported. In part by...Guido van Rossum2013-11-013-12/+41