1. d24fdbc Use s# instead of t# for nis_match. by Martin v. Löwis · 17 years ago
  2. a79f125 Stop testing for encoded file names, as Python 3 does not support them, anyway. by Martin v. Löwis · 17 years ago
  3. eaa16f9 Try to fix test_plistlib so it uses bytes consistently in this call by Neal Norwitz · 17 years ago
  4. 152b3c2 Use inspect.py and clean up. by Kurt B. Kaiser · 17 years ago
  5. f40080f Try to fix test_aepack by comparing bytes with bytes. by Neal Norwitz · 17 years ago
  6. 9a92310 Write bytes instead of unicode by Neal Norwitz · 17 years ago
  7. 78a70bd Try to get test_pep352 and maybe test_platform to work on a Windows buildbot by Neal Norwitz · 17 years ago
  8. 09cff64 Since the filename is encoded, we must add bytes to it. The test by Neal Norwitz · 17 years ago
  9. f739991 Add uuids for 3.0. by Martin v. Löwis · 17 years ago
  10. 16596dd Try to fix the problem on the Windows buildbot where this code: by Neal Norwitz · 17 years ago
  11. ff0940f Bump version numbers. by Martin v. Löwis · 17 years ago
  12. cabac0a Stop using the find function on the string module, use the string method. by Neal Norwitz · 17 years ago
  13. 0c3842f Forward Windows build instructions to PCbuild. by Martin v. Löwis · 17 years ago
  14. c247e51 Make this module importable, this gets test___all__ to pass. by Neal Norwitz · 17 years ago
  15. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  16. a73bfee Raise statement normalization in Lib/ctypes/. by Collin Winter · 17 years ago
  17. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  18. 2c440a1 Use the new name for the parser module. by Neal Norwitz · 17 years ago
  19. 315d845 Revert revisions 57472, 57474, and 57477 which disabled some tests by Neal Norwitz · 17 years ago
  20. 8b3d659 Fix a more bytes/str confusion. by Barry Warsaw · 17 years ago
  21. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  22. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  23. 21b731f Fix an outdated URL in a SyntaxError message. by Guido van Rossum · 17 years ago
  24. 8188e63 When clobbering, also clean the docs. by Guido van Rossum · 17 years ago
  25. 95fb569 Revert r57685 (weird merge result). by Collin Winter · 17 years ago
  26. ba1fffa Make it work with Py3k. by Guido van Rossum · 17 years ago
  27. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  28. e0281ca by Collin Winter · 17 years ago
  29. 98e0d4c by Collin Winter · 17 years ago
  30. 5420bc3 Don't delete test output when "make clean" is run -- only when "make by Guido van Rossum · 17 years ago
  31. 77b5e33 Modernize clean and funny targets. by Guido van Rossum · 17 years ago
  32. 1c896e3 Mostly rewritten, much shorter README for Py3k. by Guido van Rossum · 17 years ago
  33. 63175a1 [Oops, I forgot half of the patch.] by Guido van Rossum · 17 years ago
  34. f7f3deb Andother bytes/str comparison caught by Jeremy's change. by Guido van Rossum · 17 years ago
  35. 9ff05b2 Change string literal to bytes. by Jeremy Hylton · 17 years ago
  36. 88d06a7 Make terminator constants bytes. by Jeremy Hylton · 17 years ago
  37. a5dc3db Change string literals to bytes, since they are compared to bytes. by Jeremy Hylton · 17 years ago
  38. e3e3701 Fix issue # 1037 (sort of). by Guido van Rossum · 17 years ago
  39. 18c3ff8 Make it an error to compare a bytes object and a Unicode object. by Jeremy Hylton · 17 years ago
  40. 991bf5d Patch # 1050 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  41. cf3c4217 1. Debugger was failing to start due to DictProxy limitations. by Kurt B. Kaiser · 17 years ago
  42. 39342f4 Patch # 1048 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  43. fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 17 years ago
  44. e86254e In rseponse to bug# 1029, force the newline default for StringIO to "\n", by Guido van Rossum · 17 years ago
  45. 5f7b087 Unset PYTHONPATH, for my convenience. by Guido van Rossum · 17 years ago
  46. dcce839 Insist that the argument to TextIOWrapper.write() is a basestring by Guido van Rossum · 17 years ago
  47. e8a17aa Use the correct type for variables corresponding to 'u' formats. by Guido van Rossum · 17 years ago
  48. da3f228 Convert various string literals to bytes. by Jeremy Hylton · 17 years ago
  49. c4140a1 PEP 7 clean ups, no change in behavior. by Jeremy Hylton · 17 years ago
  50. b4df71f Fix test failures caused by missing/incorrect conversion to bytes. by Jeremy Hylton · 17 years ago
  51. 8136014 Fix up brokenness with hashing, now hashlib is strict in requiring bytes too. by Guido van Rossum · 17 years ago
  52. ec9a4af Straggler (forgot to save this earlier). by Guido van Rossum · 17 years ago
  53. 3227af4 Refuse to compute digests from PyUnicode (str) instances. by Guido van Rossum · 17 years ago
  54. b3cf6fd Oops, remove an abort() I put in for debugging. by Guido van Rossum · 17 years ago
  55. 04c70ad Fix the one failing test (can't decode twice). by Guido van Rossum · 17 years ago
  56. 7d1df6c Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but by Guido van Rossum · 17 years ago
  57. 9befa93 Fix test_pyclbr -- _https_connection is optional. by Guido van Rossum · 17 years ago
  58. 8c74614 Fix failure in error handler -- exc[-1] -> exc.args[-1]. by Guido van Rossum · 17 years ago
  59. 4430095 Corrected missed #if in r57652. by Eric Smith · 17 years ago
  60. b7f5ba1 Added conditional compilation for '()', which was an allowed sign code in a by Eric Smith · 17 years ago
  61. 39dce30 Get test_bsddb3 passing by Neal Norwitz · 17 years ago
  62. e14841c strings vs bytes, bytes wins again by Gregory P. Smith · 17 years ago
  63. a74184e Commit strict str/bytes distinction. by Guido van Rossum · 17 years ago
  64. 245b42e Found a different, more direct way to disable ssl support until it's fixed. by Guido van Rossum · 17 years ago
  65. 1b81e7b Change the way the encoding parameter is handled. by Guido van Rossum · 17 years ago
  66. a1c42a9 Make test_cmd_line work with strict str/bytes. by Guido van Rossum · 17 years ago
  67. a8be92b Fix the sqlite test. Blobs should be created using buffer(b"blob"), by Guido van Rossum · 17 years ago
  68. fa9a121 "Fix" a few places that were using PyObject_AsCharBuffer() to convert a string by Guido van Rossum · 17 years ago
  69. 625cbf2 Modified parsing of format strings, so that we always return by Eric Smith · 17 years ago
  70. 9600f93 Make gettext work with strict str/bytes. by Guido van Rossum · 17 years ago
  71. 83800a6 Fix this test. How could it ever have worked?! by Guido van Rossum · 17 years ago
  72. 083e20c Forgot one. This makes test_urllib2.py pass. by Guido van Rossum · 17 years ago
  73. 022c474 Make test_httplib pass. by Guido van Rossum · 17 years ago
  74. 70d0dda Make test_urllib be strict about str/bytes. by Guido van Rossum · 17 years ago
  75. 7436a06 Disable this test too. by Guido van Rossum · 17 years ago
  76. 47229db Disable test_ssl until ssl.py has been fixed. by Guido van Rossum · 17 years ago
  77. 3e57b52 Fix buglet in sliceobjects, they were not returning Py_NotImplemented when by Thomas Wouters · 17 years ago
  78. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  79. 9e7c8da Simplified tuple returned by string._formatter_parser to only have by Eric Smith · 17 years ago
  80. 79710cd Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a 'defined but not used' warning. by Eric Smith · 17 years ago
  81. 3d5cb22 Change to use the new buffer API instead of bytes objects for both keys and by Gregory P. Smith · 17 years ago
  82. 3fd22da some test suite cleanup, use tempfile.mkdtemp() in setUp and by Gregory P. Smith · 17 years ago
  83. a280ca75 Conform to strict str/bytes distinction. by Lars Gustäbel · 17 years ago
  84. 6665cef Apply this change from 2.6. Hopefully it doesn't cause a conflict. by Neal Norwitz · 17 years ago
  85. 1b1498b Idiom adjustment in the docs for the parser module. by Collin Winter · 17 years ago
  86. d1d9a89 Kill lingering docs references to UnicodeType. by Collin Winter · 17 years ago
  87. 2befd24 Don't encourage 'from types import *' in the types module's docs. by Collin Winter · 17 years ago
  88. 6d199ef Remove unneeded import. by Collin Winter · 17 years ago
  89. 8ef94e8 Remove unneeded imports from bsddb's test_dbshelve. by Collin Winter · 17 years ago
  90. 115cde3 Style/idiom cleanup of binhex module. by Collin Winter · 17 years ago
  91. 1b261df Make this work on Mac as well (where Type and Creator are bytes instead of str). by Guido van Rossum · 17 years ago
  92. 92bab81 My wish for TempFile is fulfilled. by Guido van Rossum · 17 years ago
  93. f0c7416 Patch # 1033 by Adam Hupp: by Guido van Rossum · 17 years ago
  94. a1a6852 Make test_cgi pass. I changed the internal file created by make_file() by Guido van Rossum · 17 years ago
  95. 0cb431c Code layout changes for PEP 7 compliance. by Eric Smith · 17 years ago
  96. 7b4beea Make dumbdbm use bytes for keys consistently. by Guido van Rossum · 17 years ago
  97. bb839ef More str/bytes goodness. by Guido van Rossum · 17 years ago
  98. f6db409 Moved fieldnameiterator and formatteriterator to stringlib/string_format.h, so that they can be used when backporting to 2.6. by Eric Smith · 17 years ago
  99. ec42ffd More str/bytes strictness. by Guido van Rossum · 17 years ago
  100. 199fc75 str/bytes strictness. by Guido van Rossum · 17 years ago