2007-05-09 |
Guido van Rossum | Add to an XXX comment. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | Random modifications that slightly improve the chances... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | Use AsCharBuffer to get a C string out of a Python... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | Use AsCharBuffer to get C strings out of Python strings. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | The NULL pointer for empty strings turns out to be... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | Be more robust around bytes for e[st]#? formats. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | More uniform approach to getting (UTF8) bytes out of... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | Support PEP-263-style coding declarations. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | I don't know how come bytes.join() was a class method... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Walter Dörwald | Forwardport checkin: |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | Fix trivial bug in idna encoding. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Walter Dörwald | test_codeccallbacks.py passes again. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Walter Dörwald | Mention type in the exception message. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Guido van Rossum | Make test_marshal pass. Not my best work. :-( |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Guido van Rossum | Make the StringIO test pass. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Guido van Rossum | Got test_pickletools and test_pickle working. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Guido van Rossum | Given that ord() of a bytes object of length 1 is defin... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Guido van Rossum | Fix a few places where a str instead of a bytes object... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Guido van Rossum | repr(b"\0") should return b"\x00", not the (unusual... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Guido van Rossum | Kill u"..." string quotes. Thought I already did that. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Guido van Rossum | Got test_exceptions.py working. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Guido van Rossum | Get rid of 'file' built-in. Get rid of types.StringTyp... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Guido van Rossum | Merged revisions 55180-55183 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Guido van Rossum | Checkpoint. A b it closer to working pickles and pickl... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Guido van Rossum | Merged revisions 55007-55179 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Guido van Rossum | Initialized merge tracking via "svnmerge" with revision... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Guido van Rossum | Fix some trivial things in cPickle due to the renaming... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Neal Norwitz | Verify checkins to py3k branches go to 3000 list. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Walter Dörwald | Check whether the strlen() result overflows Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Walter Dörwald | Add two more space tests. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Walter Dörwald | Remove duplicate tests. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Walter Dörwald | Change PyUnicode_EncodeUTF7() to return a bytes object. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Walter Dörwald | Silence gcc warnings. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Walter Dörwald | When creating a unicode object from a char * characters |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Walter Dörwald | Fix %c overflow test. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Walter Dörwald | test_unicode.py passes again 9except for problems |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Walter Dörwald | Add PyUnicode_FromString(), which create a unicode... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | Much more pickling now works. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | Checkpoint. Make pickle.py read/write bytes. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Walter Dörwald | Change UnicodeDecodeError objects so that the 'object... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | Don't use StringType -- always test for basestring. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | Add 8-bit chr() back as chr8(). |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Walter Dörwald | Make the BOM constants in codecs.py bytes. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Walter Dörwald | Change PyUnicode_EncodeUTF16() so that it returns |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Walter Dörwald | Use basestring instead of (str, str8) to test whether |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | It's ok for __repr__ to return unicode. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | test_exceptions.py passes, except for pickling of course. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | Make test_types.py pass. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | Make all of test_bytes pass (except pickling, which... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | Add trailing null bytes to a few more places. |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | Compare and hash unicode objects like their UTF-8 repre... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Guido van Rossum | More coding by random modification. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Walter Dörwald | Temporary fix: Module names are still 8bit strings... |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Walter Dörwald | Fix various spots where int/long and str/unicode unific... |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Walter Dörwald | Fix type name (str has been renamed to str8). |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Guido van Rossum | Get rid of all #ifdef Py_USING_UNICODE (it is always... |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Guido van Rossum | Kill unichr() itself. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Guido van Rossum | Rename 'unicode' to 'str' in its tp_name field. Rename... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Guido van Rossum | Rip out all the u"..." literals and calls to unicode(). |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Guido van Rossum | Checkpoint. Manipulated things so that string literals... |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Guido van Rossum | Start working on the str/unicode unification. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Guido van Rossum | Merged revisions 53952-54987 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-04-27 |
Guido van Rossum | Fix print syntax so this runs using 3.0. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
Fred Drake | fix some markup errors |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Nick Coghlan | Allow decorators and return annotations to be used... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Nick Coghlan | Don't crash when nonlocal is used at module level ... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Neal Norwitz | Add a note to this file that it might be out of date... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Georg Brandl | PEP 3114: rename .next() to .__next__() and add next... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Guido van Rossum | Make it compile with C89. |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Guido van Rossum | If $PYTHONNEWIO is set and nonempty, |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Neal Norwitz | Remove functions in string module that are also string... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Neal Norwitz | Remove the SlowParser class because it depended on... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Neal Norwitz | Remove the xmllib module that was obsolete. |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Neal Norwitz | Remove old string module |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Neal Norwitz | Remove ancient platforms: AIX 3 and Irix 5. (AIX 4... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Guido van Rossum | Instead of pickling the whole decoder, use the new... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Walter Dörwald | Apply SF patch #1698994: Add getstate() and setstate() |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Guido van Rossum | Check in the inevitable change to the version number. |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Nick Coghlan | Hide list comp variables and support set comprehensions |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Guido van Rossum | Oops, don't test for a name attribute here. That's... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Guido van Rossum | Support name and mode attributes on all file types. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Guido van Rossum | struct.unpack() allows a bytes string too (if it has... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Guido van Rossum | Support marshal.dump(x, f) where f is not a real file. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Guido van Rossum | Disallow u"..." + b"..." and b"..." + u"...". |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Guido van Rossum | Rough and dirty job -- allow concatenation of bytes... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Guido van Rossum | Make a few more tests pass with the new I/O library. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Guido van Rossum | Clean up trailing whitespace. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Guido van Rossum | Fix most XXX remarks. |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Guido van Rossum | Test closed, mode attribute; don't test __exit__(). |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Guido van Rossum | Make sure that writing an array instance returns the... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Guido van Rossum | TextIO improvement: |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Georg Brandl | Bug #1697782: remove all remaining code that uses types... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Guido van Rossum | Make array().tofile() work with a new I/O object. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Guido van Rossum | Re-enable cleanup code. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Guido van Rossum | Speed up next() by disabling snapshot updating then. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Guido van Rossum | More efficient implementation of tell(); _read_chunk... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Guido van Rossum | Real pickling for bytes. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Guido van Rossum | An example of action-at-a-distance: fix the problems... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Guido van Rossum | Checkpoint so I can continue to work on this at a diffe... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Guido van Rossum | truncate() returns the new size and position. |
commit | commitdiff | tree | snapshot |
next |