| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the last remaining problem with test_multibytecodec.py; | Guido van Rossum | 2007-07-09 | 1 | -6/+11 |
|
|
* | Two necessary fixes (but not enough to make tests pass): | Guido van Rossum | 2007-07-03 | 1 | -19/+6 |
|
|
* | Fix test_types.py (broken due to removal of array.array('c')). | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Remove a few unicode references accidentally merged in. | Guido van Rossum | 2007-07-03 | 1 | -6/+6 |
|
|
* | Fix test_cookie after filter() behavior change. | Guido van Rossum | 2007-07-03 | 1 | -2/+2 |
|
|
* | Fix test_struct. A bunch of array and bytes issues. | Guido van Rossum | 2007-07-03 | 1 | -6/+6 |
|
|
* | Creating an array with a bytes object as initializer | Guido van Rossum | 2007-07-03 | 2 | -0/+5 |
|
|
* | There is no longer a 'c' array typecode. | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 43 | -209/+170 |
|
|
* | Fix test_httplib. | Martin v. Löwis | 2007-06-30 | 2 | -9/+10 |
|
|
* | Merged revisions 56020-56124 via svnmerge from | Guido van Rossum | 2007-06-30 | 7 | -17/+44 |
|
|
* | Change readbuffer_encode() and charbuffer_encode() to | Walter Dörwald | 2007-06-22 | 1 | -5/+5 |
|
|
* | Open files in binary mode. | Walter Dörwald | 2007-06-20 | 1 | -2/+2 |
|
|
* | Change %c format specifier for PyArg_ParseTuple() so that it accepts | Walter Dörwald | 2007-06-20 | 1 | -0/+1 |
|
|
* | Patch by Ron Adam: Don't use u prefix in unicode error messages | Walter Dörwald | 2007-06-20 | 2 | -13/+13 |
|
|
* | "Fix" the array module test -- by ripping out the 'c' typecode. | Guido van Rossum | 2007-06-18 | 1 | -40/+2 |
|
|
* | Fix a buch of shallow test failures. | Guido van Rossum | 2007-06-18 | 3 | -35/+42 |
|
|
* | Merged revisions 55962-56019 via svnmerge from | Guido van Rossum | 2007-06-18 | 2 | -4/+7 |
|
|
* | Make sys.path and sys.argv into lists of strings. | Guido van Rossum | 2007-06-15 | 1 | -1/+1 |
|
|
* | Fix some problems introduced by the str8 repr change. | Guido van Rossum | 2007-06-15 | 2 | -2/+5 |
|
|
* | Modernize the super() call in ABCMeta.__new__() -- I had messed with | Guido van Rossum | 2007-06-14 | 1 | -1/+1 |
|
|
* | Fix some tests by deleting stuff. | Guido van Rossum | 2007-06-14 | 4 | -56/+1 |
|
|
* | Somehow this needed adding. | Guido van Rossum | 2007-06-14 | 1 | -0/+179 |
|
|
* | Reduce redundant calls to str() in _Environ class. | Guido van Rossum | 2007-06-13 | 1 | -3/+4 |
|
|
* | Following an idea by Ron Adam, make sure keys and values in the | Guido van Rossum | 2007-06-13 | 2 | -7/+14 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 104 | -647/+2185 |
|
|
* | Make test_tmpfile() pass. (And hence test_os.py as a whole passes.) | Guido van Rossum | 2007-06-13 | 1 | -2/+2 |
|
|
* | Fix bz2_test.py by removing the tests for universal newline mode. | Guido van Rossum | 2007-06-13 | 1 | -26/+0 |
|
|
* | unicode is named str now => fix type check. | Walter Dörwald | 2007-06-12 | 1 | -1/+1 |
|
|
* | Fix test_shlex: Use io.StringIO. | Walter Dörwald | 2007-06-12 | 1 | -7/+2 |
|
|
* | Rip out all codecs that can't work in a unicode/bytes world: | Walter Dörwald | 2007-06-12 | 10 | -686/+5 |
|
|
* | Duh. Delete the outdated comment too. | Guido van Rossum | 2007-06-12 | 1 | -7/+0 |
|
|
* | Seems this test is just fine. It fails because __phello__.spam | Guido van Rossum | 2007-06-12 | 1 | -2/+0 |
|
|
* | Some quick fixes of code that was sorting dict.keys() etc. | Guido van Rossum | 2007-06-12 | 1 | -6/+3 |
|
|
* | Simplify various spots where: str() is called on something | Walter Dörwald | 2007-06-11 | 9 | -89/+48 |
|
|
* | Check unicode identifier directly instead of converting | Walter Dörwald | 2007-06-11 | 1 | -0/+7 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 3 | -7/+9 |
|
|
* | Adapt to new exception message. | Walter Dörwald | 2007-06-09 | 1 | -6/+6 |
|
|
* | Fix Cookie.py: Fix example in the docstring (encoded SerialCookies contain | Walter Dörwald | 2007-06-08 | 1 | -12/+10 |
|
|
* | Rename checks for test_support.have_unicode (we always | Walter Dörwald | 2007-06-08 | 7 | -112/+62 |
|
|
* | Fix chr() test (1000000 was accepted on a UCS4 build). | Walter Dörwald | 2007-06-08 | 1 | -1/+1 |
|
|
* | Make test_socket work. | Guido van Rossum | 2007-06-08 | 1 | -7/+13 |
|
|
* | Just enoug fixes so that test_mailbox fails instead of loops forever. | Guido van Rossum | 2007-06-07 | 1 | -19/+23 |
|
|
* | Accellerate binary readline() a bit. | Guido van Rossum | 2007-06-07 | 2 | -8/+26 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 39 | -200/+160 |
|
|
* | Fix pdb help command. | Alexandre Vassalotti | 2007-06-07 | 1 | -2/+3 |
|
|
* | The bufsize argument to Popen() should accept None meaning the default (0). | Guido van Rossum | 2007-06-07 | 2 | -0/+10 |
|
|
* | Change normalize_encodings() to avoid using .translate() or depending on | Guido van Rossum | 2007-06-07 | 1 | -14/+11 |
|
|
* | Fix libc_ver(): libc_ver() was reading sys.executable | Walter Dörwald | 2007-06-07 | 1 | -2/+2 |
|
|
* | Fix test_str.py so that it tests the str8 class. | Walter Dörwald | 2007-06-07 | 2 | -2/+2 |
|
|