summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #17504: merge with 3.3.Ezio Melotti2013-03-241-3/+0
|\
| * #17504: remove duplicated sentence. Patch by Radu Voicilas.Ezio Melotti2013-03-241-3/+0
* | Merge test_queue clean up from 3.3.Ezio Melotti2013-03-231-1/+4
|\ \ | |/
| * Merge test_queue clean up from 3.2.Ezio Melotti2013-03-231-1/+4
| |\
| | * Clean up references to threads in test_queue.Ezio Melotti2013-03-231-1/+4
* | | Issue #17150: pprint now uses line continuations to wrap long string literals.Antoine Pitrou2013-03-232-5/+72
* | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-232-9/+37
|\ \ \ | |/ /
| * | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-232-9/+37
| |\ \ | | |/
| | * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-232-9/+31
* | | #17510: avoid using deprecated assertEquals method in test_program. Patch by...Ezio Melotti2013-03-231-2/+2
* | | #17479: merge with 3.3.Ezio Melotti2013-03-231-3/+4
|\ \ \ | |/ /
| * | #17479: test_io now works with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-03-231-3/+4
| * | Backport improved dict comparison logicRaymond Hettinger2013-03-231-2/+1
* | | Closes #17521: Merged fix from 3.3.Vinay Sajip2013-03-232-4/+34
|\ \ \ | |/ /
| * | Issue #17521: Merged fix from 3.2.Vinay Sajip2013-03-232-4/+34
| |\ \ | | |/
| | * Issue #17521: Corrected non-enabling of logger following two calls to fileCon...Vinay Sajip2013-03-232-4/+34
* | | Closes #17508: Merged fix from 3.3.Vinay Sajip2013-03-222-6/+61
|\ \ \ | |/ /
| * | Issue #17508: Merged fix from 3.2.Vinay Sajip2013-03-222-6/+61
| |\ \ | | |/
| | * Issue #17508: Handled out-of-order handler configuration correctly.Vinay Sajip2013-03-222-6/+60
* | | copy 2.7 magic numbers for historical interestBenjamin Peterson2013-03-221-0/+6
* | | #17472: add tests for a couple of untested methods in urllib.urlparse.R David Murray2013-03-221-0/+8
* | | test_ast: pass the filename to ast.parse()Victor Stinner2013-03-211-1/+1
* | | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-215-13/+13
|\ \ \ | |/ /
| * | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-215-11/+14
| |\ \ | | |/
| | * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-215-11/+14
* | | Merge: #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
|\ \ \ | |/ /
| * | #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
* | | Fix importRaymond Hettinger2013-03-211-2/+1
* | | Merge: #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
|\ \ \ | |/ /
| * | Merge: #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
| |\ \ | | |/
| | * #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
* | | Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
|\ \ \ | |/ /
| * | Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
| |\ \ | | |/
| | * #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
* | | mergeGregory P. Smith2013-03-211-4/+3
|\ \ \ | |/ /
| * | mergeGregory P. Smith2013-03-211-4/+3
| |\ \ | | |/
| | * remove the long obsolete mention of universal newlines mode only beingGregory P. Smith2013-03-211-4/+3
* | | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-212-11/+76
|\ \ \ | |/ /
| * | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-212-11/+76
| |\ \ | | |/
| | * #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-212-3/+75
* | | Issue #16475 : Correctly handle the EOF when reading marshal streams.Kristján Valur Jónsson2013-03-201-0/+5
* | | Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-208-105/+443
* | | #17493: merge with 3.3.Ezio Melotti2013-03-201-11/+9
|\ \ \ | |/ /
| * | #17493: merge with 3.2.Ezio Melotti2013-03-201-11/+9
| |\ \ | | |/
| | * #17493: re-enable a test on Windows. Patch by Zachary Ware.Ezio Melotti2013-03-201-11/+9
* | | Use a larger amount of data for tests such as the interrupted_writeGregory P. Smith2013-03-202-5/+8
|\ \ \ | |/ /
| * | Use a larger amount of data for tests such as the interrupted_writeGregory P. Smith2013-03-202-5/+8
* | | #17485: Delete the Content-Length header if the data attribute is deleted.R David Murray2013-03-202-3/+12
* | | Issue #16475: Support object instancing, recursion and interned stringsKristján Valur Jónsson2013-03-201-1/+121
* | | #15927: Fix cvs.reader parsing of escaped \r\n with quoting off.R David Murray2013-03-201-0/+9