254 Commits (fe8440aec00af5bc2e995aaad205efa2e693a364)

Author SHA1 Message Date
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 15 years ago
Martin v. Löwis 1ee1b6fe0d Use identifier API for PyObject_GetAttrString. 15 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Brett Cannon b94767ff44 Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
Victor Stinner dc5554008f Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows 15 years ago
Victor Stinner 3603cc5fdb Issue #9425: PyFile_FromFd() ignores the name argument 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Victor Stinner 0964ee1cf5 PyFile_FromFd() uses PyUnicode_DecodeFSDefault() instead of 16 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Martin v. Löwis ff649b41e8 Make stdprinter_write static. 18 years ago
Christian Heimes 72b710a596 Renamed PyString to PyBytes 18 years ago
Guido van Rossum e7fc50f2d0 Add an errors parameter to open() and TextIOWrapper() to specify error handling. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Christian Heimes 58cb1b8b0e Fix for #1415 pythonw.exe fails because std streams a missing 18 years ago
Christian Heimes 1607278c26 Let's do as Guido says and return None instead of -1 18 years ago
Christian Heimes af935e3bc4 Stop Python code from instantiating a new stdprinter with sys.stderr.__class__() 18 years ago
Christian Heimes e018b305f6 Bug #1415 18 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 19 years ago
Guido van Rossum c6ecfcd876 Minor correction to the stdprinter object. 19 years ago
Guido van Rossum 826d8973ac Patch 1352 (continued in issue 1329) by Christian Heimes. 19 years ago
Guido van Rossum 2dced8b602 Patch 1329 (partial) by Christian Heimes. 19 years ago
Georg Brandl b6538a86ba Remove redundant PyInt/PyLong checks. 19 years ago
Guido van Rossum 40d20bcf1f Issue 1267, continued. 19 years ago
Guido van Rossum ce3a72aec6 Patch 1267 by Christian Heimes. 19 years ago
Guido van Rossum e518bf3c49 PyFile_WriteObject() should use PyObject_Repr(), not _ReprStr8(). 19 years ago
Neal Norwitz 016880229a Kill execfile(), use exec() instead 19 years ago
Guido van Rossum 11019804f6 In PyFile_WriteString(), call PyUnicode_FromString() instead of 19 years ago
Guido van Rossum 55b4a7b6dc Make test_descr.py pass. Had to disable a few tests, remove references 19 years ago
Guido van Rossum da5b8f2d28 Rip out the file object's implementation. 19 years ago
Guido van Rossum 5397039504 Minimal changes to make the "freeze" tool work again. 19 years ago
Guido van Rossum 6f376c4031 Enable new I/O. Disable creation of old files. 19 years ago
Walter Dörwald 1ab8330827 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 19 years ago
Guido van Rossum a8add0ec5e Merged revisions 55270-55324 via svnmerge from 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Guido van Rossum 79139b247b Kill off softspace completely (except in formatter.py which seems to have 19 years ago
Thomas Wouters b213704f3c Merged revisions 53451-53537 via svnmerge from 19 years ago
Guido van Rossum ddefaf31b3 Merged the int/long unification branch, by very crude means (sorry Thomas!). 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Guido van Rossum 3cf5b1eef9 Get rid of most of the flags (in tp_flags) that keep track of various 20 years ago
Thomas Wouters 73e5a5b65d Merge the rest of the trunk. 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Guido van Rossum d624f18a21 Added much functionality to the bytes type. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Neal Norwitz 7096760b25 Get rid of xreadlines() (methods). 20 years ago
Guido van Rossum f669436189 Um, I thought I'd already checked this in. 20 years ago
Guido van Rossum 1a5e21e033 Updates to the with-statement: 20 years ago