summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF patch 763201: handling of SyntaxErrors in symbol table buildJeremy Hylton2003-07-152-3/+30
* SF patch 763201: handling of SyntaxErrors in symbol table buildJeremy Hylton2003-07-151-33/+47
* heck environment closed status before closing a cursors. Fixes #763928.Martin v. Löwis2003-07-151-1/+8
* Add various test cases from SF patch 543867.Walter Dörwald2003-07-151-1/+58
* [Patch #708374] Only apply the check for file size if the file is a regular f...Andrew M. Kuchling2003-07-151-1/+2
* Make the prefix 7 spaces long, so the lines are properly aligned.Walter Dörwald2003-07-151-1/+1
* Remove proxy_print(), since that caused an inconsistency betweenFred Drake2003-07-141-10/+2
* stylistic nits:Fred Drake2003-07-141-6/+8
* Markup consistency nits.Fred Drake2003-07-141-15/+17
* Added missing markup.Fred Drake2003-07-141-0/+2
* Fix unbalanced parenthesis in text.Raymond Hettinger2003-07-142-2/+2
* Fix missing parenthesisRaymond Hettinger2003-07-141-1/+1
* update norobots linkSkip Montanaro2003-07-141-1/+1
* Give dumbdbm a sync() method which Shelve can call. Should solve someSkip Montanaro2003-07-141-0/+2
* + libdumdbmSkip Montanaro2003-07-141-0/+1
* + libdumbdbmSkip Montanaro2003-07-141-0/+1
* minimal dumdbm module docSkip Montanaro2003-07-141-0/+57
* SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definitionRaymond Hettinger2003-07-141-0/+3
* SF patch #770521: make itertools type declarations staticRaymond Hettinger2003-07-141-24/+24
* 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-133-5/+15
* SF patch #765238: fix fnmatch.__all__Raymond Hettinger2003-07-131-1/+1
* delete unused local variable (pychecker caught)Skip Montanaro2003-07-131-1/+1
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-133-263/+473
* Initialize thread_id to 0 in unthreaded build. Fixes #770247.Martin v. Löwis2003-07-131-0/+4
* SF bug #769142: CallTip trimming may loop forever.Raymond Hettinger2003-07-131-3/+1
* Patch #770245: Pass LDFLAGS to pgen creation.Martin v. Löwis2003-07-131-1/+1
* Treat irix64 like irix. Fixes #764560. Will backport to 2.2.Martin v. Löwis2003-07-132-3072/+2237
* 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-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