1. de33c79 HP-UX is another one of those platforms using an alternative lock by Guido van Rossum · 24 years ago
  2. 38bfc4d Add a test for SF bug #110621; stripping square brackets off of by Barry Warsaw · 24 years ago
  3. 424980f Enabled EntityResolver test again now that pyexpat.c has been fixed. by Lars Gustäbel · 24 years ago
  4. 33315b1 Use findfile to locate input and output files. by Martin v. Löwis · 24 years ago
  5. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  6. 716efea Added necessary test input file for test_sax.py by Lars Gustäbel · 24 years ago
  7. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 24 years ago
  8. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 24 years ago
  9. 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 24 years ago
  10. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 24 years ago
  11. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 24 years ago
  12. ef5f2b9 - plug a memory leak due to circular lists by Neil Schemenauer · 24 years ago
  13. d569f23 - Replace debugleak flag with findleaks flag. The new SAVEALL GC option is by Neil Schemenauer · 24 years ago
  14. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 24 years ago
  15. c77593d Get rid of the one tab in the file. Closes Bug #115054. by Guido van Rossum · 24 years ago
  16. 265a804 Revise the test case for pyexpat to avoid using asserts. Conform better by Fred Drake · 24 years ago
  17. 9e79a25 The minidom.Node class has a debug attribute which, when its _debug by Guido van Rossum · 24 years ago
  18. 38fd5b6 Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. by Tim Peters · 24 years ago
  19. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  20. f5fa0fc test_userlist.py: by Tim Peters · 24 years ago
  21. 4c79919 Fix test errors. by Paul Prescod · 24 years ago
  22. b96e0e5 New test cases for the StringIO module by Martin v. Löwis · 24 years ago
  23. 89c528b Don't print specific Node instances unless running verbosely. by Martin v. Löwis · 24 years ago
  24. 7158126 Fixed the error reporting (raise of TestFailed) for the zip() and by Barry Warsaw · 24 years ago
  25. 69cc715 Test output that goes with updated test_minidom. by Paul Prescod · 24 years ago
  26. 10d2766 Change assertions to confirmations so that optimization doesn't disable checks. by Paul Prescod · 24 years ago
  27. 57a4e90 Fix up the cleanup of the temporary DB so it works for BSD DB's by Fred Drake · 24 years ago
  28. 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 24 years ago
  29. a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 24 years ago
  30. afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 24 years ago
  31. be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
  32. 8b7c3c0 For current directory use os.curdir, not ".". by Jack Jansen · 24 years ago
  33. 00ce51e Allow am/pm as well as AM/PM (C9X behaviour). by Jack Jansen · 24 years ago
  34. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  35. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 24 years ago
  36. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  37. 03dd010 updated SRE test suite (fixes PEP223 problem, shows syntax errors) by Fredrik Lundh · 24 years ago
  38. acee486 Repair failing test_sre.py. by Tim Peters · 24 years ago
  39. 510c97b return -1 for undefined groups (as implemented in 1.5.2) instead of by Fredrik Lundh · 24 years ago
  40. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  41. 3620857 The "more" cmd varies across Windows flavors, sometimes adding stray by Tim Peters · 24 years ago
  42. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  43. 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 24 years ago
  44. 762c1cb Test case to exercise fix for error propogation bug in dictionarys. by Fred Drake · 24 years ago
  45. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  46. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  47. d50a187 Fix for two problems on FreeBSD: by Andrew M. Kuchling · 24 years ago
  48. 2d21863 Add support for FreeBSD-[45]. by Guido van Rossum · 24 years ago
  49. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  50. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  51. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 24 years ago
  52. 617c43c Tim Peters: by Moshe Zadka · 24 years ago
  53. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 24 years ago
  54. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 24 years ago
  55. 4ea8d6e Output of the new test by Marc-André Lemburg · 24 years ago
  56. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 24 years ago
  57. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  58. 1dce09d Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  59. ff6d813 Set this test up so that we don't have to create xx/LC_MESSAGES in the by Barry Warsaw · 24 years ago
  60. e332c1f updated test output by Barry Warsaw · 24 years ago
  61. dd46cb3 output from test_gettext.py test suite by Barry Warsaw · 24 years ago
  62. 9e03592 Test suite for new gettext.py module. by Barry Warsaw · 24 years ago
  63. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  64. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  65. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 24 years ago
  66. 33438d2 Charles G. Waldman <cgq@fnal.gov>: by Fred Drake · 24 years ago
  67. cf29bb2 style nits by Jeremy Hylton · 24 years ago
  68. 27c4b39 When skipping a test, do not include a spurious space between the exception by Fred Drake · 24 years ago
  69. 9dcea3f test case output for dospath regr test by Skip Montanaro · 24 years ago
  70. 640f483 new test - like test_ntpath but without splitunc test cases by Skip Montanaro · 24 years ago
  71. 877d62e added commonprefix test cases by Skip Montanaro · 24 years ago
  72. 533bc9a updated to correct failing test cases by Skip Montanaro · 24 years ago
  73. a48b526 Rehabilitate autotest.py. by Tim Peters · 24 years ago
  74. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  75. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 24 years ago
  76. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 24 years ago
  77. 62c53dd Add TestSkipped as another interesting item defined by test_support. by Fred Drake · 24 years ago
  78. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  79. e82e7cc Remove the winreg module from the project. I don't believe any by Tim Peters · 24 years ago
  80. 571bb8f David Goodger's new getopt test module (thanks, David!). by Tim Peters · 24 years ago
  81. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  82. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago
  83. 8ae9ce5 Better conformance to the Python Style Guide: use spaces around operators. by Fred Drake · 24 years ago
  84. fe5c22a When a KeyboardInterrupt is caught, just use the "raise" syntax to by Fred Drake · 24 years ago
  85. b65b006 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  86. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  87. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  88. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  89. a64436e Update test output to reflect change in SyntaxError formatting. by Fred Drake · 24 years ago
  90. 97ca66f tests for binascii.b2a_hex() and binascii.a2b_hex(). by Barry Warsaw · 24 years ago
  91. 3fdcccb Added a test of the md5.hexdigest() method. Funny enough, this test by Barry Warsaw · 24 years ago
  92. 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
  93. 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
  94. 0d0b1e9 Check in the correct output - even though the module itself may not survive! by Mark Hammond · 24 years ago
  95. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  96. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago
  97. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  98. 5810064 -- changed findall to return empty strings instead of None by Fredrik Lundh · 24 years ago
  99. 8e6d571 -- enabled some temporarily disabled RE tests by Fredrik Lundh · 24 years ago
  100. 2643b55 -- whitespace cleanup (real changes coming in next checkin) by Fredrik Lundh · 24 years ago