- 1680713 Add interning of unicode strings by copying the functionality from by Walter Dörwald · 17 years ago
- 5c2fab6 Simplify %U handling by using Py_UNICODE_COPY. by Walter Dörwald · 18 years ago
- 1be7e3f Add a format character %S to PyUnicode_FromFormat() that by Walter Dörwald · 18 years ago
- 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 18 years ago
- 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 18 years ago
- d203431 Add 'U'/'U#' format characters to Py_BuildValue (and thus by Walter Dörwald · 18 years ago
- 5550731 Revert last checkin: _PyUnicode_New() allocates space by Walter Dörwald · 18 years ago
- 9992835 Allocate one more character, so that the terminating nullbyte can be copied. by Walter Dörwald · 18 years ago
- 827b055 Change PyUnicode_EncodeCharmap() to return bytes objects by Walter Dörwald · 18 years ago
- 711005d Change PyUnicode_EncodeRawUnicodeEscape() to return bytes by Walter Dörwald · 18 years ago
- db5d33e Reuse static global hexdigits array. by Walter Dörwald · 18 years ago
- 79e913e Change PyUnicode_EncodeUnicodeEscape() to return a bytes object. by Walter Dörwald · 18 years ago
- 580ceed Mention type in the exception message. by Walter Dörwald · 18 years ago
- a14c4bb Check whether the strlen() result overflows Py_ssize_t. by Walter Dörwald · 18 years ago
- 51ab414 Change PyUnicode_EncodeUTF7() to return a bytes object. by Walter Dörwald · 18 years ago
- ce32db3 Silence gcc warnings. by Walter Dörwald · 18 years ago
- 071b9da When creating a unicode object from a char * characters by Walter Dörwald · 18 years ago
- acaa5a1 Add PyUnicode_FromString(), which create a unicode object from a by Walter Dörwald · 18 years ago
- 3cc3452 Change PyUnicode_EncodeUTF16() so that it returns by Walter Dörwald · 18 years ago
- 4355a47 Make all of test_bytes pass (except pickling, which is too badly busted). by Guido van Rossum · 18 years ago
- 09dc34f Compare and hash unicode objects like their UTF-8 representations. by Guido van Rossum · 18 years ago
- f15a29f More coding by random modification. by Guido van Rossum · 18 years ago
- 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 18 years ago
- 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 18 years ago
- 84d79dd Disallow u"..." + b"..." and b"..." + u"...". by Guido van Rossum · 18 years ago
- 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 18 years ago
- ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 49d6b07 Make the it_index field in the str/unicode iterators Py_ssize_t's. by Guido van Rossum · 18 years ago
- 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 19 years ago
- a96affe - Reindent a confusingly indented piece of code (no intended code changes by Thomas Wouters · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
- 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
- de01774 Use correct PyArg_Parse format char for Py_ssize_t in unicode.center(). Fixes: by Thomas Wouters · 19 years ago
- eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 19 years ago
- 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 19 years ago
- 1523154 doubletounicode(), longtounicode(): by Tim Peters · 19 years ago
- 4701af5 Remove two unused Py_ssize_t variables (merge glitches, looks like.) by Thomas Wouters · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- fc76d63 - Patch #1400181, fix unicode string formatting to not use the locale. by Neal Norwitz · 19 years ago
- d43069c Fix icc warnings: remove (sometimes) unused variable conditionally by Neal Norwitz · 19 years ago
- dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
- 835b243 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 19 years ago
- af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
- d4fff17 Fix leaked reference to None. by Walter Dörwald · 19 years ago
- 8294de5 Another comment typo fix by Andrew M. Kuchling · 19 years ago
- 2e2c02f Fix typo in comment. by Walter Dörwald · 19 years ago
- db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
- b2308bb Fix bug: by Michael W. Hudson · 19 years ago
- 5c4a9d6 Whitespace corrections. by Marc-André Lemburg · 19 years ago
- e115ec8 Bug fix for [ 1331062 ] utf 7 codec broken. by Marc-André Lemburg · 19 years ago
- d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 19 years ago
- a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
- a9cadcd Correct the handling of 0-termination of PyUnicode_AsWideChar() by Marc-André Lemburg · 20 years ago
- 204bd6d Applied patch for [ 1047269 ] Buffer overwrite in PyUnicode_AsWideChar. by Marc-André Lemburg · 20 years ago
- 6543b45 Initialize sep and seplen to suppress warning from gcc. by Skip Montanaro · 20 years ago
- ca0d2cb Add a missing line continuation character. by Thomas Heller · 20 years ago
- 065a32f Make the hint about the None default less ambiguous. by Walter Dörwald · 20 years ago
- 782afc5 Enhance the docstrings for unicode.split() and string.split() by Walter Dörwald · 20 years ago
- 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
- 91879ab PyUnicode_Join(): Bozo Alert. While this is chugging along, it may by Tim Peters · 20 years ago
- 05eba1f PyUnicode_Join(): Rewrote to use PySequence_Fast(). This doesn't do by Tim Peters · 20 years ago
- 894c512 PyUnicode_Join(): Missed a spot where I intended a cast from size_t to by Tim Peters · 20 years ago
- 8ce9f16 PyUnicode_Join(): Two primary aims: by Tim Peters · 20 years ago
- e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
- d25c650 Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__(). by Marc-André Lemburg · 20 years ago
- 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
- 126b44c Fix a copy&paste typo. by Marc-André Lemburg · 20 years ago
- 1dffb12 .encode()/.decode() patch part 2. by Marc-André Lemburg · 20 years ago
- d2d4598 Allow string and unicode return types from .encode()/.decode() by Marc-André Lemburg · 20 years ago
- 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
- 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
- 4057483 SF Patch #926375: Remove a useless UTF-16 support code that is never by Hye-Shik Chang · 21 years ago
- cd736e7 Fix reallocation bug in unicode.translate(): The code was comparing by Walter Dörwald · 21 years ago
- 1bc09b7 Cosmetic fix for wrongly indented tabs with ts=4. by Hye-Shik Chang · 21 years ago
- 7fc4cf5 Fix unicode.rsplit()'s bug that ignores separater on the end of string when by Hye-Shik Chang · 21 years ago
- 40e9509 Fix broken xmlcharrefreplace by rev 2.204. (Pointy hat goes to perky) by Hye-Shik Chang · 21 years ago
- 4a264fb SF #859573: Reduce compiler warnings on gcc 3.2 and above. by Hye-Shik Chang · 21 years ago
- 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
- 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
- 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
- 4894c30 Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap(). by Walter Dörwald · 21 years ago
- 6828e18 Patch #825679: Clarify semantics of .isfoo on empty strings. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 21 years ago
- ced69f8 On c.l.py, Martin v. Löwis said that Py_UNICODE could be of a signed type, by Tim Peters · 21 years ago
- d808279 Double-fix of crash in Unicode freelist handling. by Jeremy Hylton · 21 years ago
- deb2dc6 Change checks of PyUnicode_Resize() return value for clarity. by Jeremy Hylton · 21 years ago
- 9bfe533 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 21 years ago
- 150523e Fix refcounting leak in charmaptranslate_lookup() by Walter Dörwald · 21 years ago
- 9b30f20 Fix another refcounting leak in PyUnicode_EncodeCharmap(). by Walter Dörwald · 21 years ago
- d4ade08 Fix another refcounting leak (in PyUnicode_DecodeUnicodeEscape()). by Walter Dörwald · 21 years ago