| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort the method lists for str8 and bytes so differences are more apparent. | Guido van Rossum | 2007-10-26 | 1 | -12/+10 |
|
|
* | Delete test_str.py. There's not much there I care about, and it is confused | Guido van Rossum | 2007-10-26 | 1 | -66/+0 |
|
|
* | Patch # 1331 by Christian Heimes. | Guido van Rossum | 2007-10-26 | 5 | -14/+19 |
|
|
* | Patch # 1302 by Christian Heimes (with some love from me :-). | Guido van Rossum | 2007-10-25 | 1 | -0/+9 |
|
|
* | Patch # 1323 by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-10-25 | 1 | -7/+6 |
|
|
* | Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), | Guido van Rossum | 2007-10-25 | 2 | -86/+1 |
|
|
* | Remove a test case which is no longer valid. | Georg Brandl | 2007-10-24 | 1 | -1/+1 |
|
|
* | Make test_locale pass by removing tests that were designed to handle | Guido van Rossum | 2007-10-24 | 1 | -39/+0 |
|
|
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 11 | -62/+67 |
|
|
* | Patch #1071: Improve unicode.translate() so that you can pass unicode | Georg Brandl | 2007-10-23 | 1 | -1/+3 |
|
|
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 6 | -187/+150 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 1 | -0/+17 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -0/+7 |
|
|
* | Patch 1280, by Alexandre Vassalotti. | Guido van Rossum | 2007-10-19 | 4 | -11/+15 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 16 | -38/+42 |
|
|
* | For PEP3137: Adds missing methods to the mutable PyBytes object (soon | Gregory P. Smith | 2007-10-16 | 2 | -10/+244 |
|
|
* | Make it possible to run this test stand-alone. | Guido van Rossum | 2007-10-15 | 1 | -0/+3 |
|
|
* | remove hotshot profiler from Py3k | Fred Drake | 2007-10-11 | 1 | -132/+0 |
|
|
* | Two changes that are definitely problem-free and avoid calling print() | Guido van Rossum | 2007-10-10 | 2 | -6/+4 |
|
|
* | Don't depend on str8.splitlines() in test_chunkcoding(). | Guido van Rossum | 2007-10-10 | 1 | -2/+8 |
|
|
* | use a reliable host | Gregory P. Smith | 2007-10-09 | 1 | -4/+1 |
|
|
* | Patch #1049 by Thomas Lee. | Guido van Rossum | 2007-10-09 | 1 | -5/+7 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 9 | -130/+20 |
|
|
* | Patch # 1145 by Thomas Lee: | Guido van Rossum | 2007-09-27 | 3 | -7/+10 |
|
|
* | Merged revisions 58211-58220 via svnmerge from | Thomas Wouters | 2007-09-20 | 1 | -0/+32 |
|
|
* | Merged revisions 58203-58210 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -0/+9 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 160 | -2642/+58688 |
|
|
* | Fix for bug 1148: str/bytes issue in httplib's _safe_read(). | Guido van Rossum | 2007-09-12 | 1 | -1/+1 |
|
|
* | Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__() | Guido van Rossum | 2007-09-11 | 1 | -0/+14 |
|
|
* | Added __format__ method to datetime.datetime, datetime.date, and datetime.time. | Eric Smith | 2007-09-11 | 1 | -0/+78 |
|
|
* | Merged revisions 58053-58090 via svnmerge from | Thomas Wouters | 2007-09-10 | 1 | -3/+6 |
|
|
* | Bug # 1125 (my code). | Guido van Rossum | 2007-09-10 | 1 | -4/+50 |
|
|
* | merge this from trunk: | Gregory P. Smith | 2007-09-09 | 1 | -9/+7 |
|
|
* | email address update | Gregory P. Smith | 2007-09-09 | 1 | -1/+1 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 5 | -30/+34 |
|
|
* | Add REPORT_NDIFF option to o test that was hard to debug recently. | Guido van Rossum | 2007-09-08 | 1 | -0/+1 |
|
|
* | Forgot to run the tests after making the places and msg argument keyword-only. | Jeffrey Yasskin | 2007-09-07 | 2 | -6/+6 |
|
|
* | Check in some documentation tweaks for PEP 3141, add some tests, and implement | Jeffrey Yasskin | 2007-09-07 | 3 | -13/+4 |
|
|
* | Add a test for fail*AlmostEqual, including the new support for complex numbers. | Jeffrey Yasskin | 2007-09-07 | 1 | -1/+22 |
|
|
* | Use an event variable to wait for the server to be ready, not time.sleep(). | Guido van Rossum | 2007-09-06 | 1 | -3/+5 |
|
|
* | Fix doctest failure introduced by r57949. | Guido van Rossum | 2007-09-05 | 1 | -1/+1 |
|
|
* | Changed some ValueError's to KeyError and IndexError. | Eric Smith | 2007-09-04 | 1 | -15/+16 |
|
|
* | Fix segfault discovered by Ron Adam. Not checking for terminating right brac... | Eric Smith | 2007-09-03 | 1 | -0/+2 |
|
|
* | Patch #1076: Use wide API for registry functions. | Martin v. Löwis | 2007-09-03 | 1 | -13/+17 |
|
|
* | Fix refleaks in test_with caused by reusing the same exception instance over ... | Collin Winter | 2007-09-01 | 1 | -2/+4 |
|
|
* | Fix refleaks exposed by test_raise. | Collin Winter | 2007-09-01 | 1 | -0/+24 |
|
|
* | Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking... | Eric Smith | 2007-09-01 | 2 | -5/+10 |
|
|
* | Restore test_email for a1. It passes completely. | Barry Warsaw | 2007-08-31 | 1 | -0/+13 |
|
|
* | string.maketrans() now produces translation tables for bytes.translate() -- w... | Georg Brandl | 2007-08-31 | 2 | -5/+5 |
|
|
* | Revert 57722. Move error dialog APIs to msvcrt instead, | Martin v. Löwis | 2007-08-31 | 1 | -2/+18 |
|
|