1. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 18 years ago
  2. cf1be88 Add some miscellanea. by Guido van Rossum · 18 years ago
  3. 2c7f314 Fix a typo and a trailing space. by Kurt B. Kaiser · 18 years ago
  4. 623d372 Don't ascii encode eol_convention. Was causing file write to fail. by Kurt B. Kaiser · 18 years ago
  5. 234a34a Explicitly use UTF-8 as the encoding for the normalization file. by Martin v. Löwis · 18 years ago
  6. 5495957 Bump IDLE version. by Kurt B. Kaiser · 18 years ago
  7. e5e8eff Add a note about the openssl dependency. Switch to '*' bullets for easier by Guido van Rossum · 18 years ago
  8. 8c57104 More email package fixes. by Barry Warsaw · 18 years ago
  9. b13c493 Fix more lingering print statements. by Collin Winter · 18 years ago
  10. fd51975 Fix a typo in the distutils cleanup. by Collin Winter · 18 years ago
  11. 845702c Small updates. by Guido van Rossum · 18 years ago
  12. e7bf59f Run 2to3's print fixer over some places that had been missed. by Collin Winter · 18 years ago
  13. 716c3ac Add 3.0 to the silly list in license.rst too, and update the Doc README. by Georg Brandl · 18 years ago
  14. f4780d0 Fix #1753395. by Georg Brandl · 18 years ago
  15. 47cc2a0 Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 18 years ago
  16. 4902e69 More raise statement normalization. by Collin Winter · 18 years ago
  17. 6cd2a20 Kill more lingering string exceptions in Lib/plat-mac/. by Collin Winter · 18 years ago
  18. b9678e7 1/0 -> True/False cleanup. by Collin Winter · 18 years ago
  19. bd315c5 Calling execvp with an empty argument list raises ValueError, but we by Thomas Heller · 18 years ago
  20. 080b2b2 Enable the trunc() test. by Guido van Rossum · 18 years ago
  21. 1daf954 Add numbers.py. I suspect this is an old version, but Jeffrey is out by Guido van Rossum · 18 years ago
  22. 3cd6537 Fix a lingering string exception. by Collin Winter · 18 years ago
  23. bf2604c Fix typo by Neal Norwitz · 18 years ago
  24. b365c15 Add 2.6 and 3.0 to the silly list. by Guido van Rossum · 18 years ago
  25. 0cfc8bd Update patch level to 3.0a1. We're close enough. by Guido van Rossum · 18 years ago
  26. 4405cf3 Update Misc/NEWS. Add RELNOTES. by Guido van Rossum · 18 years ago
  27. 6790d60 Forbid an empty argument list in execv call. by Thomas Heller · 18 years ago
  28. 8a7c866 Move definition of TZNAME_ENCODING further up. by Martin v. Löwis · 18 years ago
  29. 2b65c75 Set startinpos before calling the error handler. by Walter Dörwald · 18 years ago
  30. a651d3d Rewrap line. by Walter Dörwald · 18 years ago
  31. 4c6c7ca Port to Python 3.0. by Martin v. Löwis · 18 years ago
  32. 945362c Implement PYTHONNOERRORWINDOW. by Martin v. Löwis · 18 years ago
  33. ef0f129 Move the copyright and license stuff to the end. by Guido van Rossum · 18 years ago
  34. 3bb0070 Explicitly convert tzname to Unicode. Fixes #1040. by Martin v. Löwis · 18 years ago
  35. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 18 years ago
  36. 5a23cc5 Two changes (not enough to make the test pass though) having to do with by Guido van Rossum · 18 years ago
  37. d24fdbc Use s# instead of t# for nis_match. by Martin v. Löwis · 18 years ago
  38. a79f125 Stop testing for encoded file names, as Python 3 does not support them, anyway. by Martin v. Löwis · 18 years ago
  39. eaa16f9 Try to fix test_plistlib so it uses bytes consistently in this call by Neal Norwitz · 18 years ago
  40. 152b3c2 Use inspect.py and clean up. by Kurt B. Kaiser · 18 years ago
  41. f40080f Try to fix test_aepack by comparing bytes with bytes. by Neal Norwitz · 18 years ago
  42. 9a92310 Write bytes instead of unicode by Neal Norwitz · 18 years ago
  43. 78a70bd Try to get test_pep352 and maybe test_platform to work on a Windows buildbot by Neal Norwitz · 18 years ago
  44. 09cff64 Since the filename is encoded, we must add bytes to it. The test by Neal Norwitz · 18 years ago
  45. f739991 Add uuids for 3.0. by Martin v. Löwis · 18 years ago
  46. 16596dd Try to fix the problem on the Windows buildbot where this code: by Neal Norwitz · 18 years ago
  47. ff0940f Bump version numbers. by Martin v. Löwis · 18 years ago
  48. cabac0a Stop using the find function on the string module, use the string method. by Neal Norwitz · 18 years ago
  49. 0c3842f Forward Windows build instructions to PCbuild. by Martin v. Löwis · 18 years ago
  50. c247e51 Make this module importable, this gets test___all__ to pass. by Neal Norwitz · 18 years ago
  51. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 18 years ago
  52. a73bfee Raise statement normalization in Lib/ctypes/. by Collin Winter · 18 years ago
  53. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 18 years ago
  54. 2c440a1 Use the new name for the parser module. by Neal Norwitz · 18 years ago
  55. 315d845 Revert revisions 57472, 57474, and 57477 which disabled some tests by Neal Norwitz · 18 years ago
  56. 8b3d659 Fix a more bytes/str confusion. by Barry Warsaw · 18 years ago
  57. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 18 years ago
  58. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 18 years ago
  59. 21b731f Fix an outdated URL in a SyntaxError message. by Guido van Rossum · 18 years ago
  60. 8188e63 When clobbering, also clean the docs. by Guido van Rossum · 18 years ago
  61. 95fb569 Revert r57685 (weird merge result). by Collin Winter · 18 years ago
  62. ba1fffa Make it work with Py3k. by Guido van Rossum · 18 years ago
  63. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  64. e0281ca by Collin Winter · 18 years ago
  65. 98e0d4c by Collin Winter · 18 years ago
  66. 5420bc3 Don't delete test output when "make clean" is run -- only when "make by Guido van Rossum · 18 years ago
  67. 77b5e33 Modernize clean and funny targets. by Guido van Rossum · 18 years ago
  68. 1c896e3 Mostly rewritten, much shorter README for Py3k. by Guido van Rossum · 18 years ago
  69. 63175a1 [Oops, I forgot half of the patch.] by Guido van Rossum · 18 years ago
  70. f7f3deb Andother bytes/str comparison caught by Jeremy's change. by Guido van Rossum · 18 years ago
  71. 9ff05b2 Change string literal to bytes. by Jeremy Hylton · 18 years ago
  72. 88d06a7 Make terminator constants bytes. by Jeremy Hylton · 18 years ago
  73. a5dc3db Change string literals to bytes, since they are compared to bytes. by Jeremy Hylton · 18 years ago
  74. e3e3701 Fix issue # 1037 (sort of). by Guido van Rossum · 18 years ago
  75. 18c3ff8 Make it an error to compare a bytes object and a Unicode object. by Jeremy Hylton · 18 years ago
  76. 991bf5d Patch # 1050 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
  77. cf3c421 1. Debugger was failing to start due to DictProxy limitations. by Kurt B. Kaiser · 18 years ago
  78. 39342f4 Patch # 1048 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
  79. fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 18 years ago
  80. e86254e In rseponse to bug# 1029, force the newline default for StringIO to "\n", by Guido van Rossum · 18 years ago
  81. 5f7b087 Unset PYTHONPATH, for my convenience. by Guido van Rossum · 18 years ago
  82. dcce839 Insist that the argument to TextIOWrapper.write() is a basestring by Guido van Rossum · 18 years ago
  83. e8a17aa Use the correct type for variables corresponding to 'u' formats. by Guido van Rossum · 18 years ago
  84. da3f228 Convert various string literals to bytes. by Jeremy Hylton · 18 years ago
  85. c4140a1 PEP 7 clean ups, no change in behavior. by Jeremy Hylton · 18 years ago
  86. b4df71f Fix test failures caused by missing/incorrect conversion to bytes. by Jeremy Hylton · 18 years ago
  87. 8136014 Fix up brokenness with hashing, now hashlib is strict in requiring bytes too. by Guido van Rossum · 18 years ago
  88. ec9a4af Straggler (forgot to save this earlier). by Guido van Rossum · 18 years ago
  89. 3227af4 Refuse to compute digests from PyUnicode (str) instances. by Guido van Rossum · 18 years ago
  90. b3cf6fd Oops, remove an abort() I put in for debugging. by Guido van Rossum · 18 years ago
  91. 04c70ad Fix the one failing test (can't decode twice). by Guido van Rossum · 18 years ago
  92. 7d1df6c Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but by Guido van Rossum · 18 years ago
  93. 9befa93 Fix test_pyclbr -- _https_connection is optional. by Guido van Rossum · 18 years ago
  94. 8c74614 Fix failure in error handler -- exc[-1] -> exc.args[-1]. by Guido van Rossum · 18 years ago
  95. 4430095 Corrected missed #if in r57652. by Eric Smith · 18 years ago
  96. b7f5ba1 Added conditional compilation for '()', which was an allowed sign code in a by Eric Smith · 18 years ago
  97. 39dce30 Get test_bsddb3 passing by Neal Norwitz · 18 years ago
  98. e14841c strings vs bytes, bytes wins again by Gregory P. Smith · 18 years ago
  99. a74184e Commit strict str/bytes distinction. by Guido van Rossum · 18 years ago
  100. 245b42e Found a different, more direct way to disable ssl support until it's fixed. by Guido van Rossum · 18 years ago