| Commit message (Expand) | Author | Age | Files | Lines |
* | PySequence_Index(): set exception when object is not found in | Barry Warsaw | 1996-12-18 | 1 | -0/+1 |
|
|
* | Better tuple hash function. | Guido van Rossum | 1996-12-16 | 1 | -1/+1 |
|
|
* | Change comment about MINSIZE -- 10 is optimal for Python. | Guido van Rossum | 1996-12-16 | 1 | -3/+6 |
|
|
* | Some more tuning of quicksort: use pointers instead of indexing. | Guido van Rossum | 1996-12-11 | 1 | -54/+60 |
|
|
* | Added new quicksort implementation, tailored to sorting arrays of | Guido van Rossum | 1996-12-10 | 1 | -0/+227 |
|
|
* | Add const to error and newstring functions | Guido van Rossum | 1996-12-10 | 1 | -2/+2 |
|
|
* | Fix core dump from pow(x,y,0). | Guido van Rossum | 1996-12-06 | 1 | -7/+9 |
|
|
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-05 | 5 | -20/+6 |
|
|
* | Fix newlongobject so it will work for 64-bit as well as 32-bit hardware | Guido van Rossum | 1996-12-05 | 1 | -12/+15 |
|
|
* | Experimental new implementation of dictionary comparison. This | Guido van Rossum | 1996-12-05 | 2 | -0/+126 |
|
|
* | Make gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -0/+4 |
|
|
* | Better implementation of PyCObject_AsVoidPtr(). | Guido van Rossum | 1996-12-05 | 1 | -7/+18 |
|
|
* | Yet more elaborate message for exception in __del__. | Guido van Rossum | 1996-12-05 | 1 | -11/+23 |
|
|
* | Added missing PySequence_List. | Guido van Rossum | 1996-12-05 | 1 | -15/+44 |
|
|
* | Make Py_ReturnNullError() statis as it should be. | Guido van Rossum | 1996-11-11 | 1 | -1/+1 |
|
|
* | Only call sq_length in Sequence_GetItem for negative index. | Guido van Rossum | 1996-11-09 | 1 | -4/+6 |
|
|
* | correct typo in return variable for PySequence_Index() | Guido van Rossum | 1996-11-06 | 1 | -1/+1 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 21 | -269/+416 |
|
|
* | Fixed compare function to do first char comparison in unsigned mode, | Guido van Rossum | 1996-10-23 | 1 | -1/+1 |
|
|
* | Support passing in an empty dictionary of keywords to newinstanceobject. | Guido van Rossum | 1996-10-21 | 1 | -1/+3 |
|
|
* | Ellipses -> Ellipsis rename (the dictionary really says that it should | Guido van Rossum | 1996-10-11 | 1 | -9/+9 |
|
|
* | Fix subtle bug detected by Jim F. | Guido van Rossum | 1996-09-30 | 1 | -1/+1 |
|
|
* | Oops... Need to clear c_error before calling c_quot(). | Guido van Rossum | 1996-09-12 | 1 | -0/+2 |
|
|
* | Properly(?) implemented remainder and divmod (Tim Hochberg) | Guido van Rossum | 1996-09-12 | 1 | -5/+34 |
|
|
* | Raise exception instead of dropping imag part for conversion to int, | Guido van Rossum | 1996-09-11 | 1 | -11/+9 |
|
|
* | More detailed error message about exception in __del__ | Guido van Rossum | 1996-09-11 | 1 | -3/+6 |
|
|
* | Correct typo in setattr: return -1 for error, not NULL | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Multiply by 1000003 instead of 3 in string hach | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | Get rid of bogus MSC_VER undef of CHECK() | Guido van Rossum | 1996-09-11 | 1 | -4/+0 |
|
|
* | Don't dump core on complex % or divmod -- raise a TypeError exception. | Guido van Rossum | 1996-09-11 | 1 | -2/+14 |
|
|
* | Use getstringsize where available instead of strlen. | Guido van Rossum | 1996-08-26 | 1 | -1/+1 |
|
|
* | Be a bit more careful with printing a warning for a failed __del__. | Guido van Rossum | 1996-08-22 | 1 | -2/+5 |
|
|
* | Added PyObject_DelItem and PySequence_Del{Item,Slice}. | Guido van Rossum | 1996-08-21 | 1 | -0/+61 |
|
|
* | More efficient handling of "__doc__" lookup. | Guido van Rossum | 1996-08-21 | 1 | -2/+8 |
|
|
* | Write warning about exception in __del__ to stderr, not stdout. | Guido van Rossum | 1996-08-20 | 1 | -1/+1 |
|
|
* | Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). | Guido van Rossum | 1996-08-19 | 1 | -25/+38 |
|
|
* | Test for negative # to the nonintegral float power here. | Guido van Rossum | 1996-08-16 | 1 | -15/+12 |
|
|
* | Disable support for access statement | Guido van Rossum | 1996-08-12 | 3 | -4/+37 |
|
|
* | Define reference count admin debug functions to return void. | Guido van Rossum | 1996-08-12 | 1 | -0/+4 |
|
|
* | Optimizations by Sjoerd: | Guido van Rossum | 1996-08-09 | 1 | -81/+172 |
|
|
* | Support for tp_getattro, tp_setattro (Sjoerd) | Guido van Rossum | 1996-08-09 | 3 | -0/+33 |
|
|
* | Use pre-created string objects for most common exceptions | Guido van Rossum | 1996-08-09 | 1 | -2/+8 |
|
|
* | Correct wrong calculation of pow(0.0, 0.0, negative_number) | Guido van Rossum | 1996-08-09 | 1 | -5/+6 |
|
|
* | Allow compilation by K&R C compiler. | Guido van Rossum | 1996-08-01 | 1 | -8/+8 |
|
|
* | repr("...") -> "Ellipses" | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
|
|
* | Added sliceobject.c | Guido van Rossum | 1996-07-30 | 2 | -2/+189 |
|
|
* | Speedup suggested by Sjoerd | Guido van Rossum | 1996-07-30 | 2 | -6/+8 |
|
|
* | Use NEWOBJ() macro instead of calling newobject() directly. | Guido van Rossum | 1996-07-22 | 1 | -1/+1 |
|
|
* | complex -> Py_complex | Guido van Rossum | 1996-07-21 | 1 | -40/+40 |
|
|
* | Hacks for MS_COREDLL | Guido van Rossum | 1996-07-21 | 1 | -0/+19 |
|
|