1. 8d3654d Use unicode and add a "test" for syslog by Neal Norwitz · 17 years ago
  2. a401bbe Add a few mixed-mode (set vs. dict view) comparisons. by Guido van Rossum · 17 years ago
  3. cf2ce36 Keir Mierle's improved tests for dict view containment tests. by Guido van Rossum · 17 years ago
  4. 1d71996 Add some mixed operations between sets and dict views. by Guido van Rossum · 17 years ago
  5. be53471 Add unit tests for set ops on dict.items(). by Guido van Rossum · 17 years ago
  6. 523259b Keir Mierle's set operations for dict views (keys/items only of course). by Guido van Rossum · 17 years ago
  7. 6e024b3 Use the str builtin by Neal Norwitz · 17 years ago
  8. aac530c Patch with Keir Mierle: add rich comparisons between dict views and sets, by Guido van Rossum · 17 years ago
  9. c3ee950 follow up to bug 1007 commit. by Gregory P. Smith · 17 years ago
  10. 178fefb applies the better dbm and shelve related unittests. bug 1007 from larryhastings by Gregory P. Smith · 17 years ago
  11. 11e065b Convert test_pkg to use unittest. by Collin Winter · 17 years ago
  12. 70e7980 r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700 by Collin Winter · 17 years ago
  13. 7f19f66 Clean up after a merge left behind old except clause syntax. by Guido van Rossum · 17 years ago
  14. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  15. 07aec08 reapply of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  16. 37410aa Make uuid.py thread-safe. Fix by Yuri Ginsburg. by Guido van Rossum · 17 years ago
  17. 28bbe42 math.floor(<int>) now returns the argument, by Guido van Rossum · 17 years ago
  18. 10ab4ae Patch by Keir Mierle so that sets can be compared to other objects that know by Guido van Rossum · 17 years ago
  19. 13e05de Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__ by Guido van Rossum · 17 years ago
  20. 2fa33db Finish the work on __round__ and __trunc__. With Alex Martelli and Keir Mierle. by Guido van Rossum · 17 years ago
  21. 0f3cff5 Fix test_shelve when it uses dumbdbm. Found and fixed by Larry Hastings. by Neal Norwitz · 17 years ago
  22. 361ed15 Require strict bytes objects for all bsddb.db input values. by Gregory P. Smith · 17 years ago
  23. e5a8dc6 docstring cut n paste correction by Gregory P. Smith · 17 years ago
  24. 9a3b014 os.getcwd() is returning str8; sys.path items are str. by Kurt B. Kaiser · 17 years ago
  25. e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 17 years ago
  26. ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 17 years ago
  27. e45be28 Convert raise statements in Lib/plat-{mac,os2emx}. by Collin Winter · 17 years ago
  28. cfe02a4 Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass. by Guido van Rossum · 17 years ago
  29. ae211f9 Implement the round functionality for PEP 3141, and add tests for it. by Alex Martelli · 17 years ago
  30. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  31. 86d8b34 Implement the trunc builtin for PEP 3141 by Alex Martelli · 17 years ago
  32. a65e94c Convert raise statements in bsddb. by Collin Winter · 17 years ago
  33. 865ea89 Fix raise statements in hotshot. by Collin Winter · 17 years ago
  34. 7a4dbaf Replace file() with open() by Kurt B. Kaiser · 17 years ago
  35. 2d726df Use buffer of type 'bytes' to accumulate from socket. by Kurt B. Kaiser · 17 years ago
  36. e20a2c1 stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 17 years ago
  37. 4d9620a Fix bug introduced at r54854 to mass replace string fcns with methods :-) by Kurt B. Kaiser · 17 years ago
  38. 0e6012c Eat some low hanging fruit... let the test suite run. by Gregory P. Smith · 17 years ago
  39. ea03c11 Fix some debugging print statements by Kurt B. Kaiser · 17 years ago
  40. b7f136e Make IOBase (and hence all other classes in io.py) use ABCMeta as its metaclass, by Guido van Rossum · 17 years ago
  41. bfc672b Remove some old comments adequately covered in the code. by Kurt B. Kaiser · 17 years ago
  42. 3a4e24b 1. Fix File Open: don't encode filename to UTF-8 bytes by Kurt B. Kaiser · 17 years ago
  43. 23cfc98 Convert sunaudio.py to bytes. (It has no unit test of its own!) by Guido van Rossum · 17 years ago
  44. 003b098 eliminate "from ... import *" in a function. by Kurt B. Kaiser · 17 years ago
  45. 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
  46. 4566c71 Fix fallout from making __private variables in threading.py _protected. by Guido van Rossum · 17 years ago
  47. c1e315d Rename __whatever variables defined by ABCMeta to _abc_whatever, so as by Guido van Rossum · 17 years ago
  48. d064899 Get rid of all __private variables and methods in the threading module. by Guido van Rossum · 17 years ago
  49. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  50. 9604286 Fix xmlrpc unittest. While it now passes on Linux, it still fails by Hye-Shik Chang · 17 years ago
  51. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  52. 1836358 Fix an unfinished though in my own test code. by Guido van Rossum · 17 years ago
  53. 8358db2 New I/O code from Tony Lownds implement newline feature correctly, by Guido van Rossum · 17 years ago
  54. 3de862d Make the cleanup between -R passes deal better with ABC registries, by Guido van Rossum · 17 years ago
  55. 787794f Fix _dump_registry() to use the correct prefix for the private by Guido van Rossum · 17 years ago
  56. 2673de5 Allow -R4:3 instead of -R4:3: -- I never use the 3rd arg. by Guido van Rossum · 17 years ago
  57. 4e7eba7 Change the usage() function. Don't print the entire multi-page by Guido van Rossum · 17 years ago
  58. 19e6238 Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests by Walter Dörwald · 17 years ago
  59. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  60. 5ef262c Simplify expression by Neal Norwitz · 17 years ago
  61. 540d987 Fix the IPv6 pton/ntop tests. Why weren't these failing on Linux? No IPv6? by Guido van Rossum · 17 years ago
  62. 62e3a9a Remove output file for test that was already removed by Neal Norwitz · 17 years ago
  63. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  64. ceaafa6 forgot this when removing RISCOS stuff by Skip Montanaro · 17 years ago
  65. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  66. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  67. 5f22af1 Remove last(?) use of httplib.HTTPS, which caused test_socket_ssl to fail. by Jeremy Hylton · 17 years ago
  68. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  69. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
  70. 32c4ac0 Down with str8! Change various socket APIs to use bytes or str instead str8. by Guido van Rossum · 17 years ago
  71. ff398c6 Format bools properly in %d. by Martin v. Löwis · 17 years ago
  72. 3eed765 Bug #1772489: make dir() work on traceback objects again. by Collin Winter · 17 years ago
  73. 3a38c91 Remove Python 1.5 compatibility layer from httplib. by Jeremy Hylton · 17 years ago
  74. 5d8a88a Change xmlrpclib to use the newer httplib interface. by Jeremy Hylton · 17 years ago
  75. 956e359 The dbm module should use bytes for keys. This makes test_shelve pass. by Guido van Rossum · 17 years ago
  76. 5bcf109 Fix test_gdbm. by Martin v. Löwis · 17 years ago
  77. 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
  78. 5424df2 Patch suggested Paul Colomiets fixes test_threaded_import.py. by Guido van Rossum · 17 years ago
  79. c934128 Improved patches for sndhdr and imghdr by Victor Stinner, who writes: by Guido van Rossum · 17 years ago
  80. 4c269c5 Fix two obvious 2.xisms. by Guido van Rossum · 17 years ago
  81. 4d9ed9f Enable basic load/store again. by Martin v. Löwis · 17 years ago
  82. caf871a Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too. by Hye-Shik Chang · 17 years ago
  83. 49d90bc Fix a test failure on non-UTF-8 locales: bad_coding2.py is encoded in utf-8. by Hye-Shik Chang · 17 years ago
  84. ead7056 Retouch my last change after a comment on style from Guido. by Lars Gustäbel · 17 years ago
  85. 0f98d8f Allow str8 in .write(). by Martin v. Löwis · 17 years ago
  86. 98ff898 Expect that source strings are Unicode. by Martin v. Löwis · 17 years ago
  87. e83395e Make assertion error be more verbose. by Martin v. Löwis · 17 years ago
  88. 163b717 Fix typo. by Martin v. Löwis · 17 years ago
  89. 72937f3 Compare what's read from files against proper byte literals. Neither of these by Barry Warsaw · 17 years ago
  90. 646049e Don't try to convert str to Unicode anymore. by Martin v. Löwis · 17 years ago
  91. 9b2a269 Get pystone working with lazy map. by Neal Norwitz · 17 years ago
  92. cbbe98f 1. Catch TypeError exception when writing to OutputWindow by Kurt B. Kaiser · 17 years ago
  93. 801c89b Add -s/--start option that makes it easier to run the tests in batches by Neal Norwitz · 17 years ago
  94. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  95. bb217d9 Make sure to flush output when writing dots during -R runs by Neal Norwitz · 17 years ago
  96. f7f28fc Fix problem when exec'ing a string with a coding by Neal Norwitz · 17 years ago
  97. 03fc779 Remove unnecessary import by Neal Norwitz · 17 years ago
  98. 1e50a9f Fix test_wsgiref that used StringIO and a BufferedReader rather than by Neal Norwitz · 17 years ago
  99. 9264ecd Quick fix for a new problem here -- using string.lowercase somehow caused by Guido van Rossum · 17 years ago
  100. d78d3b4 Fall back to ascii if the locale module cannot be loaded. by Martin v. Löwis · 17 years ago