| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor to avoid ultra-deeply-nested code. | Guido van Rossum | 2007-05-23 | 1 | -36/+53 |
|
|
* | Fix datetime and its test. | Guido van Rossum | 2007-05-23 | 1 | -8/+21 |
|
|
* | Make gdbm and dumbdbm use byte strings. Updated their tests. | Guido van Rossum | 2007-05-23 | 1 | -10/+14 |
|
|
* | Simplify append_keyword_tzinfo() by using | Walter Dörwald | 2007-05-23 | 1 | -10/+2 |
|
|
* | bz2 uses bytes everywhere (even for the 'newlines' attribute). | Guido van Rossum | 2007-05-22 | 1 | -66/+102 |
|
|
* | zlib now uses bytes everywhere, and the test passes. | Guido van Rossum | 2007-05-22 | 1 | -36/+62 |
|
|
* | Make test_base64 pass. | Guido van Rossum | 2007-05-22 | 1 | -3/+3 |
|
|
* | Make binascii use byte strings everywhere (in and out). | Guido van Rossum | 2007-05-22 | 1 | -47/+71 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 9 | -1592/+41 |
|
|
* | Make test_zipfile pass. | Guido van Rossum | 2007-05-22 | 1 | -6/+36 |
|
|
* | Sockets facelift. APIs that could return binary data (e.g. aton() and | Guido van Rossum | 2007-05-21 | 1 | -156/+52 |
|
|
* | Remove unused variables. | Walter Dörwald | 2007-05-20 | 2 | -2/+1 |
|
|
* | Add a format specifier %R to PyUnicode_FromFormat(), which embeds | Walter Dörwald | 2007-05-19 | 6 | -87/+35 |
|
|
* | Make test_socket pass. There was an unchecked error when a Unicode | Guido van Rossum | 2007-05-18 | 1 | -1/+2 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 15 | -66/+102 |
|
|
* | Make all the multibyte codec tests pass. | Guido van Rossum | 2007-05-17 | 1 | -6/+19 |
|
|
* | Make test_codecs work. The CJK codecs now use bytes instead of str8 for | Guido van Rossum | 2007-05-17 | 1 | -24/+27 |
|
|
* | Allow encoding names to be unicode strings. | Guido van Rossum | 2007-05-17 | 1 | -0/+5 |
|
|
* | Merged revisions 55342-55406 via svnmerge from | Guido van Rossum | 2007-05-17 | 4 | -1070/+3 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 2 | -149/+49 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 10 | -32/+79 |
|
|
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -15/+2 |
|
|
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 15 | -19945/+19 |
|
|
* | Fix the array tests. Only a minor change to the C code was required. | Guido van Rossum | 2007-05-10 | 1 | -1/+3 |
|
|
* | Fix some miscellaneous places that incorrectly insisted on str8. | Guido van Rossum | 2007-05-10 | 3 | -27/+34 |
|
|
* | Use AsCharBuffer to get C strings out of Python strings. | Guido van Rossum | 2007-05-09 | 2 | -30/+15 |
|
|
* | Forwardport checkin: | Walter Dörwald | 2007-05-09 | 1 | -1/+1 |
|
|
* | Got test_pickletools and test_pickle working. | Guido van Rossum | 2007-05-08 | 1 | -0/+7 |
|
|
* | Checkpoint. A b it closer to working pickles and pickletools. | Guido van Rossum | 2007-05-07 | 1 | -4/+8 |
|
|
* | Fix some trivial things in cPickle due to the renaming of the string types. | Guido van Rossum | 2007-05-07 | 1 | -7/+2 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 10 | -196/+1 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -6/+5 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 24 | -240/+1032 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -6/+6 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -1185/+1 |
|
|
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 2 | -153/+50 |
|
|
* | struct.unpack() allows a bytes string too (if it has the right size). | Guido van Rossum | 2007-04-13 | 1 | -2/+6 |
|
|
* | Make a few more tests pass with the new I/O library. | Guido van Rossum | 2007-04-12 | 1 | -12/+9 |
|
|
* | Make array().tofile() work with a new I/O object. | Guido van Rossum | 2007-04-11 | 1 | -5/+29 |
|
|
* | truncate() returns the new size and position. | Guido van Rossum | 2007-04-10 | 1 | -4/+10 |
|
|
* | Implement long positioning (Unix only, probably). | Guido van Rossum | 2007-04-10 | 1 | -130/+146 |
|
|
* | Make it possible to instantiate a _FileIO() with an integer file descriptor | Guido van Rossum | 2007-04-08 | 1 | -18/+50 |
|
|
* | Somehow this contained a bogus reference to "exceptions" which caused | Guido van Rossum | 2007-04-07 | 1 | -2/+0 |
|
|
* | Address some XXXs from Neal Norwitz. | Collin Winter | 2007-03-23 | 1 | -8/+19 |
|
|
* | Remove isCallable() and sequenceIncludes() from the operator module. | Collin Winter | 2007-03-21 | 1 | -6/+0 |
|
|
* | Little fixes: | Neal Norwitz | 2007-03-21 | 1 | -8/+15 |
|
|
* | Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also... | Collin Winter | 2007-03-21 | 2 | -0/+218 |
|
|
* | Implement PEP 3115 -- new metaclass syntax and semantics. | Guido van Rossum | 2007-03-18 | 1 | -0/+4 |
|
|
* | Add a missing forward declaration for PyFileIO_Type. The _fileio module now c... | Collin Winter | 2007-03-08 | 1 | -0/+2 |
|
|
* | Check in Daniel Stutzbach's _fileio.c and test_fileio.py | Guido van Rossum | 2007-03-08 | 1 | -0/+713 |
|
|