128 Commits (ff337ccd4bf9b6edea5aa25ea72f7d4c02a3bf47)

Author SHA1 Message Date
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Antoine Pitrou 18e63fbe64 Issue #7332: Remove the 16KB stack-based buffer in 16 years ago
Benjamin Peterson bea424af98 more _PyString_Resize error checking 16 years ago
Mark Dickinson 51ae4921b3 Set retval on PyOS_string_to_double failure. 16 years ago
Eric Smith b218d289e6 Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k. 16 years ago
Eric Smith 156692752d Removed calls to PyFloat_AsReprString. 16 years ago
Mark Dickinson c3a12775e2 Issue #7019: An attempt to unmarshal bad long data could produce 17 years ago
Mark Dickinson 7e7a3ec901 Issue #7019: Unmarshalling of bad long data could produce unnormalized 17 years ago
R. David Murray 98c7879b65 Merged revisions 72601 via svnmerge from 17 years ago
R. David Murray 525cffcd7e Move news item to correct section, remove spurious 'see below' 17 years ago
R. David Murray 666f1838a9 Merged revisions 72597 via svnmerge from 17 years ago
R. David Murray a3ec697cbd Issue 5994: add docstrings to marshal. 17 years ago
Mark Dickinson efc82f7e8e Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. 17 years ago
Nick Coghlan 8eba5ed0d9 Make marshalling errors a little more informative as to what went wrong 17 years ago
Raymond Hettinger 75ee9eb9c6 Issue #3116 and #1792: Fix quadratic behavior in marshal.dumps(). 18 years ago
Raymond Hettinger 305480c9dc Issue 3116: fix quadratic behavior in marshal.dumps(). 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Andrew M. Kuchling 6c02916dfb #1792: Improve performance of marshal.dumps() on large objects by increasing 18 years ago
Neal Norwitz fb43d1e4aa Fix refleak 18 years ago
Christian Heimes 67ac0667f0 Removed unused var 18 years ago
Raymond Hettinger bf3d1d5dc8 Removed unnecessary conditional (spotted by Neal Norwitz). 18 years ago
Raymond Hettinger 52716c94be Let marshal built-up sets and frozensets one element at a time (without creating an intermediate tuple). 18 years ago
Raymond Hettinger dee3f65d98 Revert PySet_Add() changes. 18 years ago
Raymond Hettinger b423f02aa5 Let marshal build-up sets and frozensets one element at a time. 18 years ago
Raymond Hettinger 12e94200c0 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). 18 years ago
Neal Norwitz 163048ed12 Backport 58424: 19 years ago
Neal Norwitz 15f2661758 Fix Coverity 185-186: If the passed in FILE is NULL, uninitialized memory 19 years ago
Neal Norwitz ce15dce421 Drop the max stack depth to something that works in 2.6 19 years ago
Neal Norwitz f6b0e4dca8 Last try for tweaking the max stack depth. 5000 was the original value, 19 years ago
Neal Norwitz 4f82bc3183 Set the depth to something very small to try to determine if the 19 years ago
Neal Norwitz 117ef0863b Reduce the max stack depth to see if this fixes the segfaults on 19 years ago
Neal Norwitz dc78cc6f7c Fix bug in marshal where bad data would cause a segfault due to 19 years ago
Neal Norwitz b1a9b37aa8 Fix bug in marshal where bad data would cause a segfault due to 19 years ago
Armin Rigo 7ccbca93a2 Forward-port of r52136,52138: a review of overflow-detecting code. 20 years ago
Armin Rigo 4b63c21d6f Forward-port of r52136: a review of overflow-detecting code. 20 years ago
Neal Norwitz edb2168079 This code is actually not used unless WITHOUT_COMPLEX is defined. 20 years ago
Georg Brandl bf92f46572 Convert more modules to METH_VARARGS. 20 years ago
Martin v. Löwis 725507b52e Change int to Py_ssize_t in several places. 20 years ago
Thomas Wouters 695934a0ef Make Py_ssize_t clean. 20 years ago
Thomas Wouters 7464b43e41 Fix incompatible assignment warning from previous checkin. 20 years ago
Thomas Wouters 7f401ef73d Fix gcc (4.0.x) warning about use of uninitialized variables. 20 years ago
Martin v. Löwis 67baee6287 Move cast to suppress warning. 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Neal Norwitz ef78529e86 version was not initialized properly 20 years ago
Jeremy Hylton ec97a28b60 Fix a bunch of imports to use code.h instead of compile.h. 21 years ago
Jeremy Hylton 3e0055f8c6 Merge ast-branch to head 21 years ago
Raymond Hettinger beb3101b05 Add a C API for sets and frozensets. 21 years ago