1. 089a64a Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  2. 7879ad0 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  3. d1ec940 Merge PyIdle changes: Rev 1.3 doerwalter (string methods) by Kurt B. Kaiser · 22 years ago
  4. 06a0987 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  5. 0f4402d Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  6. 05bab1e Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  7. ce86b10 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  8. 837d15c Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  9. d679e09 write(): Special case the common situation of a stream that's only by Fred Drake · 22 years ago
  10. 254eb53 Merge Py Idle changes: Rev 1.10 doerwalter (string methods) by Kurt B. Kaiser · 22 years ago
  11. d8e20a0 Merge Py Idle changes: Rev 1.6 doerwalter (string methods) by Kurt B. Kaiser · 22 years ago
  12. 7827e17 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  13. 33931ef Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  14. 6b06f29 Merge Py Idle changes: Rev 1.5 doerwalter string methods by Kurt B. Kaiser · 22 years ago
  15. 01166da Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  16. 258cba8 When recursively attempting to find the modules imported by an by Guido van Rossum · 22 years ago
  17. f1fe145 Merge Py Idle changes: Rev 1.4 (string methods) by Kurt B. Kaiser · 22 years ago
  18. 75e3790 Merge Py Idle changes: Rev 1.10 (string methods) by Kurt B. Kaiser · 22 years ago
  19. 220ecbc Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  20. c0a0e08 Since it tests both ntohl and ntohs, the test should not be called by Guido van Rossum · 22 years ago
  21. aae2094 Merge Py Idle changes by Kurt B. Kaiser · 22 years ago
  22. a287644 Merge Py Idle changes Rev 1.13 (string methods) by Kurt B. Kaiser · 22 years ago
  23. 908aece Merge Py Idle changes by Kurt B. Kaiser · 22 years ago
  24. e72f05d Merge Py Idle changes by Kurt B. Kaiser · 22 years ago
  25. c209b3d Merge Py Idle's Rev 1.16 (string methods) by Kurt B. Kaiser · 22 years ago
  26. 1b3c269 Merge Py Idle's changes to AutoIndent.py into EditorWindow.py since by Kurt B. Kaiser · 22 years ago
  27. 87807a6 Merge Py Idle's Rev 1.5 by Kurt B. Kaiser · 22 years ago
  28. 7f7c3d0 Address SF bug #577530: del __builtins__ breaks out of rexec by Guido van Rossum · 22 years ago
  29. ad2bf5c Initial revision by Kurt B. Kaiser · 22 years ago
  30. 1ce4ae3 Don't test whether surrogate sequences round-trip in UTF-8. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  31. 766e300 Use integer above sys.maxunicode for range test. Fixes #608884. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  32. 6622eec Bump to reflect final cleanup of Config system and first pass GRPC completed by Kurt B. Kaiser · 22 years ago
  33. 3ae4eaa MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  34. 9ef8f42 MERGE DS_RPC_BRANCH into MAIN: config-keys.def AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
  35. a9f8cbc MERGE DS_RPC_BRANCH into MAIN configHandler.py AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
  36. c7273a3 MERGE DS_RPC_BRANCH into MAIN: config-extensions.def AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
  37. 39df7c4 MERGE DS_RPC_BRANCH into MAIN: configDialog.py AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
  38. b3705a3 MERGE DS_RPC_BRANCH into MAIN ToolTip.py cleanup 05Aug by Kurt B. Kaiser · 22 years ago
  39. 2def78b MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  40. ee7afca MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  41. 8c11f7e MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  42. 12b9f34 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  43. cb7a383 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  44. a2627af Maybe this fixes test_socket on 64-bit Linux. by Guido van Rossum · 22 years ago
  45. 92cfaf6 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
  46. 0c9b617 Bindings.py by Kurt B. Kaiser · 22 years ago
  47. 3cda93e Add a bunch of sys.stdout.flush() calls that will hopefully improve by Guido van Rossum · 22 years ago
  48. 12e9668 Fiddle with compact_traceback(). by Guido van Rossum · 22 years ago
  49. 9c89da2 Merge from DS_RPC_BRANCH Modified Files: INSTALL.txt by Kurt B. Kaiser · 22 years ago
  50. 4ef1103 When testing for localhost/ first map to lower case. Spotted by Skip. by Jack Jansen · 22 years ago
  51. 3ae2dc5 Treat file://localhost/ as local too (same as file:/ and file:///). by Jack Jansen · 22 years ago
  52. 6dd7d07 If PyXML is installed, there is no Node.allnodes, so that portion of by Fred Drake · 22 years ago
  53. d2909c9 Relax a test so it passes either with the standard library or PyXML. by Fred Drake · 22 years ago
  54. 4bf1254 Undocumented feature: MHMailbox sets the msg object's _mh_msgno by Guido van Rossum · 22 years ago
  55. d560ace I don't think it's safe to use map.iteritems() in the various poll by Guido van Rossum · 22 years ago
  56. 7817004 Bump to 2.3.1 to pick up the missing file. by Barry Warsaw · 22 years ago
  57. c8060a6 The list(xrange(sys.maxint / 4)) test blew up on 64-bit platforms. by Guido van Rossum · 22 years ago
  58. 4061cbe Patch suggested by Hamish Lawson: add an __iter__() that returns by Guido van Rossum · 22 years ago
  59. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  60. 5f6228e Define DEBUG in a separate module to resolve circular references. by Jeremy Hylton · 22 years ago
  61. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  62. 519a342 Bunch more tests. by Michael W. Hudson · 22 years ago
  63. fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 22 years ago
  64. 51a0ae3 Ignore IOError exceptions when writing the message. by Mark Hammond · 22 years ago
  65. ccd9e75 test_both(): I believe this was a typo: m is only defined if no by Barry Warsaw · 22 years ago
  66. 1a5b956 test_quote_unquote(): Added a test for the rfc822.unquote() patch by Barry Warsaw · 22 years ago
  67. 4e09d5c unquote(): Didn't properly de-backslash-ify. This patch (adapted from by Barry Warsaw · 22 years ago
  68. bc6edac test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying. by Barry Warsaw · 22 years ago
  69. 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
  70. ef1b41b At Jim Fulton's request, increase the maxstring value of _saferepr to by Guido van Rossum · 22 years ago
  71. 1b5112a I left some debugging junk in here; removed it. Also replaced a few by Tim Peters · 22 years ago
  72. 4f4f4d7 A few days ago a test was added here to ensure that creating an mmap by Tim Peters · 22 years ago
  73. 034b47a _parsebody(): Instead of raising a BoundaryError when no start by Barry Warsaw · 22 years ago
  74. b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
  75. 356afac _isstring(): Factor out "stringiness" test, e.g. for StringType or by Barry Warsaw · 22 years ago
  76. 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
  77. 24d45df test_splitting_first_line_only_is_long(): New test for SF bug #601392, by Barry Warsaw · 22 years ago
  78. dad90c2 A sample message with broken MIME boundaries. by Barry Warsaw · 22 years ago
  79. df453fd The .preprocess() method didn't work, because it didn't add the input file by Andrew M. Kuchling · 22 years ago
  80. 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
  81. 2412853 Fix escaping of non-ASCII characters. by Martin v. Löwis · 22 years ago
  82. 57e7945 shutil.copyfile(src,dst) was clobbering the file when the src and dst were by Raymond Hettinger · 22 years ago
  83. d750036 A little refactoring. by Jeremy Hylton · 22 years ago
  84. 522076d Try to get test to pass on Windows by Neal Norwitz · 22 years ago
  85. 05212fc Change UserDict to IterableUserDict by Raymond Hettinger · 22 years ago
  86. 522e769 Skip UDP testing for MacPython (for now), it hangs. This may be due to by Jack Jansen · 22 years ago
  87. ca2f537 Have os.environ() inherit from the iterable version of UserDict. by Raymond Hettinger · 22 years ago
  88. 9ab7dd4 Add a test case that checks that the proper exception is raises by Walter Dörwald · 22 years ago
  89. 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
  90. e99e2f5 test_set_param(), test_del_param(): Test RFC 2231 encoding support by by Barry Warsaw · 22 years ago
  91. 3c25535 _formatparam(), set_param(): RFC 2231 encoding support by Oleg by Barry Warsaw · 22 years ago
  92. 470288c test_mondo_message(): "binary" is not a legal content type, so with by Barry Warsaw · 22 years ago
  93. 58fb61c test_replace_header(): New test for Message.replace_header(). by Barry Warsaw · 22 years ago
  94. 229727f replace_header(): New method given by Skip Montanaro in SF patch by Barry Warsaw · 22 years ago
  95. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  96. 609ba81 SF # 555779, import user doesn't work with CGIs by Neal Norwitz · 22 years ago
  97. 63857a4 M PyShell.py M RemoteDebugger.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
  98. 342456d smptlib did not handle empty addresses. by Raymond Hettinger · 22 years ago
  99. 5c1ee17 Change the unicode.translate docstring to document that by Walter Dörwald · 22 years ago
  100. 472c522 Delete the %c test from test_date_time() untill Brett Cannon has time by Guido van Rossum · 22 years ago