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
/
Modules
/
_fileio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a bogus comment based on the code above.
Neal Norwitz
2007-08-16
1
-2/+0
*
Cleanup a little.
Neal Norwitz
2007-08-12
1
-31/+34
*
Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures.
Neal Norwitz
2007-08-08
1
-1/+1
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-3/+2
*
Second part of sf# 1752225: On windows, emulate ftruncate with Win32
Thomas Heller
2007-07-12
1
-4/+37
*
First part of sf# 1752225: Support for wide filenames on Windows.
Thomas Heller
2007-07-12
1
-9/+12
*
See SF# 1751801: Windows: Add the _fileio builtin module, and undefine
Thomas Heller
2007-07-11
1
-1/+7
*
Made test_file pass. This meant adding support for read(-1) and read()
Guido van Rossum
2007-07-10
1
-7/+70
*
Fix a buch of shallow test failures.
Guido van Rossum
2007-06-18
1
-1/+1
*
Use O_APPEND flag instead of seeking, when append
Walter Dörwald
2007-06-06
1
-12/+5
*
If append mode is specified seek to the end of the file.
Walter Dörwald
2007-06-06
1
-0/+12
*
Remove native popen() and fdopen(), replacing them with subprocess calls.
Guido van Rossum
2007-05-24
1
-0/+6
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-2/+2
*
Make a few more tests pass with the new I/O library.
Guido van Rossum
2007-04-12
1
-12/+9
*
truncate() returns the new size and position.
Guido van Rossum
2007-04-10
1
-4/+10
*
Implement long positioning (Unix only, probably).
Guido van Rossum
2007-04-10
1
-130/+146
*
Make it possible to instantiate a _FileIO() with an integer file descriptor
Guido van Rossum
2007-04-08
1
-18/+50
*
Add a missing forward declaration for PyFileIO_Type. The _fileio module now c...
Collin Winter
2007-03-08
1
-0/+2
*
Check in Daniel Stutzbach's _fileio.c and test_fileio.py
Guido van Rossum
2007-03-08
1
-0/+713