| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27570: Avoid zero-length memcpy() calls with null source pointers | Martin Panter | 2016-09-07 | 1 | -3/+13 |
* | Issue #24613: Calling array.fromstring() with self is no longer allowed | Serhiy Storchaka | 2015-07-26 | 1 | -0/+1 |
* | Fixed the array module in unicode disabled build (regression of issue20014). | Serhiy Storchaka | 2015-05-31 | 1 | -1/+4 |
* | Issue #20014: array.array() now accepts unicode typecodes. Based on patch by | Serhiy Storchaka | 2015-05-16 | 1 | -0/+21 |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -1/+0 |
* | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -1/+1 |
* | Issue #19604: Use specific asserts in array tests. | Serhiy Storchaka | 2013-11-17 | 1 | -34/+34 |
* | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -8/+9 |
* | Issue #15424: Add a __sizeof__ implementation for array objects. | Meador Inge | 2012-08-10 | 1 | -0/+13 |
* | test_array: make quiet the DeprecationWarning | Victor Stinner | 2011-07-05 | 1 | -1/+4 |
* | Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,... | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
* | Reverted r87944 - issue #5109 should not have been backported | Alexander Belopolsky | 2011-01-11 | 1 | -10/+0 |
* | Merged revisions 87942 via svnmerge from | Alexander Belopolsky | 2011-01-11 | 1 | -0/+10 |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -2/+2 |
* | Merged revisions 83030 via svnmerge from | Antoine Pitrou | 2010-07-21 | 1 | -0/+11 |
* | #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k... | Florent Xicluna | 2010-03-21 | 1 | -1/+2 |
* | Issue #7788: Fix a crash produced by deleting a list slice with huge | Mark Dickinson | 2010-01-29 | 1 | -0/+3 |
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -3/+3 |
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -3/+1 |
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -1/+3 |
* | Add test of file.write(array) extracted from Jython. | Frank Wierzbicki | 2009-08-16 | 1 | -0/+19 |
* | Backport test cases added in r73852. | Alexandre Vassalotti | 2009-07-05 | 1 | -0/+13 |
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -37/+37 |
* | Issue #4740: Use HIGHEST_PROTOCOL in pickle test. | Hirokazu Yamamoto | 2008-12-27 | 1 | -3/+3 |
* | fix for issue 3862: test_array fails FreeBSD 7 amd64 | Andrew MacIntyre | 2008-10-01 | 1 | -4/+5 |
* | Merge in release25-maint r60793: | Gregory P. Smith | 2008-06-11 | 1 | -0/+17 |
* | Remove the test file before writing it in case there is no write permission. | Neal Norwitz | 2008-04-10 | 1 | -0/+1 |
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
* | Improve extended slicing support in builtin types and classes. Specifically: | Thomas Wouters | 2007-08-28 | 1 | -0/+34 |
* | Fix warnings about object.__init__() signature. | Guido van Rossum | 2007-04-02 | 1 | -1/+0 |
* | SF #1693079: Cannot save empty array in shelve | Raymond Hettinger | 2007-04-02 | 1 | -0/+15 |
* | Bug #1486663: don't reject keyword arguments for subclasses of builtin | Georg Brandl | 2007-01-21 | 1 | -0/+7 |
* | Fix SF bug #1545837: array.array borks on deepcopy. | Thomas Wouters | 2006-08-24 | 1 | -0/+7 |
* | Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, | Tim Peters | 2006-04-10 | 1 | -1/+1 |
* | as is on the road to keyword-hood, use a different var name. | Neal Norwitz | 2006-03-17 | 1 | -7/+7 |
* | Add a slice test with high < low. | Walter Dörwald | 2005-01-21 | 1 | -0/+5 |
* | SF #1085304: Make array.array pickle-able | Raymond Hettinger | 2004-12-16 | 1 | -0/+19 |
* | SF feature request #992967: array.array objects should support sequences. | Raymond Hettinger | 2004-08-29 | 1 | -3/+35 |
* | Add weakref support to array.array and file objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+10 |
* | SF feature request #686323: Minor array module enhancements | Raymond Hettinger | 2004-03-14 | 1 | -0/+7 |
* | SF bug #910986: copy.copy fails for array.array | Raymond Hettinger | 2004-03-13 | 1 | -0/+7 |
* | protect against test problems with Jython | Skip Montanaro | 2003-08-03 | 1 | -6/+7 |
* | added test for bug 782369 | Skip Montanaro | 2003-08-03 | 1 | -0/+9 |
* | Walter's last checkin also needs to work on doubles. | Neal Norwitz | 2003-05-22 | 1 | -7/+3 |
* | test_byteswap() fails on alphas, because treating the byte swapped bit | Walter Dörwald | 2003-05-22 | 1 | -0/+17 |
* | Fix array.array.insert(), so that it treats negative indices as | Walter Dörwald | 2003-05-18 | 1 | -0/+24 |
* | Add another error case to the insert test. | Walter Dörwald | 2003-05-18 | 1 | -0/+1 |
* | Port test_array and test_winsound to PyUnit. Enhance tests for array | Walter Dörwald | 2003-05-18 | 1 | -363/+821 |
* | SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots | Raymond Hettinger | 2003-01-07 | 1 | -0/+6 |
* | Fix for | Michael W. Hudson | 2002-07-29 | 1 | -0/+3 |