| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch for bug #659709: bogus computation of float length | Marc-André Lemburg | 2002-12-29 | 2 | -16/+37 |
|
|
* | SF patch #659536: Use PyArg_UnpackTuple where possible. | Raymond Hettinger | 2002-12-29 | 8 | -12/+12 |
|
|
* | SF Bug 645777: list.extend() works with any iterable and is no longer | Raymond Hettinger | 2002-12-29 | 1 | -1/+1 |
|
|
* | Fix bug introduced by SF patch #643835, Set Next Statement for Python debuggers | Neal Norwitz | 2002-12-19 | 1 | -4/+12 |
|
|
* | Undefine MIN and MAX before defining | Neal Norwitz | 2002-12-18 | 1 | -0/+2 |
|
|
* | SF # 654974, fix unchecked return values in structseq | Neal Norwitz | 2002-12-18 | 1 | -2/+6 |
|
|
* | * Objects/fileobject.c | Gustavo Niemeyer | 2002-12-17 | 1 | -1/+1 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 1 | -1/+259 |
|
|
* | Fixed bug | Gustavo Niemeyer | 2002-12-16 | 1 | -3/+30 |
|
|
* | Punctuation fix. | Raymond Hettinger | 2002-12-14 | 1 | -2/+2 |
|
|
* | Tighten the tests for assignment to __bases__: disallow empty tuple. | Guido van Rossum | 2002-12-13 | 1 | -0/+6 |
|
|
* | Patch #650653: Raise always value error if the table is not 256 bytes long. | Martin v. Löwis | 2002-12-12 | 1 | -6/+6 |
|
|
* | Change issubclass() so that recursive tuples (directly or indirectly | Walter Dörwald | 2002-12-12 | 2 | -5/+6 |
|
|
* | Enhance issubclass() and PyObject_IsSubclass() so that a tuple is | Walter Dörwald | 2002-12-12 | 2 | -28/+49 |
|
|
* | Constify char* API. Fixes #651363. 2.2 candidate. | Martin v. Löwis | 2002-12-11 | 1 | -3/+3 |
|
|
* | Patch #650834: Document 'U' in file mode, remove stale variables. | Martin v. Löwis | 2002-12-11 | 1 | -5/+1 |
|
|
* | Update comments about the performance of xrange(). | Raymond Hettinger | 2002-12-11 | 1 | -2/+2 |
|
|
* | SF 548651: Fix the METH_CLASS implementation. | Tim Peters | 2002-12-09 | 3 | -4/+75 |
|
|
* | slot_nb_nonzero(): Another leak uncovered by the sandbox datetime | Tim Peters | 2002-12-07 | 1 | -28/+27 |
|
|
* | Fix typo in abstract.c which caused __rpow__ to not be invoked. | Raymond Hettinger | 2002-12-07 | 1 | -1/+1 |
|
|
* | Remove assumption that cls is a subclass of dict. | Raymond Hettinger | 2002-12-07 | 1 | -7/+1 |
|
|
* | slot_tp_hash(): In the normal path, this leaked a reference to the | Tim Peters | 2002-12-06 | 1 | -3/+3 |
|
|
* | Patch #614055: Support OpenVMS. | Martin v. Löwis | 2002-12-06 | 1 | -1/+5 |
|
|
* | The final tweaks before closing | Michael W. Hudson | 2002-12-05 | 1 | -20/+23 |
|
|
* | Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. | Raymond Hettinger | 2002-12-04 | 1 | -2/+3 |
|
|
* | Add missing decref | Neal Norwitz | 2002-11-27 | 1 | -0/+1 |
|
|
* | Nudge getting __module__ and __name__ for new-style classes so that | Michael W. Hudson | 2002-11-27 | 1 | -17/+24 |
|
|
* | I don't know why staring at the email to python-checkins made me | Michael W. Hudson | 2002-11-27 | 1 | -9/+14 |
|
|
* | Readjustments to the way we cope with exceptions from subclasses' | Michael W. Hudson | 2002-11-27 | 1 | -10/+32 |
|
|
* | I had the inheritance cycle stuff backwards. Oops! | Michael W. Hudson | 2002-11-27 | 1 | -4/+6 |
|
|
* | SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class | Raymond Hettinger | 2002-11-27 | 1 | -0/+56 |
|
|
* | Initialize a variable. Hope this makes things work for Guido. | Michael W. Hudson | 2002-11-26 | 1 | -1/+1 |
|
|
* | This is my patch: | Michael W. Hudson | 2002-11-26 | 1 | -34/+277 |
|
|
* | A tweaked version of Jeremy's patch #642489, to produce better error | Guido van Rossum | 2002-11-25 | 1 | -4/+138 |
|
|
* | Add unidata_version. Bump generator version number. | Martin v. Löwis | 2002-11-25 | 1 | -1/+1 |
|
|
* | Regenerate from Unicode 3.2.0 to include all First/Last ranges. | Martin v. Löwis | 2002-11-24 | 1 | -108/+77 |
|
|
* | Simplify use of NB_BINOP and NB_TERNOP by making them do the pointer | Neil Schemenauer | 2002-11-24 | 1 | -15/+15 |
|
|
* | Remove special handling of str and unicode in PyNumber_InPlaceRemainder. They | Neil Schemenauer | 2002-11-24 | 1 | -9/+2 |
|
|
* | Patch #642500 with slight modifications: allow keyword arguments in | Just van Rossum | 2002-11-23 | 1 | -5/+7 |
|
|
* | Remove MALLOC_ZERO_RETURNS_NULL. | Martin v. Löwis | 2002-11-23 | 1 | -2/+0 |
|
|
* | Fix --disable-unicode compilation problems. | Martin v. Löwis | 2002-11-21 | 1 | -0/+4 |
|
|
* | float_int(): Some systems raise an exception if a double is cast to | Tim Peters | 2002-11-21 | 1 | -14/+16 |
|
|
* | Change int() so that passing a string, unicode, float or long argument | Walter Dörwald | 2002-11-19 | 3 | -24/+45 |
|
|
* | Add nb_remainder (i.e. __mod__) slot to unicode type. Fixes SF bug #615506. | Neil Schemenauer | 2002-11-18 | 1 | -2/+21 |
|
|
* | Add nb_remainder (i.e. __mod__) slot to str type. Fixes SF bug #615506. | Neil Schemenauer | 2002-11-18 | 1 | -2/+22 |
|
|
* | Improve exception message raised by PyFloat_AsDouble if the object does not | Neil Schemenauer | 2002-11-18 | 1 | -2/+6 |
|
|
* | str and unicode objects now have a __mod__ slot so don't special case them in | Neil Schemenauer | 2002-11-18 | 1 | -6/+0 |
|
|
* | Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes | Neil Schemenauer | 2002-11-17 | 1 | -7/+0 |
|
|
* | Repaired illegal syntax most compilers probably let slide (but MSVC | Tim Peters | 2002-11-14 | 1 | -1/+1 |
|
|
* | Use the new C3 MRO algorithm, implemented by Samuele Pedroni (SF patch | Guido van Rossum | 2002-11-14 | 1 | -74/+105 |
|
|