summaryrefslogtreecommitdiffstats
path: root/Objects/stringobject.c
Commit message (Collapse)AuthorAgeFilesLines
* printobject now returns an error codeGuido van Rossum1991-06-071-3/+5
| | | | Remove superfluous err_nomem() call
* 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
| | | | | The realloc() call would move the list head without fixing the pointers to in the the chain of allocated objects...
* New errors.Guido van Rossum1990-10-211-50/+41
|
* Initial revisionGuido van Rossum1990-10-141-0/+328