1. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  2. 10bc593 Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3; by Ka-Ping Yee · 24 years ago
  3. 27ac0d1 better format names and error messages by Ka-Ping Yee · 24 years ago
  4. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  5. 1ff08b1 Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. by Ka-Ping Yee · 24 years ago
  6. 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 24 years ago
  7. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  8. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  9. ef34274 Moved the test codec definition to a new module and updated the test and by Marc-André Lemburg · 24 years ago
  10. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  11. 07b78a8 Test for xreadline. by Guido van Rossum · 24 years ago
  12. 86821b2 MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky by Tim Peters · 24 years ago
  13. e3fb18c Add more regression tests, including for the import statement variations. by Fred Drake · 24 years ago
  14. 1109db4 This patch adds a new feature to the builtin charmap codec: by Marc-André Lemburg · 24 years ago
  15. a4d18a0 Add test cases based on RFC 1808. So now we actually have a test suite by Fred Drake · 24 years ago
  16. 0ee7d82 No more RCmp. by Neil Schemenauer · 24 years ago
  17. 623116a Sequence repeat works now for in-place multiply with an integer type by Neil Schemenauer · 24 years ago
  18. e7e694f Use == rather than cmp(). The return value of cmp() is not well defined when by Neil Schemenauer · 24 years ago
  19. 38796d0 Use numbers that can be accurately represented on binary machines. I hope by Neil Schemenauer · 24 years ago
  20. fd288c7 Add more tests for compare and coercion in preparation for the coercion by Neil Schemenauer · 24 years ago
  21. ad4a558 Added test case for legal DOM children by Andrew M. Kuchling · 24 years ago
  22. 36cdad1 Fred, THIS NEEDS DOCS! The function docstrings tell the tale. by Tim Peters · 24 years ago
  23. 1e0611b The "context" parameter to the ExternalEntityRefParameter exposes internal by Fred Drake · 24 years ago
  24. 3277da0 Update the test suite to cover more ground. by Fred Drake · 24 years ago
  25. e1578ce Added tests to avoid regression on bug #125375. by Fred Drake · 24 years ago
  26. b7f0cef Update test output. by Fred Drake · 24 years ago
  27. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 24 years ago
  28. 24ec6fb track recent change to test_extcall.py by Jeremy Hylton · 24 years ago
  29. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  30. 0702507 Added a test case for the saxutils.prepare_input_source setSystemId bug. by Lars Gustäbel · 24 years ago
  31. cfd3bd8 Updated output. by Lars Gustäbel · 24 years ago
  32. 0aaed27 Added test for regression on SourceForge bug #117490. by Fred Drake · 24 years ago
  33. 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 24 years ago
  34. 5bad5a4 Updated test suite to latest pulldom changes. by Lars Gustäbel · 24 years ago
  35. 22d5895 Added a test for the StringIO write() error I just fixed. by Guido van Rossum · 24 years ago
  36. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 24 years ago
  37. f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 24 years ago
  38. cb953d7 Test the exception-raising for error cases in copy_reg. by Fred Drake · 24 years ago
  39. 16b198e wave test output by Guido van Rossum · 24 years ago
  40. ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 24 years ago
  41. e9f922f Adapt test output to changed error message. by Guido van Rossum · 24 years ago
  42. ce6292e Correct output. by Guido van Rossum · 24 years ago
  43. 5c0b43d The test is good, but Jim forgot to check in the updated output. by Fred Drake · 24 years ago
  44. 0a84a33 Add .toxml test case, as proposed by Alex Martelli in bug report #116244. by Martin v. Löwis · 24 years ago
  45. 80670bc Add a test case for reporting the file name, and for reporting an error by Martin v. Löwis · 24 years ago
  46. e2b7c4d test_linuxaudio: by Jeremy Hylton · 24 years ago
  47. 6d699ca Adding Jeremy's new test_import (SF patch 101709). by Tim Peters · 24 years ago
  48. 962c9e7 Add SAXReaderNotAvailable, and use it to distinguish between an by Martin v. Löwis · 24 years ago
  49. efffd28 Add mimetools testcase. by Martin v. Löwis · 24 years ago
  50. 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 24 years ago
  51. 8ef6767 Regression test for ConfigParser module. by Fred Drake · 24 years ago
  52. 23542dc Updated hash values to match the new encoding (UTF-8) used in the test. by Marc-André Lemburg · 24 years ago
  53. 6c8e4c3 Test output data for the Unicode database test suite. by Marc-André Lemburg · 24 years ago
  54. e292a24 Added EntityResolver and DTDHandler (patch 101631) with test cases. by Lars Gustäbel · 24 years ago
  55. b7536d5 Added test cases for the InputSource class. by Lars Gustäbel · 24 years ago
  56. ab64787 Added test cases for the Attributes interface. by Lars Gustäbel · 24 years ago
  57. 96753b3 Added first start on SAX 2.0 tests. by Lars Gustäbel · 24 years ago
  58. 265a804 Revise the test case for pyexpat to avoid using asserts. Conform better by Fred Drake · 24 years ago
  59. 4c79919 Fix test errors. by Paul Prescod · 24 years ago
  60. b96e0e5 New test cases for the StringIO module by Martin v. Löwis · 24 years ago
  61. 89c528b Don't print specific Node instances unless running verbosely. by Martin v. Löwis · 24 years ago
  62. 69cc715 Test output that goes with updated test_minidom. by Paul Prescod · 24 years ago
  63. afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 24 years ago
  64. be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
  65. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 24 years ago
  66. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  67. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  68. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  69. 762c1cb Test case to exercise fix for error propogation bug in dictionarys. by Fred Drake · 24 years ago
  70. 6102e29 fixes bug #111951 by Jeremy Hylton · 24 years ago
  71. 64dab46 Expand the test suite to test both the GNU gettext and translation by Barry Warsaw · 24 years ago
  72. 9182b45 Added tests of "print >> None" by Barry Warsaw · 24 years ago
  73. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  74. 617c43c Tim Peters: by Moshe Zadka · 24 years ago
  75. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 24 years ago
  76. 4ea8d6e Output of the new test by Marc-André Lemburg · 24 years ago
  77. e332c1f updated test output by Barry Warsaw · 24 years ago
  78. dd46cb3 output from test_gettext.py test suite by Barry Warsaw · 24 years ago
  79. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  80. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  81. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 24 years ago
  82. 33438d2 Charles G. Waldman <cgq@fnal.gov>: by Fred Drake · 24 years ago
  83. 9dcea3f test case output for dospath regr test by Skip Montanaro · 24 years ago
  84. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  85. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 24 years ago
  86. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 24 years ago
  87. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  88. e82e7cc Remove the winreg module from the project. I don't believe any by Tim Peters · 24 years ago
  89. 571bb8f David Goodger's new getopt test module (thanks, David!). by Tim Peters · 24 years ago
  90. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  91. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago
  92. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  93. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  94. a64436e Update test output to reflect change in SyntaxError formatting. by Fred Drake · 24 years ago
  95. 0d0b1e9 Check in the correct output - even though the module itself may not survive! by Mark Hammond · 24 years ago
  96. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  97. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago
  98. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  99. 8e6d571 -- enabled some temporarily disabled RE tests by Fredrik Lundh · 24 years ago
  100. e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 24 years ago