1. e41abab Fred's recent changes to support "-u all" resulted in subset resource by Andrew MacIntyre · 23 years ago
  2. 67d687a builtin_zip(): Take a good guess at how big the result list will be, by Tim Peters · 23 years ago
  3. 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 23 years ago
  4. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 23 years ago
  5. d451ec1 Clean up uses of some deprecated features. by Fred Drake · 23 years ago
  6. 69d31b7 Pass the full pathname to MSVC when compiling a debug version. This by Thomas Heller · 23 years ago
  7. 378498d Append the PC specific include 'PC' and library 'PCBuild' directories by Thomas Heller · 23 years ago
  8. e650080 Fix trivial typo. by Thomas Heller · 23 years ago
  9. 3b04d63 Add more tests for abstract isinstance() and issubclass(). by Neil Schemenauer · 23 years ago
  10. 1e33ffa test_resource has no chance of running on Windows. by Tim Peters · 23 years ago
  11. e12cda9 test_mmap started breaking on Windows, only when run after test_bsddb. by Tim Peters · 23 years ago
  12. 906569d Unit tests for the changes in abstract.c version 2.101. The debug by Barry Warsaw · 23 years ago
  13. 5ca5374 Rewrote the PyUnit description so that it now recommends to use by Barry Warsaw · 23 years ago
  14. 74ce77f Add tests for the recent resource module change. by Jeremy Hylton · 23 years ago
  15. 8570013 Whitespace normalization. Unka Timmy would be proud. by Barry Warsaw · 23 years ago
  16. 256705b SF patch 546244 by John Williams: add Text.dump() method. by Guido van Rossum · 23 years ago
  17. 1476c27 There was a non-ascii character in the source. Replaced by a hex escape. by Jack Jansen · 23 years ago
  18. ae7639d whitespace fixup. test__all__ and test_sundry were failing by Anthony Baxter · 23 years ago
  19. 4ce6b35 don't fail if the audio device is busy, just skip. SF patch 545486 by Anthony Baxter · 23 years ago
  20. 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 23 years ago
  21. de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 23 years ago
  22. 992d58b Fixes based on ideas from Christopher Smith: by Jack Jansen · 23 years ago
  23. a2bc259 tracking python idle changes: Provisional fix for writefile() [SF bug # 541730] by Steven M. Gava · 23 years ago
  24. 931625d tracking python idle changes: Patch #540583: Open MS Help Docs if available. by Steven M. Gava · 23 years ago
  25. 639295f Enable universal newlines on Windows. Note that NEWS needs more words! by Tim Peters · 23 years ago
  26. ea572b2 Assorted code cleanups for readability. Greatly boosted the size of the by Tim Peters · 23 years ago
  27. 6af3e2d Forward port of patch # 500311: Work around for buggy https servers. by Martin v. Löwis · 23 years ago
  28. 954aed8 Add test for eval() w/ free variables. by Jeremy Hylton · 23 years ago
  29. 8d22b04 Fix com_arglist() and update grammar fragment. by Jeremy Hylton · 23 years ago
  30. c72737e Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond. by Jeremy Hylton · 23 years ago
  31. 3b959db Fix bug 544473 - "Queue module can deadlock". by Mark Hammond · 23 years ago
  32. afb2c80 ceval.c/do_raise(): Tighten the test to disallow raising an instance of by Tim Peters · 23 years ago
  33. 16af557 Remove more out-of-date comments and clarify explanation of visit(). by Jeremy Hylton · 23 years ago
  34. 3b05c8e Remove out-of-date explanation in doc strings, as reported by Eric C. Newton. by Jeremy Hylton · 23 years ago
  35. 5379dea SF bug 544733: Cygwin test_mmap fix for Python 2.2.1 by Tim Peters · 23 years ago
  36. d99b3e7 SF bug 542984. by Guido van Rossum · 23 years ago
  37. 2ee4be0 Apply diff3.txt from SF patch http://www.python.org/sf/536241 by Walter Dörwald · 23 years ago
  38. 0538f1f Patch #531901 by Mark W. Alexander: adds a new distutils packager by Marc-André Lemburg · 23 years ago
  39. 34f300a Added docstrings to the Profile class. by Fred Drake · 23 years ago
  40. e8fc640 SF bug 544647. by Guido van Rossum · 23 years ago
  41. 4eaf50f test_mktime(): Removed. This wasn't really testing anything useful by Barry Warsaw · 23 years ago
  42. 16f9055 Whitespace normalization, while using non-whitespace literals for by Barry Warsaw · 23 years ago
  43. 6184c11 Expect test_email_codecs to be skipped -- few users or developers will by Guido van Rossum · 23 years ago
  44. 27dba87 Apparently 3 of the tests here rely on trailing whitespace and/or hard by Tim Peters · 23 years ago
  45. 4d9b466 Fewer deprecation warnings. by Tim Peters · 23 years ago
  46. d0cc4f0 resetwarnings(): Remove extra space from docstring guts. by Tim Peters · 23 years ago
  47. 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
  48. c86c1b8 resetwarnings(): change the docstring to reflect what the code by Tim Peters · 23 years ago
  49. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
  50. 50ac30e OK, don't call resetwarnings(). by Tim Peters · 23 years ago
  51. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 23 years ago
  52. a91a02a I expect test_univnewlines to be skipped on Windows. I expect this by Tim Peters · 23 years ago
  53. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 23 years ago
  54. c9ad32c test_main(): Added this so the test can actually get run under the by Barry Warsaw · 23 years ago
  55. 24fd025 parseaddr(): Don't use rfc822.parseaddr() because this now implies a by Barry Warsaw · 23 years ago
  56. be22ae6 ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP by Barry Warsaw · 23 years ago
  57. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 23 years ago
  58. b6b8942 SF bug #541883 (Vincent Fiack). by Guido van Rossum · 23 years ago
  59. d1c08f3 Add exit as alias for quit, as the easiest way to address SF bug #543674. by Guido van Rossum · 23 years ago
  60. beae477 SF bug #543318 (Frank J. Tobin). by Guido van Rossum · 23 years ago
  61. a2da305 Fix from SF bug #541980 (Jacques A. Vidrine). by Guido van Rossum · 23 years ago
  62. 077f271 SF bug 543840: complex(string) accepts strings with \0 by Tim Peters · 23 years ago
  63. 518d261 Test suite for universal newline support. by Jack Jansen · 23 years ago
  64. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
  65. 2f6d4da Patch #542569: tp_print tp_repr tp_str in test_bool.py. by Martin v. Löwis · 23 years ago
  66. f42d32c BDFL agreed with Tim: rehabilitate randint(). by Neal Norwitz · 23 years ago
  67. f495625 Add pop() to UserDict. by Guido van Rossum · 23 years ago
  68. 018b0eb Partially implement SF feature request 444708. by Guido van Rossum · 23 years ago
  69. 56cdf11 AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
  70. e1df15c AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
  71. d854f3b I am mad. This test never worked! by Guido van Rossum · 23 years ago
  72. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 23 years ago
  73. 04a8da5 Clean up the "all" support for -u. by Fred Drake · 23 years ago
  74. f9ddec4 Guido sez to remove the deprecation warning for a year. by Fred Drake · 23 years ago
  75. a7c2b30 Since xmllib is deprecated now, suppress the DeprecationWarning its test by Tim Peters · 23 years ago
  76. b05cd49 Ignore more deprecation warnings. by Tim Peters · 23 years ago
  77. 3c14efe Stop sucking up xmllib -- it's deprecated. by Tim Peters · 23 years ago
  78. deb121a I don't expect test_email_codecs to run on Windows. by Tim Peters · 23 years ago
  79. 3a15dac Added the resource name "all" to enable all of the optional resource uses. by Fred Drake · 23 years ago
  80. 43735da Improve coverage of Objects/weakrefobject.c. by Fred Drake · 23 years ago
  81. 7301907 Add deprecation warning to 'pre' module by Andrew M. Kuchling · 23 years ago
  82. 7fd1c8c Remove support for importing 'pre' module by Andrew M. Kuchling · 23 years ago
  83. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago
  84. ce0b664 Added test case for UTF-8 encoding bug #541828. by Marc-André Lemburg · 23 years ago
  85. a974561 Use random instead of whrandom by Andrew M. Kuchling · 23 years ago
  86. ab3b9eb Add deprecation warnings for modules as documented by Neal Norwitz · 23 years ago
  87. 6e99704 Add a deprecation warning to reflect the documented deprecation of the by Fred Drake · 23 years ago
  88. 803a8ea Update docstring to reflect code change to bool by Neal Norwitz · 23 years ago
  89. 4c7fb96 Remove unconditional debugging prints. by Thomas Heller · 23 years ago
  90. fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 23 years ago
  91. 8509ebc Patch #539392: Invoke setlocale, try opening the file in demo mode. by Martin v. Löwis · 23 years ago
  92. d1a3c81 Move knee.py from Lib/ to Demo/imputil/. Fixes #515745. by Martin v. Löwis · 23 years ago
  93. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 23 years ago
  94. 8ace1ab - Changed new-style class instantiation so that when C's __new__ by Guido van Rossum · 23 years ago
  95. d1bfe5e Add tests for binary pickles. by Guido van Rossum · 23 years ago
  96. e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 23 years ago
  97. 3ccb09c Fix for bug #222395: UTF-16 et al. don't handle .readline(). by Marc-André Lemburg · 23 years ago
  98. a863270 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. by Tim Peters · 23 years ago
  99. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  100. f32e459 Replace use of apply() with extended call syntax. by Jeremy Hylton · 23 years ago