1. e3e3701 Fix issue # 1037 (sort of). by Guido van Rossum · 18 years ago
  2. 18c3ff8 Make it an error to compare a bytes object and a Unicode object. by Jeremy Hylton · 18 years ago
  3. 991bf5d Patch # 1050 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
  4. cf3c4217 1. Debugger was failing to start due to DictProxy limitations. by Kurt B. Kaiser · 18 years ago
  5. 39342f4 Patch # 1048 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
  6. fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 18 years ago
  7. e86254e In rseponse to bug# 1029, force the newline default for StringIO to "\n", by Guido van Rossum · 18 years ago
  8. 5f7b087 Unset PYTHONPATH, for my convenience. by Guido van Rossum · 18 years ago
  9. dcce839 Insist that the argument to TextIOWrapper.write() is a basestring by Guido van Rossum · 18 years ago
  10. e8a17aa Use the correct type for variables corresponding to 'u' formats. by Guido van Rossum · 18 years ago
  11. da3f228 Convert various string literals to bytes. by Jeremy Hylton · 18 years ago
  12. c4140a1 PEP 7 clean ups, no change in behavior. by Jeremy Hylton · 18 years ago
  13. b4df71f Fix test failures caused by missing/incorrect conversion to bytes. by Jeremy Hylton · 18 years ago
  14. 8136014 Fix up brokenness with hashing, now hashlib is strict in requiring bytes too. by Guido van Rossum · 18 years ago
  15. ec9a4af Straggler (forgot to save this earlier). by Guido van Rossum · 18 years ago
  16. 3227af4 Refuse to compute digests from PyUnicode (str) instances. by Guido van Rossum · 18 years ago
  17. b3cf6fd Oops, remove an abort() I put in for debugging. by Guido van Rossum · 18 years ago
  18. 04c70ad Fix the one failing test (can't decode twice). by Guido van Rossum · 18 years ago
  19. 7d1df6c Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but by Guido van Rossum · 18 years ago
  20. 9befa93 Fix test_pyclbr -- _https_connection is optional. by Guido van Rossum · 18 years ago
  21. 8c74614 Fix failure in error handler -- exc[-1] -> exc.args[-1]. by Guido van Rossum · 18 years ago
  22. 4430095 Corrected missed #if in r57652. by Eric Smith · 18 years ago
  23. b7f5ba1 Added conditional compilation for '()', which was an allowed sign code in a by Eric Smith · 18 years ago
  24. 39dce30 Get test_bsddb3 passing by Neal Norwitz · 18 years ago
  25. e14841c strings vs bytes, bytes wins again by Gregory P. Smith · 18 years ago
  26. a74184e Commit strict str/bytes distinction. by Guido van Rossum · 18 years ago
  27. 245b42e Found a different, more direct way to disable ssl support until it's fixed. by Guido van Rossum · 18 years ago
  28. 1b81e7b Change the way the encoding parameter is handled. by Guido van Rossum · 18 years ago
  29. a1c42a9 Make test_cmd_line work with strict str/bytes. by Guido van Rossum · 18 years ago
  30. a8be92b Fix the sqlite test. Blobs should be created using buffer(b"blob"), by Guido van Rossum · 18 years ago
  31. fa9a121 "Fix" a few places that were using PyObject_AsCharBuffer() to convert a string by Guido van Rossum · 18 years ago
  32. 625cbf2 Modified parsing of format strings, so that we always return by Eric Smith · 18 years ago
  33. 9600f93 Make gettext work with strict str/bytes. by Guido van Rossum · 18 years ago
  34. 83800a6 Fix this test. How could it ever have worked?! by Guido van Rossum · 18 years ago
  35. 083e20c Forgot one. This makes test_urllib2.py pass. by Guido van Rossum · 18 years ago
  36. 022c474 Make test_httplib pass. by Guido van Rossum · 18 years ago
  37. 70d0dda Make test_urllib be strict about str/bytes. by Guido van Rossum · 18 years ago
  38. 7436a06 Disable this test too. by Guido van Rossum · 18 years ago
  39. 47229db Disable test_ssl until ssl.py has been fixed. by Guido van Rossum · 18 years ago
  40. 3e57b52 Fix buglet in sliceobjects, they were not returning Py_NotImplemented when by Thomas Wouters · 18 years ago
  41. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 18 years ago
  42. 9e7c8da Simplified tuple returned by string._formatter_parser to only have by Eric Smith · 18 years ago
  43. 79710cd Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a 'defined but not used' warning. by Eric Smith · 18 years ago
  44. 3d5cb22 Change to use the new buffer API instead of bytes objects for both keys and by Gregory P. Smith · 18 years ago
  45. 3fd22da some test suite cleanup, use tempfile.mkdtemp() in setUp and by Gregory P. Smith · 18 years ago
  46. a280ca75 Conform to strict str/bytes distinction. by Lars Gustäbel · 18 years ago
  47. 6665cef Apply this change from 2.6. Hopefully it doesn't cause a conflict. by Neal Norwitz · 18 years ago
  48. 1b1498b Idiom adjustment in the docs for the parser module. by Collin Winter · 18 years ago
  49. d1d9a89 Kill lingering docs references to UnicodeType. by Collin Winter · 18 years ago
  50. 2befd24 Don't encourage 'from types import *' in the types module's docs. by Collin Winter · 18 years ago
  51. 6d199ef Remove unneeded import. by Collin Winter · 18 years ago
  52. 8ef94e8 Remove unneeded imports from bsddb's test_dbshelve. by Collin Winter · 18 years ago
  53. 115cde3 Style/idiom cleanup of binhex module. by Collin Winter · 18 years ago
  54. 1b261df Make this work on Mac as well (where Type and Creator are bytes instead of str). by Guido van Rossum · 18 years ago
  55. 92bab81 My wish for TempFile is fulfilled. by Guido van Rossum · 18 years ago
  56. f0c7416 Patch # 1033 by Adam Hupp: by Guido van Rossum · 18 years ago
  57. a1a6852 Make test_cgi pass. I changed the internal file created by make_file() by Guido van Rossum · 18 years ago
  58. 0cb431c Code layout changes for PEP 7 compliance. by Eric Smith · 18 years ago
  59. 7b4beea Make dumbdbm use bytes for keys consistently. by Guido van Rossum · 18 years ago
  60. bb839ef More str/bytes goodness. by Guido van Rossum · 18 years ago
  61. f6db409 Moved fieldnameiterator and formatteriterator to stringlib/string_format.h, so that they can be used when backporting to 2.6. by Eric Smith · 18 years ago
  62. ec42ffd More str/bytes strictness. by Guido van Rossum · 18 years ago
  63. 199fc75 str/bytes strictness. by Guido van Rossum · 18 years ago
  64. b644fb4 str/bytes strictness. by Guido van Rossum · 18 years ago
  65. 7a6dd29 Cleanup in anticipation of moving formatteriterator and fieldnameiterator into stringlib/string_format.h. by Eric Smith · 18 years ago
  66. 7dcb844 More str/bytes strictness. by Guido van Rossum · 18 years ago
  67. 7d5baac posix.confname(): enforce that names as str instances. by Guido van Rossum · 18 years ago
  68. 26d95c3 More str/bytes fixes. by Guido van Rossum · 18 years ago
  69. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 18 years ago
  70. 25a29a9 One further change. by Guido van Rossum · 18 years ago
  71. 54a40cb Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't by Guido van Rossum · 18 years ago
  72. 98b349f Fix some tests I broke. (More to follow.) by Guido van Rossum · 18 years ago
  73. 1f2ca56 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 18 years ago
  74. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 18 years ago
  75. 739e2ad Additional test for formatting code. by Eric Smith · 18 years ago
  76. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 18 years ago
  77. 35d9428 There should be no codecs left that return str8 intead of bytes. by Guido van Rossum · 18 years ago
  78. 700bd92 Fix a few places that broke due to a recent change to io.py. by Guido van Rossum · 18 years ago
  79. 5abbf75 Changes to io.py and socket.py by Christian Heimes. by Guido van Rossum · 18 years ago
  80. 6dab795 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 18 years ago
  81. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 18 years ago
  82. 85825dc Changes preparing for stricter enforcement of bytes vs. str. by Guido van Rossum · 18 years ago
  83. 56e4a84 Added test to ensure __format__ methods return unicode objects. by Eric Smith · 18 years ago
  84. a4b8d1d Some changes in preparation of stricter rules about mixing str and bytes. by Guido van Rossum · 18 years ago
  85. ddd2582 Fixed accidental indentation change. by Eric Smith · 18 years ago
  86. e226b55 PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion). by Eric Smith · 18 years ago
  87. 8cef8a8 Port the build_ssl.py script to Python 3. by Thomas Heller · 18 years ago
  88. 8a4eb29 Fix refleaks in test_unicode and test_string related to the new format code. by Neal Norwitz · 18 years ago
  89. 2bad970 Make some internal functions static by Neal Norwitz · 18 years ago
  90. 908c871 Fix some refleaks (and format/error checking) by Neal Norwitz · 18 years ago
  91. 247b515 This adds a leak, but fixes a crash. The leaking code is: by Neal Norwitz · 18 years ago
  92. 44c19f6 Get gdb macros working with unicode and PyVarObject change by Neal Norwitz · 18 years ago
  93. 1e93f2b Fix warning by Neal Norwitz · 18 years ago
  94. ab45e27 Tkinter binding involving Control-spacebar raises unicode error Issue1028 by Kurt B. Kaiser · 18 years ago
  95. fac6e9d Add a couple of files that are necessary based on getting PCbuil8 to work. by Neal Norwitz · 18 years ago
  96. d082b6e os.getcwd() now returns a normal string (ie, unicode) by Neal Norwitz · 18 years ago
  97. 19b4a27 Cosmetics in error messages. by Guido van Rossum · 18 years ago
  98. fe82e16 Add some more files from 1031 that I missed. by Neal Norwitz · 18 years ago
  99. d78e52c Manually apply most of patch 1031 to try to get python to build on Windows. by Neal Norwitz · 18 years ago
  100. 1385b89 Patch 1030, Adapt _winreg.c to the new buffer API. by Neal Norwitz · 18 years ago