| Commit message (Expand) | Author | Age | Files | Lines |
* | New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a | Tim Peters | 2003-03-20 | 1 | -0/+313 |
|
|
* | Renamed PyObject_GenericGetIter to PyObject_SelfIter | Raymond Hettinger | 2003-03-17 | 7 | -8/+8 |
|
|
* | Created PyObject_GenericGetIter(). | Raymond Hettinger | 2003-03-17 | 7 | -51/+14 |
|
|
* | SF bug #699934: Obscure error message | Raymond Hettinger | 2003-03-12 | 1 | -1/+4 |
|
|
* | Sf patch #700047: unicode object leaks refcount on resizing | Raymond Hettinger | 2003-03-09 | 1 | -0/+1 |
|
|
* | - The extended type structure used for heap types (new-style | Guido van Rossum | 2003-03-07 | 1 | -49/+34 |
|
|
* | SF patch #693753: fix for bug 639806: default for dict.pop | Raymond Hettinger | 2003-03-06 | 1 | -3/+15 |
|
|
* | Fix from Greg Chapman from SF bug #695651: a complex subclass | Guido van Rossum | 2003-03-02 | 1 | -2/+3 |
|
|
* | Removed duplicate test from inner loop. | Raymond Hettinger | 2003-03-01 | 1 | -6/+1 |
|
|
* | Fix SF bug #689659, 64-bit int and long hash keys incompatible | Neal Norwitz | 2003-02-23 | 1 | -2/+4 |
|
|
* | Implementing the salient parts of __reduce_ex__ in C. | Guido van Rossum | 2003-02-21 | 1 | -6/+229 |
|
|
* | Strange control flow in PyInt_AsLong. When nb_int is called inside | Thomas Heller | 2003-02-20 | 1 | -3/+3 |
|
|
* | PyObject_Generic{Get,Set}Attr: | Guido van Rossum | 2003-02-19 | 1 | -2/+4 |
|
|
* | Introducing __reduce_ex__, which is called with a protocol number argument | Guido van Rossum | 2003-02-18 | 1 | -4/+10 |
|
|
* | Removed unreferenced label. | Tim Peters | 2003-02-18 | 1 | -2/+1 |
|
|
* | The recent changes to super(), in particular supercheck(), broke when | Guido van Rossum | 2003-02-18 | 1 | -9/+7 |
|
|
* | Make __module__ writable except in restricted mode (like for classic classes). | Guido van Rossum | 2003-02-18 | 2 | -2/+2 |
|
|
* | Make __module__ settable on functions and methods. | Jeremy Hylton | 2003-02-18 | 2 | -2/+2 |
|
|
* | default_3way_compare(): use PyNumber_Check(), rather than testing for | Guido van Rossum | 2003-02-18 | 1 | -3/+3 |
|
|
* | Make PyNumber_Check() a bit more careful, since all sorts of things | Guido van Rossum | 2003-02-18 | 1 | -1/+3 |
|
|
* | Add closing ) in comment | Neal Norwitz | 2003-02-15 | 1 | -1/+1 |
|
|
* | cPickle.c, load_build(): Taught cPickle how to pick apart | Tim Peters | 2003-02-15 | 1 | -1/+11 |
|
|
* | SF patch #685738 by Michael Stone. | Guido van Rossum | 2003-02-13 | 1 | -1/+19 |
|
|
* | Issue a warning when int('0...', 0) returns an int with the sign | Guido van Rossum | 2003-02-12 | 1 | -2/+12 |
|
|
* | Implement another useful feature for proxies: in super(X, x), x may | Guido van Rossum | 2003-02-12 | 1 | -17/+83 |
|
|
* | Add missing cast in previous fix. | Guido van Rossum | 2003-02-12 | 1 | -1/+2 |
|
|
* | SF #532767: isinstance(x, X) should work when x is a proxy for an X | Guido van Rossum | 2003-02-12 | 1 | -6/+19 |
|
|
* | Add more missing PyErr_NoMemory() after failled memory allocs | Neal Norwitz | 2003-02-11 | 1 | -1/+1 |
|
|
* | Fix from SF #681367: inherit tp_as_buffer. This only applies to C | Guido van Rossum | 2003-02-11 | 1 | -0/+2 |
|
|
* | Put proper tests in classmethod_get(). Remove the type argument to | Guido van Rossum | 2003-02-11 | 1 | -16/+47 |
|
|
* | Refactor instancemethod_descr_get() to (a) be more clear, (b) be safe | Guido van Rossum | 2003-02-11 | 1 | -8/+18 |
|
|
* | Inline create_specialmethod() -- since METH_CLASS is done differently | Guido van Rossum | 2003-02-11 | 1 | -15/+5 |
|
|
* | Add basic arg sanity checking to wrap_descr_get(). This is called | Guido van Rossum | 2003-02-11 | 1 | -0/+9 |
|
|
* | Get rid of the "bozo" __getstate__ that was inserted when __slots__ | Guido van Rossum | 2003-02-10 | 1 | -32/+0 |
|
|
* | Fold long lines. | Guido van Rossum | 2003-02-10 | 1 | -4/+7 |
|
|
* | Fix SF bug #683467, 'int' ability to generate longs not inherited | Neal Norwitz | 2003-02-10 | 1 | -2/+16 |
|
|
* | Fix two refcounting bugs | Walter Dörwald | 2003-02-09 | 1 | -2/+4 |
|
|
* | SF patch #683187, fix universal newline problems on error | Neal Norwitz | 2003-02-09 | 1 | -1/+4 |
|
|
* | Comment typo fix | Andrew M. Kuchling | 2003-02-06 | 1 | -1/+1 |
|
|
* | Fix for SF #668433. I'm not explaining it here; ample comments are in | Guido van Rossum | 2003-02-05 | 1 | -0/+93 |
|
|
* | Refactor the logic for setting f_builtins. | Jeremy Hylton | 2003-02-05 | 1 | -24/+31 |
|
|
* | SF bug 681122: Built-in function dir() causes refcount leak in baseclasses. | Tim Peters | 2003-02-05 | 1 | -1/+4 |
|
|
* | _PyLong_Sign(): remove an assert that needed a variable ndigits that | Guido van Rossum | 2003-02-03 | 1 | -3/+2 |
|
|
* | long_from_binary_base(): Sped this a little by computing the # of bits | Tim Peters | 2003-02-02 | 1 | -6/+6 |
|
|
* | Tightened a too-generous assert. | Tim Peters | 2003-02-02 | 1 | -1/+1 |
|
|
* | long(string, base) now takes time linear in len(string) when base is a | Tim Peters | 2003-02-02 | 1 | -15/+108 |
|
|
* | cPickle.c: Full support for the new LONG1 and LONG4. Added comments. | Tim Peters | 2003-02-02 | 1 | -2/+2 |
|
|
* | Removed all uses of the out-of-favor __safe_for_unpickling__ magic | Tim Peters | 2003-02-01 | 1 | -1/+0 |
|
|
* | Squash compiler wng about signed/unsigned comparison mismatch. | Tim Peters | 2003-01-31 | 1 | -1/+1 |
|
|
* | Provide __module__ attributes for functions defined in C and Python. | Jeremy Hylton | 2003-01-31 | 2 | -6/+68 |
|
|