| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -4/+1 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -16/+28 |
|
|
* | Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed | Thomas Wouters | 2001-07-09 | 1 | -16/+219 |
|
|
* | Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, | Guido van Rossum | 2001-07-05 | 1 | -222/+15 |
|
|
* | SF patch #103158 by Greg Ball: Don't do unsafe arithmetic in xrange | Guido van Rossum | 2001-01-15 | 1 | -10/+80 |
|
|
* | Test for NULL returned from PyObject_NEW(). | Guido van Rossum | 2000-12-14 | 1 | -0/+3 |
|
|
* | Fixed support for containment test when a negative step is used; this | Fred Drake | 2000-11-08 | 1 | -8/+34 |
|
|
* | In the containment test, get the boundary condition right. ">" was used | Fred Drake | 2000-11-08 | 1 | -2/+2 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Boost buffer sizes in the absence of snprintf on Windows. | Tim Peters | 2000-08-04 | 1 | -14/+19 |
|
|
* | snprintf() is not portable, so continue to use sprintf() until a portable | Fred Drake | 2000-08-04 | 1 | -8/+6 |
|
|
* | Remove the tp_print handler. | Fred Drake | 2000-08-03 | 1 | -31/+27 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -36/+13 |
|
|
* | 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 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-15 | 1 | -0/+25 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
|
|
* | Use 'xrange', not 'range', in error messages. Reported by Nathan Sullivan. | Guido van Rossum | 1999-01-09 | 1 | -3/+3 |
|
|
* | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -40/+41 |
|
|
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-05 | 1 | -1/+1 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Use NEWOBJ() macro instead of calling newobject() directly. | Guido van Rossum | 1996-07-22 | 1 | -1/+1 |
|
|
* | make a few things static | Guido van Rossum | 1995-01-17 | 1 | -2/+2 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | * Include/classobject.h, Objects/classobject.c, Python/ceval.c: | Guido van Rossum | 1994-09-28 | 1 | -14/+14 |
|
|
* | * rangeobject.[ch], bltinmodule.c: incorporate new version of range | Guido van Rossum | 1993-12-21 | 1 | -23/+127 |
|
|
* | * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range | Guido van Rossum | 1993-11-01 | 1 | -80/+28 |
|
|
* | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 1 | -0/+205 |
|
|