1. b05cd49 Ignore more deprecation warnings. by Tim Peters · 23 years ago
  2. 3c14efe Stop sucking up xmllib -- it's deprecated. by Tim Peters · 23 years ago
  3. deb121a I don't expect test_email_codecs to run on Windows. by Tim Peters · 23 years ago
  4. 3a15dac Added the resource name "all" to enable all of the optional resource uses. by Fred Drake · 23 years ago
  5. 43735da Improve coverage of Objects/weakrefobject.c. by Fred Drake · 23 years ago
  6. 7301907 Add deprecation warning to 'pre' module by Andrew M. Kuchling · 23 years ago
  7. 7fd1c8c Remove support for importing 'pre' module by Andrew M. Kuchling · 23 years ago
  8. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago
  9. ce0b664 Added test case for UTF-8 encoding bug #541828. by Marc-André Lemburg · 23 years ago
  10. a974561 Use random instead of whrandom by Andrew M. Kuchling · 23 years ago
  11. ab3b9eb Add deprecation warnings for modules as documented by Neal Norwitz · 23 years ago
  12. 6e99704 Add a deprecation warning to reflect the documented deprecation of the by Fred Drake · 23 years ago
  13. 803a8ea Update docstring to reflect code change to bool by Neal Norwitz · 23 years ago
  14. 4c7fb96 Remove unconditional debugging prints. by Thomas Heller · 23 years ago
  15. fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 23 years ago
  16. 8509ebc Patch #539392: Invoke setlocale, try opening the file in demo mode. by Martin v. Löwis · 23 years ago
  17. d1a3c81 Move knee.py from Lib/ to Demo/imputil/. Fixes #515745. by Martin v. Löwis · 23 years ago
  18. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 23 years ago
  19. 8ace1ab - Changed new-style class instantiation so that when C's __new__ by Guido van Rossum · 23 years ago
  20. d1bfe5e Add tests for binary pickles. by Guido van Rossum · 23 years ago
  21. e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 23 years ago
  22. 3ccb09c Fix for bug #222395: UTF-16 et al. don't handle .readline(). by Marc-André Lemburg · 23 years ago
  23. a863270 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. by Tim Peters · 23 years ago
  24. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  25. f32e459 Replace use of apply() with extended call syntax. by Jeremy Hylton · 23 years ago
  26. df6eca7 Support manual proxy configuration for simple urlopen() operations. by Fred Drake · 23 years ago
  27. da204da Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 23 years ago
  28. 012c81f Avoid creating circular references between the ExpatParser and the by Fred Drake · 23 years ago
  29. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 23 years ago
  30. 065fa41 Add test case for SF bug 534347. by Guido van Rossum · 23 years ago
  31. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 23 years ago
  32. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
  33. e7fefbf Fix bugs: by Mark Hammond · 23 years ago
  34. 155db9a SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() by Guido van Rossum · 23 years ago
  35. 64e5aa9 Fix for a bug in the fix for SF bug 503031. This time the OP verified by Guido van Rossum · 23 years ago
  36. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 23 years ago
  37. 4993c51 Make test_commands work on more systems. This removes much of the dependency by Fred Drake · 23 years ago
  38. 05c09d0 Format strings (tuples,) appropriately by Neal Norwitz · 23 years ago
  39. 28bb572 Use attributes appropriately by Neal Norwitz · 23 years ago
  40. b1295da There is no TestError, use TestFailed appropriately by Neal Norwitz · 23 years ago
  41. de14a30 We expect to skip the new test_mpz on Windows. by Tim Peters · 23 years ago
  42. 02098fa Get rid of all METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 23 years ago
  43. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 23 years ago
  44. 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 23 years ago
  45. b955d6c Hopeful fix for SF bug 503031: urllib.py: open_http() host problem. by Guido van Rossum · 23 years ago
  46. 93cf79f Use docstrings for exception classes by Neal Norwitz · 23 years ago
  47. f74e46c Derive exception classes from Exception by Neal Norwitz · 23 years ago
  48. 27a3530 Stop using string exceptions by Neal Norwitz · 23 years ago
  49. f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 23 years ago
  50. eddd68d As part of fixing bug #536241, add a test case for string.zfill() with Unicode by Andrew M. Kuchling · 23 years ago
  51. 102d120 [Bug #536241] string.zfill() produces mangled output for a Unicode string. by Andrew M. Kuchling · 23 years ago
  52. c6c9c4a Add two tests for string.zfill by Andrew M. Kuchling · 23 years ago
  53. b4c17c8 Fix getcomments() so that it doesn't fail with TypeErrors. by Jeremy Hylton · 23 years ago
  54. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 23 years ago
  55. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 23 years ago
  56. 0c0d56a Reindent. by Martin v. Löwis · 23 years ago
  57. f841aa6 Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. by Fred Drake · 23 years ago
  58. 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
  59. 4208d4f Destroy and unlink deleted NoteBook panes. Fixes #516703. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
  60. f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 23 years ago
  61. 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 23 years ago
  62. 0c5bc8c further work on new config system; user defined help items by Steven M. Gava · 23 years ago
  63. cedd30b _finally_ tracked down and eliminated a major problem by Steven M. Gava · 23 years ago
  64. 908632a Implement iterator protocol. by Neil Schemenauer · 23 years ago
  65. 13e34f7 __init__(): We'll try to be more RFC 2821 compliant by providing for a by Barry Warsaw · 23 years ago
  66. aad1849 time and socket were already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
  67. 1ae2875 re was already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
  68. f261223 os was already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
  69. e98d16e Cleanup x so it is not left in module by Neal Norwitz · 23 years ago
  70. 85ee491 Fix for SF 502085. Don't die when issubclass(t, TypeType) fails. by Guido van Rossum · 23 years ago
  71. acb29ae make default banner match what the real interpreter displays by Skip Montanaro · 23 years ago
  72. 0679a73 remove unqualified excepts - catch ImportError when trying to import by Skip Montanaro · 23 years ago
  73. 0897f0c eliminate unqualified except when checking for presence of LC_MESSAGES by Skip Montanaro · 23 years ago
  74. a959a36 tighten up unqualified except in currentframe() see bug 411881 by Skip Montanaro · 23 years ago
  75. dbd2d25 Add tests for the iterkeys, itervalues and iteritems by Walter Dörwald · 23 years ago
  76. 4b186af SMTP.__init__(): Fixed minor typo in docstring. by Barry Warsaw · 23 years ago
  77. cddc1a0 Quote href properly. by Neil Schemenauer · 23 years ago
  78. d69711c Remove unnecessary \b. It was causing the RE to miss the tailing by Neil Schemenauer · 23 years ago
  79. 153cc0f If possible, set FD_CLOEXEC flag on file descriptors opened using by Neil Schemenauer · 23 years ago
  80. 1c90d7a tighten up except - os.close only raises OSError see bug 411881 by Skip Montanaro · 23 years ago
  81. 8e5fd53 SF bug 480215: softspace confused in nested print by Tim Peters · 23 years ago
  82. f3f87f7 oops - export InvalidURL in __all__ by Skip Montanaro · 23 years ago
  83. 74e77e8 add test for InvalidURL by Skip Montanaro · 23 years ago
  84. 03ff86d add test of InvalidURL by Skip Montanaro · 23 years ago
  85. 9d38997 add InvalidURL exception - raised if port is given but empty or non-numeric by Skip Montanaro · 23 years ago
  86. 1ce0073 tighten up except - in this context, AttributeError is the only exception by Skip Montanaro · 23 years ago
  87. 6730f26 Add local_hostname option to SMTP.__init__. If supplied, it is used by Neil Schemenauer · 23 years ago
  88. 03f3ee6 Try /var/mail before trying /usr/mail. Most new systems use /var. by Neil Schemenauer · 23 years ago
  89. eff7244 Add more tests for built-in types. Add tests for buffer objects. by Neil Schemenauer · 23 years ago
  90. f06f853 Use linecache for loading source code. Closes SF patch 490374. by Neil Schemenauer · 23 years ago
  91. dbab3e3 Add namespace selection for rlcompleter. Closes SF patch 490026. by Neil Schemenauer · 23 years ago
  92. d03c342 Flush stdout before reading next command. Closes SF bug 526357. by Neil Schemenauer · 23 years ago
  93. 91cc17d Only AttributeError can be raised in this situation - on systems without by Skip Montanaro · 23 years ago
  94. 3c4a629 import statements only raise ImportError, right? by Skip Montanaro · 23 years ago
  95. db5d144 tighten up except - only ValueError can be raised in this situation by Skip Montanaro · 23 years ago
  96. 3c643d8 tighten up except - int() only raises ValueError by Skip Montanaro · 23 years ago
  97. 6ec967d added RFC 2396 tests from Aaron Swartz included in bug # 450225. by Skip Montanaro · 23 years ago
  98. b1ba6b0 no longer needed - converted test_urlparse.py to use unittest by Skip Montanaro · 23 years ago
  99. 0c2c8e7 SF bug 533234: tm_isdst > 1 Passed to strftime. by Tim Peters · 23 years ago
  100. 07c57d4 better solution for bug #533234 courtesy of Tim. by Skip Montanaro · 23 years ago