summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Repaired typos in comments.Tim Peters2003-07-132-2/+2
* Fixed critical shutdown race in _Database._commit.Tim Peters2003-07-132-5/+27
* SF bug #706546: u''.translate not documentedRaymond Hettinger2003-07-131-1/+11
* 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
* SF bug #770107: Typo in documentation of resource moduleRaymond Hettinger2003-07-131-2/+2
* Update for new module and new builtin.Raymond Hettinger2003-07-121-0/+3
* _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-123-14/+22
* Fix missing parenthesisRaymond Hettinger2003-07-121-1/+1
* SF patch #726751: Clarify docs for except target assignmentRaymond Hettinger2003-07-121-8/+20
* Expose the 'master' instance mentioned in the docs.Raymond Hettinger2003-07-111-0/+1
* Document Jim Fulton's docttest extensions.Raymond Hettinger2003-07-111-8/+70
* Don't include slash in search string; it's OS-specific.Jeremy Hylton2003-07-111-1/+1
* The Unpickler forget about its find_class attribute.Jeremy Hylton2003-07-111-0/+3
* Minor fixups and added sections for iterators and generators.Raymond Hettinger2003-07-111-3/+117
* Add whitespace.Jeremy Hylton2003-07-111-3/+3
* Change warnings to avoid importing re module during startup.Jeremy Hylton2003-07-113-43/+91
* - fix typoFred Drake2003-07-111-1/+1
* 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
* normalize whitespaceFred Drake2003-07-111-78/+79
* update the reference to the Apple Publications Style GuideFred Drake2003-07-111-4/+2
* SF #767592: unittest docs don't suggest "unittest.main()"Raymond Hettinger2003-07-101-0/+96
* avoid testing for -Kthread or -pthread if the default build environmentSkip Montanaro2003-07-102-2240/+3085
* fix stupid typoFred Drake2003-07-101-1/+1
* SF Patch 763681Kurt B. Kaiser2003-07-101-4/+4
* Missing markup.Raymond Hettinger2003-07-101-1/+1
* 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
* update OS/2 EMX port notesAndrew MacIntyre2003-07-101-4/+9
* Extend the pwd & grp emulations to support accessing the pwd/grpAndrew MacIntyre2003-07-102-4/+78
* patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similarAndrew MacIntyre2003-07-101-2/+3
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-0910-16/+14
* Add versionadded. Remove duplicate "to"Neal Norwitz2003-07-091-1/+2
* 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
* Fix [ 766669 ] Consistent GPF on exitMark Hammond2003-07-091-1/+1
* bsddb 4.1.6:Gregory P. Smith2003-07-096-51/+284
* SF Bug 767794Kurt B. Kaiser2003-07-091-0/+2
* typoSkip Montanaro2003-07-081-1/+1
* I "cvs admin -kb"'ed these files to close a bug report. Now they needTim Peters2003-07-085-485/+485
* Adding "use warnings" to .../Doc/perl/python.perl raisesKurt B. Kaiser2003-07-081-1/+1
* Document interrupt_main()Kurt B. Kaiser2003-07-081-5/+5
* add missing 'Neal Norwitz2003-07-081-1/+1