summaryrefslogtreecommitdiffstats
path: root/Include/stringobject.h
Commit message (Expand)AuthorAgeFilesLines
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-261-111/+0
* Renamed PyString to PyBytesChristian Heimes2008-05-261-27/+27
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-0/+11
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-3/+3
* Fixed issue #1564: The set implementation should special-case PyUnicode inste...Christian Heimes2007-12-101-1/+0
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-291-0/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-78/+9
* Kill PyString_Encode(), which isn't used anywhere.Guido van Rossum2007-10-261-18/+8
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+0
* Fix merge breakage.Martin v. Löwis2007-07-211-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-2/+2
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-2/+2
* Add interning of unicode strings by copying the functionality fromWalter Dörwald2007-05-251-4/+0
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-251-1/+2
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-191-1/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-151-8/+8
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-0/+9
* Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macrosNeal Norwitz2003-07-011-1/+1
* Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCCNeil Schemenauer2002-09-151-2/+2
* SF patch 576101, by Oren Tirosh: alternative implementation ofGuido van Rossum2002-08-191-2/+10
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-141-0/+4
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-25/+25
* - A new type object, 'string', is added. This is a common base typeGuido van Rossum2002-05-241-0/+1
* Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.Tim Peters2002-03-291-23/+7
* Add function attributes that allow GCC to check the arguments of printf-likeNeil Schemenauer2001-10-231-2/+4
* More on SF bug [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-111-0/+1
* Make the Py<type>_Check() macro use PyObject_TypeCheck().Guido van Rossum2001-08-301-1/+1
* PyString_FromFormat() and PyString_FromFormatV(): Largely ripped fromBarry Warsaw2001-08-241-0/+4
* SF bug 433228: repr(list) woes when len(list) big.Tim Peters2001-06-161-0/+4
* Patch #424335: Implement string_richcompare, remove string_compare.Martin v. Löwis2001-05-241-0/+1
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-151-3/+40
* _Py_ReleaseInternedStrings(): Private API function to decref andBarry Warsaw2001-02-231-0/+2
* Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,...Tim Peters2000-09-211-0/+2
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-191-0/+15
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-20/+20
* Added prototypes for the new codec APIs for strings. These APIsMarc-André Lemburg2000-07-061-0/+31
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-10/+10
* Two speedup hacks. Caching the hash saves recalculation of a string'sGuido van Rossum1997-01-181-3/+23
* added PyString_GET_SIZE macroBarry Warsaw1997-01-061-1/+2
* Add const to error and newstring functionsGuido van Rossum1996-12-101-2/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Turn on CACHE_HASH, for 2% speedier dict lookupsGuido van Rossum1996-07-301-0/+3
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* new names for lots of new functionsGuido van Rossum1995-01-171-3/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-14/+14
* Added 1995 copyright.Guido van Rossum1995-01-041-3/+3
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1