summaryrefslogtreecommitdiffstats
path: root/Objects/stringobject.c
Commit message (Expand)AuthorAgeFilesLines
* new debugger symbol namesGuido van Rossum1996-05-231-1/+1
* Plug memory leak in the previous fix :-(Guido van Rossum1996-05-211-1/+0
* Fix obscure bug in string%mapping where the mapping creates its itemsGuido van Rossum1996-05-211-21/+12
* fix dusty debugging macrosGuido van Rossum1995-03-291-1/+1
* a few peephole optimizationsGuido van Rossum1995-03-091-1/+1
* don't complain about too many args if arg is a dictGuido van Rossum1995-02-271-1/+1
* use Py_CHARMASK; and don't check for neg. float to the float power hereGuido van Rossum1995-02-101-5/+5
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of minor changes. Note for mappingobject.c: the hash table pointerGuido van Rossum1995-01-021-1/+1
* * Include/classobject.h, Objects/classobject.c, Python/ceval.c:Guido van Rossum1994-09-281-1/+1
* fix nasty bug in resizing (formatstring)Guido van Rossum1994-08-301-18/+98
* Fix the fix :-(Guido van Rossum1993-11-111-1/+3
* Three micro fixes to formatstringGuido van Rossum1993-11-111-5/+4
* Fixed bugs in resizetuple and extended the interface.Sjoerd Mullender1993-11-011-0/+10
* Add some necessary casts; use double quotes to represent strings inGuido van Rossum1993-10-261-14/+27
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-221-20/+116
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-4/+4
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+3
* * pythonrun.c: Print exception type+arg *after* stack trace instead ofGuido van Rossum1993-05-121-11/+10
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-0/+16
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-21/+362
* Remove bogus type-and-refcnt setting from newsizedstringobject().Guido van Rossum1992-09-031-3/+0
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* lint fixGuido van Rossum1992-03-271-1/+8
* printobject now returns an error codeGuido van Rossum1991-06-071-3/+5
* Fix comments in string_as_sequenceGuido van Rossum1991-06-041-7/+7
* Optimized single-character strings gotten from s[i].Guido van Rossum1991-04-041-13/+23
* Optimized stringitem.Guido van Rossum1991-03-061-1/+13
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Fix stringcompare when strings contain null bytes.Guido van Rossum1991-02-131-2/+6
* "Compiling" versionGuido van Rossum1990-12-201-8/+1
* Fix wrong #ifdef.Guido van Rossum1990-11-181-1/+1
* Fixed resizestring() to work if reference tracing is turned on.Guido van Rossum1990-11-181-6/+13
* New errors.Guido van Rossum1990-10-211-50/+41
* Initial revisionGuido van Rossum1990-10-141-0/+328