1. 9289bfc Fixed test_dumbdbm by Christian Heimes · 17 years ago
  2. 6ae5d7f Fixed gettext module for Windows. The metadata lines always end in \n and not in os.linesep by Christian Heimes · 17 years ago
  3. 1cd5bd2 make sure to write bytes instead of strings to underlying socket channel by Bill Janssen · 17 years ago
  4. 8cfe3a3 remove ord() calls on what are now integers rather than characters by Bill Janssen · 17 years ago
  5. 316414e Fix typo. by Georg Brandl · 17 years ago
  6. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  7. 6203d8f Patch 1341 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  8. 3db4686 fix typo by Fred Drake · 17 years ago
  9. 5d21255 Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes, by Guido van Rossum · 17 years ago
  10. 1b16ca4 URLError now takes only a single parameter. This was causing by Neal Norwitz · 17 years ago
  11. 96bf3cc Get a bunch of tests working on Mac OS. I suspect that a bunch of the by Neal Norwitz · 17 years ago
  12. 841e122 Get test_email to pass. There is a problem reading the data file and by Neal Norwitz · 17 years ago
  13. ae404e2 Sort the method lists for str8 and bytes so differences are more apparent. by Guido van Rossum · 17 years ago
  14. 35d02c1 Delete test_str.py. There's not much there I care about, and it is confused by Guido van Rossum · 17 years ago
  15. a5d2d55 Patch 1335 by Christian Heimes. by Guido van Rossum · 17 years ago
  16. 57233cb Patch 1330 by Christian Heimes (with some TLC applied by myself). by Guido van Rossum · 17 years ago
  17. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  18. daa251c Patch # 1302 by Christian Heimes (with some love from me :-). by Guido van Rossum · 17 years ago
  19. 79b79ee Patch # 1323 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  20. 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
  21. edbcc13 Remove a test case which is no longer valid. by Georg Brandl · 17 years ago
  22. 52ddaef Make test_locale pass by removing tests that were designed to handle by Guido van Rossum · 17 years ago
  23. 39013cd A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. by Thomas Heller · 17 years ago
  24. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  25. 97f9d4f Patch #1318 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  26. 94c2c75 Patch #1071: Improve unicode.translate() so that you can pass unicode by Georg Brandl · 17 years ago
  27. 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 17 years ago
  28. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  29. 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 17 years ago
  30. 7816e51 Fix exception indexing. by Georg Brandl · 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. 630e464 Merge 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 17 years ago
  35. 66077d8 Merge 58532, 58533, 58534: bsddb.dbtables bug fixes - don't allow null bytes by Gregory P. Smith · 17 years ago
  36. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  37. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
  38. 7648ba8 Make the docstring for io.open() a raw string so that the explanation for the by Brett Cannon · 17 years ago
  39. cdadf24 Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error. by Kurt B. Kaiser · 17 years ago
  40. d4ee167 Fix yet another stray 2.x-ism (maybe merged?). by Guido van Rossum · 17 years ago
  41. 3b7210d Make it possible to run this test stand-alone. by Guido van Rossum · 17 years ago
  42. 659e7f4 Merge 58450: fix uncollectable reference caused by bsddb.db.DBShelf.append by Gregory P. Smith · 17 years ago
  43. e9fd231 Make _load_testfile() use its encoding argument when __loader__ is defined. by Brett Cannon · 17 years ago
  44. 5c5f170 Merge r58434: by Gregory P. Smith · 17 years ago
  45. 041683d Remove self-referential import. by Brett Cannon · 17 years ago
  46. 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
  47. b62e8a8 Two changes that are definitely problem-free and avoid calling print() by Guido van Rossum · 17 years ago
  48. feea078 Random changes having to do with readline() and bytes. by Guido van Rossum · 17 years ago
  49. 8d5c8b5 the default class attr is needed! by Kurt B. Kaiser · 17 years ago
  50. 49f2174 Don't depend on str8.splitlines() in test_chunkcoding(). by Guido van Rossum · 17 years ago
  51. 3e623ba Windows EOL sequence not converted correctly, encoding error. by Kurt B. Kaiser · 17 years ago
  52. 762d4a4 use a reliable host by Gregory P. Smith · 17 years ago
  53. 1e35e76 Patch #1049 by Thomas Lee. by Guido van Rossum · 17 years ago
  54. 6733d70 Change the default encoding for ftplib.FTP to latin1 so that bytes can be in by Brett Cannon · 17 years ago
  55. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  56. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  57. 85ac28d Fix a straggler filter() call. by Guido van Rossum · 17 years ago
  58. f1368ef Fix turtle module: None and int are not comparable, map returns an iterator. by Georg Brandl · 17 years ago
  59. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  60. ce272b6 Merged revisions 58203-58210 via svnmerge from by Thomas Wouters · 17 years ago
  61. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  62. 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 17 years ago
  63. 7dd803a Repair a bad translation of the exec statement. by Georg Brandl · 17 years ago
  64. a00f123 Fix for bug 1148: str/bytes issue in httplib's _safe_read(). by Guido van Rossum · 17 years ago
  65. 894d35e Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__() by Guido van Rossum · 17 years ago
  66. 1ba3114 Added __format__ method to datetime.datetime, datetime.date, and datetime.time. by Eric Smith · 17 years ago
  67. bca5480 Merged revisions 58053-58090 via svnmerge from by Thomas Wouters · 17 years ago
  68. 8f95067 Bug # 1125 (my code). by Guido van Rossum · 17 years ago
  69. 0ec3477 Patch # 1094 by Serge Julien. Fix some bytes/str comparisons. by Guido van Rossum · 17 years ago
  70. c111d9f merge this from trunk: by Gregory P. Smith · 17 years ago
  71. c411918 email address update by Gregory P. Smith · 17 years ago
  72. 2f21eb3 Adds stand alone _md5 and _sha1 modules for use by hashlib on systems by Gregory P. Smith · 17 years ago
  73. b3b4dbe Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is only by Gregory P. Smith · 17 years ago
  74. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  75. 4a625c3 Add REPORT_NDIFF option to o test that was hard to debug recently. by Guido van Rossum · 17 years ago
  76. 48952d3 Forgot to run the tests after making the places and msg argument keyword-only. by Jeffrey Yasskin · 17 years ago
  77. 3404b3c Check in some documentation tweaks for PEP 3141, add some tests, and implement by Jeffrey Yasskin · 17 years ago
  78. aaaef11 Add a test for fail*AlmostEqual, including the new support for complex numbers. by Jeffrey Yasskin · 17 years ago
  79. 44fa8f6 Make IDLE's file decode more robust. by Kurt B. Kaiser · 17 years ago
  80. 504d885 Fix docstring for getfullargspec(). by Brett Cannon · 17 years ago
  81. a5e8ab5 merge r58023 to fix issue1112 on windows. make this test more robust by Gregory P. Smith · 17 years ago
  82. 1cc5544 Extend unittest's fail*AlmostEqual methods to work on complex numbers. by Jeffrey Yasskin · 17 years ago
  83. 105f60e 1. Fail gracefully if the file fails to decode when loaded. by Kurt B. Kaiser · 17 years ago
  84. 3da4c4b Use an event variable to wait for the server to be ready, not time.sleep(). by Guido van Rossum · 17 years ago
  85. fd4a7de Fix doctest failure introduced by r57949. by Guido van Rossum · 17 years ago
  86. 1152919 Changed some ValueError's to KeyError and IndexError. by Eric Smith · 17 years ago
  87. 476157b Make the _wrap_close type (which is returned by os.popen) iterable. by Thomas Heller · 17 years ago
  88. c987924 Add "print" command to pdb, "print s" previously invoked the print statement. by Georg Brandl · 17 years ago
  89. 1d6ec65 fix test, use bytes not unicode and let the test raise its internal exception by Gregory P. Smith · 17 years ago
  90. 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
  91. f82d9b5 Patch #1076: Use wide API for registry functions. by Martin v. Löwis · 17 years ago
  92. c76473d Fix Mac build, patch #1091 by Humberto Diogenes. by Georg Brandl · 17 years ago
  93. 9d4ba39 Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit. by Eric Smith · 17 years ago
  94. 2ac0121 Run 2to3's fix_has_key over distutils. by Collin Winter · 17 years ago
  95. 0470689 Run 2to3's fix_has_key over Lib/plat-os2emx/. by Collin Winter · 17 years ago
  96. ba21f61 Fix refleaks in test_with caused by reusing the same exception instance over and over. by Collin Winter · 17 years ago
  97. c59dacd Fix a poorly-translated raise statement in contextlib. by Collin Winter · 17 years ago
  98. 1966f1c Fix refleaks exposed by test_raise. by Collin Winter · 17 years ago
  99. 1963ad3 Saving a file containing unicode failed. by Kurt B. Kaiser · 17 years ago
  100. 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 17 years ago