summaryrefslogtreecommitdiff
path: root/Lib/dircache.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.Martin v. Löwis2003-09-201-8/+2
| | | | Not backported because of behaviour change.
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-1/+1
|
* Whitespace normalization.Tim Peters2001-03-161-3/+3
|
* Patch by Itamar S.T. (SF#305470): add reset() method.Guido van Rossum2001-03-021-1/+6
|
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
| | | | | | | | added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-3/+5
| | | | | | | | | | *this* set of patches is Ka-Ping's final sweep: The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-27/+27
| | | | | | | | | | | 1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old).
* posix -> osGuido van Rossum1992-03-311-8/+7
|
* Use KeyError.Guido van Rossum1991-12-261-1/+1
|
* path.cat --> joinGuido van Rossum1991-08-161-1/+1
|
* Initial revisionGuido van Rossum1990-10-131-0/+36