1. 92cfaf6 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  2. 0c9b617 Bindings.py by Kurt B. Kaiser · 22 years ago
  3. dcfd825 Add two items by Andrew M. Kuchling · 22 years ago
  4. 3cda93e Add a bunch of sys.stdout.flush() calls that will hopefully improve by Guido van Rossum · 22 years ago
  5. bcf9f9e SF # 602108 ensure string is null terminated after strncpy by Neal Norwitz · 22 years ago
  6. 12e9668 Fiddle with compact_traceback(). by Guido van Rossum · 22 years ago
  7. a0378e1 Fix part of SF bug # 544248 gcc warning in unicodeobject.c by Neal Norwitz · 22 years ago
  8. 89841bd Shut up FutureWarnings about hex constants. by Jack Jansen · 22 years ago
  9. 76a6ab6 Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. by Jack Jansen · 22 years ago
  10. e87ed57 Patch by Tony Lownds: add the Resources directory to sys.path. by Jack Jansen · 22 years ago
  11. 9c89da2 Merge from DS_RPC_BRANCH Modified Files: INSTALL.txt by Kurt B. Kaiser · 22 years ago
  12. a39a445 Remove unnecessary imports by Neal Norwitz · 22 years ago
  13. 089061f Remove unused local variables by Neal Norwitz · 22 years ago
  14. a59ab05 Remove unnecessary imports by Neal Norwitz · 22 years ago
  15. 4ef1103 When testing for localhost/ first map to lower case. Spotted by Skip. by Jack Jansen · 22 years ago
  16. 3ae2dc5 Treat file://localhost/ as local too (same as file:/ and file:///). by Jack Jansen · 22 years ago
  17. 10c6eda Mode rU for universal newlines, not rT. Spotted by Guido. by Jack Jansen · 22 years ago
  18. c1ddc50 Minor revision to the "\\" patch, including updating the docs a little to by Fred Drake · 22 years ago
  19. c12909b add note about os.path.join and drive letters on Windows. by Skip Montanaro · 22 years ago
  20. 6dd7d07 If PyXML is installed, there is no Node.allnodes, so that portion of by Fred Drake · 22 years ago
  21. d2909c9 Relax a test so it passes either with the standard library or PyXML. by Fred Drake · 22 years ago
  22. efc1188 Fix warnings on 64-bit platforms about casts from pointers to ints. by Guido van Rossum · 22 years ago
  23. 770acd3 Only build the 'dl' extension when sys.maxint equals 2**31-1. by Guido van Rossum · 22 years ago
  24. ed44dbd Remove another mention of "import string". by Walter Dörwald · 22 years ago
  25. b7c1895 Fix typo reported by Paul Clifford. by Fred Drake · 22 years ago
  26. 5c1ad84 Fix for platforms where int != long. by Michael W. Hudson · 22 years ago
  27. 4bf1254 Undocumented feature: MHMailbox sets the msg object's _mh_msgno by Guido van Rossum · 22 years ago
  28. d560ace I don't think it's safe to use map.iteritems() in the various poll by Guido van Rossum · 22 years ago
  29. 7817004 Bump to 2.3.1 to pick up the missing file. by Barry Warsaw · 22 years ago
  30. ec694c3 Pass None to AHGotoPage(). by Jack Jansen · 22 years ago
  31. f6b3fdd The debugger source view only understood mac-style linefeeds. Fixed. by Jack Jansen · 22 years ago
  32. 73e8ebf Revise text about the level of DOM support, and provide pointers to by Fred Drake · 22 years ago
  33. 0606791 Add Mats Wichmann, another snake farmhand. by Guido van Rossum · 22 years ago
  34. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  35. 6a0477b Alphabetize Qvist properly. by Guido van Rossum · 22 years ago
  36. 02fe647 Insert an overflow check when the sequence repetition count is outside by Guido van Rossum · 22 years ago
  37. f981a33 Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist, by Guido van Rossum · 22 years ago
  38. c8060a6 The list(xrange(sys.maxint / 4)) test blew up on 64-bit platforms. by Guido van Rossum · 22 years ago
  39. 4061cbe Patch suggested by Hamish Lawson: add an __iter__() that returns by Guido van Rossum · 22 years ago
  40. 806d1c8 Fix *really* embarrassing typo reported by Raymond Hettinger. by Michael W. Hudson · 22 years ago
  41. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  42. 5f6228e Define DEBUG in a separate module to resolve circular references. by Jeremy Hylton · 22 years ago
  43. 504bc4f Remove mentioning of Python 2.0 limitations. Fixes #607783. by Martin v. Löwis · 22 years ago
  44. d4774fb Untested code for 64-bit platforms. range_length() is declared as int by Guido van Rossum · 22 years ago
  45. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  46. 519a342 Bunch more tests. by Michael W. Hudson · 22 years ago
  47. fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 22 years ago
  48. 51a0ae3 Ignore IOError exceptions when writing the message. by Mark Hammond · 22 years ago
  49. ccd9e75 test_both(): I believe this was a typo: m is only defined if no by Barry Warsaw · 22 years ago
  50. 1a5b956 test_quote_unquote(): Added a test for the rfc822.unquote() patch by Barry Warsaw · 22 years ago
  51. 4e09d5c unquote(): Didn't properly de-backslash-ify. This patch (adapted from by Barry Warsaw · 22 years ago
  52. bc6edac test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying. by Barry Warsaw · 22 years ago
  53. 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
  54. 93ad6a7 Converted to Vise 8. by Jack Jansen · 22 years ago
  55. 691fb55 Clarify who maintains Tkinter and who maintains Tk. by Fred Drake · 22 years ago
  56. ef1b41b At Jim Fulton's request, increase the maxstring value of _saferepr to by Guido van Rossum · 22 years ago
  57. 1b5112a I left some debugging junk in here; removed it. Also replaced a few by Tim Peters · 22 years ago
  58. 17d67f0 All set for 2.3 installer, except for upgrade of Vise version. by Jack Jansen · 22 years ago
  59. 4f4f4d7 A few days ago a test was added here to ensure that creating an mmap by Tim Peters · 22 years ago
  60. a0d1833 Fixed typo spotted by Whomas Touters. by Jack Jansen · 22 years ago
  61. 034b47a _parsebody(): Instead of raising a BoundaryError when no start by Barry Warsaw · 22 years ago
  62. b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
  63. 356afac _isstring(): Factor out "stringiness" test, e.g. for StringType or by Barry Warsaw · 22 years ago
  64. 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
  65. 24d45df test_splitting_first_line_only_is_long(): New test for SF bug #601392, by Barry Warsaw · 22 years ago
  66. dad90c2 A sample message with broken MIME boundaries. by Barry Warsaw · 22 years ago
  67. 96940cf extract_time(): Squash compiler warning about possibly information- by Tim Peters · 22 years ago
  68. 076b209 Add missing return statement. by Martin v. Löwis · 22 years ago
  69. d3e0265 Document type and semantics of the tp_print return value. Closes SF 606464. by Raymond Hettinger · 22 years ago
  70. 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
  71. 2575022 Reverted previous change, I was confused. by Jack Jansen · 22 years ago
  72. 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
  73. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  74. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  75. df453fd The .preprocess() method didn't work, because it didn't add the input file by Andrew M. Kuchling · 22 years ago
  76. 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
  77. 2412853 Fix escaping of non-ASCII characters. by Martin v. Löwis · 22 years ago
  78. 8a64d40 Fix typo. Close SF Bug 606354. by Raymond Hettinger · 22 years ago
  79. a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
  80. 57e7945 shutil.copyfile(src,dst) was clobbering the file when the src and dst were by Raymond Hettinger · 22 years ago
  81. 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 22 years ago
  82. b2c729f Extended IDLE's open module menu item to handle hierarchical module names. by Raymond Hettinger · 22 years ago
  83. d750036 A little refactoring. by Jeremy Hylton · 22 years ago
  84. 2c0d322 tightened up the definition of \b and \B some more based upon discussion by Skip Montanaro · 22 years ago
  85. 522076d Try to get test to pass on Windows by Neal Norwitz · 22 years ago
  86. 05212fc Change UserDict to IterableUserDict by Raymond Hettinger · 22 years ago
  87. 796e5f7 Next few steps towards a 2.3 installer. by Jack Jansen · 22 years ago
  88. 481fddf First steps towards a 2.3 installer. by Jack Jansen · 22 years ago
  89. 277fc7e Enable _AH module. by Jack Jansen · 22 years ago
  90. bc60354 Import Carbon.AH, not Carbon.Help by Jack Jansen · 22 years ago
  91. 7f677f4 Reorganized order of help menu, and don't show Carbon documentation by Jack Jansen · 22 years ago
  92. 25a8f0d Silly me, I enabled the old help module. Fixed. by Jack Jansen · 22 years ago
  93. b341011 Added carbon Help module. by Jack Jansen · 22 years ago
  94. 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
  95. 522e769 Skip UDP testing for MacPython (for now), it hangs. This may be due to by Jack Jansen · 22 years ago
  96. fdf427f Updated the notes on building a binary installer. by Jack Jansen · 22 years ago
  97. 997429a The script was very sloppy about which variables held source pathnames by Jack Jansen · 22 years ago
  98. 1f74ed8 Fixed a typo in the binary install notes by Jack Jansen · 22 years ago
  99. 3a70e3f Get rid of non-ascii characters. by Jack Jansen · 22 years ago
  100. 82a9b60 Use PyString_CHECK_INTERNED. by Jack Jansen · 22 years ago