summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initialized merge tracking via "svnmerge" with revisions "1-55006" fromGuido van Rossum2007-05-070-0/+0
* Fix some trivial things in cPickle due to the renaming of the string types.Guido van Rossum2007-05-071-7/+2
* Verify checkins to py3k branches go to 3000 list.Neal Norwitz2007-05-071-0/+1
* Check whether the strlen() result overflows Py_ssize_t.Walter Dörwald2007-05-061-1/+5
* Add two more space tests.Walter Dörwald2007-05-051-0/+2
* Remove duplicate tests.Walter Dörwald2007-05-051-24/+4
* Change PyUnicode_EncodeUTF7() to return a bytes object.Walter Dörwald2007-05-051-4/+7
* Silence gcc warnings.Walter Dörwald2007-05-051-4/+4
* When creating a unicode object from a char * charactersWalter Dörwald2007-05-051-3/+2
* Fix %c overflow test.Walter Dörwald2007-05-051-1/+1
* test_unicode.py passes again 9except for problemsWalter Dörwald2007-05-052-119/+68
* Add PyUnicode_FromString(), which create a unicode object from aWalter Dörwald2007-05-053-0/+64
* Much more pickling now works.Guido van Rossum2007-05-041-4/+7
* Checkpoint. Make pickle.py read/write bytes.Guido van Rossum2007-05-042-213/+193
* Change UnicodeDecodeError objects so that the 'object' attributeWalter Dörwald2007-05-045-8/+98
* Don't use StringType -- always test for basestring.Guido van Rossum2007-05-041-3/+3
* Add 8-bit chr() back as chr8().Guido van Rossum2007-05-041-0/+24
* Make the BOM constants in codecs.py bytes.Walter Dörwald2007-05-042-84/+83
* Change PyUnicode_EncodeUTF16() so that it returnsWalter Dörwald2007-05-041-2/+2
* Use basestring instead of (str, str8) to test whetherWalter Dörwald2007-05-041-1/+1
* It's ok for __repr__ to return unicode.Guido van Rossum2007-05-041-9/+2
* test_exceptions.py passes, except for pickling of course.Guido van Rossum2007-05-041-1/+1
* Make test_types.py pass.Guido van Rossum2007-05-041-14/+14
* Make all of test_bytes pass (except pickling, which is too badly busted).Guido van Rossum2007-05-043-57/+55
* Add trailing null bytes to a few more places.Guido van Rossum2007-05-041-8/+12
* Compare and hash unicode objects like their UTF-8 representations.Guido van Rossum2007-05-042-52/+28
* More coding by random modification.Guido van Rossum2007-05-0412-155/+185
* Temporary fix: Module names are still 8bit strings. ThisWalter Dörwald2007-05-031-1/+1
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-0314-52/+47
* Fix type name (str has been renamed to str8).Walter Dörwald2007-05-031-1/+1
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-0336-472/+10
* Kill unichr() itself.Guido van Rossum2007-05-031-3/+0
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-0317-66/+45
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02200-18059/+18059
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-2728-81/+68
* Start working on the str/unicode unification.Guido van Rossum2007-04-270-0/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27386-8916/+16101
* Fix print syntax so this runs using 3.0.Guido van Rossum2007-04-271-9/+9
* fix some markup errorsFred Drake2007-04-264-5/+5
* Allow decorators and return annotations to be used together (fixes SF#1697248)Nick Coghlan2007-04-232-2/+7
* Don't crash when nonlocal is used at module level (fixes SF#1705365)Nick Coghlan2007-04-232-5/+16
* Add a note to this file that it might be out of date and need some care.Neal Norwitz2007-04-211-0/+2
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-2183-426/+496
* Make it compile with C89.Guido van Rossum2007-04-171-1/+2
* If $PYTHONNEWIO is set and nonempty,Guido van Rossum2007-04-171-0/+23
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-1769-2113/+396
* Remove the SlowParser class because it depended on the xmllib moduleNeal Norwitz2007-04-171-30/+11
* Remove the xmllib module that was obsolete.Neal Norwitz2007-04-176-1271/+1
* Remove old string moduleNeal Norwitz2007-04-171-426/+0
* Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.)Neal Norwitz2007-04-1728-4373/+0