1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  3. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  4. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  5. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  6. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  7. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  8. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  9. 2c94aa5 Fixed array.fromfile(); removed references to PyFileObject in array.tofile(). by Guido van Rossum · 17 years ago
  10. 1f5947b Remove have_unicode checks and merge those tests into the by Walter Dörwald · 17 years ago
  11. 1f05a3b Fix the array tests. Only a minor change to the C code was required. by Guido van Rossum · 17 years ago
  12. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  13. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  14. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  15. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  16. b5ddcfd Make array().tofile() work with a new I/O object. by Guido van Rossum · 17 years ago
  17. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  19. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  20. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  21. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  22. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  23. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  24. bd2835c as is a keyword now :-) by Neal Norwitz · 18 years ago
  25. 1083c24 Add a slice test with high < low. by Walter Dörwald · 20 years ago
  26. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  27. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  28. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  29. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  30. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 20 years ago
  31. ed9bf12 protect against test problems with Jython by Skip Montanaro · 21 years ago
  32. d5cf0b8 added test for bug 782369 by Skip Montanaro · 21 years ago
  33. 35c6cd0 Walter's last checkin also needs to work on doubles. by Neal Norwitz · 21 years ago
  34. cf99b0a test_byteswap() fails on alphas, because treating the byte swapped bit by Walter Dörwald · 21 years ago
  35. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  36. ba39d9c Add another error case to the insert test. by Walter Dörwald · 21 years ago
  37. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 21 years ago
  38. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  39. 56796f6 Fix for by Michael W. Hudson · 22 years ago
  40. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  41. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  42. 8bf46e4 This is patch by Michael W. Hudson · 22 years ago
  43. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  44. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  45. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  46. cc78e47 Verify that str(a) and repr(a) don't blow up (part of SF patch 102068). by Tim Peters · 24 years ago
  47. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  48. 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 24 years ago
  49. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
  50. 7833447 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  51. 7f1d3aa Add tests for array self-assigns. (This one has no relevance to JPython.) by Guido van Rossum · 26 years ago
  52. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  53. d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 27 years ago
  54. c9f8f14 Use TESTFN instead of /etc/passwd and /dev/null as test files. by Guido van Rossum · 27 years ago
  55. fab8ab8 Many scripts, but small changes. Update the way the scripts obtain the by Roger E. Masse · 28 years ago
  56. 8db1b07 module to test the arraymodule created and added to testall.py by Roger E. Masse · 28 years ago