summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Closes issue 17467. Add readline and readlines support to unittest.mock.mock_...Michael Foord2013-03-202-6/+132
* | | #17471: merge from 3.3Senthil Kumaran2013-03-191-0/+2
|\ \ \ | |/ /
| * | #17471 - merge from 3.2Senthil Kumaran2013-03-191-1/+7
| |\ \ | | |/
| | * #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Base...Senthil Kumaran2013-03-191-1/+9
* | | Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.Terry Jan Reedy2013-03-191-14/+0
* | | #17471 - merge from 3.3Senthil Kumaran2013-03-191-0/+3
|\ \ \ | |/ /
| * | #17471 - merge from 3.2Senthil Kumaran2013-03-191-0/+3
| |\ \ | | |/
| | * #17471 - Improve urllib2 test coverage. Patch contributed by Daniel WozniakSenthil Kumaran2013-03-191-0/+3
* | | Refactor test_urllib2. Include test_HTTPError_interface under MiscTestsSenthil Kumaran2013-03-191-21/+20
* | | Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-191-0/+3
|\ \ \ | |/ /
| * | Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-191-0/+3
| |\ \ | | |/
| | * #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-191-0/+2
* | | Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
|\ \ \ | |/ /
| * | Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
| |\ \ | | |/
| | * Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
| * | #17476: make allmethods actually return all methods.R David Murray2013-03-192-1/+28
| |\ \ | | |/
| | * #17476: make allmethods actually return all methods.R David Murray2013-03-192-1/+28
* | | Merge: #17476: make allmethods actually return all methods.R David Murray2013-03-192-1/+28
* | | #17464: improve pydoc test coverage.R David Murray2013-03-191-0/+25
* | | #17474 - Remove the various deprecated methods of Request class.Senthil Kumaran2013-03-192-65/+0
* | | Closes issue 16709. unittest test discovery sorts test files for consistent t...Michael Foord2013-03-192-3/+9
* | | use the HTTPS for pypi uploadBenjamin Peterson2013-03-183-7/+16
* | | #5024: whichhdr now returns the frame count for WAV files.R David Murray2013-03-182-6/+9
* | | #17460: Remove the strict argument of HTTPConnection and removing theSenthil Kumaran2013-03-181-16/+7
* | | unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-37/+45
* | | Issue #17463: Fix test discovery for test_pdb.pyAndrew Svetlov2013-03-181-4/+5
|\ \ \ | |/ /
| * | Issue #17463: Fix test discovery for test_pdb.pyAndrew Svetlov2013-03-181-4/+5
* | | (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not inst...Giampaolo Rodola'2013-03-181-4/+4
* | | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-2/+2
|\ \ \ | |/ /
| * | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-2/+2
| |\ \ | | |/
| | * #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-2/+2