222 Commits (ea134da9297b14bfa8dbf3a45149bc2df28c1eb9)

Author SHA1 Message Date
Neal Norwitz 6f5ff3f3eb Klocwork made another run and found a bunch more problems. 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Guido van Rossum 3cf5b1eef9 Get rid of most of the flags (in tp_flags) that keep track of various 20 years ago
Martin v. Löwis 0e8bd7e1cc Patch #1495999: Part two of Windows CE changes. 20 years ago
Brett Cannon de3b052216 Buffer objects would return the read or write buffer for a wrapped object when 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Martin Blais 2856e5f390 Support for buffer protocol for socket and struct. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Skip Montanaro cbe2e491bc C++ compiler cleanup: a cast here, a cast there... still does not compile under C++ though... 20 years ago
Thomas Wouters c6e55068ca Use Py_VISIT in all tp_traverse methods, instead of traversing manually or 20 years ago
Neal Norwitz 92a6be4318 Whitespace: break long line 20 years ago
Guido van Rossum 38fff8c4e4 Checking in the code for PEP 357. 20 years ago
Hye-Shik Chang 4af5c8cee4 SF #1444030: Fix several potential defects found by Coverity. 20 years ago
Thomas Wouters b9eb5510e6 Convert array.array.insert to use Py_ssize_t (like the rest already does.) 20 years ago
Georg Brandl 1b6726732c Bug #1432350: arrayobject should use PyObject_VAR_HEAD 20 years ago
Thomas Wouters 7a2f83b706 Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple(). 20 years ago
Martin v. Löwis ad0a4629be Use Py_ssize_t for counts and sizes. 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
Georg Brandl 02c42871cf Disallow keyword arguments for type constructors that don't use them. 21 years ago
Raymond Hettinger b0900e6a21 SF #1085304: Make array.array pickle-able 21 years ago
Raymond Hettinger 6ab78cd0c0 SF feature request #992967: array.array objects should support sequences. 22 years ago
Raymond Hettinger cb87bc8e7e Add weakref support to array.array and file objects. 22 years ago
Raymond Hettinger 49f9bd15ff SF feature request #686323: Minor array module enhancements 22 years ago
Raymond Hettinger 6e2ee866fa Update the array overallocation scheme to match the approach used for 22 years ago
Raymond Hettinger 3aa82c07f7 SF bug #910986: copy.copy fails for array.array 22 years ago
Raymond Hettinger 8ae4689657 Simplify and speedup uses of Py_BuildValue(): 23 years ago
Raymond Hettinger 85004cc47d SF bug #782369: Massive memory leak in array module 23 years ago
Walter Dörwald 8bb1ae9c34 All calls to getarrayitem() (which is static) are done either in loops 23 years ago
Walter Dörwald 9e46abed50 Fix array.array.insert(), so that it treats negative indices as 23 years ago
Raymond Hettinger 84fc9aa6ce SF 686323: Minor array module enhancements 23 years ago
Raymond Hettinger 88ba1e39ec SF Patch 685051: fix for 680789: reprs in arraymodule 23 years ago
Raymond Hettinger 1da1dbf458 Renamed PyObject_GenericGetIter to PyObject_SelfIter 23 years ago
Raymond Hettinger e0cce8f8f0 Created PyObject_GenericGetIter(). 23 years ago
Neal Norwitz 937ca98e34 SF patch #687598, array.append is sloooow 23 years ago
Jason Tishler 8437570ec2 Patch #676837: Cygwin array module patch 23 years ago
Raymond Hettinger 625812f618 SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots 23 years ago
Jason Tishler fb8595df4f Patch #661760: Cygwin auto-import module patch 23 years ago
Raymond Hettinger 36cd2bf459 SF patch 660559: Use METH_O and METH_NOARGS where possible 23 years ago
Mark Hammond fe51c6d66e Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 24 years ago
Michael W. Hudson 56796f672f Fix for 24 years ago
Tim Peters 0c32279626 Removed more stray instances of statichere, but left _sre.c alone. 24 years ago
Jeremy Hylton 938ace69a0 staticforward bites the dust. 24 years ago
Michael W. Hudson 9c14badc5f Fix the bug described in 24 years ago
Martin v. Löwis 14f8b4cfcb Patch #568124: Add doc string macros. 24 years ago
Michael W. Hudson 1755ad9b02 array_tounicode isn't defined in --disable-unicode builds... 24 years ago
Martin v. Löwis b9132a2a15 Indicate delayed initialization of slots. Suggested by tim.one. 24 years ago
Martin v. Löwis edbffc1725 Patch #551009: Initialize array type dynamically. 24 years ago
Neil Schemenauer aa769ae468 PyObject_Del can now be used as a function designator. 24 years ago
Fred Drake f4e3484692 Use the PyModule_*() API instead of manipulating the module dictionary 24 years ago