1. 08c82b8 openfile(): Go back to opening the files in text mode. This undoes by Barry Warsaw · 22 years ago
  2. 487fe6a _parsebody(): Use get_content_type() instead of the deprecated by Barry Warsaw · 22 years ago
  3. 45bb87b Use escaped Unicode literals, according to PEP 8. by Martin v. Löwis · 22 years ago
  4. 1d475d3 Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it by Barry Warsaw · 22 years ago
  5. e9ce0b0 Patch #448038: Add move(). Report errors from copytree as in shutil.Error. by Martin v. Löwis · 22 years ago
  6. bb20bb6 Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. by Martin v. Löwis · 22 years ago
  7. 9cce029 Add test_pep277 to the expected skips on Linux. (This test seems to by Guido van Rossum · 22 years ago
  8. 49c05d3 Patch #572031: AUTH method LOGIN for smtplib by Martin v. Löwis · 22 years ago
  9. b03fac2 Make sure the email test suite can be run both stand-alone and under by Guido van Rossum · 22 years ago
  10. c9a5b5c Apply Josh Robb's Patch: [ 617097 ] EditorWindow.py: underline recent files by Kurt B. Kaiser · 22 years ago
  11. 1ee401f This test fails on Win98, which is fine, but when it failed it left by Tim Peters · 22 years ago
  12. beb6bd9 Josh Robb's Patch [ 617109 ] WindowList.py: fix win98 quit. by Kurt B. Kaiser · 22 years ago
  13. a1dee06 Apply Josh Robb's Patch by Kurt B. Kaiser · 22 years ago
  14. c8c6065 When looking for an alias, first look for the normalized name (which by Guido van Rossum · 22 years ago
  15. bfcdb87 .iterkeys() is not needed. by Raymond Hettinger · 22 years ago
  16. 8dc5ff2 Undo the removal. Guido mentioned that the encoding name is in active by Marc-André Lemburg · 22 years ago
  17. 68fc273 Remove unneeded alias. by Marc-André Lemburg · 22 years ago
  18. a40ea75 Fix doc-string. by Marc-André Lemburg · 22 years ago
  19. 9d158bb Adapt lookup names to new more general encoding name normalization scheme. by Marc-André Lemburg · 22 years ago
  20. 7012673 Extending the encoding name normalization to handle more non-alphanumeric by Marc-André Lemburg · 22 years ago
  21. c7cdd71 Pulling Mark Alexander's contribution from CVS. by Marc-André Lemburg · 22 years ago
  22. 7995eb2 Tests for pep277 - Unicode file names on Windows NT. by Mark Hammond · 22 years ago
  23. adf1606 Updates to track Grammar changes. The patch to token.py loosens the regexp to by Michael W. Hudson · 22 years ago
  24. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  25. eb287a2 Fix an endcase bug: initial_indent was ignored when the text was short by Guido van Rossum · 22 years ago
  26. fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 22 years ago
  27. 0ac885e test__all__(): Fix the import list. by Barry Warsaw · 22 years ago
  28. 70e1d9b save the verbose argument as an instance attributes. Subclasses of by Skip Montanaro · 22 years ago
  29. cc3a6df Commit fix for SF 603831. by Guido van Rossum · 22 years ago
  30. 2d7fab1 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  31. 1f84ff1 _structure(): Swap fp and level arguments. by Barry Warsaw · 22 years ago
  32. 0ebc5c9 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  33. 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  34. 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  35. 0031982 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  36. 03a7559 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  37. fd2e8f7 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  38. 419b284 __all__: Updated by Barry Warsaw · 22 years ago
  39. 057b842 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  40. 6791137 Now that TestCase is a new-style class, change loadTestsFromModule and by Guido van Rossum · 22 years ago
  41. 42d1d3e __contains__(): Change the second argument to `name' for consistency. by Barry Warsaw · 22 years ago
  42. 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
  43. 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 22 years ago
  44. 884554d Patch #544740: test_commands test fails under Cygwin by Jason Tishler · 22 years ago
  45. d20b665 The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in by Barry Warsaw · 22 years ago
  46. f2324b9 Finding a suitable interpreter to spawn needed tweaking on the Mac by Tony Lownds · 22 years ago
  47. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 22 years ago
  48. af7a302 Mac users now see correct modifiers in the Key Binding Entry window. by Tony Lownds · 22 years ago
  49. 6565b26 Change key binding to avoid conflict. by Tony Lownds · 22 years ago
  50. d63071b Make the tests pass under Python 2.1 but only by cheating. Python 2.1 by Barry Warsaw · 22 years ago
  51. eecdc74 Add a test for SHORTEST encoding of utf-8 headers, and also update by Barry Warsaw · 22 years ago
  52. c202d93 Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
  53. f776e69 Code cleanup and add docstrings. by Barry Warsaw · 22 years ago
  54. 5bdb2be Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
  55. e03e8f0 Use True/False everywhere. by Barry Warsaw · 22 years ago
  56. 4ece778 is_multipart(): Use isinstance() instead of type equality. by Barry Warsaw · 22 years ago
  57. c494549 Docstring and code cleanups, e.g. use True/False everywhere. by Barry Warsaw · 22 years ago
  58. bba6b02 __init__(): Minor code cleanup. by Barry Warsaw · 22 years ago
  59. 5f25327 Add a pychecker suppression. by Barry Warsaw · 22 years ago
  60. 56835dd Use True/False everywhere. by Barry Warsaw · 22 years ago
  61. 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 22 years ago
  62. 176916a Allow internal whitespace in keys. by Fred Drake · 22 years ago
  63. 2ca041f items(): New method, provided by Gustavo Niemeyer in SF bug #545096. by Fred Drake · 22 years ago
  64. 309db06 Added regression test for SF bug #561822: has_option() case sensitive. by Fred Drake · 22 years ago
  65. c2ff905 has_option(): Use the option name transform consistently. by Fred Drake · 22 years ago
  66. 46466b4 Revert Rev 1.6 by Kurt B. Kaiser · 22 years ago
  67. 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 22 years ago
  68. d404bee try executing 'less' in a parenthesized subshell - prevents systems like by Skip Montanaro · 22 years ago
  69. 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 22 years ago
  70. 09f7424 test_unicode_error(): Comment this test out, since we still have controversy. by Barry Warsaw · 22 years ago
  71. 9c74569 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  72. 15aefa9 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  73. 67c4cb1 Disable big charsets in UCS-4 builds. Works around #599377. Will backport to 2.2 by Martin v. Löwis · 22 years ago
  74. 6d817ad Again, I did check in too many changes. Sorry. by Thomas Heller · 22 years ago
  75. 6f30a8a __version__: Bump to 2.4 by Barry Warsaw · 22 years ago
  76. d8a9d2a SF bug 613233: test_threadedtempfile hangs by Tim Peters · 22 years ago
  77. 7dfb6e2 Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton by Neal Norwitz · 22 years ago
  78. b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 22 years ago
  79. 04d9a80 Add regression test for a bug found in the version of the markupbase by Fred Drake · 22 years ago
  80. d8ce87a On Windows, select() does not accept empty lists. by Thomas Heller · 22 years ago
  81. 4d895fa Brett's fixes for various bugs and coding issues. Closes SF patch # by Barry Warsaw · 22 years ago
  82. fd2ede2 Add the bulk of SF patch 595111 by Attila Babo. by Guido van Rossum · 22 years ago
  83. b976419 Fix bug I created during merge from Python-idle. by Kurt B. Kaiser · 22 years ago
  84. e49dd4c Blank line missing. by Tony Lownds · 22 years ago
  85. 8b1b8d6 Work around Mac OS X transient window issues by Tony Lownds · 22 years ago
  86. e555fc7 Work around Mac OS X platform encoding issues. by Tony Lownds · 22 years ago
  87. f18efa5 Added new standard keybinding set for Macs. by Tony Lownds · 22 years ago
  88. 73b9b66 Update Canvas before computing width. Draw turtle at end of drawing circle. by Martin v. Löwis · 22 years ago
  89. a6026c6 Back out multifile.py 1.19 and 1.20. Fixes #514676. by Martin v. Löwis · 22 years ago
  90. f0cfdf7 Fiddle comments and variable names in whichmodule(). by Jeremy Hylton · 22 years ago
  91. 065a5ab whichmodule() should skip dummy package entries in sys.modules. by Jeremy Hylton · 22 years ago
  92. 16849a7 SF Bug #611225. by Kurt B. Kaiser · 22 years ago
  93. 7ccd30f Fix a problem in site.py which triggers in case sys.path is empty. by Marc-André Lemburg · 22 years ago
  94. 01824bf Patch #484994: Improve PanedWindow. by Martin v. Löwis · 22 years ago
  95. c34c4fc Suppress hex/oct constant warnings in <string> on 64-bit platforms, by Guido van Rossum · 22 years ago
  96. 40363b6 Open the test files in binary mode so the \r\n files won't cause by Barry Warsaw · 22 years ago
  97. f027eac Merge Py Idle: Removing config-mac.txt, not used in Idlefork by Kurt B. Kaiser · 22 years ago
  98. 6283398 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  99. 5fab9c6 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
  100. 2a5e350 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago