| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 | 1 | -2/+2 |
|
|
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 | 1 | -1/+1 |
|
|
* | __all__ for several more modules | Skip Montanaro | 2001-02-12 | 1 | -0/+2 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+2 |
|
|
* | Support \r in source files. Closes bug #101425. | Martin v. Löwis | 2000-09-15 | 1 | -0/+5 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -1/+1 |
|
|
* | Fix two bugs in the fstat() line, reported by Fredruk Lundh. | Guido van Rossum | 1998-10-07 | 1 | -1/+1 |
|
|
* | Fix suggested by Sjoerd (long ago!) to get a better error message when | Guido van Rossum | 1998-09-29 | 1 | -1/+9 |
|
|
* | On the mac, shouldn't change the creator+type of the *source* file! | Guido van Rossum | 1998-08-11 | 1 | -1/+0 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -9/+9 |
|
|
* | Typo (coestring -> codestring) discovered by Mark Hammond. | Guido van Rossum | 1998-03-02 | 1 | -1/+1 |
|
|
* | Added docstrings. | Guido van Rossum | 1998-01-19 | 1 | -32/+63 |
|
|
* | Use fstat if we can; write MAGIC into file last. | Guido van Rossum | 1997-11-22 | 1 | -2/+8 |
|
|
* | compile(): Use the __debug__ flag to determine the proper filename extension | Fred Drake | 1997-03-13 | 1 | -1/+1 |
|
|
* | Cast mtime gotten from stat() to long int -- else it won't work | Guido van Rossum | 1996-10-24 | 1 | -1/+1 |
|
|
* | change Mac creator/type | Guido van Rossum | 1996-05-28 | 1 | -2/+2 |
|
|
* | Get magic number from interpreter (using module imp). | Sjoerd Mullender | 1995-07-19 | 1 | -2/+3 |
|
|
* | Mac-specific code for setting filetype was outdated. | Jack Jansen | 1995-04-23 | 1 | -3/+3 |
|
|
* | changes for the Mac | Guido van Rossum | 1995-01-27 | 1 | -2/+7 |
|
|
* | New way of generating .pyc files, thanks to Sjoerd. | Guido van Rossum | 1994-08-29 | 1 | -0/+25 |
|
|