Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
| | |||||
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
| | |||||
* | Add deprecation warnings for modules as documented | Neal Norwitz | 2002-04-10 | 1 | -0/+5 |
| | |||||
* | Update docstring to reflect code change to bool | Neal Norwitz | 2002-04-09 | 1 | -1/+1 |
| | |||||
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 | 1 | -1/+1 |
| | |||||
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -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 Peters | 2001-01-28 | 1 | -39/+38 |
| | | | | Fixed the thread races. Function forget_dir was also utterly Unix-specific. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -42/+42 |
| | |||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -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 Rossum | 2000-02-04 | 1 | -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 Rossum | 2000-02-04 | 1 | -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 global | Sjoerd Mullender | 1995-12-07 | 1 | -6/+2 |
| | | | | variable. | ||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 1 | -4/+4 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -4/+4 |
| | |||||
* | Use 'stat' module instead of hardcoding information from <sys/stat.h>. | Guido van Rossum | 1990-10-21 | 1 | -10/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+90 |