Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
df38ea9c29a431602704c6bd45ca7417225a61c4
/
Lib
/
posixfile.py
9242a4a
Add a warning to the posixfile module stating that it will go away.
by Fred Drake
· 23 years ago
22cd768
This module didn't work at all anymore -- blew up with AttributeError
by Tim Peters
· 23 years ago
86c7e22
Add forgotten import (PyChecker)
by Andrew M. Kuchling
· 23 years ago
a94414a
Remove all remaining uses of the FCNTL module from the standard library.
by Fred Drake
· 24 years ago
e9901f3
Fix two unqualified except: clauses.
by Guido van Rossum
· 24 years ago
7834907
removed __all__ from several modules
by Skip Montanaro
· 24 years ago
c62c81e
__all__ for several more modules
by Skip Montanaro
· 24 years ago
2344fae
Whitespace normalization.
by Tim Peters
· 24 years ago
b37bdc2
Do not try to fix bugs while sleeping.
by Fred Drake
· 24 years ago
16c4aa4
Kevin Jacobs <jacobs@darwin.cwru.edu>:
by Fred Drake
· 24 years ago
2d21863
Add support for FreeBSD-[45].
by Guido van Rossum
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
5274c33
According to Craig H Rowland, openbsd2 is yet another BSD variant that
by Guido van Rossum
· 25 years ago
027188a
According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
91221c2
Support for netbsd1 and freebsd3, after suggestions by Anders Andersen
by Guido van Rossum
· 27 years ago
ba885ff
Added linux2 specific code :-(
by Guido van Rossum
· 28 years ago
0f6a3bf
Added locking hacks for AIX
by Guido van Rossum
· 28 years ago
7698d12
Changes to make it work on FreeBSD 2.x.
by Guido van Rossum
· 28 years ago
ba3e46b
fix stupid typo: r->RDLK
by Guido van Rossum
· 29 years ago
28aa229
optional mode, bufsize for global function open()
by Guido van Rossum
· 30 years ago
13c503e
default mode="r" and add optional bufsize
by Guido van Rossum
· 30 years ago
c762bec
Changes by Jaap -- added 'fileopen' method
by Guido van Rossum
· 30 years ago
78f8dea
New module by Jaap V
by Guido van Rossum
· 30 years ago