summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* On those systems lacking the AFMT_S16_NE symbol, the test was failingAndrew MacIntyre2003-07-021-1/+1
* SF #764121, docstring for spawnlp incorrectNeal Norwitz2003-07-021-1/+1
* Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancelNeal Norwitz2003-07-011-2/+4
* - added (c)StringIO tests; cStringIO usage failed in the previousJust van Rossum2003-07-011-0/+16
* - replaced a couple of asserts with proper exceptionsJust van Rossum2003-07-011-4/+5
* Make the classes exposed by threading.py new-style classes. This isTim Peters2003-07-011-3/+7
* Resolved minor XXX question in the obvious way.Tim Peters2003-07-011-1/+1
* Fix SF bug #763023, difflib.py: ratio() zero division not caughtNeal Norwitz2003-07-012-3/+20
* connector(): You can't use an empty string as an argument to connect()Tim Peters2003-07-011-1/+1
* Fix SF bug #763770, test_socket_ssl crashNeal Norwitz2003-07-011-2/+2
* Test Brett's addition of __all__ to Queue.Raymond Hettinger2003-07-011-0/+1
* Add __all__ .Brett Cannon2003-07-011-0/+2
* Fix SF #763362, test_posixpath failedNeal Norwitz2003-07-011-4/+6
* Fix typo in error messageNeal Norwitz2003-06-301-1/+1
* Don't require that a RuntimeError is raised when playing a secondWalter Dörwald2003-06-301-5/+9
* Fix SF 762891: "del p[key]" on proxy object raises SystemError()Raymond Hettinger2003-06-301-0/+11
* Fix SF #754870, SSL crash interpreter when remote side closes during connectNeal Norwitz2003-06-301-1/+37