1. bd6be7a I think it makes more sense that the pseudo filename used by fdopen() by Guido van Rossum · 22 years ago
  2. 96aa0ac Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC by Neil Schemenauer · 22 years ago
  3. 7f7c3d0 Address SF bug #577530: del __builtins__ breaks out of rexec by Guido van Rossum · 22 years ago
  4. ad2bf5c Initial revision by Kurt B. Kaiser · 22 years ago
  5. 1ce4ae3 Don't test whether surrogate sequences round-trip in UTF-8. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  6. 766e300 Use integer above sys.maxunicode for range test. Fixes #608884. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  7. 6622eec Bump to reflect final cleanup of Config system and first pass GRPC completed by Kurt B. Kaiser · 22 years ago
  8. 3ae4eaa MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  9. 9ef8f42 MERGE DS_RPC_BRANCH into MAIN: config-keys.def AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
  10. a9f8cbc MERGE DS_RPC_BRANCH into MAIN configHandler.py AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
  11. c7273a3 MERGE DS_RPC_BRANCH into MAIN: config-extensions.def AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
  12. 39df7c4 MERGE DS_RPC_BRANCH into MAIN: configDialog.py AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
  13. b3705a3 MERGE DS_RPC_BRANCH into MAIN ToolTip.py cleanup 05Aug by Kurt B. Kaiser · 22 years ago
  14. 2def78b MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  15. ee7afca MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  16. 8c11f7e MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  17. 12b9f34 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  18. cb7a383 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  19. 583db0d Fix a couple of minor markup glitches. by Fred Drake · 22 years ago
  20. a2627af Maybe this fixes test_socket on 64-bit Linux. by Guido van Rossum · 22 years ago
  21. 92cfaf6 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  22. 0c9b617 Bindings.py by Kurt B. Kaiser · 22 years ago
  23. dcfd825 Add two items by Andrew M. Kuchling · 22 years ago
  24. 3cda93e Add a bunch of sys.stdout.flush() calls that will hopefully improve by Guido van Rossum · 22 years ago
  25. bcf9f9e SF # 602108 ensure string is null terminated after strncpy by Neal Norwitz · 22 years ago
  26. 12e9668 Fiddle with compact_traceback(). by Guido van Rossum · 22 years ago
  27. a0378e1 Fix part of SF bug # 544248 gcc warning in unicodeobject.c by Neal Norwitz · 22 years ago
  28. 89841bd Shut up FutureWarnings about hex constants. by Jack Jansen · 22 years ago
  29. 76a6ab6 Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. by Jack Jansen · 22 years ago
  30. e87ed57 Patch by Tony Lownds: add the Resources directory to sys.path. by Jack Jansen · 22 years ago
  31. 9c89da2 Merge from DS_RPC_BRANCH Modified Files: INSTALL.txt by Kurt B. Kaiser · 22 years ago
  32. a39a445 Remove unnecessary imports by Neal Norwitz · 22 years ago
  33. 089061f Remove unused local variables by Neal Norwitz · 22 years ago
  34. a59ab05 Remove unnecessary imports by Neal Norwitz · 22 years ago
  35. 4ef1103 When testing for localhost/ first map to lower case. Spotted by Skip. by Jack Jansen · 22 years ago
  36. 3ae2dc5 Treat file://localhost/ as local too (same as file:/ and file:///). by Jack Jansen · 22 years ago
  37. 10c6eda Mode rU for universal newlines, not rT. Spotted by Guido. by Jack Jansen · 22 years ago
  38. c1ddc50 Minor revision to the "\\" patch, including updating the docs a little to by Fred Drake · 22 years ago
  39. c12909b add note about os.path.join and drive letters on Windows. by Skip Montanaro · 22 years ago
  40. 6dd7d07 If PyXML is installed, there is no Node.allnodes, so that portion of by Fred Drake · 22 years ago
  41. d2909c9 Relax a test so it passes either with the standard library or PyXML. by Fred Drake · 22 years ago
  42. efc1188 Fix warnings on 64-bit platforms about casts from pointers to ints. by Guido van Rossum · 22 years ago
  43. 770acd3 Only build the 'dl' extension when sys.maxint equals 2**31-1. by Guido van Rossum · 22 years ago
  44. ed44dbd Remove another mention of "import string". by Walter Dörwald · 22 years ago
  45. b7c1895 Fix typo reported by Paul Clifford. by Fred Drake · 22 years ago
  46. 5c1ad84 Fix for platforms where int != long. by Michael W. Hudson · 22 years ago
  47. 4bf1254 Undocumented feature: MHMailbox sets the msg object's _mh_msgno by Guido van Rossum · 22 years ago
  48. d560ace I don't think it's safe to use map.iteritems() in the various poll by Guido van Rossum · 22 years ago
  49. 7817004 Bump to 2.3.1 to pick up the missing file. by Barry Warsaw · 22 years ago
  50. ec694c3 Pass None to AHGotoPage(). by Jack Jansen · 22 years ago
  51. f6b3fdd The debugger source view only understood mac-style linefeeds. Fixed. by Jack Jansen · 22 years ago
  52. 73e8ebf Revise text about the level of DOM support, and provide pointers to by Fred Drake · 22 years ago
  53. 0606791 Add Mats Wichmann, another snake farmhand. by Guido van Rossum · 22 years ago
  54. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
  55. 6a0477b Alphabetize Qvist properly. by Guido van Rossum · 22 years ago
  56. 02fe647 Insert an overflow check when the sequence repetition count is outside by Guido van Rossum · 22 years ago
  57. f981a33 Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist, by Guido van Rossum · 22 years ago
  58. c8060a6 The list(xrange(sys.maxint / 4)) test blew up on 64-bit platforms. by Guido van Rossum · 22 years ago
  59. 4061cbe Patch suggested by Hamish Lawson: add an __iter__() that returns by Guido van Rossum · 22 years ago
  60. 806d1c8 Fix *really* embarrassing typo reported by Raymond Hettinger. by Michael W. Hudson · 22 years ago
  61. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  62. 5f6228e Define DEBUG in a separate module to resolve circular references. by Jeremy Hylton · 22 years ago
  63. 504bc4f Remove mentioning of Python 2.0 limitations. Fixes #607783. by Martin v. Löwis · 22 years ago
  64. d4774fb Untested code for 64-bit platforms. range_length() is declared as int by Guido van Rossum · 22 years ago
  65. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  66. 519a342 Bunch more tests. by Michael W. Hudson · 22 years ago
  67. fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 22 years ago
  68. 51a0ae3 Ignore IOError exceptions when writing the message. by Mark Hammond · 22 years ago
  69. ccd9e75 test_both(): I believe this was a typo: m is only defined if no by Barry Warsaw · 22 years ago
  70. 1a5b956 test_quote_unquote(): Added a test for the rfc822.unquote() patch by Barry Warsaw · 22 years ago
  71. 4e09d5c unquote(): Didn't properly de-backslash-ify. This patch (adapted from by Barry Warsaw · 22 years ago
  72. bc6edac test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying. by Barry Warsaw · 22 years ago
  73. 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
  74. 93ad6a7 Converted to Vise 8. by Jack Jansen · 22 years ago
  75. 691fb55 Clarify who maintains Tkinter and who maintains Tk. by Fred Drake · 22 years ago
  76. ef1b41b At Jim Fulton's request, increase the maxstring value of _saferepr to by Guido van Rossum · 22 years ago
  77. 1b5112a I left some debugging junk in here; removed it. Also replaced a few by Tim Peters · 22 years ago
  78. 17d67f0 All set for 2.3 installer, except for upgrade of Vise version. by Jack Jansen · 22 years ago
  79. 4f4f4d7 A few days ago a test was added here to ensure that creating an mmap by Tim Peters · 22 years ago
  80. a0d1833 Fixed typo spotted by Whomas Touters. by Jack Jansen · 22 years ago
  81. 034b47a _parsebody(): Instead of raising a BoundaryError when no start by Barry Warsaw · 22 years ago
  82. b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
  83. 356afac _isstring(): Factor out "stringiness" test, e.g. for StringType or by Barry Warsaw · 22 years ago
  84. 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
  85. 24d45df test_splitting_first_line_only_is_long(): New test for SF bug #601392, by Barry Warsaw · 22 years ago
  86. dad90c2 A sample message with broken MIME boundaries. by Barry Warsaw · 22 years ago
  87. 96940cf extract_time(): Squash compiler warning about possibly information- by Tim Peters · 22 years ago
  88. 076b209 Add missing return statement. by Martin v. Löwis · 22 years ago
  89. d3e0265 Document type and semantics of the tp_print return value. Closes SF 606464. by Raymond Hettinger · 22 years ago
  90. 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
  91. 2575022 Reverted previous change, I was confused. by Jack Jansen · 22 years ago
  92. 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
  93. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  94. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  95. df453fd The .preprocess() method didn't work, because it didn't add the input file by Andrew M. Kuchling · 22 years ago
  96. 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
  97. 2412853 Fix escaping of non-ASCII characters. by Martin v. Löwis · 22 years ago
  98. 8a64d40 Fix typo. Close SF Bug 606354. by Raymond Hettinger · 22 years ago
  99. a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
  100. 57e7945 shutil.copyfile(src,dst) was clobbering the file when the src and dst were by Raymond Hettinger · 22 years ago