index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
posixfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)
Hye-Shik Chang
2007-10-28
1
-1/+1
*
Cause posixfile to raise a DeprecationWarning. Documented as deprecated since
Brett Cannon
2007-05-20
1
-1/+3
*
Add support for FreeBSD 7.
Hye-Shik Chang
2005-07-17
1
-1/+2
*
Replace list of constants with tuples of constants.
Raymond Hettinger
2005-02-06
1
-2/+2
*
Remove the deprecated statcache module.
Raymond Hettinger
2004-12-05
1
-6/+0
*
Add support for FreeBSD 6.
Hye-Shik Chang
2004-08-18
1
-1/+1
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+1
*
Add a warning to the posixfile module stating that it will go away.
Fred Drake
2001-10-24
1
-0/+7
*
This module didn't work at all anymore -- blew up with AttributeError
Tim Peters
2001-09-18
1
-2/+6
*
Add forgotten import (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-1/+1
*
Remove all remaining uses of the FCNTL module from the standard library.
Fred Drake
2001-05-10
1
-21/+21
*
Fix two unqualified except: clauses.
Guido van Rossum
2001-04-10
1
-4/+4
*
removed __all__ from several modules
Skip Montanaro
2001-02-18
1
-2/+0
*
__all__ for several more modules
Skip Montanaro
2001-02-12
1
-0/+2
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-3/+3
*
Do not try to fix bugs while sleeping.
Fred Drake
2000-09-09
1
-4/+0
*
Kevin Jacobs <jacobs@darwin.cwru.edu>:
Fred Drake
2000-09-09
1
-1/+2
*
Add support for FreeBSD-[45].
Guido van Rossum
2000-08-29
1
-2/+2
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-62/+58
*
According to Craig H Rowland, openbsd2 is yet another BSD variant that
Guido van Rossum
1999-12-06
1
-0/+2
*
According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the
Guido van Rossum
1999-02-23
1
-2/+6
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-138/+138
*
Support for netbsd1 and freebsd3, after suggestions by Anders Andersen
Guido van Rossum
1997-12-02
1
-2/+2
*
Added linux2 specific code :-(
Guido van Rossum
1996-09-10
1
-0/+3
*
Added locking hacks for AIX
Guido van Rossum
1996-08-20
1
-1/+8
*
Changes to make it work on FreeBSD 2.x.
Guido van Rossum
1996-07-30
1
-3/+16
*
fix stupid typo: r->RDLK
Guido van Rossum
1995-08-10
1
-1/+1
*
optional mode, bufsize for global function open()
Guido van Rossum
1995-03-23
1
-3/+3
*
default mode="r" and add optional bufsize
Guido van Rossum
1995-03-16
1
-2/+2
*
Changes by Jaap -- added 'fileopen' method
Guido van Rossum
1994-05-18
1
-17/+46
*
New module by Jaap V
Guido van Rossum
1994-05-18
1
-0/+178