| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-03-31 | 1 | -10/+30 |
* | Merged revisions 62047 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -5/+2 |
* | Merged revisions 62049,62054 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -8/+102 |
* | Merged revisions 62039-62042 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -6/+13 |
* | Merged revisions 62013-62014 via svnmerge from | Martin v. Löwis | 2008-03-30 | 1 | -1/+1 |
* | Merged revisions 62004 via svnmerge from | Martin v. Löwis | 2008-03-30 | 1 | -2/+253 |
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -8/+0 |
* | Merged revisions 61954,61956-61957 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -0/+1 |
* | Merged revisions 61952-61953 via svnmerge from | Christian Heimes | 2008-03-26 | 2 | -10/+40 |
* | Bug #2301: Don't try decoding the source code into the original | Martin v. Löwis | 2008-03-17 | 2 | -74/+5 |
* | Add missing parameter spotted by Jared Flatow | Neal Norwitz | 2008-03-17 | 1 | -1/+1 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 2 | -2/+1 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
* | 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 |
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -0/+1 |
* | Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config... | Georg Brandl | 2008-01-07 | 1 | -3/+0 |
* | 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 |
* | Fixed a problem found by Bill Janssen on Mac OS X | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
* | Open output files in text mode, after all they are text files. | Guido van Rossum | 2007-11-23 | 1 | -2/+2 |
* | 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 |
* | Fixes for issue 1752184, ensuring type objects are always created | Guido van Rossum | 2007-11-02 | 1 | -1/+1 |
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -1/+2 |
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 2 | -17/+21 |
* | 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 | 2 | -1/+23 |
* | 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 | 2 | -12/+18 |
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 3 | -5/+77 |
* | Cast away const qualifier to silence a compiler warning about it. | Brett Cannon | 2007-09-05 | 1 | -1/+1 |
* | Convert code from sys.stdin.encoding to UTF-8 in | Martin v. Löwis | 2007-09-04 | 3 | -6/+42 |
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -2/+1 |
* | More raise statement normalization. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
* | Fix an outdated URL in a SyntaxError message. | Guido van Rossum | 2007-08-30 | 1 | -1/+1 |
* | Fix issue # 1037 (sort of). | Guido van Rossum | 2007-08-29 | 1 | -2/+8 |
* | Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but | Guido van Rossum | 2007-08-29 | 1 | -1/+2 |
* | Use unicode for AST attributes | Neal Norwitz | 2007-08-25 | 1 | -2/+2 |
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 3 | -21/+0 |
* | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 1 | -3/+26 |
* | Fix refleaks from execfile('file that contains a # coding: line') | Neal Norwitz | 2007-08-12 | 1 | -11/+21 |
* | Fix problem when exec'ing a string with a coding | Neal Norwitz | 2007-08-11 | 1 | -1/+1 |