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
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-1/+1
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-8/+8
*
Issue1395: Universal mode used to duplicate newlines when using read(1).
Amaury Forgeot d'Arc
2007-11-19
1
-1/+1
*
Fixed bug #1081: file.seek allows float arguments
Christian Heimes
2007-11-08
1
-0/+4
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-9/+9
*
Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not s...
Christian Heimes
2007-10-31
1
-0/+4
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-9/+27
*
Patch 1330 by Christian Heimes (with some TLC applied by myself).
Guido van Rossum
2007-10-26
1
-3/+22
*
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