1. 3795b53 Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfullargspec() by Christian Heimes · 17 years ago
  2. 563e33b Added tests from Raghuram Devarakonda for bug #1395 'py3k: duplicated line endings when using read(1)' to outstanding_bugs.py by Christian Heimes · 17 years ago
  3. 7b6fc8e Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug was found by mykhal from #python. I've also added a small test case in the new test_memoryview.py by Christian Heimes · 17 years ago
  4. ef181a7 Reset original sys.stdout, stderr and displayhook even in the case of an error by Christian Heimes · 17 years ago
  5. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  6. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  7. a3538eb Fixed bug #1384 Windows fix for inspect tests by Christian Heimes · 17 years ago
  8. 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
  9. a6c04be Patch 1171 by mfenniak -- allow subclassing of bytes. by Guido van Rossum · 17 years ago
  10. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  11. 15c9746 Patch 1373 by Adam Hupp. by Guido van Rossum · 17 years ago
  12. 204093a Removed non ASCII text from test as requested by Guido. by Christian Heimes · 17 years ago
  13. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  14. 1d1a400 Added unit test for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
  15. 9033339 Fixed unit tests for os.environ. Some of the tests didn't test at all because os.environ was empty. by Christian Heimes · 17 years ago
  16. e02647a Oh, I missed the output part of the test ... by Christian Heimes · 17 years ago
  17. 9289bfc Fixed test_dumbdbm by Christian Heimes · 17 years ago
  18. 6ae5d7f Fixed gettext module for Windows. The metadata lines always end in \n and not in os.linesep by Christian Heimes · 17 years ago
  19. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  20. ae404e2 Sort the method lists for str8 and bytes so differences are more apparent. by Guido van Rossum · 17 years ago
  21. 35d02c1 Delete test_str.py. There's not much there I care about, and it is confused by Guido van Rossum · 17 years ago
  22. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  23. daa251c Patch # 1302 by Christian Heimes (with some love from me :-). by Guido van Rossum · 17 years ago
  24. 79b79ee Patch # 1323 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  25. 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
  26. edbcc13 Remove a test case which is no longer valid. by Georg Brandl · 17 years ago
  27. 52ddaef Make test_locale pass by removing tests that were designed to handle by Guido van Rossum · 17 years ago
  28. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  29. 94c2c75 Patch #1071: Improve unicode.translate() so that you can pass unicode by Georg Brandl · 17 years ago
  30. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  31. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  32. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  33. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  34. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  35. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
  36. 3b7210d Make it possible to run this test stand-alone. by Guido van Rossum · 17 years ago
  37. 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
  38. b62e8a8 Two changes that are definitely problem-free and avoid calling print() by Guido van Rossum · 17 years ago
  39. 49f2174 Don't depend on str8.splitlines() in test_chunkcoding(). by Guido van Rossum · 17 years ago
  40. 762d4a4 use a reliable host by Gregory P. Smith · 17 years ago
  41. 1e35e76 Patch #1049 by Thomas Lee. by Guido van Rossum · 17 years ago
  42. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  43. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  44. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  45. ce272b6 Merged revisions 58203-58210 via svnmerge from by Thomas Wouters · 17 years ago
  46. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  47. a00f123 Fix for bug 1148: str/bytes issue in httplib's _safe_read(). by Guido van Rossum · 17 years ago
  48. 894d35e Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__() by Guido van Rossum · 17 years ago
  49. 1ba3114 Added __format__ method to datetime.datetime, datetime.date, and datetime.time. by Eric Smith · 17 years ago
  50. bca5480 Merged revisions 58053-58090 via svnmerge from by Thomas Wouters · 17 years ago
  51. 8f95067 Bug # 1125 (my code). by Guido van Rossum · 17 years ago
  52. c111d9f merge this from trunk: by Gregory P. Smith · 17 years ago
  53. c411918 email address update by Gregory P. Smith · 17 years ago
  54. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  55. 4a625c3 Add REPORT_NDIFF option to o test that was hard to debug recently. by Guido van Rossum · 17 years ago
  56. 48952d3 Forgot to run the tests after making the places and msg argument keyword-only. by Jeffrey Yasskin · 17 years ago
  57. 3404b3c Check in some documentation tweaks for PEP 3141, add some tests, and implement by Jeffrey Yasskin · 17 years ago
  58. aaaef11 Add a test for fail*AlmostEqual, including the new support for complex numbers. by Jeffrey Yasskin · 17 years ago
  59. 3da4c4b Use an event variable to wait for the server to be ready, not time.sleep(). by Guido van Rossum · 17 years ago
  60. fd4a7de Fix doctest failure introduced by r57949. by Guido van Rossum · 17 years ago
  61. 1152919 Changed some ValueError's to KeyError and IndexError. by Eric Smith · 17 years ago
  62. 4cb4e4e Fix segfault discovered by Ron Adam. Not checking for terminating right bracket in "'{0[}'.format(())". Fixed, and tests added. by Eric Smith · 17 years ago
  63. f82d9b5 Patch #1076: Use wide API for registry functions. by Martin v. Löwis · 17 years ago
  64. ba21f61 Fix refleaks in test_with caused by reusing the same exception instance over and over. by Collin Winter · 17 years ago
  65. 1966f1c Fix refleaks exposed by test_raise. by Collin Winter · 17 years ago
  66. 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 17 years ago
  67. c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 17 years ago
  68. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  69. 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
  70. 4afcfb4 Fix test_startfile and remove duplicated test. by Thomas Heller · 17 years ago
  71. 671117a Force test_mailbox and test_old_mailbox into submission. by Guido van Rossum · 17 years ago
  72. 3bcc42a Changed signature of string.Formatter.get_field, per suggestion by Ron Adam. by Eric Smith · 17 years ago
  73. 11fe3e0 Fixed test name. by Eric Smith · 17 years ago
  74. 8193669 Added test cases for string.Formatter subclassing. by Eric Smith · 17 years ago
  75. 812567d Cut test_raise down to size. by Collin Winter · 17 years ago
  76. 74e68c7 Fix test_smtplib by munging asynchat some more. by Thomas Wouters · 17 years ago
  77. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  78. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  79. 582b586 Merged revisions 57772-57777 via svnmerge from by Thomas Wouters · 17 years ago
  80. 185e30c Added format tests. by Eric Smith · 17 years ago
  81. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  82. 234a34a Explicitly use UTF-8 as the encoding for the normalization file. by Martin v. Löwis · 17 years ago
  83. bd315c5 Calling execvp with an empty argument list raises ValueError, but we by Thomas Heller · 17 years ago
  84. 080b2b2 Enable the trunc() test. by Guido van Rossum · 17 years ago
  85. 1daf954 Add numbers.py. I suspect this is an old version, but Jeffrey is out by Guido van Rossum · 17 years ago
  86. 6790d60 Forbid an empty argument list in execv call. by Thomas Heller · 17 years ago
  87. 5a23cc5 Two changes (not enough to make the test pass though) having to do with by Guido van Rossum · 17 years ago
  88. a79f125 Stop testing for encoded file names, as Python 3 does not support them, anyway. by Martin v. Löwis · 17 years ago
  89. eaa16f9 Try to fix test_plistlib so it uses bytes consistently in this call by Neal Norwitz · 17 years ago
  90. 9a92310 Write bytes instead of unicode by Neal Norwitz · 17 years ago
  91. 09cff64 Since the filename is encoded, we must add bytes to it. The test by Neal Norwitz · 17 years ago
  92. 2c440a1 Use the new name for the parser module. by Neal Norwitz · 17 years ago
  93. 315d845 Revert revisions 57472, 57474, and 57477 which disabled some tests by Neal Norwitz · 17 years ago
  94. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  95. f7f3deb Andother bytes/str comparison caught by Jeremy's change. by Guido van Rossum · 17 years ago
  96. 18c3ff8 Make it an error to compare a bytes object and a Unicode object. by Jeremy Hylton · 17 years ago
  97. 991bf5d Patch # 1050 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  98. da3f228 Convert various string literals to bytes. by Jeremy Hylton · 17 years ago
  99. b4df71f Fix test failures caused by missing/incorrect conversion to bytes. by Jeremy Hylton · 17 years ago
  100. 8136014 Fix up brokenness with hashing, now hashlib is strict in requiring bytes too. by Guido van Rossum · 17 years ago