1. 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 17 years ago
  2. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  3. 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 17 years ago
  4. 7816e51 Fix exception indexing. by Georg Brandl · 17 years ago
  5. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  6. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  7. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  8. 630e464 Merge 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 17 years ago
  9. 66077d8 Merge 58532, 58533, 58534: bsddb.dbtables bug fixes - don't allow null bytes by Gregory P. Smith · 17 years ago
  10. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  11. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
  12. 7648ba8 Make the docstring for io.open() a raw string so that the explanation for the by Brett Cannon · 17 years ago
  13. cdadf24 Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error. by Kurt B. Kaiser · 17 years ago
  14. d4ee167 Fix yet another stray 2.x-ism (maybe merged?). by Guido van Rossum · 17 years ago
  15. 3b7210d Make it possible to run this test stand-alone. by Guido van Rossum · 17 years ago
  16. 659e7f4 Merge 58450: fix uncollectable reference caused by bsddb.db.DBShelf.append by Gregory P. Smith · 17 years ago
  17. e9fd231 Make _load_testfile() use its encoding argument when __loader__ is defined. by Brett Cannon · 17 years ago
  18. 5c5f170 Merge r58434: by Gregory P. Smith · 17 years ago
  19. 041683d Remove self-referential import. by Brett Cannon · 17 years ago
  20. 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
  21. b62e8a8 Two changes that are definitely problem-free and avoid calling print() by Guido van Rossum · 17 years ago
  22. feea078 Random changes having to do with readline() and bytes. by Guido van Rossum · 17 years ago
  23. 8d5c8b5 the default class attr is needed! by Kurt B. Kaiser · 17 years ago
  24. 49f2174 Don't depend on str8.splitlines() in test_chunkcoding(). by Guido van Rossum · 17 years ago
  25. 3e623ba Windows EOL sequence not converted correctly, encoding error. by Kurt B. Kaiser · 17 years ago
  26. 762d4a4 use a reliable host by Gregory P. Smith · 17 years ago
  27. 1e35e76 Patch #1049 by Thomas Lee. by Guido van Rossum · 17 years ago
  28. 6733d70 Change the default encoding for ftplib.FTP to latin1 so that bytes can be in by Brett Cannon · 17 years ago
  29. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  30. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  31. 85ac28d Fix a straggler filter() call. by Guido van Rossum · 17 years ago
  32. f1368ef Fix turtle module: None and int are not comparable, map returns an iterator. by Georg Brandl · 17 years ago
  33. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  34. ce272b6 Merged revisions 58203-58210 via svnmerge from by Thomas Wouters · 17 years ago
  35. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  36. 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 17 years ago
  37. 7dd803a Repair a bad translation of the exec statement. by Georg Brandl · 17 years ago
  38. a00f123 Fix for bug 1148: str/bytes issue in httplib's _safe_read(). by Guido van Rossum · 17 years ago
  39. 894d35e Thomas Wouters pointed out that _Abstract.__new__ should use super().__new__() by Guido van Rossum · 17 years ago
  40. 1ba3114 Added __format__ method to datetime.datetime, datetime.date, and datetime.time. by Eric Smith · 17 years ago
  41. bca5480 Merged revisions 58053-58090 via svnmerge from by Thomas Wouters · 17 years ago
  42. 8f95067 Bug # 1125 (my code). by Guido van Rossum · 17 years ago
  43. 0ec3477 Patch # 1094 by Serge Julien. Fix some bytes/str comparisons. by Guido van Rossum · 17 years ago
  44. c111d9f merge this from trunk: by Gregory P. Smith · 17 years ago
  45. c411918 email address update by Gregory P. Smith · 17 years ago
  46. 2f21eb3 Adds stand alone _md5 and _sha1 modules for use by hashlib on systems by Gregory P. Smith · 17 years ago
  47. b3b4dbe Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is only by Gregory P. Smith · 17 years ago
  48. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  49. 4a625c3 Add REPORT_NDIFF option to o test that was hard to debug recently. by Guido van Rossum · 17 years ago
  50. 48952d3 Forgot to run the tests after making the places and msg argument keyword-only. by Jeffrey Yasskin · 17 years ago
  51. 3404b3c Check in some documentation tweaks for PEP 3141, add some tests, and implement by Jeffrey Yasskin · 17 years ago
  52. aaaef11 Add a test for fail*AlmostEqual, including the new support for complex numbers. by Jeffrey Yasskin · 17 years ago
  53. 44fa8f6 Make IDLE's file decode more robust. by Kurt B. Kaiser · 17 years ago
  54. 504d885 Fix docstring for getfullargspec(). by Brett Cannon · 17 years ago
  55. a5e8ab5 merge r58023 to fix issue1112 on windows. make this test more robust by Gregory P. Smith · 17 years ago
  56. 1cc5544 Extend unittest's fail*AlmostEqual methods to work on complex numbers. by Jeffrey Yasskin · 17 years ago
  57. 105f60e 1. Fail gracefully if the file fails to decode when loaded. by Kurt B. Kaiser · 17 years ago
  58. 3da4c4b Use an event variable to wait for the server to be ready, not time.sleep(). by Guido van Rossum · 17 years ago
  59. fd4a7de Fix doctest failure introduced by r57949. by Guido van Rossum · 17 years ago
  60. 1152919 Changed some ValueError's to KeyError and IndexError. by Eric Smith · 17 years ago
  61. 476157b Make the _wrap_close type (which is returned by os.popen) iterable. by Thomas Heller · 17 years ago
  62. c987924 Add "print" command to pdb, "print s" previously invoked the print statement. by Georg Brandl · 17 years ago
  63. 1d6ec65 fix test, use bytes not unicode and let the test raise its internal exception by Gregory P. Smith · 17 years ago
  64. 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
  65. f82d9b5 Patch #1076: Use wide API for registry functions. by Martin v. Löwis · 17 years ago
  66. c76473d Fix Mac build, patch #1091 by Humberto Diogenes. by Georg Brandl · 17 years ago
  67. 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
  68. 2ac0121 Run 2to3's fix_has_key over distutils. by Collin Winter · 17 years ago
  69. 0470689 Run 2to3's fix_has_key over Lib/plat-os2emx/. by Collin Winter · 17 years ago
  70. ba21f61 Fix refleaks in test_with caused by reusing the same exception instance over and over. by Collin Winter · 17 years ago
  71. c59dacd Fix a poorly-translated raise statement in contextlib. by Collin Winter · 17 years ago
  72. 1966f1c Fix refleaks exposed by test_raise. by Collin Winter · 17 years ago
  73. 1963ad3 Saving a file containing unicode failed. by Kurt B. Kaiser · 17 years ago
  74. 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 17 years ago
  75. 804252b Eliminate latin-1 encoding by Kurt B. Kaiser · 17 years ago
  76. d953f6e Point IDLE menu Help / Python Docs at Python 3000 version by Kurt B. Kaiser · 17 years ago
  77. 610cee3 Convert IDLE's CREDITS file to unicode. by Kurt B. Kaiser · 17 years ago
  78. 27b0240 Updated tracker link. by Guido van Rossum · 17 years ago
  79. ba25c89 Got test_plistlib working. Don't ask how. by Guido van Rossum · 17 years ago
  80. 261f9df Fix fall-out of str.decode removal. by Guido van Rossum · 17 years ago
  81. 674e938 Add a workaround for a strange bug on win64, when _ctypes is compiled by Thomas Heller · 17 years ago
  82. c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 17 years ago
  83. bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 17 years ago
  84. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  85. 680d7be Fix a buggy test. str8 objects contained NUL-terminated strings, by Thomas Heller · 17 years ago
  86. 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
  87. 39cf04b Regenerate Lib/symbol.py. by Georg Brandl · 17 years ago
  88. 4afcfb4 Fix test_startfile and remove duplicated test. by Thomas Heller · 17 years ago
  89. 671117a Force test_mailbox and test_old_mailbox into submission. by Guido van Rossum · 17 years ago
  90. 7cec252 1. Don't encode input strings to bytes. 2. Re-enable stderr redirection. by Kurt B. Kaiser · 17 years ago
  91. 7aa02e6 More email package fixes. by Barry Warsaw · 17 years ago
  92. 8b2af27 More email package fixes. by Barry Warsaw · 17 years ago
  93. 00b3422 More email package fixes. by Barry Warsaw · 17 years ago
  94. 3bcc42a Changed signature of string.Formatter.get_field, per suggestion by Ron Adam. by Eric Smith · 17 years ago
  95. 11fe3e0 Fixed test name. by Eric Smith · 17 years ago
  96. 8193669 Added test cases for string.Formatter subclassing. by Eric Smith · 17 years ago
  97. 812567d Cut test_raise down to size. by Collin Winter · 17 years ago
  98. 74e68c7 Fix test_smtplib by munging asynchat some more. by Thomas Wouters · 17 years ago
  99. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  100. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago