COMMITS
/ Objects/stringobject.c October 1, 1998
G
Typo reported by Greg Stein: "modifiable" is the correct spelling.
Guido van Rossum committed
June 9, 1998
G
Should check that PyObject_Str() really returned a string!
Guido van Rossum committed
April 10, 1998
G
Make new gcc -Wall happy
Guido van Rossum committed
September 8, 1997
G
Patch submitted by Brad Howes (with one bug fixed by me): allow
Guido van Rossum committed
August 5, 1997
G
Change the Fini function to only remove otherwise unreferenced strings
Guido van Rossum committed
August 2, 1997
G
Added internal routine PyString_Fini() which deletes all interned
Guido van Rossum committed
June 3, 1997
G
Use #include "mymath.h" instead of declaring fabs() explicitly.
Guido van Rossum committed
May 5, 1997
G
Checkin of Jack's buffer mods.
Guido van Rossum committed
May 2, 1997
G
Quickly renamed the last directory.
Guido van Rossum committed
April 9, 1997
G
Tweaks to keep the Microsoft compiler quiet.
Guido van Rossum committed
February 14, 1997
G
Slight tweak: in string_hash(), if the hash hasn't been computed yet,
Guido van Rossum committed
January 29, 1997
G
Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding
Guido van Rossum committed
January 21, 1997
G
Don't use static buffers internally for formatstring().
Guido van Rossum committed
January 18, 1997
G
String interning.
Guido van Rossum committed
December 10, 1996
G
Add const to error and newstring functions
Guido van Rossum committed
December 5, 1996
G
Make gcc -Wall happy
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
October 23, 1996
G
Fixed compare function to do first char comparison in unsigned mode,
Guido van Rossum committed
September 11, 1996
G
Multiply by 1000003 instead of 3 in string hach
Guido van Rossum committed
May 23, 1996
G
new debugger symbol names
Guido van Rossum committed
May 21, 1996
G
Plug memory leak in the previous fix :-(
Guido van Rossum committed
G
Fix obscure bug in string%mapping where the mapping creates its items
Guido van Rossum committed
March 29, 1995
G
fix dusty debugging macros
Guido van Rossum committed
March 9, 1995
G
a few peephole optimizations
Guido van Rossum committed
February 27, 1995
G
don't complain about too many args if arg is a dict
Guido van Rossum committed
February 10, 1995
G
use Py_CHARMASK; and don't check for neg. float to the float power here
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of minor changes. Note for mappingobject.c: the hash table pointer
Guido van Rossum committed
September 28, 1994
G
* Include/classobject.h, Objects/classobject.c, Python/ceval.c:
Guido van Rossum committed
August 30, 1994
G
fix nasty bug in resizing (formatstring)
Guido van Rossum committed
November 11, 1993
G
Fix the fix :-(
Guido van Rossum committed
G
Three micro fixes to formatstring
Guido van Rossum committed
November 1, 1993
S
Fixed bugs in resizetuple and extended the interface.
Sjoerd Mullender committed
October 26, 1993
G
Add some necessary casts; use double quotes to represent strings in
Guido van Rossum committed
October 22, 1993
S
Several optimizations and speed improvements.
Sjoerd Mullender committed
October 11, 1993
S
* Extended X interface: pixmap objects, colormap objects visual objects,
Sjoerd Mullender committed
June 17, 1993
G
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum committed
May 12, 1993
G
* pythonrun.c: Print exception type+arg *after* stack trace instead of
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
March 16, 1993
G
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum committed
September 3, 1992
G
Remove bogus type-and-refcnt setting from newsizedstringobject().
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
June 7, 1991
G
printobject now returns an error code
Guido van Rossum committed
June 4, 1991
G
Fix comments in string_as_sequence
Guido van Rossum committed
April 4, 1991
G
Optimized single-character strings gotten from s[i].
Guido van Rossum committed
March 6, 1991
G
Optimized stringitem.
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
February 13, 1991
G
Fix stringcompare when strings contain null bytes.
Guido van Rossum committed
December 20, 1990
G
"Compiling" version
Guido van Rossum committed