| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #6368: Fixed unused variable warning on Unix. | Hirokazu Yamamoto | 2009-06-29 | 1 | -0/+2 |
|
|
* | Issue #4856: Remove checks for win NT. | Hirokazu Yamamoto | 2009-06-28 | 1 | -19/+11 |
|
|
* | Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. | Hirokazu Yamamoto | 2009-05-17 | 1 | -1/+1 |
|
|
* | issue 4804: Provide checks for the format string of strftime, and for the "m... | Kristján Valur Jónsson | 2009-02-04 | 1 | -1/+88 |
|
|
* | #4764 set IOError.filename when trying to open a directory on POSIX platforms | Benjamin Peterson | 2008-12-29 | 1 | -2/+2 |
|
|
* | #3965: on Windows, open() crashes if the filename or the mode is invalid, | Amaury Forgeot d'Arc | 2008-09-25 | 1 | -4/+11 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -2/+16 |
|
|
* | More reverting of r63675 per the mailing list discussions. This restores | Gregory P. Smith | 2008-06-10 | 1 | -3/+3 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -54/+54 |
|
|
* | New environment variable PYTHONIOENCODING. | Martin v. Löwis | 2008-06-01 | 1 | -3/+32 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -56/+56 |
|
|
* | #2353: raise Py3k warning in file.xreadlines(). | Georg Brandl | 2008-05-17 | 1 | -3/+12 |
|
|
* | A little reformating of Py3k warnings | Benjamin Peterson | 2008-04-27 | 1 | -2/+3 |
|
|
* | Use PyErr_WarnPy3k throughout | Benjamin Peterson | 2008-04-27 | 1 | -6/+2 |
|
|
* | Make file objects as thread safe as the underlying libc FILE* implementation. | Gregory P. Smith | 2008-04-06 | 1 | -81/+164 |
|
|
* | #2348: add py3k warning for file.softspace. | Georg Brandl | 2008-03-21 | 1 | -2/+34 |
|
|
* | Remove all traces of HAVE_STRERROR. | Brett Cannon | 2008-03-18 | 1 | -8/+0 |
|
|
* | Fix the IOError message text when opening a file with an invalid filename. | Gregory P. Smith | 2008-03-18 | 1 | -2/+5 |
|
|
* | #2067: file.__exit__() now calls subclasses' close() method. | Georg Brandl | 2008-02-23 | 1 | -2/+2 |
|
|
* | static PyObject* variables should use PyString_InternFromString() instead of ... | Christian Heimes | 2008-01-28 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Note that open() is the preferred way to open files (issue 1510). | Skip Montanaro | 2007-12-08 | 1 | -1/+2 |
|
|
* | Patch # 188 by Philip Jenvey. | Guido van Rossum | 2007-09-22 | 1 | -0/+1 |
|
|
* | Add a bunch of GIL release/acquire points in tp_print implementations and for | Brett Cannon | 2007-09-17 | 1 | -0/+2 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
|
|
* | Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode()... | Kristján Valur Jónsson | 2007-04-26 | 1 | -8/+7 |
|
|
* | SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize | Thomas Wouters | 2007-01-23 | 1 | -0/+2 |
|
|
* | Bug #1067760: Deprecate passing floats to file.seek. | Martin v. Löwis | 2006-11-12 | 1 | -4/+17 |
|
|
* | Forward-port of r52136,52138: a review of overflow-detecting code. | Armin Rigo | 2006-10-04 | 1 | -2/+6 |
|
|
* | Make sure memory is properly cleaned up in file_init. | Brett Cannon | 2006-08-31 | 1 | -1/+1 |
|
|
* | Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev | Neal Norwitz | 2006-08-21 | 1 | -1/+1 |
|
|
* | Stop INCREFing name, then checking if it's NULL. name (f_name) should never | Neal Norwitz | 2006-07-17 | 1 | -3/+6 |
|
|
* | Handle a NULL name properly. | Neal Norwitz | 2006-07-16 | 1 | -3/+3 |
|
|
* | Fix build problems with the platform SDK on windows. It is not sufficient to... | Kristján Valur Jónsson | 2006-07-03 | 1 | -1/+1 |
|
|
* | Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR... | Kristján Valur Jónsson | 2006-06-12 | 1 | -1/+3 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -2/+2 |
|
|
* | Bug #1502805: don't alias file.__exit__ to file.close since the | Georg Brandl | 2006-06-08 | 1 | -1/+18 |
|
|
* | Bug #1462152: file() now checks more thoroughly for invalid mode | Georg Brandl | 2006-05-18 | 1 | -35/+48 |
|
|
* | Get rid of __context__, per the latest changes to PEP 343 and python-dev | Guido van Rossum | 2006-05-02 | 1 | -5/+0 |
|
|
* | SF #1479181: split open() and file() from being aliases for each other. | Neal Norwitz | 2006-05-02 | 1 | -4/+0 |
|
|
* | Replace INT_MAX with PY_SSIZE_T_MAX where string length | Martin v. Löwis | 2006-04-13 | 1 | -4/+4 |
|
|
* | spread the extern "C" { } magic pixie dust around. Python itself builds now | Anthony Baxter | 2006-04-13 | 1 | -0/+9 |
|
|
* | More C++-compliance. Note especially listobject.c - to get C++ to accept the | Anthony Baxter | 2006-04-11 | 1 | -5/+6 |
|
|
* | Bug #1177964: make file iterator raise MemoryError on too big files | Georg Brandl | 2006-03-31 | 1 | -1/+2 |
|
|
* | Remove unnecessary casts in type object initializers. | Georg Brandl | 2006-03-30 | 1 | -1/+1 |
|
|
* | 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 |
|
|