summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Refactor the common code out of the posix and windows listdirGregory P. Smith2013-03-211-53/+42
* | | | Refactor the Windows specific and POSIX specific implementations ofGregory P. Smith2013-03-211-21/+44
|/ / /
* | | mergeGregory P. Smith2013-03-212-9/+6
|\ \ \ | |/ /
| * | mergeGregory P. Smith2013-03-212-9/+6
| |\ \ | | |/
| | * remove the long obsolete mention of universal newlines mode only beingGregory P. Smith2013-03-212-9/+6
* | | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-213-11/+80
|\ \ \ | |/ /
| * | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-213-11/+80
| |\ \ | | |/
| | * #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-213-3/+79
* | | Issue #16475 : Correctly handle the EOF when reading marshal streams.Kristján Valur Jónsson2013-03-202-9/+14
* | | Issue #16475: Simplify the interface to r_ref_allocate and improve comments.Kristján Valur Jónsson2013-03-201-26/+33
* | | - Merge 3.3 (.hgtouch)doko@ubuntu.com2013-03-201-0/+3
|\ \ \ | |/ /
| * | - .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_Cdoko@ubuntu.com2013-03-201-0/+3
* | | Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-2010-105/+539
* | | #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
* | | Merge usage of argument/parameter and markup fixes from 3.3.Ezio Melotti2013-03-201-4/+4
|\ \ \ | |/ /
| * | Merge usage of argument/parameter and markup fixes from 3.2.Ezio Melotti2013-03-201-4/+4
| |\ \ | | |/
| | * Fix usage of argument/parameter and markup.Ezio Melotti2013-03-201-4/+4
* | | clarifiy the documentation for issue17285. see also commitGregory P. Smith2013-03-201-1/+1
|\ \ \ | |/ /
| * | clarifiy the documentation for issue17285. see also commitGregory P. Smith2013-03-201-1/+1
* | | 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
* | | fix compiler warningBenjamin Peterson2013-03-201-1/+1
* | | Backed out changeset 521232b05b97Benjamin Peterson2013-03-203-267/+243
* | | fix compiler warningBenjamin Peterson2013-03-203-243/+267
* | | null merge.Senthil Kumaran2013-03-200-0/+0
|\ \ \ | |/ /
| * | Automated merge with file:///Users/skumaran/python/cpythonSenthil Kumaran2013-03-201-8/+8
| |\ \
* | \ \ Automated merge with ssh://hg.python.org/cpythonSenthil Kumaran2013-03-201-0/+5
|\ \ \ \
| * \ \ \ #17474 - merge from 3.3. Update default Docs with versionchanged markup on wh...Senthil Kumaran2013-03-201-0/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | #17474 - Mark the deprecated Request methods as deprecated-removed. Review by...Senthil Kumaran2013-03-201-8/+8
* | | | | Use logic operator, not bitwise operator, for conditional.R David Murray2013-03-201-1/+1
* | | | | #17485: Delete the Content-Length header if the data attribute is deleted.R David Murray2013-03-204-3/+16
* | | | | Merge with 3.3Kristján Valur Jónsson2013-03-200-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Issue #15038 : Fixing the condition broadcast and docs.Kristján Valur Jónsson2013-03-201-6/+6
| | |/ / | |/| |
* | | | Issue #15038 : Fixing the condition broadcast and docs.Kristján Valur Jónsson2013-03-201-6/+6
* | | | Issue #16475: Support object instancing, recursion and interned stringsKristján Valur Jónsson2013-03-205-32/+376
* | | | #15927: Fix cvs.reader parsing of escaped \r\n with quoting off.R David Murray2013-03-204-1/+25
| |/ / |/| |
* | | Closes issue 17467. Add readline and readlines support to unittest.mock.mock_...Michael Foord2013-03-204-8/+141
* | | #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
* | | Merge with 3.3Kristján Valur Jónsson2013-03-190-0/+0
|\ \ \ | |/ /