summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug of having default argument for TimeRE's __init__ that caused theBrett Cannon2003-07-241-2/+5
* Remove caching of TimeRE (and thus LocaleTime) instance. Error was beingBrett Cannon2003-07-242-48/+23
* 1. Python Bug 775541: Calltips error when docstring is None. IntroducedKurt B. Kaiser2003-07-233-4/+12
* Restored commented-out line checked in by mistake.Tim Peters2003-07-231-1/+1
* locale-restoration code: Don't leave comparison to None implicit. ForTim Peters2003-07-232-2/+2
* Fred wasn't kidding -- there really are docs for the locale module <wink>.Tim Peters2003-07-231-11/+20
* Fix error in test of not comparing against 0 item of a listBrett Cannon2003-07-221-1/+1
* Patch #775784: YA Cygwin expected regression test skip patchJason Tishler2003-07-221-0/+1
* Change the zipimport implementation to accept files containingThomas Heller2003-07-221-1/+20
* more generic reference to python interpreterSkip Montanaro2003-07-221-1/+1
* Windows fix: When PYTHONCASEOK is set, or for any other reason importsTim Peters2003-07-221-3/+9
* readerThread(): Add max_retries to both DeadlockWrap() calls. ThisBarry Warsaw2003-07-211-2/+2
* Backport from r23c1-branch:Jack Jansen2003-07-211-2/+2
* test01_join(): Fix a test failure when run with "python -O". TheBarry Warsaw2003-07-211-1/+4
* Repair operator error.Jeremy Hylton2003-07-181-8/+3
* SF patch 773476: NameError when there are no prefixes.Jeremy Hylton2003-07-181-3/+9
* up the b/w compatibility requirement to 2.2Just van Rossum2003-07-181-1/+1
* Make sure mimetypes is reinitialized before running the tests.Jeremy Hylton2003-07-181-0/+1
* Restore the locale to "C" on exit.Jeremy Hylton2003-07-181-2/+5
* Reflow long line.Jeremy Hylton2003-07-171-2/+2
* back out the darwin supports_unicode_filenames patch; it causes deep problems...Just van Rossum2003-07-171-4/+1
* Patch from John Anderson to enable VC 7.1 support.Jeremy Hylton2003-07-171-12/+27
* Doctest now examines all docstrings by default. Previously, it wouldRaymond Hettinger2003-07-161-19/+28
* Exercise Jim Fulton's new doctest extension for running doctests in aRaymond Hettinger2003-07-161-2/+5
* Fix faulty doctests. There is no results attribute.Raymond Hettinger2003-07-161-5/+6
* Extend last change to cover TestSuites as well as TestCases.Raymond Hettinger2003-07-161-1/+1
* Prevent failure on the mac, where "mbcs" is not the file systemMark Hammond2003-07-161-2/+3
* Update to reflect the current status of the configuration system.Kurt B. Kaiser2003-07-166-85/+74
* run_unittest() to support TestCase instances as well as classes. Helps with ...Raymond Hettinger2003-07-161-1/+4
* Fixed test and converted to unittest format.Raymond Hettinger2003-07-151-1/+0
* Fixed test and converted to unittest format.Raymond Hettinger2003-07-151-6/+25
* SF patch 763201: handling of SyntaxErrors in symbol table buildJeremy Hylton2003-07-152-3/+30
* Add various test cases from SF patch 543867.Walter Dörwald2003-07-151-1/+58
* Make the prefix 7 spaces long, so the lines are properly aligned.Walter Dörwald2003-07-151-1/+1
* stylistic nits:Fred Drake2003-07-141-6/+8
* Give dumbdbm a sync() method which Shelve can call. Should solve someSkip Montanaro2003-07-141-0/+2
* SF bug #770601: CGIHTTPServer and environment variables (bug + solution)Raymond Hettinger2003-07-141-1/+1
* Make close() identical to __del__() for a dumbdbm database. MakeTim Peters2003-07-132-5/+12
* SF patch #765238: fix fnmatch.__all__Raymond Hettinger2003-07-131-1/+1
* delete unused local variable (pychecker caught)Skip Montanaro2003-07-131-1/+1
* SF bug #769142: CallTip trimming may loop forever.Raymond Hettinger2003-07-131-3/+1
* Reworked test_warnings.py:Raymond Hettinger2003-07-132-56/+81
* This test failed on WindowsME because the full file path did not getRaymond Hettinger2003-07-132-6/+6
* Repaired typos in comments.Tim Peters2003-07-131-1/+1
* Fixed critical shutdown race in _Database._commit.Tim Peters2003-07-131-5/+19
* More comments about why not closing a dumddbm properly can be a disaster.Tim Peters2003-07-131-3/+7
* SF 748201: time.strptime() should display format and date on errorRaymond Hettinger2003-07-131-1/+2
* _commit(): Modernization.Tim Peters2003-07-121-2/+2
* There's a persistent rumor on the spambayes mailing list that dumbdbmTim Peters2003-07-121-28/+69
* Patch #764470: Fix marshalling of faults. Will backport to 2.2.Martin v. Löwis2003-07-121-1/+9