1. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  2. 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 24 years ago
  3. 762c1cb Test case to exercise fix for error propogation bug in dictionarys. by Fred Drake · 24 years ago
  4. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  5. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  6. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 24 years ago
  7. 2d21863 Add support for FreeBSD-[45]. by Guido van Rossum · 24 years ago
  8. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  9. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  10. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 24 years ago
  11. 617c43c Tim Peters: by Moshe Zadka · 24 years ago
  12. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 24 years ago
  13. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 24 years ago
  14. 4ea8d6e Output of the new test by Marc-André Lemburg · 24 years ago
  15. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 24 years ago
  16. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  17. 1dce09d Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  18. ff6d813 Set this test up so that we don't have to create xx/LC_MESSAGES in the by Barry Warsaw · 24 years ago
  19. e332c1f updated test output by Barry Warsaw · 24 years ago
  20. dd46cb3 output from test_gettext.py test suite by Barry Warsaw · 24 years ago
  21. 9e03592 Test suite for new gettext.py module. by Barry Warsaw · 24 years ago
  22. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  23. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  24. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 24 years ago
  25. 33438d2 Charles G. Waldman <cgq@fnal.gov>: by Fred Drake · 24 years ago
  26. cf29bb2 style nits by Jeremy Hylton · 24 years ago
  27. 27c4b39 When skipping a test, do not include a spurious space between the exception by Fred Drake · 24 years ago
  28. 9dcea3f test case output for dospath regr test by Skip Montanaro · 24 years ago
  29. 640f483 new test - like test_ntpath but without splitunc test cases by Skip Montanaro · 24 years ago
  30. 877d62e added commonprefix test cases by Skip Montanaro · 24 years ago
  31. 533bc9a updated to correct failing test cases by Skip Montanaro · 24 years ago
  32. a48b526 Rehabilitate autotest.py. by Tim Peters · 24 years ago
  33. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  34. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 24 years ago
  35. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 24 years ago
  36. 62c53dd Add TestSkipped as another interesting item defined by test_support. by Fred Drake · 24 years ago
  37. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  38. e82e7cc Remove the winreg module from the project. I don't believe any by Tim Peters · 24 years ago
  39. 571bb8f David Goodger's new getopt test module (thanks, David!). by Tim Peters · 24 years ago
  40. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  41. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago
  42. 8ae9ce5 Better conformance to the Python Style Guide: use spaces around operators. by Fred Drake · 24 years ago
  43. fe5c22a When a KeyboardInterrupt is caught, just use the "raise" syntax to by Fred Drake · 24 years ago
  44. b65b006 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  45. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  46. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  47. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  48. a64436e Update test output to reflect change in SyntaxError formatting. by Fred Drake · 24 years ago
  49. 97ca66f tests for binascii.b2a_hex() and binascii.a2b_hex(). by Barry Warsaw · 24 years ago
  50. 3fdcccb Added a test of the md5.hexdigest() method. Funny enough, this test by Barry Warsaw · 24 years ago
  51. 041307d Remove the test for abspath with an empty path - too hard to do in a cross-platform manner. by Mark Hammond · 24 years ago
  52. 673c6cf Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) by Mark Hammond · 24 years ago
  53. 0d0b1e9 Check in the correct output - even though the module itself may not survive! by Mark Hammond · 24 years ago
  54. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  55. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago
  56. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  57. 5810064 -- changed findall to return empty strings instead of None by Fredrik Lundh · 24 years ago
  58. 8e6d571 -- enabled some temporarily disabled RE tests by Fredrik Lundh · 24 years ago
  59. 2643b55 -- whitespace cleanup (real changes coming in next checkin) by Fredrik Lundh · 24 years ago
  60. 1151a8c -- whitespace cleanup (more tests to be added in the next commit) by Fredrik Lundh · 24 years ago
  61. 79c9b17 Barry's patch to test the new setdefault() method. by Guido van Rossum · 24 years ago
  62. e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 24 years ago
  63. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  64. 92a6913 Oooopsss.....tab and space mismatch corrected. by Moshe Zadka · 24 years ago
  65. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  66. 040c17f Raise TestSkipped, not ImportError. Honesty's the best policy. by Moshe Zadka · 24 years ago
  67. 3af826e Make test_support.TestSkipped errors work the same way as ImportErrors: by Thomas Wouters · 24 years ago
  68. 323a508 In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there by Moshe Zadka · 24 years ago
  69. d9827c4 test the non-multipart sections of the cgi module by Jeremy Hylton · 24 years ago
  70. 73ed8e5 Checking in empty tests for urlparse, as future place holders by Moshe Zadka · 24 years ago
  71. 96ab465 -- added recursion limit (currently ~10,000 levels) by Fredrik Lundh · 24 years ago
  72. a873b03 Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc by Barry Warsaw · 24 years ago
  73. e027d8d Added output for testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  74. 7bfc1a1 Added testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  75. e6f1646 Comment out repeated-group test for the moment by Andrew M. Kuchling · 24 years ago
  76. a3eacc4 Add nasty test case that overflows the stack with a repeated group by Andrew M. Kuchling · 24 years ago
  77. 067bebf -- SRE 0.9.8: now that the bug is fixed, I might as well enable by Fredrik Lundh · 24 years ago
  78. c2ed621 -- SRE 0.9.8: updated test scripts by Fredrik Lundh · 24 years ago
  79. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
  80. a701597 Fix inconsistent use of tab/space in indentation. by Thomas Wouters · 24 years ago
  81. af4cfae Test that after resizing the mmap'd file, we can't seek beyond the new size. by Mark Hammond · 24 years ago
  82. 85ab738 Exercise .readline() and .readlines(). More data is written to the by Andrew M. Kuchling · 24 years ago
  83. 152e3f0 Was quite broken and incomplete. Now passes the test suite, but is still incomplete. by Mark Hammond · 24 years ago
  84. c64c8ea Remove erroneous empty trailing line. (cause test_winreg.py failure) by Trent Mick · 24 years ago
  85. 9407e55 -- changed test to work on platforms which have os.popen but no os.fork by Fredrik Lundh · 24 years ago
  86. fdee0f0 added test case for fixed duplicate arguments bug in Python/compile.c by Peter Schneider-Kamp · 24 years ago
  87. c1b4624 Made an error message slightly more useful if select() returns something goofy by Andrew M. Kuchling · 24 years ago
  88. 82c330e -- updated to include known problems in SRE 0.9.6 (cf. test/output/test_sre) by Fredrik Lundh · 24 years ago
  89. 1790dd4 Restore TestSkipped exception; appears to have disappeared in last checkin. by Fred Drake · 24 years ago
  90. 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
  91. e9e5dcd restructured a bit and added some more content... by Skip Montanaro · 24 years ago
  92. 4d06923 make TestFailed a class exception by Skip Montanaro · 24 years ago
  93. baf2663 Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P) by Thomas Wouters · 24 years ago
  94. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  95. 5ff2ac2 Break a cycle created in the saboteur() function. by Vladimir Marangozov · 24 years ago
  96. d57f5cf Break the cycles after testing cmp() on cyclic objects. by Vladimir Marangozov · 24 years ago
  97. 56509a3 new test for posixpath module by Skip Montanaro · 24 years ago
  98. e809b00 new test file for posixpath module by Skip Montanaro · 24 years ago
  99. 88887aa small updates to string_join: by Jeremy Hylton · 24 years ago
  100. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago