COMMITS
/ Objects/stringobject.c 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
November 18, 1990
G
Fix wrong #ifdef.
Guido van Rossum committed
G
Fixed resizestring() to work if reference tracing is turned on.
Guido van Rossum committed
October 21, 1990
G
New errors.
Guido van Rossum committed
October 14, 1990
G
Initial revision
Guido van Rossum committed