summaryrefslogtreecommitdiffstats
path: root/Lib/statcache.py
Commit message (Collapse)AuthorAgeFilesLines
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-1/+1
|
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
|
* Add deprecation warnings for modules as documentedNeal Norwitz2002-04-101-0/+5
|
* Update docstring to reflect code change to boolNeal Norwitz2002-04-091-1/+1
|
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-1/+1
|
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+3
| | | | | | also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance)
* SF bug #130306: statcache.py full of thread problems.Tim Peters2001-01-281-39/+38
| | | | Fixed the thread races. Function forget_dir was also utterly Unix-specific.
* Whitespace normalization.Tim Peters2001-01-151-42/+42
|
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
| | | | | 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-1/+2
| | | | | | | | | | *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.
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-20/+12
| | | | | | | | 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.
* Use global statement instead of importing ourselves to get to globalSjoerd Mullender1995-12-071-6/+2
| | | | variable.
* 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