1. ed44a1a Merged revisions 57125-57128 via svnmerge from by Neal Norwitz · 17 years ago
  2. 5ef262c Simplify expression by Neal Norwitz · 17 years ago
  3. 540d987 Fix the IPv6 pton/ntop tests. Why weren't these failing on Linux? No IPv6? by Guido van Rossum · 17 years ago
  4. da97cd0 Merged revisions 57113-57124 via svnmerge from by Guido van Rossum · 17 years ago
  5. 62e3a9a Remove output file for test that was already removed by Neal Norwitz · 17 years ago
  6. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  7. ceaafa6 forgot this when removing RISCOS stuff by Skip Montanaro · 17 years ago
  8. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  9. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  10. 10c17ba Initialized merge tracking via "svnmerge" with revisions "1-56846" from by Guido van Rossum · 17 years ago
  11. aa44796 Delete svnmerge properties (temporarily). by Guido van Rossum · 17 years ago
  12. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  13. 0661009 Get rid of some dead code and unneeded XXX comments by Neal. by Guido van Rossum · 17 years ago
  14. 5f22af1 Remove last(?) use of httplib.HTTPS, which caused test_socket_ssl to fail. by Jeremy Hylton · 17 years ago
  15. d9a1579 Complete truncated sentence. by Walter Dörwald · 17 years ago
  16. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  17. c5aba17 Remove license of the md5 module which is no longer part of Python. by Georg Brandl · 17 years ago
  18. eb08df2 Remove a bogus comment based on the code above. by Neal Norwitz · 17 years ago
  19. cb44f26 Support the new doc system. Also test_compiler was removed in 3k by Neal Norwitz · 17 years ago
  20. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago
  21. 739c01d Delete the LaTeX doc tree. by Georg Brandl · 17 years ago
  22. 2d16490 Tag last revision with LaTeX docs. by Georg Brandl · 17 years ago
  23. 3541489 Fix doc compilation problem. by George Yoshida · 17 years ago
  24. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
  25. 32c4ac0 Down with str8! Change various socket APIs to use bytes or str instead str8. by Guido van Rossum · 17 years ago
  26. 13c3e38 Add XID_Start and XID_Continue properties to unicodectype. by Martin v. Löwis · 17 years ago
  27. ff398c6 Format bools properly in %d. by Martin v. Löwis · 17 years ago
  28. 3eed765 Bug #1772489: make dir() work on traceback objects again. by Collin Winter · 17 years ago
  29. ee634a4 Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY. by Collin Winter · 17 years ago
  30. 3a38c91 Remove Python 1.5 compatibility layer from httplib. by Jeremy Hylton · 17 years ago
  31. 5d8a88a Change xmlrpclib to use the newer httplib interface. by Jeremy Hylton · 17 years ago
  32. 956e359 The dbm module should use bytes for keys. This makes test_shelve pass. by Guido van Rossum · 17 years ago
  33. 5bcf109 Fix test_gdbm. by Martin v. Löwis · 17 years ago
  34. 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
  35. 5424df2 Patch suggested Paul Colomiets fixes test_threaded_import.py. by Guido van Rossum · 17 years ago
  36. fc9ba93 Don't mess with string.letters any more. It is most likely going to disappear. by Guido van Rossum · 17 years ago
  37. c934128 Improved patches for sndhdr and imghdr by Victor Stinner, who writes: by Guido van Rossum · 17 years ago
  38. 4c269c5 Fix two obvious 2.xisms. by Guido van Rossum · 17 years ago
  39. 4d9ed9f Enable basic load/store again. by Martin v. Löwis · 17 years ago
  40. caf871a Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too. by Hye-Shik Chang · 17 years ago
  41. 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
  42. ead7056 Retouch my last change after a comment on style from Guido. by Lars Gustäbel · 17 years ago
  43. 0f98d8f Allow str8 in .write(). by Martin v. Löwis · 17 years ago
  44. 98ff898 Expect that source strings are Unicode. by Martin v. Löwis · 17 years ago
  45. e83395e Make assertion error be more verbose. by Martin v. Löwis · 17 years ago
  46. 163b717 Fix typo. by Martin v. Löwis · 17 years ago
  47. 4040fb8 Create Unicode objects. by Martin v. Löwis · 17 years ago
  48. 50fb866 Use Tcl_SetObjResult instead of Tcl_SetResult. by Martin v. Löwis · 17 years ago
  49. 88b44da Cleanup a little. by Neal Norwitz · 17 years ago
  50. ab40b30 Add comment that should be addressed by Neal Norwitz · 17 years ago
  51. cda5c06 Fix memory leak in an error condition by Neal Norwitz · 17 years ago
  52. fca7005 Fix memory leak by Neal Norwitz · 17 years ago
  53. 72937f3 Compare what's read from files against proper byte literals. Neither of these by Barry Warsaw · 17 years ago
  54. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  55. 447e7c3 Fix memory leak by Neal Norwitz · 17 years ago
  56. 646049e Don't try to convert str to Unicode anymore. by Martin v. Löwis · 17 years ago
  57. 9b2a269 Get pystone working with lazy map. by Neal Norwitz · 17 years ago
  58. aea70e0 Fix the refleak in strftime when converting a %Z with a user defined tzinfo. by Neal Norwitz · 17 years ago
  59. cbbe98f 1. Catch TypeError exception when writing to OutputWindow by Kurt B. Kaiser · 17 years ago
  60. 801c89b Add -s/--start option that makes it easier to run the tests in batches by Neal Norwitz · 17 years ago
  61. dcb46ed Remove docs for builtin file. by Neal Norwitz · 17 years ago
  62. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  63. 41eaedd Fix refleaks from execfile('file that contains a # coding: line') by Neal Norwitz · 17 years ago
  64. bb217d9 Make sure to flush output when writing dots during -R runs by Neal Norwitz · 17 years ago
  65. 2614e1d Remove obsolete ifdef. by Martin v. Löwis · 17 years ago
  66. f7f28fc Fix problem when exec'ing a string with a coding by Neal Norwitz · 17 years ago
  67. 7ac9712 Change module to produce and consume bytes. by Martin v. Löwis · 17 years ago
  68. 03fc779 Remove unnecessary import by Neal Norwitz · 17 years ago
  69. 1e50a9f Fix test_wsgiref that used StringIO and a BufferedReader rather than by Neal Norwitz · 17 years ago
  70. 9264ecd Quick fix for a new problem here -- using string.lowercase somehow caused by Guido van Rossum · 17 years ago
  71. 0eaa940 Fix automatic replacing mistake. by Georg Brandl · 17 years ago
  72. d78d3b4 Fall back to ascii if the locale module cannot be loaded. by Martin v. Löwis · 17 years ago
  73. 10f07c4 A few sqlite files were still using RO instead of READONLY. by Guido van Rossum · 17 years ago
  74. a291c8f Fix reference leak. by Martin v. Löwis · 17 years ago
  75. d1cd4d4 Set sys.stdout.encoding properly. by Martin v. Löwis · 17 years ago
  76. 79c3208 Change shelve to require a bytes-oriented dict as by Martin v. Löwis · 17 years ago
  77. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  78. 32ca442 Fix test_bsddb3. by Martin v. Löwis · 17 years ago
  79. 2cde0eb Fix refleaks by Neal Norwitz · 17 years ago
  80. 9edcc2e Handle error by Neal Norwitz · 17 years ago
  81. 7378df7 Fix what appears to be a very old bug. Tkinter in struni is more intolerant by Kurt B. Kaiser · 17 years ago
  82. efdca3e Use an event variable to wait for the server to be ready, rather than sleep(0.1). by Guido van Rossum · 17 years ago
  83. 6ae6ba0 Remove the None tag from tagdefs dict for now, appears inoperative and by Kurt B. Kaiser · 17 years ago
  84. e9fb515 Fix refcount bug in make_Zreplacement(). by Guido van Rossum · 17 years ago
  85. e6b59c5 Make sure the mock object passed to finish_request() is buffered. by Jeremy Hylton · 17 years ago
  86. 7ffe299 Allow rfc822 to process headers from an incoming HTTP request. by Jeremy Hylton · 17 years ago
  87. 4b878bd Style by Jeremy Hylton · 17 years ago
  88. 6e69f7f Fix a bit of code that wasn't converted properly, causing a segfault. by Guido van Rossum · 17 years ago
  89. 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago
  90. bd4a63e A small tweak to avoid calling traceback.format_exception_only() with by Guido van Rossum · 17 years ago
  91. 5590d8c RFC 1952 requires the FNAME field to be Latin-1. Do not include by Lars Gustäbel · 17 years ago
  92. 36f938f Fix refleak: decref inputobj after extracting the relavant info (the object by Walter Dörwald · 17 years ago
  93. cccc58d Fix dbshelve and much of dbtables. by Martin v. Löwis · 17 years ago
  94. 9b01862 Wrap set_location. by Martin v. Löwis · 17 years ago
  95. c32f71d Fix some doc problems. by Neal Norwitz · 17 years ago
  96. e1b4a16 Fix circular import issue by Kurt B. Kaiser · 17 years ago
  97. f2335a9 Fix filter() issues by Kurt B. Kaiser · 17 years ago
  98. 283f3ff Remove spurious (and unneeded) import of StringIO. by Guido van Rossum · 17 years ago
  99. 1101980 In PyFile_WriteString(), call PyUnicode_FromString() instead of by Guido van Rossum · 17 years ago
  100. f39317a Hack to avoid a nasty recursion issue when Python is invoked by Guido van Rossum · 17 years ago