1. 80bdb48 Revert r52798, r52803, r52824, r54342, as they don't fix security issues. by Martin v. Löwis · 17 years ago
  2. c350602 SF patch #1556895; Typo in encoding name in email package. by Barry Warsaw · 18 years ago
  3. 79aa580 [Jython patch #1599050] Avoid crash when os module lacks fstat() by Andrew M. Kuchling · 19 years ago
  4. f3caca2 Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 19 years ago
  5. b15f473 Add extra SHA tests by Andrew M. Kuchling · 19 years ago
  6. 5c099d7 updates for 2.3.6 final by Anthony Baxter · 19 years ago
  7. 9f839d5 preparing for 2.3.6c1 by Anthony Baxter · 19 years ago
  8. 8752f71 Fix the tests to work with Python 2.1, which email 2.5 must do. by Barry Warsaw · 19 years ago
  9. 2bfcf5d Back port r50693 and r50754 from the trunk (and 2.4 branch): by Barry Warsaw · 19 years ago
  10. e3e7851 Back port from 2.4 branch: by Barry Warsaw · 19 years ago
  11. dc74e34 Resolve SF bug 1409403: email.Message should supress warning from uu.decode. by Barry Warsaw · 20 years ago
  12. f5853f7 Patches to address SF bugs 1409538 (Japanese codecs in CODEC_MAP) and 1409455 by Barry Warsaw · 20 years ago
  13. 784fccf Resolves SF bug #1423972. by Barry Warsaw · 20 years ago
  14. 08bc84c parsedate_tz(): Return a 1 in the tm_yday field so that the value is by Barry Warsaw · 20 years ago
  15. 4e71930 SF bug #1403349 solution for email 2.5; some MUAs use the 'file' parameter by Barry Warsaw · 20 years ago
  16. 3b487d9 For reference, add tests for PCRE fix; the tests aren't run by default because I wanted to minimize upheaval to the 2.3 test suite by Andrew M. Kuchling · 20 years ago
  17. 712d474 get_filename(), get_content_charset(): It's possible that the charset named in by Barry Warsaw · 20 years ago
  18. cb0b3b1 damn by Anthony Baxter · 21 years ago
  19. dc70706 2.3.5 final by Anthony Baxter · 21 years ago
  20. 3560fbd sligtly strengthen unit tests for copy.py by Alex Martelli · 21 years ago
  21. 9fe6b41 fix bug 1114776 by Alex Martelli · 21 years ago
  22. d30042d fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 21 years ago
  23. 018a548 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
  24. 392b2cb Fix typo in verbose output for RLock when the initial lock acquisition occurs. by Brett Cannon · 21 years ago
  25. 4b0ae3a Recompiled after source changes. by Thomas Heller · 21 years ago
  26. 724ef20 1.0.5, to match the python patchlevel by Anthony Baxter · 21 years ago
  27. c859084 copy.py fixed to first lookup __copy__ from the instance being copied, by Anthony Baxter · 21 years ago
  28. dd6ab86 pre-release bits by Anthony Baxter · 21 years ago
  29. 87b99c7 At least one bug has been fixed in distutils, so increment the last part of by Thomas Heller · 21 years ago
  30. 633d024 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 21 years ago
  31. 37e132b On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 21 years ago
  32. 5e215b9 Backport configDialog.py rev 1.60: by Kurt B. Kaiser · 21 years ago
  33. d04acc8 Backport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04 by Kurt B. Kaiser · 21 years ago
  34. 098d79d Backport rpc.py rev 1.28 dating from 21Jan04 by Kurt B. Kaiser · 21 years ago
  35. 9075cc4 If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 21 years ago
  36. b7af39c Improve error handling when .idlerc can't be created. This is a partial by Kurt B. Kaiser · 21 years ago
  37. 904688b Backport of fixes for #887242 and #1097739: by Jack Jansen · 21 years ago
  38. fc49019 Backport of 1.38: Allow relative URLs for included databases and packages. by Jack Jansen · 21 years ago
  39. 451e02b Backport of 1.37: by Jack Jansen · 21 years ago
  40. f360939 Backport: by Jack Jansen · 21 years ago
  41. 5a56126 Backport of 1.36: by Jack Jansen · 21 years ago
  42. b0757b8 Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branch by Andrew M. Kuchling · 21 years ago
  43. 45547e4 Bump idle version. by Kurt B. Kaiser · 21 years ago
  44. d2186e5 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 21 years ago
  45. 64d7771 Recompiled after source file changes. by Thomas Heller · 21 years ago
  46. 05a24d7 * closes SF bug/patch 967763 by Gregory P. Smith · 21 years ago
  47. 85b1983 Backport of fix for bug #1083645; skip test_imp if threading is not available. by Brett Cannon · 21 years ago
  48. 58a8a33 Don't have test_mkalias_relative exexute if sys.prefix does not exist. by Brett Cannon · 21 years ago
  49. 3497155 get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 21 years ago
  50. 8bd9db2 test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 21 years ago
  51. 7d37a2a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 21 years ago
  52. d9016a0 Backport of fix for bug of year/<week of year>/<day of week> calculation that by Brett Cannon · 21 years ago
  53. f966e25 Backport from trunk: by Thomas Heller · 21 years ago
  54. 42a6bfc [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 by Andrew M. Kuchling · 21 years ago
  55. 919491d [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from Stefan Heimann by Andrew M. Kuchling · 21 years ago
  56. 9c183d2 Add support for using %U and %W in strptime when year and day of the week are by Brett Cannon · 21 years ago
  57. 5c4b61d Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. by Barry Warsaw · 21 years ago
  58. d980c92 Escape locale data for regex metacharacters. by Brett Cannon · 21 years ago
  59. 6b255fc Fix typo in docstring for system_methodSignature . by Brett Cannon · 21 years ago
  60. c5a6b23 __getitem__(): Fix docstring, SF 979924. by Barry Warsaw · 21 years ago
  61. 521cbc3 Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 21 years ago
  62. 6b154df There was an error in the Tk error dialog fix at Rev 1.81.4.3 which caused starting by Kurt B. Kaiser · 21 years ago
  63. 5a24a56 Convert bool results back to strings. Fixes #807871. by Martin v. Löwis · 21 years ago
  64. 01b69f7 backport ipv6 address fix by Skip Montanaro · 21 years ago
  65. 4bb4d5d Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure() by Mark Hammond · 21 years ago
  66. a784d0e Patch #973204: Use -rpath instead of -R on Irix and True64. by Martin v. Löwis · 21 years ago
  67. b800586 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 21 years ago
  68. 863e71a - Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE by Matthias Klose · 21 years ago
  69. 7eacf7f Flush bz2 data even if nothing had been written so far. Fixes #1013882 by Martin v. Löwis · 21 years ago
  70. 8c8ec2c Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 21 years ago
  71. 8dcec13 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 21 years ago
  72. f4c2c0c - The distutils sdist command now ignores all .svn directories, in by Matthias Klose · 21 years ago
  73. c1a97ef - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 21 years ago
  74. a766d32 Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 21 years ago
  75. 0a49cf4 Add wait_visibility before grab_set. Fixes #946153. by Martin v. Löwis · 21 years ago
  76. a7d9137 Patch #994595: Recognize Basic auth even if other schemes are offered. by Martin v. Löwis · 21 years ago
  77. be73439 Use isabs() in conditional, not abspath by Andrew M. Kuchling · 21 years ago
  78. 346523b Patch #962487: Don't crash for empty locale names. by Martin v. Löwis · 21 years ago
  79. 87cc433 Patch #995782: Add FreeBSD 5 expectations. by Martin v. Löwis · 21 years ago
  80. 6e9eeff Backport Tim's cleanup of the previous commit to fix Thread.__delete() . by Brett Cannon · 21 years ago
  81. 9d2ad5f dummy_threading when run with -O would raise a KeyError in Thread.__delete() by Brett Cannon · 21 years ago
  82. 3c094a8 Remove test for #919008. Users may have old PyXML versions installed, by Martin v. Löwis · 21 years ago
  83. 3e9de00 Recompiled after recent source changes. by Thomas Heller · 21 years ago
  84. 292b643 Backport: by Guido van Rossum · 21 years ago
  85. e2f81fd fix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py) by Gregory P. Smith · 21 years ago
  86. 3b32dec Updated my email address to something that works <wink>. by Barry Warsaw · 21 years ago
  87. ed44f13 Remove tabs introduced in last commit. by Brett Cannon · 21 years ago
  88. 36fd97c posixpath.realpath() now detects loops from symlinks and returns the longest by Brett Cannon · 21 years ago
  89. b161cb7 ntpath now compresses erroneous slashes between the drive letter and rest of by Brett Cannon · 21 years ago
  90. 9cea639 zipfile now handles file sizes over 2 GB. Was incorrectly storing file sizes by Brett Cannon · 21 years ago
  91. a80b60b Fix bug introduced by previous backport. by Brett Cannon · 21 years ago
  92. 17748ed threading.Thread used to raise an exception about attempting to execute a by Brett Cannon · 21 years ago
  93. 3183e7e Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 21 years ago
  94. b43808a Add support in urlparse for recognizing rsync as a protocol that defines a by Brett Cannon · 21 years ago
  95. e145d28 Patch #975885: print file name in err msg in quiet mode. by Martin v. Löwis · 21 years ago
  96. 75cf0d3 Raise an exception when trying to use shutil.move() to move a directory into by Brett Cannon · 21 years ago
  97. 7a626b4 pydoc.stripid() is now case-insensitive. by Brett Cannon · 21 years ago
  98. d8b9346 SF 952807: Unpickling pickled instances of subclasses of by Tim Peters · 21 years ago
  99. e08a850 Backporting [ 778323 ] Tk Dialog Upon Subprocess Socket Error by Kurt B. Kaiser · 21 years ago
  100. 7564d5d [Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker. by Andrew M. Kuchling · 21 years ago