index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
fileobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-372
/
+372
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1
/
+1
*
Make stdprinter_write static.
Martin v. Löwis
2008-06-13
1
-1
/
+1
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-6
/
+6
*
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum
2007-12-03
1
-3
/
+4
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-1
/
+1
*
Fix for #1415 pythonw.exe fails because std streams a missing
Christian Heimes
2007-11-13
1
-1
/
+1
*
Let's do as Guido says and return None instead of -1
Christian Heimes
2007-11-12
1
-3
/
+2
*
Stop Python code from instantiating a new stdprinter with sys.stderr.__class__()
Christian Heimes
2007-11-12
1
-11
/
+90
*
Bug #1415
Christian Heimes
2007-11-10
1
-2
/
+2
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1
/
+1
*
Minor correction to the stdprinter object.
Guido van Rossum
2007-10-30
1
-2
/
+4
*
Patch 1352 (continued in issue 1329) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-0
/
+118
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-3
/
+3
*
Remove redundant PyInt/PyLong checks.
Georg Brandl
2007-10-23
1
-9
/
+2
*
Issue 1267, continued.
Guido van Rossum
2007-10-22
1
-11
/
+5
*
Patch 1267 by Christian Heimes.
Guido van Rossum
2007-10-19
1
-9
/
+19
*
PyFile_WriteObject() should use PyObject_Repr(), not _ReprStr8().
Guido van Rossum
2007-10-09
1
-1
/
+1
*
Kill execfile(), use exec() instead
Neal Norwitz
2007-08-12
1
-1
/
+1
*
In PyFile_WriteString(), call PyUnicode_FromString() instead of
Guido van Rossum
2007-08-09
1
-1
/
+1
*
Make test_descr.py pass. Had to disable a few tests, remove references
Guido van Rossum
2007-07-11
1
-6
/
+2
*
Rip out the file object's implementation.
Guido van Rossum
2007-06-12
1
-2121
/
+20
*
Minimal changes to make the "freeze" tool work again.
Guido van Rossum
2007-06-12
1
-17
/
+12
*
Enable new I/O. Disable creation of old files.
Guido van Rossum
2007-05-24
1
-0
/
+8
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-3
/
+3
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-9
/
+0
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
1
-10
/
+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-8
/
+7
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
1
-43
/
+1
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-0
/
+2
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-1
/
+3
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-8
/
+25
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-9
/
+14
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
1
-1
/
+1
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-1
/
+18
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-44
/
+48
*
Added much functionality to the bytes type.
Guido van Rossum
2006-04-24
1
-0
/
+5
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-11
/
+22
*
Get rid of xreadlines() (methods).
Neal Norwitz
2006-03-17
1
-7
/
+0
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
1
-26
/
+1
*
Updates to the with-statement:
Guido van Rossum
2006-02-28
1
-3
/
+37
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-1
/
+1
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-14
/
+19
*
SF patch #1397960: When mixing file-iteration and
Thomas Wouters
2006-02-12
1
-2
/
+39
*
strlen() returns a size_t, get rid of 64-bit warning
Neal Norwitz
2006-01-08
1
-1
/
+1
*
Revert r41662 and the part of 41552 that originally caused the problem
Neal Norwitz
2005-12-15
1
-7
/
+0
*
Add a workaround for file.ftell() to raise IOError for ttys.
Hye-Shik Chang
2005-12-13
1
-0
/
+7
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-3
/
+4
*
Disallow opening files with modes 'aU' or 'wU' as specified by PEP
Skip Montanaro
2005-05-20
1
-0
/
+51
*
If close() fails in file_dealloc, then print an error message to
Peter Astrand
2004-11-07
1
-1
/
+8
[next]