summaryrefslogtreecommitdiff
path: root/Lib/posixfile.py
Commit message (Expand)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
* 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
* 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
* 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
* 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
* Kevin Jacobs <jacobs@darwin.cwru.edu>:Fred Drake2000-09-091-1/+2
* Add support for FreeBSD-[45].Guido van Rossum2000-08-291-2/+2
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-62/+58
* According to Craig H Rowland, openbsd2 is yet another BSD variant thatGuido van Rossum1999-12-061-0/+2
* According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to theGuido van Rossum1999-02-231-2/+6
* 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
* 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