256 Commits (fdaeea620f8c78da89cddba4ab010c64535800e0)

Author SHA1 Message Date
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
Martin v. Löwis 1ee1b6fe0d Use identifier API for PyObject_GetAttrString. 14 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 14 years ago
Victor Stinner 1fe99a2ea7 Fix a compiler warning 14 years ago
Victor Stinner 1fbcaeff55 Fix array.array('u') constructor 14 years ago
Victor Stinner 8dba4e004f array module uses the new Unicode API 14 years ago
Victor Stinner f8bb7d02f6 array module stores the typecode in a char, instead of Py_UNICODE 14 years ago
Georg Brandl 4cb0de246c Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY"). 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Mark Dickinson c7d93b7614 Issue #1621: Fix undefined behaviour from signed overflow in datetime module hashes, array and list iterations, and get_integer (stringlib/string_format.h) 15 years ago
Meador Inge 1c9f0c93ad Issue #1172711: Add 'long long' support to the array module. 15 years ago
Brian Curtin dfc80e3d97 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
Brett Cannon 4a5e5de03f Revert a reversed comparison order introduced in r70695. 15 years ago
Brett Cannon a0b1ff5844 Remove some extraneous parentheses and swap the comparison order to 15 years ago
Brett Cannon b94767ff44 Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
Alexander Belopolsky 4ea1aacb94 Reverted r87944 - issue #5109 should not have been backported 15 years ago
Alexander Belopolsky 830c85d0ba Merged revisions 87942 via svnmerge from 15 years ago
Alexander Belopolsky ef4a03fffe Issue #5109: array.array constructor will now use fast code when 15 years ago
Georg Brandl c29cc6a8f2 #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat. 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Amaury Forgeot d'Arc 24aa26b05e Fix compilation warnings seen on Windows. 15 years ago
Victor Stinner 9f0b51e4e3 Issue #10359: Use Py_UNICODE for the typecode in array 15 years ago
Antoine Pitrou 1ce3eb5c5b Issue #8990: array.fromstring() and array.tostring() get renamed to 16 years ago
Mark Dickinson 5e684339c2 Merged revisions 83751-83752 via svnmerge from 16 years ago
Mark Dickinson 13197f4e29 Merged revisions 83751-83752 via svnmerge from 16 years ago
Mark Dickinson 346f0af4f6 Issue #9526: Remove outdated casts to int that were preventing the array module from working correctly with arrays > 2GB. 16 years ago
Antoine Pitrou ea435512ea Merged revisions 83031 via svnmerge from 16 years ago
Antoine Pitrou 7a7013e830 Merged revisions 83030 via svnmerge from 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
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
Mark Dickinson 57a432d95e Merged revisions 78192 via svnmerge from 16 years ago
Mark Dickinson bbe63069ef Merged revisions 78189 via svnmerge from 16 years ago
Mark Dickinson 79e1f8a328 Merged revisions 78189 via svnmerge from 16 years ago
Mark Dickinson d5fdc069fa Silence more 'comparison between signed and unsigned' warnings. 16 years ago
Mark Dickinson a53f2c997e Merged revisions 77823 via svnmerge from 16 years ago
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' 16 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