1. 34f300a Added docstrings to the Profile class. by Fred Drake · 22 years ago
  2. e8fc640 SF bug 544647. by Guido van Rossum · 22 years ago
  3. 4eaf50f test_mktime(): Removed. This wasn't really testing anything useful by Barry Warsaw · 22 years ago
  4. 16f9055 Whitespace normalization, while using non-whitespace literals for by Barry Warsaw · 22 years ago
  5. 6184c11 Expect test_email_codecs to be skipped -- few users or developers will by Guido van Rossum · 23 years ago
  6. 27dba87 Apparently 3 of the tests here rely on trailing whitespace and/or hard by Tim Peters · 23 years ago
  7. 4d9b466 Fewer deprecation warnings. by Tim Peters · 23 years ago
  8. d0cc4f0 resetwarnings(): Remove extra space from docstring guts. by Tim Peters · 23 years ago
  9. 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
  10. c86c1b8 resetwarnings(): change the docstring to reflect what the code by Tim Peters · 23 years ago
  11. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
  12. 50ac30e OK, don't call resetwarnings(). by Tim Peters · 23 years ago
  13. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 23 years ago
  14. a91a02a I expect test_univnewlines to be skipped on Windows. I expect this by Tim Peters · 23 years ago
  15. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 23 years ago
  16. c9ad32c test_main(): Added this so the test can actually get run under the by Barry Warsaw · 23 years ago
  17. 24fd025 parseaddr(): Don't use rfc822.parseaddr() because this now implies a by Barry Warsaw · 23 years ago
  18. be22ae6 ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP by Barry Warsaw · 23 years ago
  19. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 23 years ago
  20. b6b8942 SF bug #541883 (Vincent Fiack). by Guido van Rossum · 23 years ago
  21. d1c08f3 Add exit as alias for quit, as the easiest way to address SF bug #543674. by Guido van Rossum · 23 years ago
  22. beae477 SF bug #543318 (Frank J. Tobin). by Guido van Rossum · 23 years ago
  23. a2da305 Fix from SF bug #541980 (Jacques A. Vidrine). by Guido van Rossum · 23 years ago
  24. 077f271 SF bug 543840: complex(string) accepts strings with \0 by Tim Peters · 23 years ago
  25. 518d261 Test suite for universal newline support. by Jack Jansen · 23 years ago
  26. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
  27. 2f6d4da Patch #542569: tp_print tp_repr tp_str in test_bool.py. by Martin v. Löwis · 23 years ago
  28. f42d32c BDFL agreed with Tim: rehabilitate randint(). by Neal Norwitz · 23 years ago
  29. f495625 Add pop() to UserDict. by Guido van Rossum · 23 years ago
  30. 018b0eb Partially implement SF feature request 444708. by Guido van Rossum · 23 years ago
  31. 56cdf11 AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
  32. e1df15c AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
  33. d854f3b I am mad. This test never worked! by Guido van Rossum · 23 years ago
  34. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 23 years ago
  35. 04a8da5 Clean up the "all" support for -u. by Fred Drake · 23 years ago
  36. f9ddec4 Guido sez to remove the deprecation warning for a year. by Fred Drake · 23 years ago
  37. a7c2b30 Since xmllib is deprecated now, suppress the DeprecationWarning its test by Tim Peters · 23 years ago
  38. b05cd49 Ignore more deprecation warnings. by Tim Peters · 23 years ago
  39. 3c14efe Stop sucking up xmllib -- it's deprecated. by Tim Peters · 23 years ago
  40. deb121a I don't expect test_email_codecs to run on Windows. by Tim Peters · 23 years ago
  41. 3a15dac Added the resource name "all" to enable all of the optional resource uses. by Fred Drake · 23 years ago
  42. 43735da Improve coverage of Objects/weakrefobject.c. by Fred Drake · 23 years ago
  43. 7301907 Add deprecation warning to 'pre' module by Andrew M. Kuchling · 23 years ago
  44. 7fd1c8c Remove support for importing 'pre' module by Andrew M. Kuchling · 23 years ago
  45. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago
  46. ce0b664 Added test case for UTF-8 encoding bug #541828. by Marc-André Lemburg · 23 years ago
  47. a974561 Use random instead of whrandom by Andrew M. Kuchling · 23 years ago
  48. ab3b9eb Add deprecation warnings for modules as documented by Neal Norwitz · 23 years ago
  49. 6e99704 Add a deprecation warning to reflect the documented deprecation of the by Fred Drake · 23 years ago
  50. 803a8ea Update docstring to reflect code change to bool by Neal Norwitz · 23 years ago
  51. 4c7fb96 Remove unconditional debugging prints. by Thomas Heller · 23 years ago
  52. fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 23 years ago
  53. 8509ebc Patch #539392: Invoke setlocale, try opening the file in demo mode. by Martin v. Löwis · 23 years ago
  54. d1a3c81 Move knee.py from Lib/ to Demo/imputil/. Fixes #515745. by Martin v. Löwis · 23 years ago
  55. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 23 years ago
  56. 8ace1ab - Changed new-style class instantiation so that when C's __new__ by Guido van Rossum · 23 years ago
  57. d1bfe5e Add tests for binary pickles. by Guido van Rossum · 23 years ago
  58. e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 23 years ago
  59. 3ccb09c Fix for bug #222395: UTF-16 et al. don't handle .readline(). by Marc-André Lemburg · 23 years ago
  60. a863270 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. by Tim Peters · 23 years ago
  61. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  62. f32e459 Replace use of apply() with extended call syntax. by Jeremy Hylton · 23 years ago
  63. df6eca7 Support manual proxy configuration for simple urlopen() operations. by Fred Drake · 23 years ago
  64. da204da Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 23 years ago
  65. 012c81f Avoid creating circular references between the ExpatParser and the by Fred Drake · 23 years ago
  66. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 23 years ago
  67. 065fa41 Add test case for SF bug 534347. by Guido van Rossum · 23 years ago
  68. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 23 years ago
  69. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
  70. e7fefbf Fix bugs: by Mark Hammond · 23 years ago
  71. 155db9a SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() by Guido van Rossum · 23 years ago
  72. 64e5aa9 Fix for a bug in the fix for SF bug 503031. This time the OP verified by Guido van Rossum · 23 years ago
  73. aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 23 years ago
  74. 4993c51 Make test_commands work on more systems. This removes much of the dependency by Fred Drake · 23 years ago
  75. 05c09d0 Format strings (tuples,) appropriately by Neal Norwitz · 23 years ago
  76. 28bb572 Use attributes appropriately by Neal Norwitz · 23 years ago
  77. b1295da There is no TestError, use TestFailed appropriately by Neal Norwitz · 23 years ago
  78. de14a30 We expect to skip the new test_mpz on Windows. by Tim Peters · 23 years ago
  79. 02098fa Get rid of all METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 23 years ago
  80. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 23 years ago
  81. 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 23 years ago
  82. b955d6c Hopeful fix for SF bug 503031: urllib.py: open_http() host problem. by Guido van Rossum · 23 years ago
  83. 93cf79f Use docstrings for exception classes by Neal Norwitz · 23 years ago
  84. f74e46c Derive exception classes from Exception by Neal Norwitz · 23 years ago
  85. 27a3530 Stop using string exceptions by Neal Norwitz · 23 years ago
  86. f4a4fb9 [Patch #536769] Add -Xcompiler flag for adding arguments and switches for by Andrew M. Kuchling · 23 years ago
  87. eddd68d As part of fixing bug #536241, add a test case for string.zfill() with Unicode by Andrew M. Kuchling · 23 years ago
  88. 102d120 [Bug #536241] string.zfill() produces mangled output for a Unicode string. by Andrew M. Kuchling · 23 years ago
  89. c6c9c4a Add two tests for string.zfill by Andrew M. Kuchling · 23 years ago
  90. b4c17c8 Fix getcomments() so that it doesn't fail with TypeErrors. by Jeremy Hylton · 23 years ago
  91. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 23 years ago
  92. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 23 years ago
  93. 0c0d56a Reindent. by Martin v. Löwis · 23 years ago
  94. f841aa6 Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. by Fred Drake · 23 years ago
  95. 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
  96. 4208d4f Destroy and unlink deleted NoteBook panes. Fixes #516703. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
  97. f2041b8 Ignore widgets with unknown names in winfo_children. Fixes #518283. by Martin v. Löwis · 23 years ago
  98. 1d46e40 further work on new config system; recent files menu by Steven M. Gava · 23 years ago
  99. 0c5bc8c further work on new config system; user defined help items by Steven M. Gava · 23 years ago
  100. cedd30b _finally_ tracked down and eliminated a major problem by Steven M. Gava · 23 years ago