1. 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago
  2. bd4a63e A small tweak to avoid calling traceback.format_exception_only() with by Guido van Rossum · 17 years ago
  3. 5590d8c RFC 1952 requires the FNAME field to be Latin-1. Do not include by Lars Gustäbel · 17 years ago
  4. 36f938f Fix refleak: decref inputobj after extracting the relavant info (the object by Walter Dörwald · 17 years ago
  5. cccc58d Fix dbshelve and much of dbtables. by Martin v. Löwis · 17 years ago
  6. 9b01862 Wrap set_location. by Martin v. Löwis · 17 years ago
  7. c32f71d Fix some doc problems. by Neal Norwitz · 17 years ago
  8. e1b4a16 Fix circular import issue by Kurt B. Kaiser · 17 years ago
  9. f2335a9 Fix filter() issues by Kurt B. Kaiser · 17 years ago
  10. 283f3ff Remove spurious (and unneeded) import of StringIO. by Guido van Rossum · 17 years ago
  11. 1101980 In PyFile_WriteString(), call PyUnicode_FromString() instead of by Guido van Rossum · 17 years ago
  12. f39317a Hack to avoid a nasty recursion issue when Python is invoked by Guido van Rossum · 17 years ago
  13. 516f41e Fix some logic in PythonCmd() -- if the AsString() call failed, we'd by Guido van Rossum · 17 years ago
  14. 9ce8e38 Fix two bugs in socket_getaddr(): by Guido van Rossum · 17 years ago
  15. 6ca130d Oops. The PyObject_Print() function was totally broken; the original code by Guido van Rossum · 17 years ago
  16. 66aaf74 Fix remaining map() issues. by Kurt B. Kaiser · 17 years ago
  17. 60455b2 Use relative imports by Kurt B. Kaiser · 17 years ago
  18. 4f93a56 Oops, this was placed in the wrong branch. by Guido van Rossum · 17 years ago
  19. 870ea07 Add a tombstone. by Guido van Rossum · 17 years ago
  20. bacadcc Create the new Py3k branch. by Guido van Rossum · 17 years ago
  21. c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
  22. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  23. 918f49e Fix most of the bsddb3 tests. by Martin v. Löwis · 17 years ago
  24. eb29e9a Fix core dump in an endcase of b.strip() that I missed. by Guido van Rossum · 17 years ago
  25. 2fb5ac7 Fix the ctypes tests. Patch from Victor Stinner. He writes: by Thomas Heller · 17 years ago
  26. df5f6b5 Fix several failing tests in test_urllib2net. by Jeremy Hylton · 17 years ago
  27. 6a10e02 Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. by Guido van Rossum · 17 years ago
  28. 0269b91 SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed. by Neal Norwitz · 17 years ago
  29. d78f6cf Whitespace normalization. by Neal Norwitz · 17 years ago
  30. 3c8ba93 Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures. by Neal Norwitz · 17 years ago
  31. ec8e716 Convert some usages of types.StringType to just str (since types.StringType has gone away). by Collin Winter · 17 years ago
  32. 3045c7c Fix a type error in a previous patch I made to this module. by Guido van Rossum · 17 years ago
  33. a9769c2 Fix the last remaining test_csv failure. by Guido van Rossum · 17 years ago
  34. 75c26bc BZ2File.read(0) should return b"" rather than raising ValueError. by Guido van Rossum · 17 years ago
  35. a055770 Remove the coding line, and convert umlauted characters to \x escapes. by Guido van Rossum · 17 years ago
  36. 55b15c9 Fix the test_minidom failure. by Guido van Rossum · 17 years ago
  37. bdba5cf Change the repr() of frozenset instances (and set subclasses) by Guido van Rossum · 17 years ago
  38. 0cb85a9 Remove more references to intobject. by Guido van Rossum · 17 years ago
  39. 2220122 Oops. I killed a bit too much and not enough when I deleted intobject.c. by Guido van Rossum · 17 years ago
  40. c77e24b Kill references to tp_print. by Guido van Rossum · 17 years ago
  41. 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 17 years ago
  42. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  43. d474ce8 Remove references to unicode from help(str). by Collin Winter · 17 years ago
  44. b506dc3 Completed str/unicode unification. by Lars Gustäbel · 17 years ago
  45. cd869d8 SF patch# 1769016 by James Brotchie. by Guido van Rossum · 17 years ago
  46. ca8dd91 Fix test case by converting dbm keys to bytes. by Martin v. Löwis · 17 years ago
  47. f9b95d4 Patch #1768976, Fix for failing test_scriptpackages (untested but looks good) by Neal Norwitz · 17 years ago
  48. e656869 Change dumbdbm to use bytes keys. by Martin v. Löwis · 17 years ago
  49. 45d569b Run 2to3 over Doc/lib/sqlite3/. by Collin Winter · 17 years ago
  50. b942d28 Quick fixes for assert failures in dbm wrapper code. by Guido van Rossum · 17 years ago
  51. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  52. 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
  53. 28a181c missing docstrings by Skip Montanaro · 17 years ago
  54. e3b10f4 One char->Py_UNICODE change missed in r56777 - according to Adam Hupp this is the change to make... by Skip Montanaro · 17 years ago
  55. 4626458 SF patch# 1767398 by Adam Hupp. by Guido van Rossum · 17 years ago
  56. dd766d5 Move tempfile over to the io module. Makes test_threaded_import pass. by Brett Cannon · 17 years ago
  57. 9c12106 Change PyUnicode_FromString[AndSize] to expect UTF-8. by Martin v. Löwis · 17 years ago
  58. 64ce505 Make bsddb use bytes as keys and values. Add StringKeys by Martin v. Löwis · 17 years ago
  59. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  60. 77553ab Fix test for new version of urllib that uses HTTPConnection directly. by Jeremy Hylton · 17 years ago
  61. 39b198d Change urllib to use HTTPConnection rather than old HTTP class. by Jeremy Hylton · 17 years ago
  62. f066c1b Make test_tokenize really pass -- don't add extra output. by Guido van Rossum · 17 years ago
  63. cfbbf48 Make test_tokenize pass again: by Guido van Rossum · 17 years ago
  64. 1e2b760 Fix an obvious bug caused by a switch to Unicode. by Guido van Rossum · 17 years ago
  65. 3e18615 Fix test: readline() now returns bytes by Jeremy Hylton · 17 years ago
  66. 66dc8c5 Fix tests that tried to sneak strings through httplib. by Jeremy Hylton · 17 years ago
  67. 04319c7 Make sure LineAndFileWrapper gets bytes() as its first argument. by Jeremy Hylton · 17 years ago
  68. 4e7855d Use BytesIO instead of StringIO. by Jeremy Hylton · 17 years ago
  69. 0ee5eeb Fix several more paths from the SSL code. by Jeremy Hylton · 17 years ago
  70. 6252083 Change read() on SSL socket to return bytes. by Jeremy Hylton · 17 years ago
  71. 97043c3 HTTPResponse should not inherit from io.IOBase. by Jeremy Hylton · 17 years ago
  72. c2de7c0 Get rid of a bogus assert when recv_into() is called with a zero-length by Guido van Rossum · 17 years ago
  73. 4a7fd90 Fix failure do to outlawing complex floordiv/mod. by Guido van Rossum · 17 years ago
  74. ec0c508 Fix an absurdly invasive test. by Jeremy Hylton · 17 years ago
  75. 8fff792 Fix tests to use bytes() where the actual sockets return bytes(). by Jeremy Hylton · 17 years ago
  76. 9648d62 Make test_complex pass again now that floordiv and mod are illegal. by Guido van Rossum · 17 years ago
  77. 5accbdb Make sure socket.close() doesn't interfere with socket.makefile(). by Jeremy Hylton · 17 years ago
  78. d2ef864 Treat HTTP status line as ISO-8859-1 as in httplib module. by Jeremy Hylton · 17 years ago
  79. cf2f419 Hack: Fix some test_urllib2.net tests by getting them access to the by Jeremy Hylton · 17 years ago
  80. fb35f65 A few local changes for consistency of string literals. by Jeremy Hylton · 17 years ago
  81. c0f2d2d SF patch# 1762940 by Joe Gregorio. by Guido van Rossum · 17 years ago
  82. 15863ea SF patch# 1764815 by Paul Colomiets. by Guido van Rossum · 17 years ago
  83. ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
  84. 6afaeb7 Convert print statements to function calls in Tools/. by Collin Winter · 17 years ago
  85. e5d0e84 Make consistent use of "" for string literals in new classes. by Jeremy Hylton · 17 years ago
  86. 811fc14 Fix status line parsing for http response. by Jeremy Hylton · 17 years ago
  87. 4737482 Add a default __prepare__() method to 'type', so it can be called by Guido van Rossum · 17 years ago
  88. a9efc8e Remove useless \withsubitem. by Georg Brandl · 17 years ago
  89. b43daf7 Changes to long and float by Jeffrey Jasskin to conform to PEP 3141. by Guido van Rossum · 17 years ago
  90. a6bcefc When testing all stdlib modules, ignore test_pep263.py which is encoded by Guido van Rossum · 17 years ago
  91. 70d2b89 Tests for @abstractproperty by Jeffrey Yasskin. by Guido van Rossum · 17 years ago
  92. 46334cd Kill div, mod and divmod on complex (already deprecated in 2.x). by Guido van Rossum · 17 years ago
  93. b31339f Add @abstractproperty. by Guido van Rossum · 17 years ago
  94. e78178e Bytes (which are the input for decoding) are mutable now. If a decoding by Walter Dörwald · 17 years ago
  95. 2dbde5e In cases where dealing with base64, do the conversion but then get the ASCII by Brett Cannon · 17 years ago
  96. 96d7e83 Don't try to use a bytes sequence for file paths. Also force equivalency tests by Brett Cannon · 17 years ago
  97. 7a26534 Add a missing "rf.depth = 0;" to marshal_load(). by Guido van Rossum · 17 years ago
  98. 447d33e Implement PEP 3120. by Martin v. Löwis · 17 years ago
  99. 5de17db Testing against a different default encoding is meaningless as the default by Brett Cannon · 17 years ago
  100. d38d078 Expat parser no longer has a returns_unicode attribute since everything is by Brett Cannon · 17 years ago