| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,... | Benjamin Peterson | 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 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Fix the bug described in | Michael W. Hudson | 2002-06-19 | 1 | -1/+42 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-15 | 1 | -28/+30 |
|
|
* | Patch 520694: arraymodule.c improvements: | Martin v. Löwis | 2002-03-01 | 1 | -4/+141 |
|
|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
|
|
* | Verify that str(a) and repr(a) don't blow up (part of SF patch 102068). | Tim Peters | 2000-11-14 | 1 | -0/+5 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -161/+160 |
|
|
* | arraymodule: Fix SF bug 113960. | Tim Peters | 2000-09-16 | 1 | -2/+12 |
|
|
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 1 | -0/+40 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-28 | 1 | -2/+54 |
|
|
* | Add tests for array self-assigns. (This one has no relevance to JPython.) | Guido van Rossum | 1998-07-16 | 1 | -1/+28 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -38/+38 |
|
|
* | Use `...` around binary strings. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
|
|
* | Use TESTFN instead of /etc/passwd and /dev/null as test files. | Guido van Rossum | 1997-04-09 | 1 | -5/+12 |
|
|
* | Many scripts, but small changes. Update the way the scripts obtain the | Roger E. Masse | 1996-12-20 | 1 | -13/+25 |
|
|
* | module to test the arraymodule created and added to testall.py | Roger E. Masse | 1996-12-09 | 1 | -0/+40 |
|
|