1. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  2. 6a0477b Alphabetize Qvist properly. by Guido van Rossum · 22 years ago
  3. 02fe647 Insert an overflow check when the sequence repetition count is outside by Guido van Rossum · 22 years ago
  4. f981a33 Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist, by Guido van Rossum · 22 years ago
  5. c8060a6 The list(xrange(sys.maxint / 4)) test blew up on 64-bit platforms. by Guido van Rossum · 22 years ago
  6. 4061cbe Patch suggested by Hamish Lawson: add an __iter__() that returns by Guido van Rossum · 22 years ago
  7. 806d1c8 Fix *really* embarrassing typo reported by Raymond Hettinger. by Michael W. Hudson · 22 years ago
  8. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  9. 5f6228e Define DEBUG in a separate module to resolve circular references. by Jeremy Hylton · 22 years ago
  10. 504bc4f Remove mentioning of Python 2.0 limitations. Fixes #607783. by Martin v. Löwis · 22 years ago
  11. d4774fb Untested code for 64-bit platforms. range_length() is declared as int by Guido van Rossum · 22 years ago
  12. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  13. 519a342 Bunch more tests. by Michael W. Hudson · 22 years ago
  14. fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 22 years ago
  15. 51a0ae3 Ignore IOError exceptions when writing the message. by Mark Hammond · 22 years ago
  16. ccd9e75 test_both(): I believe this was a typo: m is only defined if no by Barry Warsaw · 22 years ago
  17. 1a5b956 test_quote_unquote(): Added a test for the rfc822.unquote() patch by Barry Warsaw · 22 years ago
  18. 4e09d5c unquote(): Didn't properly de-backslash-ify. This patch (adapted from by Barry Warsaw · 22 years ago
  19. bc6edac test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying. by Barry Warsaw · 22 years ago
  20. 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
  21. 93ad6a7 Converted to Vise 8. by Jack Jansen · 22 years ago
  22. 691fb55 Clarify who maintains Tkinter and who maintains Tk. by Fred Drake · 22 years ago
  23. ef1b41b At Jim Fulton's request, increase the maxstring value of _saferepr to by Guido van Rossum · 22 years ago
  24. 1b5112a I left some debugging junk in here; removed it. Also replaced a few by Tim Peters · 22 years ago
  25. 17d67f0 All set for 2.3 installer, except for upgrade of Vise version. by Jack Jansen · 22 years ago
  26. 4f4f4d7 A few days ago a test was added here to ensure that creating an mmap by Tim Peters · 22 years ago
  27. a0d1833 Fixed typo spotted by Whomas Touters. by Jack Jansen · 22 years ago
  28. 034b47a _parsebody(): Instead of raising a BoundaryError when no start by Barry Warsaw · 22 years ago
  29. b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
  30. 356afac _isstring(): Factor out "stringiness" test, e.g. for StringType or by Barry Warsaw · 22 years ago
  31. 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
  32. 24d45df test_splitting_first_line_only_is_long(): New test for SF bug #601392, by Barry Warsaw · 22 years ago
  33. dad90c2 A sample message with broken MIME boundaries. by Barry Warsaw · 22 years ago
  34. 96940cf extract_time(): Squash compiler warning about possibly information- by Tim Peters · 22 years ago
  35. 076b209 Add missing return statement. by Martin v. Löwis · 22 years ago
  36. d3e0265 Document type and semantics of the tp_print return value. Closes SF 606464. by Raymond Hettinger · 22 years ago
  37. 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
  38. 2575022 Reverted previous change, I was confused. by Jack Jansen · 22 years ago
  39. 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
  40. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  41. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  42. df453fd The .preprocess() method didn't work, because it didn't add the input file by Andrew M. Kuchling · 22 years ago
  43. 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
  44. 2412853 Fix escaping of non-ASCII characters. by Martin v. Löwis · 22 years ago
  45. 8a64d40 Fix typo. Close SF Bug 606354. by Raymond Hettinger · 22 years ago
  46. a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
  47. 57e7945 shutil.copyfile(src,dst) was clobbering the file when the src and dst were by Raymond Hettinger · 22 years ago
  48. 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 22 years ago
  49. b2c729f Extended IDLE's open module menu item to handle hierarchical module names. by Raymond Hettinger · 22 years ago
  50. d750036 A little refactoring. by Jeremy Hylton · 22 years ago
  51. 2c0d322 tightened up the definition of \b and \B some more based upon discussion by Skip Montanaro · 22 years ago
  52. 522076d Try to get test to pass on Windows by Neal Norwitz · 22 years ago
  53. 05212fc Change UserDict to IterableUserDict by Raymond Hettinger · 22 years ago
  54. 796e5f7 Next few steps towards a 2.3 installer. by Jack Jansen · 22 years ago
  55. 481fddf First steps towards a 2.3 installer. by Jack Jansen · 22 years ago
  56. 277fc7e Enable _AH module. by Jack Jansen · 22 years ago
  57. bc60354 Import Carbon.AH, not Carbon.Help by Jack Jansen · 22 years ago
  58. 7f677f4 Reorganized order of help menu, and don't show Carbon documentation by Jack Jansen · 22 years ago
  59. 25a8f0d Silly me, I enabled the old help module. Fixed. by Jack Jansen · 22 years ago
  60. b341011 Added carbon Help module. by Jack Jansen · 22 years ago
  61. 521dd9f Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and this is probably a better fix than lowering the recursion limit. by Jack Jansen · 22 years ago
  62. 522e769 Skip UDP testing for MacPython (for now), it hangs. This may be due to by Jack Jansen · 22 years ago
  63. fdf427f Updated the notes on building a binary installer. by Jack Jansen · 22 years ago
  64. 997429a The script was very sloppy about which variables held source pathnames by Jack Jansen · 22 years ago
  65. 1f74ed8 Fixed a typo in the binary install notes by Jack Jansen · 22 years ago
  66. 3a70e3f Get rid of non-ascii characters. by Jack Jansen · 22 years ago
  67. 82a9b60 Use PyString_CHECK_INTERNED. by Jack Jansen · 22 years ago
  68. 8ba4220 Started on documentation for building a MacOSX binary installer. Unfinished. by Jack Jansen · 22 years ago
  69. 3337ea7 Remove .pyo files too. by Jack Jansen · 22 years ago
  70. a6db44f Script to generate .pkg packages, donated by Dinu Gherman. This is his by Jack Jansen · 22 years ago
  71. ca2f537 Have os.environ() inherit from the iterable version of UserDict. by Raymond Hettinger · 22 years ago
  72. 44c42b9 Added a tutorial note and example regarding the scope of loop variables by Raymond Hettinger · 22 years ago
  73. 9ab7dd4 Add a test case that checks that the proper exception is raises by Walter Dörwald · 22 years ago
  74. 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
  75. 2c51998 update docs to reflect that \b considers underscore to be part of a word. by Skip Montanaro · 22 years ago
  76. e99e2f5 test_set_param(), test_del_param(): Test RFC 2231 encoding support by by Barry Warsaw · 22 years ago
  77. 3c25535 _formatparam(), set_param(): RFC 2231 encoding support by Oleg by Barry Warsaw · 22 years ago
  78. 470288c test_mondo_message(): "binary" is not a legal content type, so with by Barry Warsaw · 22 years ago
  79. 58fb61c test_replace_header(): New test for Message.replace_header(). by Barry Warsaw · 22 years ago
  80. 229727f replace_header(): New method given by Skip Montanaro in SF patch by Barry Warsaw · 22 years ago
  81. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  82. 7165af2 Added "that" to correct grammar, the rest is due to wrapping by Neal Norwitz · 22 years ago
  83. bb9c5f5 PyObject_RichCompareBool() already returns -1, 0, or 1, so return its value by Neal Norwitz · 22 years ago
  84. 884baa1 --with(out)-thread is deprecated according to configure --help by Neal Norwitz · 22 years ago
  85. 609ba81 SF # 555779, import user doesn't work with CGIs by Neal Norwitz · 22 years ago
  86. bd9adab Micro-optimization for list_contains. Factored double if test out of the loop. by Raymond Hettinger · 22 years ago
  87. aae5999 Micro-optimization for list_contains. Factored double if test out of the loop. by Raymond Hettinger · 22 years ago
  88. 63857a4 M PyShell.py M RemoteDebugger.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
  89. 342456d smptlib did not handle empty addresses. by Raymond Hettinger · 22 years ago
  90. d918884 Fix typo by Raymond Hettinger · 22 years ago
  91. 5c1ee17 Change the unicode.translate docstring to document that by Walter Dörwald · 22 years ago
  92. a04c3d8 Fix typo by Raymond Hettinger · 22 years ago
  93. efae886 In doc strings, use 'k in D' rather than D.has_key(k). by Guido van Rossum · 22 years ago
  94. 979c74b added a bit about the change to the thread ticker by Skip Montanaro · 22 years ago
  95. 472c522 Delete the %c test from test_date_time() untill Brett Cannon has time by Guido van Rossum · 22 years ago
  96. d4c472c Move code for reading chunked responses in helper function, by Jeremy Hylton · 22 years ago
  97. 066a8df missed this one on the previous multi-file checkin - see by Skip Montanaro · 22 years ago
  98. 602d451 Add a custom __str__ method to KeyError that applies repr() to the by Guido van Rossum · 22 years ago
  99. 99dba27 Bump default check interval to 100 instructions. Computers are much faster by Skip Montanaro · 22 years ago
  100. d581d77 replace thread state objects' ticker and checkinterval fields with two by Skip Montanaro · 22 years ago