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