- 4e751c3 Mark Hammond withdraws his fix -- the size includes the trailing 0 so by Guido van Rossum · 25 years ago
- a6edfd9 Mark Hammond: by Guido van Rossum · 25 years ago
- ee98e4e Ignore a bunch of generated files. by Barry Warsaw · 25 years ago
- 0e4f657 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 37b1a26 add list_contains and tuplecontains: efficient implementations of tp_contains by Jeremy Hylton · 25 years ago
- ec5b776 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 3c1bb80 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 9e392e2 potentially useless optimization by Jeremy Hylton · 25 years ago
- e92e610 Christian Tismer -- total rewrite on trashcan code. by Guido van Rossum · 25 years ago
- 5ce78f8 Patch by Charles G Waldman to avoid a sneaky memory leak in by Guido van Rossum · 25 years ago
- 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 25 years ago
- f0b7b04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- dc742b3 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 8666291 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- ba71a24 Simple optimization by Christian Tismer, who gives credit to Lenny by Guido van Rossum · 25 years ago
- fd4b957 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 90daa87 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- b244f69 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 5f8b12f Mark Hammond: by Guido van Rossum · 25 years ago
- 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 25 years ago
- ba47704 Conrad Huang points out that "if (0 < ch < 256)", while legal C, by Guido van Rossum · 25 years ago
- 34888ed Fredrik Lundh: eliminate a MSVC compiler warning. by Guido van Rossum · 25 years ago
- 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 25 years ago
- 2ea3e14 Some blank lines. by Guido van Rossum · 25 years ago
- a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 25 years ago
- b7a40ba MBCS codecs. (Win32 only.) By Mark Hammond. by Guido van Rossum · 25 years ago
- 13ff8eb Christian Tismer: by Guido van Rossum · 25 years ago
- 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 25 years ago
- ee70ad1 Checking in the new, improve file.writelines() code. by Guido van Rossum · 25 years ago
- d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 25 years ago
- 96a45ad Fix typo in replace() detected by Mark Hammond and fixed by Marc-Andre. by Guido van Rossum · 25 years ago
- 403d68b Add sq_contains implementation. by Guido van Rossum · 25 years ago
- ef93b87 Added Christian Tismer's patch to allow list.append(a,b,c) back -- by Guido van Rossum · 25 years ago
- 4aa1e63 Marc-AAndre Lemburg: add new unicode files by Guido van Rossum · 25 years ago
- 4c08d55 Many changes for Unicode, by Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
- d57fd91 Unicode implementation by Marc-Andre Lemburg based on original code by by Guido van Rossum · 25 years ago
- 603484d Unicode character type helpers, written by Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
- 9611e0b Patch by Moshe Zadka: remove the string special case in by Guido van Rossum · 25 years ago
- 9284a57 Patch by Moshe Zadka: move the string special case from abstract.c here. by Guido van Rossum · 25 years ago
- bf32583 string_join(): Fix memory leaks discovered by Charles Waldman (and a by Barry Warsaw · 25 years ago
- 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
- ee28c3a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 25 years ago
- 46c6b20 Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This by Guido van Rossum · 25 years ago
- c00a938 OKOK, Greg's right, I should've used the :name option in the argument by Guido van Rossum · 25 years ago
- 4aa24f9 Made all list methods use PyArg_ParseTuple(), for more accurate diagnostics. by Guido van Rossum · 25 years ago
- 0f223d2 Allow using long integers as arguments to PyObject_GetItem(), _SetItem(), by Andrew M. Kuchling · 25 years ago
- 52fccfd dict_has_key(): Accept only one parameter. PR#210 reported by by Fred Drake · 25 years ago
- fb4574e In response to one particular complaint on edu-sig, change some error by Guido van Rossum · 25 years ago
- 1991ddc Make multiplying a sequence by a long integer (5L * 'b') legal by Andrew M. Kuchling · 25 years ago
- bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
- 687ef6e On Linux, one sometimes sees spurious errors after interrupting by Guido van Rossum · 25 years ago
- 57072eb Implement the other easy thing: repr() of a float now uses %.17g, by Guido van Rossum · 25 years ago
- 121ee27 long_format(): Now takes a third parameter, addL; iff true, a by Fred Drake · 25 years ago
- 153a27c do_strip(): Fixed cut-and-paste error; this function should check for by Barry Warsaw · 25 years ago
- 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
- 2c7b8fe Fix PR#66. Solution: add error checking around l_divmod() calls in long_pow(). by Guido van Rossum · 25 years ago
- 42636dc Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname by Guido van Rossum · 25 years ago
- e13ff2e Patch by Tim Peters fixing PR#88: by Guido van Rossum · 25 years ago
- 1a23c24 Patch by Tim Peters fixing PR#89: by Guido van Rossum · 25 years ago
- ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
- 4574f23 PyBuffer_New(): Raise ValueError if size is negative (the other by Fred Drake · 25 years ago
- 0eb55ac Mark Favas was quick to note that the last checkin divides by zero by Guido van Rossum · 26 years ago
- 5bc51f2 Appropriate overflow checks so that things like sys.maxint*(1,) can't dump core. by Guido van Rossum · 26 years ago
- fa71701 When deallocating a list, DECREF the items from the end back to the start. by Guido van Rossum · 26 years ago
- 98c9eba Fix bug discovered by John W. Shipman -- when the width of a format by Guido van Rossum · 26 years ago
- 9263e78 Tim Peters writes: by Guido van Rossum · 26 years ago
- 9bcd1d7 Improve text of some error messages, as suggested by Sean Reifschneider. by Guido van Rossum · 26 years ago
- ff1ccbf casts for picky compilers. by Guido van Rossum · 26 years ago
- 2bc1379 Vladimir Marangozov contributed updated comments. by Guido van Rossum · 26 years ago
- cd037e7 Folded long lines. by Guido van Rossum · 26 years ago
- d7b5fb8 Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if by Guido van Rossum · 26 years ago
- 51288bc Fix a problem with Vladimir's PyInt_Fini code: clear the free list; if by Guido van Rossum · 26 years ago
- 49ded3e Added check for negative offset for PyBuffer_FromObject and check for by Guido van Rossum · 26 years ago
- 3fce883 Vladimir has restructured his code somewhat so that the blocks are now by Guido van Rossum · 26 years ago
- f61bbc8 OK, try again. Vladimir gave me a fix for the alignment bus error, by Guido van Rossum · 26 years ago
- a060fb2 Alas, Vladimir's patch caused a bus error (probably double by Guido van Rossum · 26 years ago
- 881928f Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 26 years ago
- da084ed Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 26 years ago
- 98cc19f Patch by Chris Petrilli to display the origin of a module in its by Guido van Rossum · 26 years ago
- 00d225e Correct typo (Py_MethodDef doesn't exist). Reported by Uwe Zessin. by Guido van Rossum · 26 years ago
- b5cebfe PyLong_FromString(): Nailed a small memory leak. In the str==start by Barry Warsaw · 26 years ago
- 3bbef60 Ai! complex_nonzero() has && which should be ||, else decidedly by Guido van Rossum · 26 years ago
- 3aa23fd Jim Ahlstrom patch: cutoff should be a long for machines with 16-bit by Guido van Rossum · 26 years ago
- 3c25904 Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit int. by Guido van Rossum · 26 years ago
- 031d0e5 Patch by Charles Waldman -- remove unneeded and even harmful test for by Guido van Rossum · 26 years ago
- 5dadf7e Use 'xrange', not 'range', in error messages. Reported by Nathan Sullivan. by Guido van Rossum · 26 years ago
- 4149843 Need to include <sys/types.h> for off_t. by Guido van Rossum · 26 years ago
- 3c9fe0c Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- cdd9ae0 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 8830319 Fix two places (seek and truncate) where a cascade of PyArg_Parse by Guido van Rossum · 26 years ago
- cada293 As noted by Per Cederqvist, new_buffersize() sometimes returns the by Guido van Rossum · 26 years ago
- 68055ce When tracing references, reset the type and size of tuples allocated by Guido van Rossum · 26 years ago
- f5046d1 Remove prototype for PyOS_strtol -- Chris Herborth. by Guido van Rossum · 26 years ago
- 13fdf5e When comparing bound methods, use identity test on the objects, by Guido van Rossum · 26 years ago
- f05fc71 Remove dead code discovered by Vladimir Marangozov. by Guido van Rossum · 26 years ago
- 017f778 Make tuples less hungry -- an extra item was allocated but never used. by Guido van Rossum · 26 years ago
- f61618c A Py_DECREF(f) is missing in PyFrame_New for the error case when by Guido van Rossum · 26 years ago
- 2f3667a Replace fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
- dedf6d6 listextend(): New method which implements L.extend(L2). by Barry Warsaw · 26 years ago
- 3886026 Remove unreachable code. (Sjoerd) by Guido van Rossum · 26 years ago