summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2.Martin v. Löwis2003-07-121-5/+5
* Expose the 'master' instance mentioned in the docs.Raymond Hettinger2003-07-111-0/+1
* Don't include slash in search string; it's OS-specific.Jeremy Hylton2003-07-111-1/+1
* Change warnings to avoid importing re module during startup.Jeremy Hylton2003-07-113-43/+91
* patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbmAndrew MacIntyre2003-07-111-2/+5
* [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSXJust van Rossum2003-07-111-1/+5
* __setitem__: Use integer division for computing # of blocks.Tim Peters2003-07-111-2/+2
* Added a new randomized test.Tim Peters2003-07-111-0/+28
* Fixed a bug that's been there from the beginning but wasn't noticedJust van Rossum2003-07-101-3/+3
* don't optimize empty stringsJust van Rossum2003-07-101-1/+1
* Fix wrong header name. The framework looks for auth_header.Jeremy Hylton2003-07-101-8/+10
* Extend the pwd & grp emulations to support accessing the pwd/grpAndrew MacIntyre2003-07-102-4/+78
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-0910-16/+14
* fix to work on python <= 2.1Gregory P. Smith2003-07-091-2/+2
* bugfix: proper import bsddb exists belowGregory P. Smith2003-07-091-1/+0
* bsddb 4.1.6:Gregory P. Smith2003-07-095-10/+174
* SF Bug 767794Kurt B. Kaiser2003-07-091-0/+2
* Fix SF bug 764095: Don't use network in test_httplib.Jeremy Hylton2003-07-082-14/+35
* Use Boolean values for the capturestderr flag.Fred Drake2003-07-071-3/+3
* Patch from Zooko to remove an experimental feature.Jeremy Hylton2003-07-071-9/+4
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-061-2/+4
* #765903:Just van Rossum2003-07-041-5/+22
* If a --python option is used to specify the Python to use in the #!Jack Jansen2003-07-041-1/+4
* Fixes bug of timezone value being left as -1 when ``time.tzname[0] ==Brett Cannon2003-07-032-7/+8
* Addendum to #764548: restore 2.1 compatibility.Just van Rossum2003-07-022-3/+9
* Fix and test for bug #764548:Just van Rossum2003-07-023-7/+17
* fixed typo in commentJust van Rossum2003-07-021-1/+1