- ea8c552 and another date by Anthony Baxter · 22 years ago
- 54ab431 Backport Tim's fix to test_winsound.py by Raymond Hettinger · 22 years ago
- 4e13da1 Let IDLE use the HTMLHelp docs, if found. by Thomas Heller · 22 years ago
- b11a432 Backport checkin: Avoid list as a variable name. by Walter Dörwald · 22 years ago
- 733ca1d Removed the PendingDeprecation warning from sets.py because it adds by Raymond Hettinger · 22 years ago
- 2c627c4 simplify some import statements and clean up a docstring and BerkeleyDB library by Gregory P. Smith · 22 years ago
- 6a5596c Backport Greg's patch (1.7 to 1.8) for backwards code compatability. by Raymond Hettinger · 22 years ago
- 08ae590 Backport Tim's fix to SF #809915. Creates a url that should always be invalid. by Raymond Hettinger · 22 years ago
- 2857ef5 Patch #808362: Fix typos. by Martin v. Löwis · 22 years ago
- 1ee7797 Patch #793559: Reset __starttext_tag. Fixes #709491. by Martin v. Löwis · 22 years ago
- 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
- 675bac0 Backport addition of the __all__ attribute for unittest.py by Raymond Hettinger · 22 years ago
- 9927588 SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 22 years ago
- cf9dcc2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 22 years ago
- 24af6b5 SF #792649: RESET_ERROR is not defined(logging module) by Raymond Hettinger · 22 years ago
- 07759e3 Set the warnings stacklevel to two. by Raymond Hettinger · 22 years ago
- 7b7a9fd **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 22 years ago
- 0b0aae0 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 22 years ago
- 0230968 Catch locale.error as well. Fixes #788378. by Martin v. Löwis · 22 years ago
- 90fc2ac test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 22 years ago
- b1919b7 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 22 years ago
- 4595b6b Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 22 years ago
- c6c1a15 SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 22 years ago
- 6437a61 Fix failing test by Raymond Hettinger · 22 years ago
- 2dc46379 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 22 years ago
- d73fe46 SF patch #790443: add SafeConfigParser to __all__ by Raymond Hettinger · 22 years ago
- 81114e4 SF bug #785222: zlib monotonic test by Raymond Hettinger · 22 years ago
- 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
- 48ced31 SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 22 years ago
- 2e61662 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 22 years ago
- 3b47b81 _strptime.srptime() escaped parentheses in the format string properly. by Brett Cannon · 22 years ago
- 60eaed1 Fix typo in docstring: The switch is '-x', not '-s'. by Thomas Heller · 22 years ago
- 4fc4e2d Remove a typo. by Thomas Heller · 22 years ago
- eb85c66 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 22 years ago
- c519f01 test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 22 years ago
- 89af2f6 Backporting email 2.5.4 fixes from the trunk. by Barry Warsaw · 22 years ago
- 27ea578 Backport improvements to set.py so that the interface will remain by Raymond Hettinger · 22 years ago
- bd9ba1a Make sets.py compatible with Py2.2 by Raymond Hettinger · 22 years ago
- 33f6aeb Backport checkin: by Walter Dörwald · 22 years ago
- 6b778e5 - IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 22 years ago
- 0098d86 Backport checkins: by Walter Dörwald · 22 years ago
- 0347402 Unconditionally opening the temp file in text mode causes this test to fail by Jason Tishler · 22 years ago
- 79ca4a4 Fix bug where handling issue of time.tzname[0] == time.tzname[1] and by Brett Cannon · 22 years ago
- 8cf915e SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 22 years ago
- 6a55504 Add HIDDEN. Fixes #777664. by Martin v. Löwis · 22 years ago
- 2ffc0f8 IDLEfork Bug 782759 config-main.def user configuration doc incorrect by Kurt B. Kaiser · 22 years ago
- f45fe22 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 22 years ago
- 9f36f5b Fix docstring for LocaleTime. by Brett Cannon · 22 years ago
- 40b4a6b As penance for forgetting to flag my last checkins as bugfix candidates, by Michael W. Hudson · 22 years ago
- e32a87a Re-introduction of caching. Not thread-safe against the changing of locale by Brett Cannon · 22 years ago
- 7fc99bd Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 22 years ago
- 4b5c8d2 Remove __floordiv__ test, as it's deprecated. by Walter Dörwald · 22 years ago
- 520c7d0 Backport: by Walter Dörwald · 22 years ago
- 43f87f9 Support trailing dots in DNS names. Fixes #782510. by Martin v. Löwis · 22 years ago
- 62aced0 Correct URL for normalization file. Fixes #781065. by Martin v. Löwis · 22 years ago
- 8c6188c Make sure eol_convention is an ASCII string. Fixes #774680. by Martin v. Löwis · 22 years ago
- b26f32f Merging release23-branch into the long-term Python 2.3 maintenance branch by Barry Warsaw · 22 years ago
- 220fecf Added a banner to the shell startup message discussing possible by Kurt B. Kaiser · 22 years ago
- 7fbc304 Update for release. by Kurt B. Kaiser · 22 years ago
- 2c24d42 Fixes bug of having default argument for TimeRE's __init__ that caused the by Brett Cannon · 22 years ago
- 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 22 years ago
- 6145a62 1. Python Bug 775541: Calltips error when docstring is None. Introduced by Kurt B. Kaiser · 22 years ago
- 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 22 years ago
- 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 22 years ago
- 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 22 years ago
- d1deac0 Fix error in test of not comparing against 0 item of a list by Brett Cannon · 22 years ago
- c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 22 years ago
- 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 22 years ago
- 5d6ceb4 more generic reference to python interpreter by Skip Montanaro · 22 years ago
- 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 22 years ago
- e3ea281 readerThread(): Add max_retries to both DeadlockWrap() calls. This by Barry Warsaw · 22 years ago
- 749f481 Backport from r23c1-branch: by Jack Jansen · 22 years ago
- e676c5e test01_join(): Fix a test failure when run with "python -O". The by Barry Warsaw · 22 years ago
- 6d58bf6 Repair operator error. by Jeremy Hylton · 22 years ago
- bdf3b50 SF patch 773476: NameError when there are no prefixes. by Jeremy Hylton · 22 years ago
- a920a88 up the b/w compatibility requirement to 2.2 by Just van Rossum · 22 years ago
- 969a700 Make sure mimetypes is reinitialized before running the tests. by Jeremy Hylton · 22 years ago
- 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 22 years ago
- bd9f520 Reflow long line. by Jeremy Hylton · 22 years ago
- 2d4e988 back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests by Just van Rossum · 22 years ago
- e9a92aa Patch from John Anderson to enable VC 7.1 support. by Jeremy Hylton · 22 years ago
- 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 22 years ago
- 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 22 years ago
- 83325e9 Fix faulty doctests. There is no results attribute. by Raymond Hettinger · 22 years ago
- f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 22 years ago
- bb4a47c Prevent failure on the mac, where "mbcs" is not the file system by Mark Hammond · 22 years ago
- cca9122 Update to reflect the current status of the configuration system. by Kurt B. Kaiser · 22 years ago
- 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 22 years ago
- 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
- 158af58 Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
- 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 22 years ago
- f393fc6 Add various test cases from SF patch 543867. by Walter Dörwald · 22 years ago
- c171172 Make the prefix 7 spaces long, so the lines are properly aligned. by Walter Dörwald · 22 years ago
- f425b1e stylistic nits: - wrap some long lines - shorten others - fix indentation by Fred Drake · 22 years ago
- 6d06815 Give dumbdbm a sync() method which Shelve can call. Should solve some by Skip Montanaro · 22 years ago
- 92f200b SF bug #770601: CGIHTTPServer and environment variables (bug + solution) by Raymond Hettinger · 22 years ago
- 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 22 years ago
- 4a4296e SF patch #765238: fix fnmatch.__all__ (Contributed by George Yoshida.) by Raymond Hettinger · 22 years ago
- ae5c37b delete unused local variable (pychecker caught) by Skip Montanaro · 22 years ago
- 61bfb73 SF bug #769142: CallTip trimming may loop forever. by Raymond Hettinger · 22 years ago