COMMITS
/ Include/stringobject.h October 28, 2004
A
Wrote down the invariants of some common objects whose structure is
Armin Rigo committed
July 1, 2003
N
Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros
Neal Norwitz committed
September 15, 2002
N
Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC
Neil Schemenauer committed
August 19, 2002
G
SF patch 576101, by Oren Tirosh: alternative implementation of
Guido van Rossum committed
August 14, 2002
M
Patch #505705: Remove eval in pickle and cPickle.
Martin v. Löwis committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
May 24, 2002
G
- A new type object, 'string', is added. This is a common base type
Guido van Rossum committed
March 29, 2002
T
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
Tim Peters committed
October 23, 2001
N
Add function attributes that allow GCC to check the arguments of printf-like
Neil Schemenauer committed
September 11, 2001
T
More on SF bug [#460020] bug or feature: unicode() and subclasses.
Tim Peters committed
August 30, 2001
G
Make the Py<type>_Check() macro use PyObject_TypeCheck().
Guido van Rossum committed
August 24, 2001
B
PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from
Barry Warsaw committed
June 16, 2001
T
SF bug 433228: repr(list) woes when len(list) big.
Tim Peters committed
May 24, 2001
M
Patch #424335: Implement string_richcompare, remove string_compare.
Martin v. Löwis committed
May 15, 2001
M
This patch changes the way the string .encode() method works slightly
Marc-André Lemburg committed
February 23, 2001
B
_Py_ReleaseInternedStrings(): Private API function to decref and
Barry Warsaw committed
September 21, 2000
T
September 19, 2000
M
This patch adds a new Python C API called PyString_AsStringAndSize()
Marc-André Lemburg committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
July 6, 2000
M
Added prototypes for the new codec APIs for strings. These APIs
Marc-André Lemburg committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
January 18, 1997
G
Two speedup hacks. Caching the hash saves recalculation of a string's
Guido van Rossum committed
January 6, 1997
B
added PyString_GET_SIZE macro
Barry Warsaw committed
December 10, 1996
G
Add const to error and newstring functions
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
July 30, 1996
G
Turn on CACHE_HASH, for 2% speedier dict lookups
Guido van Rossum committed
February 27, 1995
G
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum committed
January 17, 1995
G
new names for lots of new functions
Guido van Rossum committed
January 12, 1995
G
The great renaming, phase two: all header files have been updated to
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
August 18, 1994
G
Changes for dynamic linking under NT
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
October 22, 1993
S
Several optimizations and speed improvements.
Sjoerd Mullender committed
July 28, 1993
G
* Added support for X11 modules.
Guido van Rossum committed
March 16, 1993
G
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
October 14, 1990
G
Initial revision
Guido van Rossum committed