1. 7a7013e Merged revisions 83030 via svnmerge from by Antoine Pitrou · 15 years ago
  2. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  3. 36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge by Mark Dickinson · 15 years ago
  4. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  7. df75677 Add test of file.write(array) extracted from Jython. by Frank Wierzbicki · 16 years ago
  8. 5b1abb7 Backport test cases added in r73852. by Alexandre Vassalotti · 16 years ago
  9. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  10. 0fc0747 Issue #4740: Use HIGHEST_PROTOCOL in pickle test. by Hirokazu Yamamoto · 16 years ago
  11. bf24401 fix for issue 3862: test_array fails FreeBSD 7 amd64 by Andrew MacIntyre · 17 years ago
  12. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
  13. 36a59b4 Remove the test file before writing it in case there is no write permission. by Neal Norwitz · 17 years ago
  14. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  15. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 18 years ago
  16. ab8802a Fix warnings about object.__init__() signature. by Guido van Rossum · 18 years ago
  17. e6e660b SF #1693079: Cannot save empty array in shelve by Raymond Hettinger · 18 years ago
  18. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 18 years ago
  19. 9e398ca Fix SF bug #1545837: array.array borks on deepcopy. by Thomas Wouters · 19 years ago
  20. 9bdc85f Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, by Tim Peters · 19 years ago
  21. c72f501 as is on the road to keyword-hood, use a different var name. by Neal Norwitz · 19 years ago
  22. 1083c24 Add a slice test with high < low. by Walter Dörwald · 20 years ago
  23. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  24. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 21 years ago
  25. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 21 years ago
  26. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  27. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 21 years ago
  28. ed9bf12 protect against test problems with Jython by Skip Montanaro · 22 years ago
  29. d5cf0b8 added test for bug 782369 by Skip Montanaro · 22 years ago
  30. 35c6cd0 Walter's last checkin also needs to work on doubles. by Neal Norwitz · 22 years ago
  31. cf99b0a test_byteswap() fails on alphas, because treating the byte swapped bit by Walter Dörwald · 22 years ago
  32. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 22 years ago
  33. ba39d9c Add another error case to the insert test. by Walter Dörwald · 22 years ago
  34. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 22 years ago
  35. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  36. 56796f6 Fix for by Michael W. Hudson · 23 years ago
  37. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  38. 9c14bad Fix the bug described in by Michael W. Hudson · 23 years ago
  39. 8bf46e4 This is patch by Michael W. Hudson · 23 years ago
  40. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 23 years ago
  41. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  42. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  43. cc78e47 Verify that str(a) and repr(a) don't blow up (part of SF patch 102068). by Tim Peters · 25 years ago
  44. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  45. 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 25 years ago
  46. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 25 years ago
  47. 7833447 Trent Mick <trentm@activestate.com>: by Fred Drake · 25 years ago
  48. 7f1d3aa Add tests for array self-assigns. (This one has no relevance to JPython.) by Guido van Rossum · 27 years ago
  49. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  50. d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 28 years ago
  51. c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. by Guido van Rossum · 28 years ago
  52. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  53. 8db1b07 module to test the arraymodule created and added to testall.py by Roger E. Masse · 28 years ago