| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python... | Trent Nelson | 2008-03-19 | 1 | -3/+17 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -2/+8 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -0/+1 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -0/+3 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -0/+3 |
|
|
* | Interpreter wasn't displaying the location of a SyntaxError | Kurt B. Kaiser | 2008-01-05 | 1 | -1/+1 |
|
|
* | Solve issue 1400 at least in part -- whenever we run Python code, at the end | Guido van Rossum | 2007-12-05 | 1 | -0/+24 |
|
|
* | Add an errors parameter to open() and TextIOWrapper() to specify error handling. | Guido van Rossum | 2007-12-03 | 1 | -3/+3 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -4/+4 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -8/+8 |
|
|
* | Merged revisions 59226-59233 via svnmerge from | Christian Heimes | 2007-11-30 | 1 | -5/+5 |
|
|
* | Partial fix for bug #1306 | Christian Heimes | 2007-11-30 | 1 | -0/+6 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -4/+4 |
|
|
* | Added some additional checks for sys.std?? is None, see #1440 | Christian Heimes | 2007-11-15 | 1 | -4/+9 |
|
|
* | Moved the initalization of the exception before the initialization of sys. | Christian Heimes | 2007-11-14 | 1 | -3/+3 |
|
|
* | Fixed space -> tab | Christian Heimes | 2007-11-13 | 1 | -3/+3 |
|
|
* | Fix for #1415 pythonw.exe fails because std streams a missing | Christian Heimes | 2007-11-13 | 1 | -12/+49 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -4/+28 |
|
|
* | Patch 1352 (continued in issue 1329) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -1/+8 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -4/+4 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 1 | -3/+3 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -2/+84 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -1/+2 |
|
|
* | get rid of some more PyString uses. | Guido van Rossum | 2007-10-10 | 1 | -15/+19 |
|
|
* | Convert code from sys.stdin.encoding to UTF-8 in | Martin v. Löwis | 2007-09-04 | 1 | -7/+22 |
|
|
* | Explicitly convert err->text to Unicode. Fixes #1069. | Martin v. Löwis | 2007-08-31 | 1 | -3/+12 |
|
|
* | Make some internal functions static | Neal Norwitz | 2007-08-27 | 1 | -1/+1 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -2/+2 |
|
|
* | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 1 | -0/+4 |
|
|
* | Set sys.stdout.encoding properly. | Martin v. Löwis | 2007-08-11 | 1 | -5/+7 |
|
|
* | Silence compiler warning. | Guido van Rossum | 2007-07-10 | 1 | -1/+1 |
|
|
* | Upon exit, flush stdout and stderr (twice: before and after the code that | Guido van Rossum | 2007-07-09 | 1 | -0/+32 |
|
|
* | Rip out the file object's implementation. | Guido van Rossum | 2007-06-12 | 1 | -34/+0 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -0/+2 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -6/+2 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -1/+0 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -7/+26 |
|
|
* | Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also... | Collin Winter | 2007-03-21 | 1 | -23/+19 |
|
|
* | SF patch #1669633, add methods for bytes from Pete Shinners. | Neal Norwitz | 2007-02-27 | 1 | -0/+4 |
|
|
* | Remove the exceptions builtin module, all the exceptions are already builtin. | Neal Norwitz | 2007-02-26 | 1 | -2/+1 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -15/+0 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -3/+6 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -3/+5 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+14 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+4 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -8/+41 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -13/+15 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -4/+8 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -16/+131 |
|
|
* | _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer | Neal Norwitz | 2006-03-17 | 1 | -4/+0 |
|
|