Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -21/+362 | |
| | | | | | | | | | | * Fixcprt.py: added [-y file] option, do only files younger than file. * modsupport.[ch]: added vmkvalue(). * intobject.c: use mkvalue(). * stringobject.c: added "formatstring"; renamed string* to string_*; ceval.c: call formatstring for string % value. * longobject.c: close memory leak in divmod. * parsetok.c: set result node to NULL when returning an error. | |||||
* | Remove bogus type-and-refcnt setting from newsizedstringobject(). | Guido van Rossum | 1992-09-03 | 1 | -3/+0 | |
| | ||||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 | |
| | ||||||
* | lint fix | Guido van Rossum | 1992-03-27 | 1 | -1/+8 | |
| | ||||||
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -3/+5 | |
| | | | | Remove superfluous err_nomem() call | |||||
* | Fix comments in string_as_sequence | Guido van Rossum | 1991-06-04 | 1 | -7/+7 | |
| | ||||||
* | Optimized single-character strings gotten from s[i]. | Guido van Rossum | 1991-04-04 | 1 | -13/+23 | |
| | ||||||
* | Optimized stringitem. | Guido van Rossum | 1991-03-06 | 1 | -1/+13 | |
| | ||||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 | |
| | ||||||
* | Fix stringcompare when strings contain null bytes. | Guido van Rossum | 1991-02-13 | 1 | -2/+6 | |
| | ||||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -8/+1 | |
| | ||||||
* | Fix wrong #ifdef. | Guido van Rossum | 1990-11-18 | 1 | -1/+1 | |
| | ||||||
* | Fixed resizestring() to work if reference tracing is turned on. | Guido van Rossum | 1990-11-18 | 1 | -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 Rossum | 1990-10-21 | 1 | -50/+41 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+328 | |