| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. | Senthil Kumaran | 2009-07-25 | 3 | -3/+59 |
|
|
* | Specialize assertTrue checks when possible. | Alexandre Vassalotti | 2009-07-22 | 1 | -64/+61 |
|
|
* | Use assertGreater instead of assertTrue(x > y). | Alexandre Vassalotti | 2009-07-22 | 1 | -1/+1 |
|
|
* | Clean up test_curses. | Alexandre Vassalotti | 2009-07-22 | 1 | -5/+6 |
|
|
* | Issue 6542: Make sure that TestInvalidFD.test_closerange does not | R. David Murray | 2009-07-22 | 1 | -1/+12 |
|
|
* | Merged revisions 74167 via svnmerge from | Georg Brandl | 2009-07-22 | 1 | -0/+5 |
|
|
* | Merged revisions 74163 via svnmerge from | Tarek Ziadé | 2009-07-22 | 1 | -4/+5 |
|
|
* | Use unittest.SkipTest to skip tests in test_threading. | Alexandre Vassalotti | 2009-07-22 | 1 | -21/+11 |
|
|
* | Remove erroneous print statement. | Alexandre Vassalotti | 2009-07-22 | 1 | -3/+3 |
|
|
* | Only skip test_nis on Solaris. | Alexandre Vassalotti | 2009-07-22 | 1 | -1/+3 |
|
|
* | Issue #6218: Make io.BytesIO and io.StringIO picklable. | Alexandre Vassalotti | 2009-07-22 | 2 | -9/+150 |
|
|
* | Issue #6241: Better type checking for the arguments of io.StringIO. | Alexandre Vassalotti | 2009-07-22 | 2 | -1/+11 |
|
|
* | Issue #6360: Simplify string decoding in xmlrpc.client. | Alexandre Vassalotti | 2009-07-22 | 1 | -17/+4 |
|
|
* | Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. | Alexandre Vassalotti | 2009-07-22 | 1 | -0/+7 |
|
|
* | Make test_normalization verify the version of the correct test data file. | Alexandre Vassalotti | 2009-07-22 | 1 | -4/+6 |
|
|
* | Fix open_urlresource() to pass its arguments to open() when the resource is c... | Alexandre Vassalotti | 2009-07-22 | 1 | -1/+1 |
|
|
* | Merged revisions 74117,74123 via svnmerge from | Benjamin Peterson | 2009-07-21 | 3 | -2/+4 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -1/+15 |
|
|
* | Merged revisions 73683,73786 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -13/+2 |
|
|
* | Remove apparently unneeded and un-cleaned-up munging of sys.path from | R. David Murray | 2009-07-20 | 1 | -3/+0 |
|
|
* | Merged revisions 74114 via svnmerge from | Benjamin Peterson | 2009-07-20 | 18 | -140/+405 |
|
|
* | Implement the PEP 302 protocol for get_filename() as | Brett Cannon | 2009-07-20 | 4 | -22/+95 |
|
|
* | Importlib's documentation said that importlib.abc.PyLoader inherited from | Brett Cannon | 2009-07-20 | 2 | -15/+62 |
|
|
* | Remove custom test-skipping code in importlib tests for unittest code. | Brett Cannon | 2009-07-20 | 1 | -13/+14 |
|
|
* | Some tests in importlib.test.source.test_abc_loader were testing what happens | Brett Cannon | 2009-07-20 | 1 | -8/+16 |
|
|
* | Update importlib.test.source.test_abc_loader to new features added in Python ... | Brett Cannon | 2009-07-19 | 1 | -17/+19 |
|
|
* | merging revision 74100 from trunk: | Kristján Valur Jónsson | 2009-07-19 | 1 | -1/+1 |
|
|
* | porting revision 74098 from trunk: | Kristján Valur Jónsson | 2009-07-19 | 3 | -6/+25 |
|
|
* | skip test when distutils is not made for py3k | Benjamin Peterson | 2009-07-19 | 1 | -2/+2 |
|
|
* | Merged revisions 74095 via svnmerge from | Benjamin Peterson | 2009-07-19 | 13 | -928/+948 |
|
|
* | Fix for issue5102, timeout value propages between redirects, proxy, digest and | Senthil Kumaran | 2009-07-19 | 2 | -6/+10 |
|
|
* | Issue #6431: Fix Fraction comparisons to return NotImplemented when | Mark Dickinson | 2009-07-18 | 2 | -30/+158 |
|
|
* | Merged revisions 73694,73708,73738 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 2 | -2/+71 |
|
|
* | Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 1 | -1/+29 |
|
|
* | Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 ... | Alexandre Vassalotti | 2009-07-17 | 2 | -7/+6 |
|
|
* | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 7 | -16/+63 |
|
|
* | Merged revisions 74040,74042 via svnmerge from | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+14 |
|
|
* | Merged revisions 74024 via svnmerge from | Tarek Ziadé | 2009-07-16 | 6 | -113/+232 |
|
|
* | Don't check 64-bit test cases on 32-bit machine. | Alexandre Vassalotti | 2009-07-15 | 1 | -1/+15 |
|
|
* | Issue #2389: Implement a portable mechanism for pickling array objects. | Alexandre Vassalotti | 2009-07-15 | 1 | -10/+140 |
|
|
* | Merged revisions 74011 via svnmerge from | Ezio Melotti | 2009-07-15 | 1 | -127/+127 |
|
|
* | PEP-8-ify r73389. | R. David Murray | 2009-07-15 | 1 | -1/+2 |
|
|
* | Importlib was using custom code to discover all test modules in importlib.test. | Brett Cannon | 2009-07-15 | 3 | -37/+15 |
|
|
* | Oops, really pass a bytes string to the ctypes function. | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -27/+27 |
|
|
* | Merged revisions 74000-74001 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -0/+311 |
|
|
* | Issue #6314: logging: Extra checks on the "level" argument. | Vinay Sajip | 2009-07-13 | 1 | -8/+15 |
|
|
* | merging revision 73986 from trunk: | Kristján Valur Jónsson | 2009-07-12 | 1 | -4/+41 |
|
|
* | Merged revisions 73952 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-12 | 5 | -9/+9 |
|
|
* | Fixed #6438: distutils.cygwinccompiler.get_versions was trying to use a re st... | Tarek Ziadé | 2009-07-12 | 2 | -10/+13 |
|
|
* | merging revision 73932 from trunk: | Kristján Valur Jónsson | 2009-07-11 | 1 | -2/+8 |
|
|