| Commit message (Expand) | Author | Age | Files | Lines |
* | Add values to tp_getattro and tp_flags so that dir(Ellipsis) will | Guido van Rossum | 2001-10-30 | 1 | -14/+20 |
|
|
* | Rename "dictionary" (type and constructor) to "dict". | Tim Peters | 2001-10-29 | 2 | -6/+6 |
|
|
* | Add __del__ callbacks. They are too useful to leave out. | Guido van Rossum | 2001-10-29 | 1 | -0/+74 |
|
|
* | When overriding __str__ or __repr__, set the tp_print slot to NULL. | Guido van Rossum | 2001-10-29 | 1 | -0/+2 |
|
|
* | PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() | Fred Drake | 2001-10-28 | 1 | -5/+5 |
|
|
* | SF bug #475327: type() produces incorrect error msg | Tim Peters | 2001-10-27 | 1 | -6/+21 |
|
|
* | dictionary() constructor: | Tim Peters | 2001-10-27 | 1 | -7/+5 |
|
|
* | PyObject_CallFunction(), PyObject_CallMethod(): Make sure we do not touch | Fred Drake | 2001-10-27 | 1 | -18/+11 |
|
|
* | Be smarter about clearing the weakref lists for instances, instance methods, | Fred Drake | 2001-10-26 | 2 | -3/+6 |
|
|
* | Added two new functions to conveniently call functions/methods from C. | Fred Drake | 2001-10-26 | 1 | -0/+76 |
|
|
* | Generalize dictionary() to accept a sequence of 2-sequences. At the | Tim Peters | 2001-10-26 | 2 | -17/+103 |
|
|
* | Allow assignment to newinstance.__dict__. | Guido van Rossum | 2001-10-26 | 1 | -1/+24 |
|
|
* | complex_subtype_from_string(): move the declaration of s_buffer[] out | Guido van Rossum | 2001-10-25 | 1 | -1/+3 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -0/+7 |
|
|
* | SF patch #474175 (Jay T Miller): file.readinto arg parsing bug | Guido van Rossum | 2001-10-23 | 1 | -1/+2 |
|
|
* | Referencable is not a word, so don't use it in an error message <wink>. | Jeremy Hylton | 2001-10-22 | 1 | -2/+2 |
|
|
* | cleanup indentation | Jeremy Hylton | 2001-10-22 | 1 | -1/+1 |
|
|
* | Make the error message for unsupported operand types cleaner, in | Guido van Rossum | 2001-10-22 | 2 | -8/+28 |
|
|
* | Fix for SF bug #472940: can't getattr() attribute shown by dir() | Guido van Rossum | 2001-10-22 | 1 | -28/+1 |
|
|
* | Methods of built-in types now properly check for keyword arguments | Guido van Rossum | 2001-10-22 | 2 | -12/+25 |
|
|
* | Add missing "static" declarations (found by "make smelly"). | Neil Schemenauer | 2001-10-21 | 2 | -5/+5 |
|
|
* | Adding missing "static" declarations (found by "make smelly"). | Neil Schemenauer | 2001-10-21 | 1 | -3/+3 |
|
|
* | Big internal change that should have no external effects: unify the | Guido van Rossum | 2001-10-21 | 1 | -527/+243 |
|
|
* | Fix for Bug #216405: | Thomas Heller | 2001-10-19 | 1 | -4/+6 |
|
|
* | Additional test and documentation for the unicode() changes. | Marc-André Lemburg | 2001-10-19 | 1 | -2/+3 |
|
|
* | SF patch #470578: Fixes to synchronize unicode() and str() | Guido van Rossum | 2001-10-19 | 2 | -62/+67 |
|
|
* | Missing file structseq.c for SF patch #462296 | Guido van Rossum | 2001-10-18 | 1 | -0/+284 |
|
|
* | Remove an unnecessary check for NULL. | Fred Drake | 2001-10-18 | 1 | -4/+3 |
|
|
* | When weakref proxies are involved in binary & ternary slot operations, | Fred Drake | 2001-10-18 | 1 | -15/+28 |
|
|
* | Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink) | Guido van Rossum | 2001-10-18 | 1 | -0/+7 |
|
|
* | Fix error checking done by abstract_issubclass and abstract_isinstance. | Neil Schemenauer | 2001-10-18 | 1 | -44/+61 |
|
|
* | Protect references to tp_descr_get and tp_dict with the appropriate test: | Guido van Rossum | 2001-10-17 | 1 | -9/+14 |
|
|
* | Remove a bunch of stuff that's no longer needed now that update_slot() | Guido van Rossum | 2001-10-17 | 1 | -42/+20 |
|
|
* | slot_sq_item(): ensure that self is an instance of the wrapper's | Guido van Rossum | 2001-10-17 | 1 | -3/+5 |
|
|
* | SF bug [#468061] __str__ ignored in str subclass. | Tim Peters | 2001-10-16 | 2 | -8/+21 |
|
|
* | Refactored the update_slot() code a bit to be hopefully slightly more | Guido van Rossum | 2001-10-16 | 1 | -57/+61 |
|
|
* | Get rid of __defined__ and tp_defined -- there's no need to | Guido van Rossum | 2001-10-15 | 1 | -41/+23 |
|
|
* | Completely get rid of __dynamic__ and the corresponding | Guido van Rossum | 2001-10-15 | 1 | -101/+21 |
|
|
* | Add (void *) casts to solve some problems on HP-UX 11.0, as discussed | Guido van Rossum | 2001-10-15 | 1 | -3/+3 |
|
|
* | Redid the slot computation. The initial slot assignments are now done | Guido van Rossum | 2001-10-13 | 1 | -64/+91 |
|
|
* | Remove extra "]" in splitlines() docstring. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | Band-aid solution to SF bug #470634: readlines() on linux requires 2 ^D's. | Guido van Rossum | 2001-10-12 | 1 | -4/+11 |
|
|
* | Now that COPYBUF is a new local macro, add #undef COPYBUF. | Guido van Rossum | 2001-10-12 | 1 | -0/+1 |
|
|
* | SF bug [#470040] ParseTuple t# vs subclasses. | Tim Peters | 2001-10-12 | 1 | -1/+11 |
|
|
* | Another step in the right direction: when a new class's attribute | Guido van Rossum | 2001-10-11 | 1 | -33/+116 |
|
|
* | Rather gross workaround for a bug in the mac GUSI I/O library: | Jack Jansen | 2001-10-10 | 1 | -1/+7 |
|
|
* | The slot definition table entry for mp_getitem had a bogus wrapper | Guido van Rossum | 2001-10-09 | 1 | -1/+2 |
|
|
* | Halfway checkin. This is still messy, but it's beginning to address | Guido van Rossum | 2001-10-09 | 1 | -140/+301 |
|
|
* | It turned out not so difficult to support old-style numbers (those | Guido van Rossum | 2001-10-09 | 1 | -7/+24 |
|
|
* | type_subclasses(): debug build was broken due to typo in new assert(). | Tim Peters | 2001-10-08 | 1 | -1/+1 |
|
|