1. a7a76d3 Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  2. 3d61a06 Fix [ 616716 ] Bug in PyErr_SetExcFromWindows by Mark Hammond · 22 years ago
  3. da7efaa Fix errors to pep277 checkin identified by Neal Norwitz. by Mark Hammond · 22 years ago
  4. 7995eb2 Tests for pep277 - Unicode file names on Windows NT. by Mark Hammond · 22 years ago
  5. ca803a0 One last tweak to the tracing machinery: this actually computes what I intended by Michael W. Hudson · 22 years ago
  6. 3ae3315 Clamp code objects' tp_compare result to [-1, 1]. by Michael W. Hudson · 22 years ago
  7. adf1606 Updates to track Grammar changes. The patch to token.py loosens the regexp to by Michael W. Hudson · 22 years ago
  8. d389036 Trivial fix to the pep277 checkin: ensure that exceptions always have a filename attribute (previously did only when string filenames were passed, but not when unicode) by Mark Hammond · 22 years ago
  9. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  10. eb287a2 Fix an endcase bug: initial_indent was ignored when the text was short by Guido van Rossum · 22 years ago
  11. fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 22 years ago
  12. 3c6d6f2 Support UCS-4 builds. by Martin v. Löwis · 22 years ago
  13. 0ba5541 Add a comment to the top of the file explaining why the file is here. by Fred Drake · 22 years ago
  14. ba60297 Mention droped support for Tcl/Tk 8.0 and 8.1. by Guido van Rossum · 22 years ago
  15. 71e25a0 Eliminate constness warnings with Tcl 8.4. by Martin v. Löwis · 22 years ago
  16. 0ac885e test__all__(): Fix the import list. by Barry Warsaw · 22 years ago
  17. 6bfa2e6 Drop support for Tk 8.0 and 8.1. by Martin v. Löwis · 22 years ago
  18. 70e1d9b save the verbose argument as an instance attributes. Subclasses of by Skip Montanaro · 22 years ago
  19. cfb30e2 build(): Use self.builddir, not self.doc when copying the icons, so by Barry Warsaw · 22 years ago
  20. c0e066a When the HTML output dir is specified using --dir=~/foo, the tilde by Fred Drake · 22 years ago
  21. dd868d3 nits by Barry Warsaw · 22 years ago
  22. 73ec983 Include the --dir argument in the help text. by Fred Drake · 22 years ago
  23. 15a159c Change the default path to icons so that "mkhowto" does the "right thing" by by Fred Drake · 22 years ago
  24. de6977f Added an introduction. by Barry Warsaw · 22 years ago
  25. c616173 Stub document for the stand-alone email package distribution. by Fred Drake · 22 years ago
  26. 6516e14 Minor style nit for referring to other attributes of the same class by Fred Drake · 22 years ago
  27. fcc31b4 Split the long email package examples into separate files and use by Fred Drake · 22 years ago
  28. ea66abc Cleaned up the examples. by Barry Warsaw · 22 years ago
  29. 5db478f Proofread and spell checked, all except the Examples section (which by Barry Warsaw · 22 years ago
  30. cc3a6df Commit fix for SF 603831. by Guido van Rossum · 22 years ago
  31. 5b9da89 Vast update to email version 2. This could surely use proofreading. by Barry Warsaw · 22 years ago
  32. 2d7fab1 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  33. 1f84ff1 _structure(): Swap fp and level arguments. by Barry Warsaw · 22 years ago
  34. 0ebc5c9 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  35. 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  36. 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  37. 0031982 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  38. 03a7559 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  39. fd2e8f7 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  40. 419b284 __all__: Updated by Barry Warsaw · 22 years ago
  41. 057b842 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  42. 6791137 Now that TestCase is a new-style class, change loadTestsFromModule and by Guido van Rossum · 22 years ago
  43. 42d1d3e __contains__(): Change the second argument to `name' for consistency. by Barry Warsaw · 22 years ago
  44. 4535b18 Add Tim Rice, for SCO patches. by Martin v. Löwis · 22 years ago
  45. 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
  46. 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 22 years ago
  47. 884554d Patch #544740: test_commands test fails under Cygwin by Jason Tishler · 22 years ago
  48. b45b9fe fix a couple nits related to my understanding of ReST. Use of by Skip Montanaro · 22 years ago
  49. d20b665 The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in by Barry Warsaw · 22 years ago
  50. a2a07bc fix a couple nits with my use of ReST by Skip Montanaro · 22 years ago
  51. d61888b Patch #596576: Always use cc to link on NetBSD. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  52. bc01c32 Added -b tag option to limit output to a specific branch only. by Guido van Rossum · 22 years ago
  53. f2324b9 Finding a suitable interpreter to spawn needed tweaking on the Mac by Tony Lownds · 22 years ago
  54. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 22 years ago
  55. af7a302 Mac users now see correct modifiers in the Key Binding Entry window. by Tony Lownds · 22 years ago
  56. 6565b26 Change key binding to avoid conflict. by Tony Lownds · 22 years ago
  57. d63071b Make the tests pass under Python 2.1 but only by cheating. Python 2.1 by Barry Warsaw · 22 years ago
  58. eecdc74 Add a test for SHORTEST encoding of utf-8 headers, and also update by Barry Warsaw · 22 years ago
  59. c202d93 Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
  60. f776e69 Code cleanup and add docstrings. by Barry Warsaw · 22 years ago
  61. 5bdb2be Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
  62. e03e8f0 Use True/False everywhere. by Barry Warsaw · 22 years ago
  63. 4ece778 is_multipart(): Use isinstance() instead of type equality. by Barry Warsaw · 22 years ago
  64. c494549 Docstring and code cleanups, e.g. use True/False everywhere. by Barry Warsaw · 22 years ago
  65. bba6b02 __init__(): Minor code cleanup. by Barry Warsaw · 22 years ago
  66. 5f25327 Add a pychecker suppression. by Barry Warsaw · 22 years ago
  67. 7f23212 (py-pychecker-run): Fix calculation of last command to include the by Barry Warsaw · 22 years ago
  68. 56835dd Use True/False everywhere. by Barry Warsaw · 22 years ago
  69. 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 22 years ago
  70. 176916a Allow internal whitespace in keys. by Fred Drake · 22 years ago
  71. 2ca041f items(): New method, provided by Gustavo Niemeyer in SF bug #545096. by Fred Drake · 22 years ago
  72. 309db06 Added regression test for SF bug #561822: has_option() case sensitive. by Fred Drake · 22 years ago
  73. c2ff905 has_option(): Use the option name transform consistently. by Fred Drake · 22 years ago
  74. 46466b4 Revert Rev 1.6 by Kurt B. Kaiser · 22 years ago
  75. 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 22 years ago
  76. d404bee try executing 'less' in a parenthesized subshell - prevents systems like by Skip Montanaro · 22 years ago
  77. 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 22 years ago
  78. 09f7424 test_unicode_error(): Comment this test out, since we still have controversy. by Barry Warsaw · 22 years ago
  79. 9c74569 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  80. 15aefa9 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  81. 9b1a80b Patch for the DEC Alpha under Linux, by Lee Busby. by Guido van Rossum · 22 years ago
  82. 67c4cb1 Disable big charsets in UCS-4 builds. Works around #599377. Will backport to 2.2 by Martin v. Löwis · 22 years ago
  83. eb42b02 Add encoding name in LookupError. Fixes #615013. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  84. 6d817ad Again, I did check in too many changes. Sorry. by Thomas Heller · 22 years ago
  85. 4613876 Add deprecation notices to the documentation to reflect recent additions to by Fred Drake · 22 years ago
  86. 6f30a8a __version__: Bump to 2.4 by Barry Warsaw · 22 years ago
  87. d80032b Update some comments about what version of the documentation tools code to use. by Fred Drake · 22 years ago
  88. d957f39 Back out previous change. by Neal Norwitz · 22 years ago
  89. dcfaaf2 Fix SF # 614587, configure.in patch from Tim Rice by Neal Norwitz · 22 years ago
  90. d8a9d2a SF bug 613233: test_threadedtempfile hangs by Tim Peters · 22 years ago
  91. 7dfb6e2 Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton by Neal Norwitz · 22 years ago
  92. e134158 Finish & commit some docs for markup that's been in use for a while. by Fred Drake · 22 years ago
  93. b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 22 years ago
  94. 04d9a80 Add regression test for a bug found in the version of the markupbase by Fred Drake · 22 years ago
  95. 6b3db55 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
  96. fa82181 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
  97. 111ee32 Ok, read the source this time: PyErr_SetObject() does not steal a reference. by Fred Drake · 22 years ago
  98. 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  99. 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  100. d8ce87a On Windows, select() does not accept empty lists. by Thomas Heller · 22 years ago