summaryrefslogtreecommitdiff
path: root/Include/stringobject.h
Commit message (Expand)AuthorAgeFilesLines
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-3/+3
* Backport of some of the work in r71665 to trunk. This reworks much ofEric Smith2009-04-221-6/+16
* Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip...Eric Smith2008-06-241-2/+2
* swap stringobject.h and bytesobject.h contents to make sense. PyString inGregory P. Smith2008-06-111-33/+200
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-10/+6
* Renamed PyString to PyBytesChristian Heimes2008-05-261-6/+7
* First step of the C API rename:Christian Heimes2008-05-261-194/+36
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-111-1/+11
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-3/+3
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-3/+3
* Variation of patch # 1624059 to speed up checking if an object is a subclassNeal Norwitz2007-02-251-1/+2
* 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
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+2
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-221-0/+3
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-2/+3