1. 6d199ef Remove unneeded import. by Collin Winter · 17 years ago
  2. 8ef94e8 Remove unneeded imports from bsddb's test_dbshelve. by Collin Winter · 17 years ago
  3. 115cde3 Style/idiom cleanup of binhex module. by Collin Winter · 17 years ago
  4. 1b261df Make this work on Mac as well (where Type and Creator are bytes instead of str). by Guido van Rossum · 17 years ago
  5. 92bab81 My wish for TempFile is fulfilled. by Guido van Rossum · 17 years ago
  6. f0c7416 Patch # 1033 by Adam Hupp: by Guido van Rossum · 17 years ago
  7. a1a6852 Make test_cgi pass. I changed the internal file created by make_file() by Guido van Rossum · 17 years ago
  8. 7b4beea Make dumbdbm use bytes for keys consistently. by Guido van Rossum · 17 years ago
  9. bb839ef More str/bytes goodness. by Guido van Rossum · 17 years ago
  10. ec42ffd More str/bytes strictness. by Guido van Rossum · 17 years ago
  11. 199fc75 str/bytes strictness. by Guido van Rossum · 17 years ago
  12. b644fb4 str/bytes strictness. by Guido van Rossum · 17 years ago
  13. 7dcb844 More str/bytes strictness. by Guido van Rossum · 17 years ago
  14. 26d95c3 More str/bytes fixes. by Guido van Rossum · 17 years ago
  15. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  16. 25a29a9 One further change. by Guido van Rossum · 17 years ago
  17. 54a40cb Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't by Guido van Rossum · 17 years ago
  18. 98b349f Fix some tests I broke. (More to follow.) by Guido van Rossum · 17 years ago
  19. 1f2ca56 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  20. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  21. 739e2ad Additional test for formatting code. by Eric Smith · 17 years ago
  22. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  23. 700bd92 Fix a few places that broke due to a recent change to io.py. by Guido van Rossum · 17 years ago
  24. 5abbf75 Changes to io.py and socket.py by Christian Heimes. by Guido van Rossum · 17 years ago
  25. 6dab795 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  26. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  27. 85825dc Changes preparing for stricter enforcement of bytes vs. str. by Guido van Rossum · 17 years ago
  28. e226b55 PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion). by Eric Smith · 17 years ago
  29. d082b6e os.getcwd() now returns a normal string (ie, unicode) by Neal Norwitz · 17 years ago
  30. 19b4a27 Cosmetics in error messages. by Guido van Rossum · 17 years ago
  31. 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 17 years ago
  32. 2bf4d5b Use the correct variable name by Neal Norwitz · 17 years ago
  33. e760631 When elapsed and expected time differ, at least show their two values. by Guido van Rossum · 17 years ago
  34. 93c5682 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  35. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  36. 5b0fdc9 Fix another map(...) --> list(map...) by Kurt B. Kaiser · 17 years ago
  37. 7e95bef Use unicode and stop supporting str8 by Neal Norwitz · 17 years ago
  38. 9406f5c Use the new buffer api for input data. by Gregory P. Smith · 17 years ago
  39. fce59bf Get the urllib tests to pass without the email package by Neal Norwitz · 17 years ago
  40. 0337ef6 Get test working when there are multiple dbs supported. by Neal Norwitz · 17 years ago
  41. fe61bb9 Disable test until email comes back by Neal Norwitz · 17 years ago
  42. cb51c6e Get test_pyclbr to pass after removing the email package by Neal Norwitz · 17 years ago
  43. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  44. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  45. 8d3654d Use unicode and add a "test" for syslog by Neal Norwitz · 17 years ago
  46. a401bbe Add a few mixed-mode (set vs. dict view) comparisons. by Guido van Rossum · 17 years ago
  47. cf2ce36 Keir Mierle's improved tests for dict view containment tests. by Guido van Rossum · 17 years ago
  48. 1d71996 Add some mixed operations between sets and dict views. by Guido van Rossum · 17 years ago
  49. be53471 Add unit tests for set ops on dict.items(). by Guido van Rossum · 17 years ago
  50. 523259b Keir Mierle's set operations for dict views (keys/items only of course). by Guido van Rossum · 17 years ago
  51. 6e024b3 Use the str builtin by Neal Norwitz · 17 years ago
  52. aac530c Patch with Keir Mierle: add rich comparisons between dict views and sets, by Guido van Rossum · 17 years ago
  53. c3ee950 follow up to bug 1007 commit. by Gregory P. Smith · 17 years ago
  54. 178fefb applies the better dbm and shelve related unittests. bug 1007 from larryhastings by Gregory P. Smith · 17 years ago
  55. 11e065b Convert test_pkg to use unittest. by Collin Winter · 17 years ago
  56. 70e7980 r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700 by Collin Winter · 17 years ago
  57. 7f19f66 Clean up after a merge left behind old except clause syntax. by Guido van Rossum · 17 years ago
  58. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  59. 07aec08 reapply of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  60. 37410aa Make uuid.py thread-safe. Fix by Yuri Ginsburg. by Guido van Rossum · 17 years ago
  61. 28bbe42 math.floor(<int>) now returns the argument, by Guido van Rossum · 17 years ago
  62. 10ab4ae Patch by Keir Mierle so that sets can be compared to other objects that know by Guido van Rossum · 17 years ago
  63. 13e05de Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__ by Guido van Rossum · 17 years ago
  64. 2fa33db Finish the work on __round__ and __trunc__. With Alex Martelli and Keir Mierle. by Guido van Rossum · 17 years ago
  65. 0f3cff5 Fix test_shelve when it uses dumbdbm. Found and fixed by Larry Hastings. by Neal Norwitz · 17 years ago
  66. 361ed15 Require strict bytes objects for all bsddb.db input values. by Gregory P. Smith · 17 years ago
  67. e5a8dc6 docstring cut n paste correction by Gregory P. Smith · 17 years ago
  68. 9a3b014 os.getcwd() is returning str8; sys.path items are str. by Kurt B. Kaiser · 17 years ago
  69. e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 17 years ago
  70. ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 17 years ago
  71. e45be28 Convert raise statements in Lib/plat-{mac,os2emx}. by Collin Winter · 17 years ago
  72. cfe02a4 Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass. by Guido van Rossum · 17 years ago
  73. ae211f9 Implement the round functionality for PEP 3141, and add tests for it. by Alex Martelli · 17 years ago
  74. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  75. 86d8b34 Implement the trunc builtin for PEP 3141 by Alex Martelli · 17 years ago
  76. a65e94c Convert raise statements in bsddb. by Collin Winter · 17 years ago
  77. 865ea89 Fix raise statements in hotshot. by Collin Winter · 17 years ago
  78. 7a4dbaf Replace file() with open() by Kurt B. Kaiser · 17 years ago
  79. 2d726df Use buffer of type 'bytes' to accumulate from socket. by Kurt B. Kaiser · 17 years ago
  80. e20a2c1 stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 17 years ago
  81. 4d9620a Fix bug introduced at r54854 to mass replace string fcns with methods :-) by Kurt B. Kaiser · 17 years ago
  82. 0e6012c Eat some low hanging fruit... let the test suite run. by Gregory P. Smith · 17 years ago
  83. ea03c11 Fix some debugging print statements by Kurt B. Kaiser · 17 years ago
  84. b7f136e Make IOBase (and hence all other classes in io.py) use ABCMeta as its metaclass, by Guido van Rossum · 17 years ago
  85. bfc672b Remove some old comments adequately covered in the code. by Kurt B. Kaiser · 17 years ago
  86. 3a4e24b 1. Fix File Open: don't encode filename to UTF-8 bytes by Kurt B. Kaiser · 17 years ago
  87. 23cfc98 Convert sunaudio.py to bytes. (It has no unit test of its own!) by Guido van Rossum · 17 years ago
  88. 003b098 eliminate "from ... import *" in a function. by Kurt B. Kaiser · 17 years ago
  89. 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
  90. 4566c71 Fix fallout from making __private variables in threading.py _protected. by Guido van Rossum · 17 years ago
  91. c1e315d Rename __whatever variables defined by ABCMeta to _abc_whatever, so as by Guido van Rossum · 17 years ago
  92. d064899 Get rid of all __private variables and methods in the threading module. by Guido van Rossum · 17 years ago
  93. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  94. 9604286 Fix xmlrpc unittest. While it now passes on Linux, it still fails by Hye-Shik Chang · 17 years ago
  95. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  96. 1836358 Fix an unfinished though in my own test code. by Guido van Rossum · 17 years ago
  97. 8358db2 New I/O code from Tony Lownds implement newline feature correctly, by Guido van Rossum · 17 years ago
  98. 3de862d Make the cleanup between -R passes deal better with ABC registries, by Guido van Rossum · 17 years ago
  99. 787794f Fix _dump_registry() to use the correct prefix for the private by Guido van Rossum · 17 years ago
  100. 2673de5 Allow -R4:3 instead of -R4:3: -- I never use the 3rd arg. by Guido van Rossum · 17 years ago