summaryrefslogtreecommitdiff
path: root/Lib/posixfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)Hye-Shik Chang2007-10-281-1/+1
|
* Cause posixfile to raise a DeprecationWarning. Documented as deprecated sinceBrett Cannon2007-05-201-1/+3
| | | | Ptyhon 1.5.
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-171-1/+2
|
* Replace list of constants with tuples of constants.Raymond Hettinger2005-02-061-2/+2
|
* Remove the deprecated statcache module.Raymond Hettinger2004-12-051-6/+0
|
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-181-1/+1
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Add a warning to the posixfile module stating that it will go away.Fred Drake2001-10-241-0/+7
|
* This module didn't work at all anymore -- blew up with AttributeErrorTim Peters2001-09-181-2/+6
| | | | | | | on file.__methods__. Since the docs say "This module will become obsolete in a future release", this is just a quick hack to stop it from blowing up. If you care about this module, test it! It doesn't make much sense on Windows.
* Add forgotten import (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
|
* Remove all remaining uses of the FCNTL module from the standard library.Fred Drake2001-05-101-21/+21
|
* Fix two unqualified except: clauses.Guido van Rossum2001-04-101-4/+4
| | | | This came out of SF bug #411881.
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
|
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+2
|
* Whitespace normalization.Tim Peters2001-01-151-3/+3
|
* Do not try to fix bugs while sleeping.Fred Drake2000-09-091-4/+0
| | | | | | | | Paid more attention to the comments on the report; Martin suggested just not having a __del__() method, which makes more sense in this case. So I have removed it. This closes SourceForge bug #113850. Again.
* Kevin Jacobs <jacobs@darwin.cwru.edu>:Fred Drake2000-09-091-1/+2
| | | | | | | | The posixfile __del__ method attempts to close the file (_file_) it contains. However, if the open() method fails, then _file_ is never assigned. This closes SourceForge bug #113850.
* Add support for FreeBSD-[45].Guido van Rossum2000-08-291-2/+2
| | | | -- tg@FreeBSD.org
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-62/+58
| | | | | | | | | | | | | | | | | | who writes: Here is batch 2, as a big collection of CVS context diffs. Along with moving comments into docstrings, i've added a couple of missing docstrings and attempted to make sure more module docstrings begin with a one-line summary. I did not add docstrings to the methods in profile.py for fear of upsetting any careful optimizations there, though i did move class documentation into class docstrings. The convention i'm using is to leave credits/version/copyright type of stuff in # comments, and move the rest of the descriptive stuff about module usage into module docstrings. Hope this is okay.
* According to Craig H Rowland, openbsd2 is yet another BSD variant thatGuido van Rossum1999-12-061-0/+2
| | | | uses the BSD version of the lock structure. Sigh, @!%$.
* According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to theGuido van Rossum1999-02-231-2/+6
| | | | list (of bsd variants that have a different lock structure).
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-138/+138
|
* Support for netbsd1 and freebsd3, after suggestions by Anders AndersenGuido van Rossum1997-12-021-2/+2
| | | | and Jacques Vidrine.
* Added linux2 specific code :-(Guido van Rossum1996-09-101-0/+3
|
* Added locking hacks for AIXGuido van Rossum1996-08-201-1/+8
|
* Changes to make it work on FreeBSD 2.x.Guido van Rossum1996-07-301-3/+16
|
* fix stupid typo: r->RDLKGuido van Rossum1995-08-101-1/+1
|
* optional mode, bufsize for global function open()Guido van Rossum1995-03-231-3/+3
|
* default mode="r" and add optional bufsizeGuido van Rossum1995-03-161-2/+2
|
* Changes by Jaap -- added 'fileopen' methodGuido van Rossum1994-05-181-17/+46
|
* New module by Jaap VGuido van Rossum1994-05-181-0/+178