225 Commits (de2e448414530689f2e60e84fd78bdfebb772898)

Author SHA1 Message Date
Neal Norwitz 545686b279 Remove PyFloat_AsReprString() and PyFloat_AsString() which should not 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Guido van Rossum 4f72a78684 Jiwon Seo's PEP 3102 implementation. 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
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Neal Norwitz edb2168079 This code is actually not used unless WITHOUT_COMPLEX is defined. 20 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 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
Brett Cannon c9371d4a1b Fix signedness of various char variables to stop causing a warning under gcc 4. 21 years ago
Michael W. Hudson f2ca5af439 Fix bug 21 years ago
Michael W. Hudson 01fca11080 Remove extraneous format character from PyArg_ParseTuple call in 21 years ago
Michael W. Hudson 6d6917be00 Fix a couple of crashing-on-malformed data marshal bugs. 21 years ago
Michael W. Hudson df88846ebc This is my patch: 21 years ago
Fred Drake d7c27bef52 remove unused variable 21 years ago
Raymond Hettinger a422c34b70 SF 1098985: set objects cannot be marshalled 21 years ago
Armin Rigo 2ccea17856 Any call to marshal.dumps() with the new optional argument 'version' just 21 years ago
Martin v. Löwis ef82d2fdfe Patch #923098: Share interned strings in marshal. 22 years ago
Neal Norwitz d85c452604 Make private function static 22 years ago
Martin v. Löwis 737ea82a5a Patch #774665: Make Python LC_NUMERIC agnostic. 22 years ago
Armin Rigo 01ab279056 Marshal clean-up (SF patch #873224) 22 years ago
Jason Tishler 6bc06eca70 Bug #794140: cygwin builds do not embed 23 years ago
Thomas Heller 37d5a15e02 Whitespace normalization. 24 years ago
Thomas Heller 3e1c18ad0c Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000). 24 years ago
Neal Norwitz 7fdcb41131 Fix SF bug # 561858 Assertion with very long lists 24 years ago
Guido van Rossum 77f6a65eb0 Add the 'bool' type and its values 'False' and 'True', as described in 24 years ago
Neal Norwitz 031829d3ef Use symbolic METH_VARARGS instead of 1 for ml_flags 24 years ago
Jeremy Hylton 9f64caaf00 Use PyObject_CheckReadBuffer(). 25 years ago
Guido van Rossum b8cf3e64be SF patch #470393 (Jim Ahlstrom): Add missing marshal function 25 years ago
Michael W. Hudson 8019913e4a fix for part of bug #453523: disable unmarshalling of code objects in 25 years ago
Tim Peters 8211237db8 marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit 25 years ago
Martin v. Löwis 339d0f720e Patch #445762: Support --disable-unicode 25 years ago
Tim Peters 5ca576ed0a Merging the gen-branch into the main line, at Guido's direction. Yay! 25 years ago
Tim Peters 72f98e9b83 SF bug #422177: Results from .pyc differs from .py 25 years ago
Tim Peters 44714007e8 test_pickle works on sizeof(long)==8 boxes again. 25 years ago
Tim Peters d9b9ac855c It's unclear whether PyMarshal_XXX() are part of the public or private API. 25 years ago
Jeremy Hylton 64949cb753 PEP 227 implementation 25 years ago
Tim Peters 691e0e95de Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with getc(). 25 years ago
Tim Peters 102e457a01 SF bug 119622: compile errors due to redundant atof decls. I don't understand 26 years ago