182 Commits (eda1f4cf07557f030a33130c5845f3cdca8e2fba)

Author SHA1 Message Date
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
Martin v. Löwis aa158be623 Remove tp_print. 24 years ago
Martin v. Löwis 9986633609 Patch 520694: arraymodule.c improvements: 24 years ago
Guido van Rossum 146483964e Patch supplied by Burton Radons for his own SF bug #487390: Modifying 24 years ago
Tim Peters 885d457709 sprintf -> PyOS_snprintf in some "obviously safe" cases. 25 years ago
Guido van Rossum 702d08ec05 Fix buffer_info() docstring to match reality. See SF bug #444842. 25 years ago
Tim Peters b870c75253 Make it possible to find the use of tp_as_buffer here with a global search. 25 years ago
Guido van Rossum 2b597e4f54 Correct one-line typo, reported by yole @ SF, bug 130077. 25 years ago
Guido van Rossum 05bbb9a8fb The array type was missing the Py_TPFLAGS_DEFAULT initializer for the 25 years ago
Guido van Rossum 9d19cb8a70 Same treatment as listobject.c: 25 years ago
Tim Peters 7c1cb46126 Fix for SF bug 117402, crashes on str(array) and repr(array). This was an 26 years ago
Fred Drake d5fadf75e4 Rationalize use of limits.h, moving the inclusion to Python.h. 26 years ago
Tim Peters 077a11dd00 arraymodule: Fix SF bug 113960. 26 years ago
Tim Peters bb307343e4 General cleanup in preparation for a bugfix: removed unused code, useless 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Fred Drake 8ce159aef5 Peter Schneider-Kamp <nowonder@nowonder.de>: 26 years ago
Trent Mick 6c116dd56b Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread 26 years ago
Tim Peters 329e29198d Removed decl of unreferenced vrbl. 26 years ago
Peter Schneider-Kamp dc71cacc9c replaced PyArgs_Parse by PyArgs_ParseTuple 26 years ago
Peter Schneider-Kamp 5a65c2d436 added count, extend, index, pop and remove to arraymodule 26 years ago
Thomas Wouters f3f33dcf03 Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 26 years ago
Peter Schneider-Kamp 9656abd913 ANSI-fication (got lost in the deep seas of source forge <wink>) 26 years ago
Tim Peters dbd9ba6a6c Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. 26 years ago
Guido van Rossum db67739d4f Jack Jansen, Mac patch: 26 years ago
Guido van Rossum 9f754e0e2d In b_setitem(), instead of the platform dependent CHAR_MIN and 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum 7d0ae5e14e Trent Mick: use size_t instead of int where appropriate (in 26 years ago
Fred Drake 541dc3b7b2 Trent Mick <trentm@activestate.com>: 26 years ago
Fred Drake 137507ea03 Michael Hudson <mwh21@cam.ac.uk>: 26 years ago