| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9319: Fix a crash on parsing a Python source code without encoding | Victor Stinner | 2011-04-22 | 1 | -1/+4 |
|
|
* | Issue #10841: don't translate newlines for pgen | Victor Stinner | 2011-01-07 | 1 | -1/+1 |
|
|
* | Issue #10841: set binary mode on files; the parser translates newlines | Victor Stinner | 2011-01-07 | 1 | -0/+7 |
|
|
* | Remove arbitrary string length limits | Victor Stinner | 2011-01-05 | 1 | -1/+1 |
|
|
* | Issue #10778: decoding_fgets() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -6/+11 |
|
|
* | Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file | Victor Stinner | 2010-10-14 | 1 | -6/+9 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1384/+1384 |
|
|
* | Use PyErr_Format() in decoding_fgets() | Victor Stinner | 2010-04-28 | 1 | -3/+1 |
|
|
* | Merged revisions 79725 via svnmerge from | Benjamin Peterson | 2010-04-03 | 1 | -11/+1 |
|
|
* | Merged revisions 79723 via svnmerge from | Benjamin Peterson | 2010-04-03 | 1 | -1/+11 |
|
|
* | Merged revisions 78826 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -5/+12 |
|
|
* | Merged revisions 78603 via svnmerge from | Victor Stinner | 2010-03-03 | 1 | -23/+28 |
|
|
* | Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -12/+11 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -11/+23 |
|
|
* | Merged revisions 76230 via svnmerge from | Benjamin Peterson | 2009-11-13 | 1 | -18/+74 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 1 | -6/+0 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -4/+1 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 1 | -0/+1 |
|
|
* | ignore the coding cookie in compile(), exec(), and eval() if the source is a ... | Benjamin Peterson | 2009-03-02 | 1 | -0/+22 |
|
|
* | Fix an issue in the tokenizer, where a file is opened by fd, but the underlyi... | Kristján Valur Jónsson | 2008-12-18 | 1 | -2/+2 |
|
|
* | Latin-1 source code was not being properly decoded when passed through | Brett Cannon | 2008-10-17 | 1 | -2/+2 |
|
|
* | Issues #2384 and #3975: Tracebacks were not correctly printed when the source... | Amaury Forgeot d'Arc | 2008-10-09 | 1 | -0/+8 |
|
|
* | Follow-up of #3773: In PyTokenizer_FindEncoding, remove the call to PyErr_NoM... | Amaury Forgeot d'Arc | 2008-09-04 | 1 | -2/+0 |
|
|
* | #3773: Check for errors around the use of PyTokenizer_FindEncoding(). | Amaury Forgeot d'Arc | 2008-09-04 | 1 | -1/+4 |
|
|
* | PyTokenizer_FindEncoding() always failed because it set the tokenizer state | Brett Cannon | 2008-09-04 | 1 | -2/+6 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Renamed files bytesobject.[ch] and stringobject.[ch] | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -1/+1 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -8/+0 |
|
|
* | Bug #2301: Don't try decoding the source code into the original | Martin v. Löwis | 2008-03-17 | 1 | -64/+0 |
|
|
* | Merged revisions 60350-60363 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -0/+1 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -2/+13 |
|
|
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 1 | -0/+19 |
|
|
* | More PyImport_ImportModule -> PyImport_ImportModuleNoBlock | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
|
|
* | #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 |
|
|
* | Problem found while converting from PyBytes to PyString: | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -7/+17 |
|
|
* | Cleanup of tokenizer.c. | Guido van Rossum | 2007-11-16 | 1 | -61/+47 |
|
|
* | Correction for issue1134: all source files with a coding spec, except latin-1 | Amaury Forgeot d'Arc | 2007-11-15 | 1 | -14/+29 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -12/+11 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 1 | -16/+20 |
|
|
* | Make sure the malloc'ed string has space for the null byte. | Brett Cannon | 2007-10-21 | 1 | -1/+1 |
|
|
* | Fix PyTokenizer_FindEncoding() for OS X 10.4. Turns out that seeking to the | Brett Cannon | 2007-10-20 | 1 | -4/+11 |
|
|
* | Plug a memory leak where a struct tok_state was not being freed. | Brett Cannon | 2007-10-20 | 1 | -3/+11 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -1/+22 |
|
|
* | Fix another stray PyString reference that should be PyBytes; and its comment. | Guido van Rossum | 2007-10-10 | 1 | -2/+2 |
|
|
* | Fix an issue in PyTokenizer_RestoreEncoding() which was treating a PyBytes | Guido van Rossum | 2007-10-10 | 1 | -5/+10 |
|
|
* | Use an enum for decoding_state. It makes the code a little more | Neil Schemenauer | 2007-09-21 | 1 | -11/+11 |
|
|