| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PyObject_CheckReadBuffer(), which returns true if its argument | Jeremy Hylton | 2001-11-09 | 1 | -29/+35 |
|
|
* | open_the_file(): Explicitly set errno to 0 before calling fopen(). | Tim Peters | 2001-11-09 | 1 | -0/+1 |
|
|
* | open_the_file(): this routine has a borrowed reference to the file | Tim Peters | 2001-11-09 | 1 | -1/+0 |
|
|
* | Fix SF buf #476953: Bad more for opening file gives bad msg. | Jeremy Hylton | 2001-11-09 | 1 | -2/+6 |
|
|
* | long_true_divide(): decref its converted arguments. test_long_future.py | Tim Peters | 2001-11-04 | 1 | -2/+5 |
|
|
* | Rehabilitated the fast-path richcmp code, and sped it up. It wasn't | Tim Peters | 2001-11-04 | 1 | -31/+35 |
|
|
* | No code change -- just trying to document the return conditions for all | Tim Peters | 2001-11-04 | 1 | -17/+43 |
|
|
* | float_divmod(): the code wasn't sick enough to stop the MS optimizer | Tim Peters | 2001-11-01 | 1 | -1/+1 |
|
|
* | SF bug #477221: abs and divmod act oddly with -0.0 | Tim Peters | 2001-11-01 | 1 | -9/+26 |
|
|
* | float_abs() again: Guido pointed out that this could screw up in the | Tim Peters | 2001-11-01 | 1 | -6/+1 |
|
|
* | PyFunction_Call() did not check the result of PyObject_Repr() for NULL, and | Fred Drake | 2001-11-01 | 1 | -2/+2 |
|
|
* | SF bug #477221: abs and divmod act oddly with -0.0. | Tim Peters | 2001-11-01 | 1 | -9/+11 |
|
|
* | fix for | Michael W. Hudson | 2001-10-31 | 1 | -2/+2 |
|
|
* | Fix bad bug in structseq slicing (NULL pointers in result). Reported by | Tim Peters | 2001-10-30 | 1 | -1/+1 |
|
|
* | 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 |
|
|