summaryrefslogtreecommitdiff
path: root/Lib/dircache.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the dircache module for 3.0.Brett Cannon2008-05-101-0/+3
* Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.Martin v. Löwis2003-09-201-8/+2
* 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
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-3/+5
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-27/+27
* 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