summaryrefslogtreecommitdiff
path: root/Lib/statcache.py
Commit message (Expand)AuthorAgeFilesLines
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+3
* SF bug #130306: statcache.py full of thread problems.Tim Peters2001-01-281-39/+38
* Whitespace normalization.Tim Peters2001-01-151-42/+42
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-1/+2
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-20/+12
* Use global statement instead of importing ourselves to get to globalSjoerd Mullender1995-12-071-6/+2
* posix -> osGuido van Rossum1992-03-311-4/+4
* New == syntaxGuido van Rossum1992-01-011-4/+4
* Use 'stat' module instead of hardcoding information from <sys/stat.h>.Guido van Rossum1990-10-211-10/+6
* Initial revisionGuido van Rossum1990-10-131-0/+90