209 Commits (643238eb53805bc77148adbca83cd22e34d8aeba)

Author SHA1 Message Date
Mark Dickinson bc09964be1 Merged revisions 77821 via svnmerge from 16 years ago
Mark Dickinson 0273354ab6 Merged revisions 77821 via svnmerge from 16 years ago
Mark Dickinson 36ecd676ea Issue #7788: Fix a crash produced by deleting a list slice with huge 16 years ago
Mark Dickinson cc16d16add Silence gcc warning about possibly uninitialized variable 'converted_items' 17 years ago
Georg Brandl df475156f4 Merged revisions 73862,73872 via svnmerge from 17 years ago
Georg Brandl ae83d6ee37 Merged revisions 73833,73838,73850-73852,73856-73857 via svnmerge from 17 years ago
Georg Brandl c5605dffdb Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from 17 years ago
Alexandre Vassalotti 7aaa770b08 Use the proper autoconf macro for checking byte order. 17 years ago
Alexandre Vassalotti 5f8ed3702d Fix omission in a comment. 17 years ago
Alexandre Vassalotti 999ecc0eaf Issue #2389: Pickle array objects using a list representation for portability 17 years ago
Alexandre Vassalotti ad077154d0 Issue #2389: Implement a portable mechanism for pickling array objects. 17 years ago
Georg Brandl 216cca7d44 #6430: remove mention of "w" array typecode. 17 years ago
Alexandre Vassalotti 47137250ff Add the fix for issue 4509 to the mapping methods. 17 years ago
Alexandre Vassalotti e503cf9b0e Fix array.extend and array.__iadd__ to handle the case where an array 17 years ago
Alexandre Vassalotti 7e4f3215db Issue 4509: Do not modify an array if we know the change would result 17 years ago
Jesus Cea 585ad8ae5e Merged revisions 69846 via svnmerge from 17 years ago
Benjamin Peterson a921fb0f66 Py_BuildValue's 'c' code should use byte strings #5666 17 years ago
Hirokazu Yamamoto 54d0df69c0 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. 17 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Mark Dickinson 3e4caeb3bf Issue #5341: Fix a variety of spelling errors. 17 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Antoine Pitrou 3ad3a0d366 Issue #4583: crash after resizing an array.array which has buffer exports. 17 years ago
Martin v. Löwis 423be95dcf Merged revisions 65654 via svnmerge from 18 years ago
Neal Norwitz 83ac0144fa Backport code from r65182: 18 years ago
Georg Brandl d492ad80c8 Merged revisions 65182 via svnmerge from 18 years ago
Gregory P. Smith 0470bab697 Issue #2620: Overflow checking when allocating or reallocating memory 18 years ago
Amaury Forgeot d'Arc 9c74b14fe9 Merged revisions 64114 via svnmerge from 18 years ago
Amaury Forgeot d'Arc 35c8658a74 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from 18 years ago
Martin v. Löwis 59683e8529 Merged revisions 64226 via svnmerge from 18 years ago
Martin v. Löwis 111c180674 Make more symbols static. 18 years ago
Neal Norwitz 705cd06f91 Fix some memory dealloc problems when exceptions occur. 18 years ago
Gregory P. Smith 9d53457e59 Merge in release25-maint r60793: 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Travis E. Oliphant 3900088cb6 Remove locking from buffer protocol as-per discussion. 18 years ago
Christian Heimes 72b710a596 Renamed PyString to PyBytes 18 years ago
Christian Heimes 9c4756ea26 Renamed PyBytes to PyByteArray 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Benjamin Peterson f19a7b90bd A little reformating of Py3k warnings 18 years ago
Benjamin Peterson 9f4f48114f Use PyErr_WarnPy3k throughout 18 years ago
Georg Brandl 1e7c37514d #2359: add Py3k warning for array.read/array.write. 18 years ago
Martin v. Löwis 9c04257bf9 Fix deallocation of array objects when allocation ran out of memory. 18 years ago
Martin v. Löwis 73c01d4101 Added checks for integer overflows, contributed by Google. Some are 18 years ago
Georg Brandl f25ef50549 Remove the deprecated array.read/write methods. 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 19 years ago
Christian Heimes e93237dfcc #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 19 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 19 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 19 years ago
Guido van Rossum 7c4c6c5d8a Fix typo: formats -> format. (Only mattered in wide unicode builds.) 19 years ago
Travis E. Oliphant ddacf96868 Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface. Fix up array module to export the correct format for wide-builds. 19 years ago