| Commit message (Expand) | Author | Age | Files | Lines |
* | (Merge 3.4) Issue #25182: Fix compilation on Windows | Victor Stinner | 2015-09-30 | 1 | -3/+6 |
|\ |
|
| * | Issue #25182: Fix compilation on Windows | Victor Stinner | 2015-09-30 | 1 | -3/+6 |
|
|
* | | Issue #25182: The stdprinter (used as sys.stderr before the io module is | Serhiy Storchaka | 2015-09-30 | 1 | -4/+21 |
|\ \
| |/ |
|
| * | Issue #25182: The stdprinter (used as sys.stderr before the io module is | Serhiy Storchaka | 2015-09-30 | 1 | -6/+22 |
|
|
* | | stdprinter_write(): mention the encoding | Victor Stinner | 2015-03-24 | 1 | -3/+4 |
|
|
* | | Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle | Victor Stinner | 2015-03-19 | 1 | -17/+6 |
|/ |
|
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -2/+2 |
|
|
* | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -2/+2 |
|\ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -2/+2 |
|
|
| * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -2/+2 |
| |\ |
|
| | * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -2/+2 |
|
|
* | | | If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. | Victor Stinner | 2013-06-24 | 1 | -1/+1 |
|
|
* | | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-14 | 1 | -2/+2 |
|/ / |
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -4/+4 |
|
|
* | | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 | 1 | -3/+7 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -1/+2 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -11/+6 |
|
|
* | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -2/+2 |
|/ |
|
* | Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows | Victor Stinner | 2011-01-04 | 1 | -2/+8 |
|
|
* | Issue #9425: PyFile_FromFd() ignores the name argument | Victor Stinner | 2010-08-13 | 1 | -11/+3 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -372/+372 |
|
|
* | PyFile_FromFd() uses PyUnicode_DecodeFSDefault() instead of | Victor Stinner | 2010-04-30 | 1 | -1/+1 |
|
|
* | 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 |
|
|