| Commit message (Expand) | Author | Age | Files | Lines |
* | Untested patch by Ty Sarna to make TELL64 work on older NetBSD systems. | Guido van Rossum | 2000-09-21 | 1 | -2/+6 |
|
|
* | As suggested by Toby Dickenson, setting ob_type to NULL in | Guido van Rossum | 2000-09-21 | 1 | -4/+0 |
|
|
* | Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,... | Tim Peters | 2000-09-21 | 2 | -52/+271 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 1 | -7/+63 |
|
|
* | PyObject_SetAttr() and PyObject_GetAttr() now also accept Unicode | Marc-André Lemburg | 2000-09-18 | 1 | -11/+37 |
|
|
* | Fix for SF bug 110688: Instance deallocation neglected to account for | Tim Peters | 2000-09-17 | 1 | -12/+28 |
|
|
* | Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. | Tim Peters | 2000-09-16 | 1 | -1/+1 |
|
|
* | Don't remove instance objects from the GC container set until we are | Neil Schemenauer | 2000-09-15 | 1 | -2/+1 |
|
|
* | Correctly cast the return value of realloc. | Martin v. Löwis | 2000-09-15 | 1 | -1/+1 |
|
|
* | Correctly use realloc return value. Fixes bug #114424. | Martin v. Löwis | 2000-09-15 | 1 | -1/+1 |
|
|
* | Fix for bug 113934. string*n and unicode*n did no overflow checking at | Tim Peters | 2000-09-09 | 2 | -4/+36 |
|
|
* | changed \x to consume exactly two hex digits, also for unicode | Fredrik Lundh | 2000-09-03 | 1 | -55/+66 |
|
|
* | Cosmetic cleanup by Vladimir. | Thomas Wouters | 2000-09-02 | 1 | -43/+49 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 20 | -180/+0 |
|
|
* | Rewritten some pieces of PyNumber_InPlaceAdd() for clarity. | Guido van Rossum | 2000-09-01 | 1 | -15/+20 |
|
|
* | Fix grouping, again. This time properly :-) Sorry, guys. | Thomas Wouters | 2000-09-01 | 1 | -3/+3 |
|
|
* | refactor __del__ exception handler into PyErr_WriteUnraisable | Jeremy Hylton | 2000-09-01 | 1 | -20/+1 |
|
|
* | Add parens suggested by gcc -Wall. | Guido van Rossum | 2000-09-01 | 1 | -2/+3 |
|
|
* | Slight performance hack that also avoids requiring the existence of thread | Fred Drake | 2000-08-31 | 1 | -12/+124 |
|
|
* | Clear errors raised by PyObject_Compare() without losing any existing | Fred Drake | 2000-08-31 | 1 | -9/+44 |
|
|
* | Fix grouping: this is how I intended it, misguided as I was in boolean | Thomas Wouters | 2000-08-31 | 1 | -2/+2 |
|
|
* | Peter Schneider-Kamp <nowonder@nowonder.de>: | Fred Drake | 2000-08-31 | 1 | -7/+3 |
|
|
* | Removed compiler warning about wanting explicit grouping around && | Fred Drake | 2000-08-31 | 1 | -4/+6 |
|
|
* | PyOS_CheckStack() returns 1 when failing, not -1. | Guido van Rossum | 2000-08-30 | 1 | -1/+1 |
|
|
* | Fixed a serious typo. | Marc-André Lemburg | 2000-08-25 | 1 | -1/+1 |
|
|
* | Fix to bug [ Bug #111860 ] file.writelines() crashes. | Marc-André Lemburg | 2000-08-25 | 1 | -9/+34 |
|
|
* | Call PyErr_Clear() to clear the AttributeError raised by GetAttr. | Thomas Wouters | 2000-08-25 | 1 | -0/+1 |
|
|
* | Support for the in-place operations introduced by augmented assignment. Only | Thomas Wouters | 2000-08-24 | 3 | -29/+647 |
|
|
* | Addendum to previous change: now that 'f' is not unconditionally | Thomas Wouters | 2000-08-23 | 1 | -11/+11 |
|
|
* | Add extra check on whether 'tp_as_number' is still non-NULL after coercion, | Thomas Wouters | 2000-08-23 | 1 | -24/+28 |
|
|
* | Added PyOS_CheckStack call to PyObject_Compare | Jack Jansen | 2000-08-22 | 1 | -0/+13 |
|
|
* | Added include for limits.h | Jack Jansen | 2000-08-22 | 2 | -0/+8 |
|
|
* | PyUnicode_AsUTF8String(): /F picks up what I missed: the local var | Barry Warsaw | 2000-08-18 | 1 | -2/+0 |
|
|
* | PyUnicode_AsUTF8String(): Don't need to explicitly incref str since | Barry Warsaw | 2000-08-18 | 1 | -7/+3 |
|
|
* | make_pair(): When comparing the pointers, they must be cast to integer | Barry Warsaw | 2000-08-18 | 1 | -2/+6 |
|
|
* | PyFloat_FromString(): Move s_buffer[] up to the top-level function | Barry Warsaw | 2000-08-18 | 1 | -2/+1 |
|
|
* | PyInstance_DoBinOp(): When comparing the pointers, they must be cast | Barry Warsaw | 2000-08-18 | 1 | -1/+4 |
|
|
* | Apply SF patch #101029: call __getitem__ with a proper slice object if there | Thomas Wouters | 2000-08-17 | 2 | -9/+97 |
|
|
* | Insure properly identifies the `interned' dictionary as leaking at | Barry Warsaw | 2000-08-16 | 1 | -0/+12 |
|
|
* | Updated comment | Andrew M. Kuchling | 2000-08-16 | 1 | -1/+1 |
|
|
* | Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. | Tim Peters | 2000-08-15 | 4 | -100/+74 |
|
|
* | Fixed a couple of instances where a 0-length string was being | Marc-André Lemburg | 2000-08-14 | 1 | -6/+13 |
|
|
* | Check for overflow in list object insertion and raise OverflowError. | Trent Mick | 2000-08-13 | 1 | -0/+5 |
|
|
* | Clean up warning from Monterey compiler. | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | Clean up a warning on Win64. The downcast of the strlen size_t | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | Add the current Win64 compiler to the list of those that need the | Trent Mick | 2000-08-12 | 1 | -1/+5 |
|
|
* | Add largefile support for Linux64 and WIn64. Add test_largefile and some minor | Trent Mick | 2000-08-11 | 1 | -37/+145 |
|
|
* | Fix missing decrements of the recursive counter in PyObject_Compare(). | Vladimir Marangozov | 2000-08-11 | 1 | -6/+12 |
|
|
* | Barry's patch to implement the new setdefault() method. | Guido van Rossum | 2000-08-08 | 1 | -0/+36 |
|
|
* | Removing UTF-16 aware Unicode comparison code. This kind of compare | Marc-André Lemburg | 2000-08-08 | 1 | -0/+33 |
|
|