| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #17223: the test is specific to 32-bit wchar_t type | Victor Stinner | 2013-03-08 | 1 | -11/+3 |
|
|
* | Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE) | Victor Stinner | 2013-02-26 | 1 | -11/+18 |
|
|
* | Issue #17223: array module: Fix a crasher when converting an array containing | Victor Stinner | 2013-02-25 | 1 | -0/+6 |
|
|
* | #16888: test_array now works with unittest test discovery. Patch by Zachary ... | Ezio Melotti | 2013-01-10 | 1 | -49/+15 |
|
|
* | Issue #15424: Add a __sizeof__ implementation for array objects. | Meador Inge | 2012-08-11 | 1 | -0/+13 |
|\ |
|
| * | Issue #15424: Add a __sizeof__ implementation for array objects. | Meador Inge | 2012-08-11 | 1 | -0/+13 |
|
|
* | | Issue #13072: Fix test_array for installation without the ctypes module | Victor Stinner | 2012-08-08 | 1 | -2/+11 |
|
|
* | | Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... | Victor Stinner | 2012-08-08 | 1 | -1/+2 |
|
|
* | | Issue #13072: Fix test_array for Windows with 16-bit wchar_t | Victor Stinner | 2012-08-08 | 1 | -2/+2 |
|
|
* | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -0/+14 |
|
|
* | | Remove mention of narrow/wide builds and update array doc, add a test. | Ezio Melotti | 2011-10-25 | 1 | -1/+2 |
|
|
* | | array module uses the new Unicode API | Victor Stinner | 2011-09-29 | 1 | -2/+6 |
|
|
* | | Issue #1172711: Add 'long long' support to the array module. | Meador Inge | 2011-09-21 | 1 | -0/+21 |
|/ |
|
* | Issue #5109: array.array constructor will now use fast code when | Alexander Belopolsky | 2011-01-11 | 1 | -0/+10 |
|
|
* | test_array: fix the DeprecationWarning('object.__init__() takes no parameters') | Victor Stinner | 2011-01-04 | 1 | -1/+1 |
|
|
* | #10668: fix wrong call of __init__. | Georg Brandl | 2010-12-10 | 1 | -1/+1 |
|
|
* | #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the... | Georg Brandl | 2010-12-04 | 1 | -0/+6 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -4/+4 |
|
|
* | Issue #8990: array.fromstring() and array.tostring() get renamed to | Antoine Pitrou | 2010-09-01 | 1 | -10/+48 |
|
|
* | Issue #5395: check that array.fromfile() re-raises an IOError instead of repl... | Antoine Pitrou | 2010-07-21 | 1 | -0/+11 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 77821 via svnmerge from | Mark Dickinson | 2010-01-29 | 1 | -0/+3 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -3/+3 |
|
|
* | Merged revisions 74477 via svnmerge from | Frank Wierzbicki | 2009-08-16 | 1 | -0/+19 |
|
|
* | Don't check 64-bit test cases on 32-bit machine. | Alexandre Vassalotti | 2009-07-15 | 1 | -1/+15 |
|
|
* | Issue #2389: Implement a portable mechanism for pickling array objects. | Alexandre Vassalotti | 2009-07-15 | 1 | -10/+140 |
|
|
* | Add the fix for issue 4509 to the mapping methods. | Alexandre Vassalotti | 2009-07-05 | 1 | -26/+21 |
|
|
* | Fix array.extend and array.__iadd__ to handle the case where an array | Alexandre Vassalotti | 2009-07-05 | 1 | -0/+13 |
|
|
* | Add more test cases to BaseTest.test_memoryview_no_resize. | Alexandre Vassalotti | 2009-07-05 | 1 | -0/+6 |
|
|
* | Issue 4509: Do not modify an array if we know the change would result | Alexandre Vassalotti | 2009-07-05 | 1 | -0/+16 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -37/+37 |
|
|
* | Issue #5334: array.fromfile() failed to insert values when EOFError was raised. | Hirokazu Yamamoto | 2009-03-06 | 1 | -2/+1 |
|
|
* | Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r... | Raymond Hettinger | 2009-01-27 | 1 | -0/+2 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 1 | -2/+0 |
|
|
* | Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for proto... | Hirokazu Yamamoto | 2008-12-27 | 1 | -3/+3 |
|
|
* | Issue #4583: crash after resizing an array.array which has buffer exports. | Antoine Pitrou | 2008-12-18 | 1 | -1/+17 |
|
|
* | Merged revisions 66703,66708 via svnmerge from | Benjamin Peterson | 2008-10-10 | 1 | -4/+5 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -0/+17 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -1/+1 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -7/+7 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+1 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 1 | -1/+1 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -2/+0 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -0/+34 |
|
|
* | Creating an array with a bytes object as initializer | Guido van Rossum | 2007-07-03 | 1 | -0/+4 |
|
|
* | "Fix" the array module test -- by ripping out the 'c' typecode. | Guido van Rossum | 2007-06-18 | 1 | -40/+2 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|
* | Fixed array.fromfile(); removed references to PyFileObject in array.tofile(). | Guido van Rossum | 2007-05-24 | 1 | -7/+1 |
|
|