1. cb0b3b1 damn by Anthony Baxter · 21 years ago
  2. dc70706 2.3.5 final by Anthony Baxter · 21 years ago
  3. 3560fbd sligtly strengthen unit tests for copy.py by Alex Martelli · 21 years ago
  4. 9fe6b41 fix bug 1114776 by Alex Martelli · 21 years ago
  5. d30042d fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 21 years ago
  6. 018a548 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
  7. 392b2cb Fix typo in verbose output for RLock when the initial lock acquisition occurs. by Brett Cannon · 21 years ago
  8. 4b0ae3a Recompiled after source changes. by Thomas Heller · 21 years ago
  9. 724ef20 1.0.5, to match the python patchlevel by Anthony Baxter · 21 years ago
  10. c859084 copy.py fixed to first lookup __copy__ from the instance being copied, by Anthony Baxter · 21 years ago
  11. dd6ab86 pre-release bits by Anthony Baxter · 21 years ago
  12. 87b99c7 At least one bug has been fixed in distutils, so increment the last part of by Thomas Heller · 21 years ago
  13. 633d024 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 21 years ago
  14. 37e132b On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 21 years ago
  15. 5e215b9 Backport configDialog.py rev 1.60: by Kurt B. Kaiser · 21 years ago
  16. d04acc8 Backport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04 by Kurt B. Kaiser · 21 years ago
  17. 098d79d Backport rpc.py rev 1.28 dating from 21Jan04 by Kurt B. Kaiser · 21 years ago
  18. 9075cc4 If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 21 years ago
  19. b7af39c Improve error handling when .idlerc can't be created. This is a partial by Kurt B. Kaiser · 21 years ago
  20. 904688b Backport of fixes for #887242 and #1097739: by Jack Jansen · 21 years ago
  21. fc49019 Backport of 1.38: Allow relative URLs for included databases and packages. by Jack Jansen · 21 years ago
  22. 451e02b Backport of 1.37: by Jack Jansen · 21 years ago
  23. f360939 Backport: by Jack Jansen · 21 years ago
  24. 5a56126 Backport of 1.36: by Jack Jansen · 21 years ago
  25. b0757b8 Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branch by Andrew M. Kuchling · 21 years ago
  26. 45547e4 Bump idle version. by Kurt B. Kaiser · 21 years ago
  27. d2186e5 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 21 years ago
  28. 64d7771 Recompiled after source file changes. by Thomas Heller · 21 years ago
  29. 05a24d7 * closes SF bug/patch 967763 by Gregory P. Smith · 21 years ago
  30. 85b1983 Backport of fix for bug #1083645; skip test_imp if threading is not available. by Brett Cannon · 21 years ago
  31. 58a8a33 Don't have test_mkalias_relative exexute if sys.prefix does not exist. by Brett Cannon · 21 years ago
  32. 3497155 get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 21 years ago
  33. 8bd9db2 test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 21 years ago
  34. 7d37a2a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 21 years ago
  35. d9016a0 Backport of fix for bug of year/<week of year>/<day of week> calculation that by Brett Cannon · 21 years ago
  36. f966e25 Backport from trunk: by Thomas Heller · 21 years ago
  37. 42a6bfc [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 by Andrew M. Kuchling · 21 years ago
  38. 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
  39. 9c183d2 Add support for using %U and %W in strptime when year and day of the week are by Brett Cannon · 21 years ago
  40. 5c4b61d Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. by Barry Warsaw · 21 years ago
  41. d980c92 Escape locale data for regex metacharacters. by Brett Cannon · 21 years ago
  42. 6b255fc Fix typo in docstring for system_methodSignature . by Brett Cannon · 21 years ago
  43. c5a6b23 __getitem__(): Fix docstring, SF 979924. by Barry Warsaw · 21 years ago
  44. 521cbc3 Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 21 years ago
  45. 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
  46. 5a24a56 Convert bool results back to strings. Fixes #807871. by Martin v. Löwis · 21 years ago
  47. 01b69f7 backport ipv6 address fix by Skip Montanaro · 21 years ago
  48. 4bb4d5d Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure() by Mark Hammond · 21 years ago
  49. a784d0e Patch #973204: Use -rpath instead of -R on Irix and True64. by Martin v. Löwis · 21 years ago
  50. b800586 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 21 years ago
  51. 863e71a - Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE by Matthias Klose · 21 years ago
  52. 7eacf7f Flush bz2 data even if nothing had been written so far. Fixes #1013882 by Martin v. Löwis · 21 years ago
  53. 8c8ec2c Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 21 years ago
  54. 8dcec13 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 21 years ago
  55. f4c2c0c - The distutils sdist command now ignores all .svn directories, in by Matthias Klose · 21 years ago
  56. c1a97ef - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 21 years ago
  57. a766d32 Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 21 years ago
  58. 0a49cf4 Add wait_visibility before grab_set. Fixes #946153. by Martin v. Löwis · 21 years ago
  59. a7d9137 Patch #994595: Recognize Basic auth even if other schemes are offered. by Martin v. Löwis · 21 years ago
  60. be73439 Use isabs() in conditional, not abspath by Andrew M. Kuchling · 21 years ago
  61. 346523b Patch #962487: Don't crash for empty locale names. by Martin v. Löwis · 21 years ago
  62. 87cc433 Patch #995782: Add FreeBSD 5 expectations. by Martin v. Löwis · 21 years ago
  63. 6e9eeff Backport Tim's cleanup of the previous commit to fix Thread.__delete() . by Brett Cannon · 21 years ago
  64. 9d2ad5f dummy_threading when run with -O would raise a KeyError in Thread.__delete() by Brett Cannon · 21 years ago
  65. 3c094a8 Remove test for #919008. Users may have old PyXML versions installed, by Martin v. Löwis · 21 years ago
  66. 3e9de00 Recompiled after recent source changes. by Thomas Heller · 21 years ago
  67. 292b643 Backport: by Guido van Rossum · 21 years ago
  68. e2f81fd fix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py) by Gregory P. Smith · 21 years ago
  69. 3b32dec Updated my email address to something that works <wink>. by Barry Warsaw · 21 years ago
  70. ed44f13 Remove tabs introduced in last commit. by Brett Cannon · 21 years ago
  71. 36fd97c posixpath.realpath() now detects loops from symlinks and returns the longest by Brett Cannon · 21 years ago
  72. b161cb7 ntpath now compresses erroneous slashes between the drive letter and rest of by Brett Cannon · 21 years ago
  73. 9cea639 zipfile now handles file sizes over 2 GB. Was incorrectly storing file sizes by Brett Cannon · 21 years ago
  74. a80b60b Fix bug introduced by previous backport. by Brett Cannon · 21 years ago
  75. 17748ed threading.Thread used to raise an exception about attempting to execute a by Brett Cannon · 21 years ago
  76. 3183e7e Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 21 years ago
  77. b43808a Add support in urlparse for recognizing rsync as a protocol that defines a by Brett Cannon · 21 years ago
  78. e145d28 Patch #975885: print file name in err msg in quiet mode. by Martin v. Löwis · 21 years ago
  79. 75cf0d3 Raise an exception when trying to use shutil.move() to move a directory into by Brett Cannon · 21 years ago
  80. 7a626b4 pydoc.stripid() is now case-insensitive. by Brett Cannon · 21 years ago
  81. d8b9346 SF 952807: Unpickling pickled instances of subclasses of by Tim Peters · 21 years ago
  82. e08a850 Backporting [ 778323 ] Tk Dialog Upon Subprocess Socket Error by Kurt B. Kaiser · 21 years ago
  83. 7564d5d [Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker. by Andrew M. Kuchling · 21 years ago
  84. 8321660 [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me. by Andrew M. Kuchling · 21 years ago
  85. 4e1580f [Bug #841757] Patch from /F to allow Unicode strings as struct keys by Andrew M. Kuchling · 21 years ago
  86. ad85faf Partial backport (only the bugfix) of sf #811294: by Thomas Heller · 21 years ago
  87. a869ef4 Backport of 1.31-1.34: by Jack Jansen · 21 years ago
  88. 5bb4050 SF #965425: fix wordsep_re so hyphenated words are handled correctly by Greg Ward · 21 years ago
  89. 9284494 SF #965425: add WrapTestCase.test_punct_hyphens() to ensure that by Greg Ward · 21 years ago
  90. 158e7cf [Bug #962631] Fix typo reported by Bryan Blackburn by Andrew M. Kuchling · 21 years ago
  91. c481f95 formatting nit by Anthony Baxter · 21 years ago
  92. 5743f69 This file no longer compressed with upx. by Thomas Heller · 21 years ago
  93. 4003630 Remove the offending added bit of a test case that doesn't apply to by Gregory P. Smith · 21 years ago
  94. 6d7c1db Added a sample message for the test for SF bug # 846938. I'm naming this by Barry Warsaw · 21 years ago
  95. 0a2ab82 test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 21 years ago
  96. 36d0f15 _parsebody(): Do not create subparts unless the container has a main type of by Barry Warsaw · 21 years ago
  97. 8392386 Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4. by Barry Warsaw · 21 years ago
  98. e3bf685 update to match Lib/idlelib/NEWS version number by Anthony Baxter · 21 years ago
  99. 2726231 SF #847346: remove misguided optimization for short input from by Greg Ward · 21 years ago
  100. 6e35b68 SF #847346: add test_fix_sentence_endings() to ensure that sentence by Greg Ward · 21 years ago