1. 4b186af SMTP.__init__(): Fixed minor typo in docstring. by Barry Warsaw · 22 years ago
  2. cddc1a0 Quote href properly. by Neil Schemenauer · 22 years ago
  3. d69711c Remove unnecessary \b. It was causing the RE to miss the tailing by Neil Schemenauer · 22 years ago
  4. 153cc0f If possible, set FD_CLOEXEC flag on file descriptors opened using by Neil Schemenauer · 22 years ago
  5. 1c90d7a tighten up except - os.close only raises OSError see bug 411881 by Skip Montanaro · 22 years ago
  6. 8e5fd53 SF bug 480215: softspace confused in nested print by Tim Peters · 22 years ago
  7. f3f87f7 oops - export InvalidURL in __all__ by Skip Montanaro · 22 years ago
  8. 74e77e8 add test for InvalidURL by Skip Montanaro · 22 years ago
  9. 03ff86d add test of InvalidURL by Skip Montanaro · 22 years ago
  10. 9d38997 add InvalidURL exception - raised if port is given but empty or non-numeric by Skip Montanaro · 22 years ago
  11. 1ce0073 tighten up except - in this context, AttributeError is the only exception by Skip Montanaro · 22 years ago
  12. 6730f26 Add local_hostname option to SMTP.__init__. If supplied, it is used by Neil Schemenauer · 22 years ago
  13. 03f3ee6 Try /var/mail before trying /usr/mail. Most new systems use /var. by Neil Schemenauer · 22 years ago
  14. eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 22 years ago
  15. f06f853 Use linecache for loading source code. Closes SF patch 490374. by Neil Schemenauer · 22 years ago
  16. dbab3e3 Add namespace selection for rlcompleter. Closes SF patch 490026. by Neil Schemenauer · 22 years ago
  17. d03c342 Flush stdout before reading next command. Closes SF bug 526357. by Neil Schemenauer · 22 years ago
  18. 91cc17d Only AttributeError can be raised in this situation - on systems without by Skip Montanaro · 22 years ago
  19. 3c4a629 import statements only raise ImportError, right? by Skip Montanaro · 22 years ago
  20. db5d144 tighten up except - only ValueError can be raised in this situation by Skip Montanaro · 22 years ago
  21. 3c643d8 tighten up except - int() only raises ValueError by Skip Montanaro · 22 years ago
  22. 6ec967d added RFC 2396 tests from Aaron Swartz included in bug # 450225. by Skip Montanaro · 22 years ago
  23. b1ba6b0 no longer needed - converted test_urlparse.py to use unittest by Skip Montanaro · 22 years ago
  24. 0c2c8e7 SF bug 533234: tm_isdst > 1 Passed to strftime. by Tim Peters · 22 years ago
  25. 07c57d4 better solution for bug #533234 courtesy of Tim. by Skip Montanaro · 22 years ago
  26. e8c6a3e guarantee that the dst flag of synthetic "time" tuples passed to strftime by Skip Montanaro · 22 years ago
  27. 92b48b7 use stat attributes instead of tuple entries by Walter Dörwald · 22 years ago
  28. b26ca9d Revert part of previous patch: several install_* subcommands expect by Andrew M. Kuchling · 22 years ago
  29. 76fffd8 Add a simple test suite for netrc.py, and remove it from test_sundry by Andrew M. Kuchling · 22 years ago
  30. 366a1df [Bug #532115] netrc module was broken by Andrew M. Kuchling · 22 years ago
  31. 3f1822b Add missing Boolean options by Andrew M. Kuchling · 22 years ago
  32. da9f0bf Add unlisted Boolean options. Thomas H., can you please check that I by Andrew M. Kuchling · 22 years ago
  33. 5de82a8 [Bug #517451] bdist_rpm didn't list all of its Boolean options. by Andrew M. Kuchling · 22 years ago
  34. b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 22 years ago
  35. 047c05e Do not insert characters for unicode-escape decoders if the error mode by Martin v. Löwis · 22 years ago
  36. bdf1f19 [Apply patch #500457 from the PyXML tracker] by Andrew M. Kuchling · 22 years ago
  37. bcc2c12 Change raw "except:" constructs to pass on KeyboardInterrupt. by Tim Peters · 22 years ago
  38. cacbdf6 Make GzipFile an iterator. Closes bug #532621. by Neil Schemenauer · 22 years ago
  39. c63a396 A faster version of the find_prefix_at_end() function (that I found in the by Andrew M. Kuchling · 22 years ago
  40. a3c0b93 [Bug #531616] Make HTTPS work again by adding a sendall method to the by Andrew M. Kuchling · 22 years ago
  41. 56a4235 To make 'urllib.py -t' run again, change FTP URL to a file that actually by Andrew M. Kuchling · 22 years ago
  42. bd3e771 amk's fix attached to by Michael W. Hudson · 22 years ago
  43. 5c137c2 Patch #495598: add an -q (quiet) option to pycompile. by Martin v. Löwis · 22 years ago
  44. 73f570b Correctly set default entry in all cases. by Martin v. Löwis · 22 years ago
  45. d22368f Patch #499513: use readline() instead of readlines(). Removed the by Martin v. Löwis · 22 years ago
  46. 9d3eba8 Patch #525870: Avoid duplicate stat calls, use st_ attributes. by Martin v. Löwis · 22 years ago
  47. 7e30548 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 22 years ago
  48. c99475e dump the string exception fallback for anydbm.error. by Skip Montanaro · 22 years ago
  49. 4894a97 initial test_anydbm module - based on test_dumbdbm.py by Skip Montanaro · 22 years ago
  50. dbfe92c further work on dynamic reconfiguration; keybindings by Steven M. Gava · 22 years ago
  51. b845f3b netrc will now raise a more predictable exception when $HOME is not set by Paul Prescod · 22 years ago
  52. c08fe82 restructure a bit to not rely on test case execution ordering by Skip Montanaro · 22 years ago
  53. 03d3e33 Regenerated for Irix 6.5. by Jack Jansen · 22 years ago
  54. 5ae73c8 Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5. by Jack Jansen · 22 years ago
  55. 2400831 SF patch 530070: pydoc regression, from Martin and Guido. by Tim Peters · 22 years ago
  56. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 22 years ago
  57. 15b6893 Wrap a couple of long lines. by Fred Drake · 22 years ago
  58. 1b9c177 Corrected _localized_name.__getitem__ based on code in patch 503202 (which I by Skip Montanaro · 22 years ago
  59. 95700f7 Patch #527427: minidom fails to use NodeList sometimes. by Martin v. Löwis · 22 years ago
  60. e89f128 Skip test_longexp for MacPython on Mac OS X. It triggers a pathological realloc slowdown. Some tests with shorter expressions lead me to the conclusion that it will eventually finish, but it may take a few weeks:-) by Jack Jansen · 22 years ago
  61. ff0a7b8 If no webbrowsers were found _tryorder would be empty, cmd would never be set and the "del cmd" would fail. Fixed. by Jack Jansen · 22 years ago
  62. e5363b7 .... by Michael W. Hudson · 22 years ago
  63. ce00b73 Fix by Michael W. Hudson · 22 years ago
  64. 4c83495 make _localized_name instances work more like the tuples they replaced. In by Skip Montanaro · 22 years ago
  65. 693c6c4 added test case to catch index errors with _localized_name class by Skip Montanaro · 22 years ago
  66. b323021 first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP. by Skip Montanaro · 22 years ago
  67. 9672901 Remove duplicate "import os" by Neal Norwitz · 22 years ago
  68. 8c84255 "Fix" for SF bug #520644: __slots__ are not pickled. by Guido van Rossum · 22 years ago
  69. 8a11f5d SF #515015, raise exception if code not found in findsource() by Neal Norwitz · 22 years ago
  70. d703567 Test for the fix I just checked in to moduleobject.c. by Guido van Rossum · 22 years ago
  71. 57fd45e back out spurious change from 1.22 by Skip Montanaro · 22 years ago
  72. 59b40c0 Popen3 and Popen4 should be in __all__ by Skip Montanaro · 22 years ago
  73. 8b68862 Set/update self.cwd properly. by Fred Drake · 22 years ago
  74. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 22 years ago
  75. 9d142ad fixes to tabwidth code removal by Steven M. Gava · 22 years ago
  76. 63f6714 remove tabwidth (for tabs) config stuff, by Steven M. Gava · 22 years ago
  77. b158541 further work on dynamic config changes; editor font by Steven M. Gava · 22 years ago
  78. 1af5e35 Fix typo by Neal Norwitz · 22 years ago
  79. c9e9e40 Add a check that SF bug 516727 is really fixed. by Guido van Rossum · 22 years ago
  80. db04489 Patch #443899: Check modes on files before performing operations. by Martin v. Löwis · 22 years ago
  81. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 22 years ago
  82. 15d529a Bugfix candidate. Adapter from SF patch 528038; fixes SF bug 527816. by Guido van Rossum · 22 years ago
  83. b525511 Access the exception argument to see whether it starts with '500'. by Martin v. Löwis · 22 years ago
  84. d674e17 SF patch 499062: Minor typo in test_generators.py. by Tim Peters · 22 years ago
  85. 3921ff6 Fix SF bug 525520. by Jeremy Hylton · 22 years ago
  86. 547a316 Fix pyclbr test of httplib without really understanding pyclbr. by Jeremy Hylton · 22 years ago
  87. 8acf1e0 SF bug report #405939: wrong Host header with proxy by Jeremy Hylton · 22 years ago
  88. 7dd5f3c [Bug #491820] Define two abstract methods to shut up Pychecker, and for by Andrew M. Kuchling · 22 years ago
  89. cc5f5b2 [Bug #517554] When a signal happens during the select call in by Andrew M. Kuchling · 22 years ago
  90. 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 22 years ago
  91. 00824ed [Bug #523301] ConfigParser.write() produces broken output for values that by Andrew M. Kuchling · 22 years ago
  92. 95f8495 fixed missing IMAP4_SSL_PORT by Piers Lauder · 22 years ago
  93. c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 22 years ago
  94. 31fd86c add Content-Type header to error responses this closes patch 502080 by Skip Montanaro · 22 years ago
  95. a4f8313 add SSL class submitted by Tino Lange by Piers Lauder · 22 years ago
  96. df70878 add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes by Skip Montanaro · 22 years ago
  97. 02b28ec Test for by Michael W. Hudson · 22 years ago
  98. 0e02530 Special support for pickling os.stat and os.stat_vfs results portably by Michael W. Hudson · 22 years ago
  99. b786e61 Set default value for readlines.sizehint to None. Change needed for 2.2.1 by Martin v. Löwis · 22 years ago
  100. 7bb466a A fix & test for by Michael W. Hudson · 22 years ago