| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug 433228: repr(list) woes when len(list) big. | Tim Peters | 2001-06-16 | 1 | -0/+4 |
|
|
* | Patch #424335: Implement string_richcompare, remove string_compare. | Martin v. Löwis | 2001-05-24 | 1 | -0/+1 |
|
|
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -3/+40 |
|
|
* | _Py_ReleaseInternedStrings(): Private API function to decref and | Barry Warsaw | 2001-02-23 | 1 | -0/+2 |
|
|
* | Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,... | Tim Peters | 2000-09-21 | 1 | -0/+2 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 1 | -0/+15 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -20/+20 |
|
|
* | Added prototypes for the new codec APIs for strings. These APIs | Marc-André Lemburg | 2000-07-06 | 1 | -0/+31 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -10/+10 |
|
|
* | Two speedup hacks. Caching the hash saves recalculation of a string's | Guido van Rossum | 1997-01-18 | 1 | -3/+23 |
|
|
* | added PyString_GET_SIZE macro | Barry Warsaw | 1997-01-06 | 1 | -1/+2 |
|
|
* | Add const to error and newstring functions | Guido van Rossum | 1996-12-10 | 1 | -2/+2 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Turn on CACHE_HASH, for 2% speedier dict lookups | Guido van Rossum | 1996-07-30 | 1 | -0/+3 |
|
|
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
|
|
* | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 1 | -3/+1 |
|
|
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -14/+14 |
|
|
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -3/+3 |
|
|
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 1 | -1/+1 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+2 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -0/+3 |
|
|
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -2/+3 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
|
|
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+39 |
|
|