493 Commits (ad14ccd047022d09f486d2359a342ffc5e676e5a)

Author SHA1 Message Date
Kurt B. Kaiser 43b15097cc Interpreter wasn't displaying the location of a SyntaxError 18 years ago
Guido van Rossum 6c193fa09d Solve issue 1400 at least in part -- whenever we run Python code, at the end 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
Georg Brandl 1a3284ed69 #1535: rename __builtin__ module to builtins. 18 years ago
Christian Heimes 7d2ff884ee Merged revisions 59226-59233 via svnmerge from 18 years ago
Christian Heimes c896700235 Partial fix for bug #1306 18 years ago
Amaury Forgeot d'Arc 025c347d61 Issue #1402: PyInterpreterState_Clear() may still invoke user code 18 years ago
Thomas Heller 519a042c7c Replace PyObject_Unicode with PyObject_Str everywhere, and remove the 18 years ago
Christian Heimes 2be03734f8 Added some additional checks for sys.std?? is None, see #1440 18 years ago
Christian Heimes 9a68f8c304 Moved the initalization of the exception before the initialization of sys. 18 years ago
Christian Heimes db23308c71 Fixed space -> tab 18 years ago
Christian Heimes 58cb1b8b0e Fix for #1415 pythonw.exe fails because std streams a missing 18 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 18 years ago
Guido van Rossum 826d8973ac Patch 1352 (continued in issue 1329) by Christian Heimes. 18 years ago
Guido van Rossum 2dced8b602 Patch 1329 (partial) by Christian Heimes. 18 years ago
Guido van Rossum 40d20bcf1f Issue 1267, continued. 18 years ago
Guido van Rossum ce3a72aec6 Patch 1267 by Christian Heimes. 18 years ago
Guido van Rossum 00bc0e0a2d Patch #1272, by Christian Heimes and Alexandre Vassalotti. 18 years ago
Guido van Rossum c5724deb1a get rid of some more PyString uses. 19 years ago
Martin v. Löwis 85bcc66bb4 Convert code from sys.stdin.encoding to UTF-8 in 19 years ago
Martin v. Löwis 5deb2101df Explicitly convert err->text to Unicode. Fixes #1069. 19 years ago
Neal Norwitz 2bad970293 Make some internal functions static 19 years ago
Neal Norwitz a369c5aba6 Use unicode 19 years ago
Martin v. Löwis 47383403a0 Implement PEP 3131. Add isidentifier to str. 19 years ago
Martin v. Löwis d1cd4d4176 Set sys.stdout.encoding properly. 19 years ago
Guido van Rossum 1bd2122041 Silence compiler warning. 19 years ago
Guido van Rossum e8432ac42f Upon exit, flush stdout and stderr (twice: before and after the code that 19 years ago
Guido van Rossum da5b8f2d28 Rip out the file object's implementation. 19 years ago
Martin v. Löwis 5b222135f8 Make identifiers str (not str8) objects throughout. 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Kristján Valur Jónsson 00b0a9e5b2 Undefine the Yield macro after including Python_ast.h where it may cause conflicts with winbase.h on Windows. 19 years ago
Guido van Rossum 572dbf8f13 Checkpoint. Manipulated things so that string literals are always 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Kristján Valur Jónsson 67387fb4aa Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typecast to get a 64 bit integer, and undefined the Yield macro that conflicts with winbase.h 19 years ago
Collin Winter 670e692134 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. 19 years ago
Collin Winter e19d7a3c0a Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. 19 years ago
Collin Winter 276887b16d Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. 19 years ago
Georg Brandl 7b9c555520 Bug #1678647: write a newline after printing an exception in any 19 years ago
Georg Brandl aa2321b0f8 Patch #703779: unset __file__ in __main__ after running a file. This 19 years ago
Georg Brandl 49aafc9f2c Variant of patch #697613: don't exit the interpreter on a SystemExit 19 years ago
Georg Brandl 098cd69ff9 Bug #1674503: close the file opened by execfile() in an error condition. 19 years ago
Georg Brandl 15e138a0dc Bug #1674503: close the file opened by execfile() in an error condition. 19 years ago
Neal Norwitz 6968b056ef SF patch #1669633, add methods for bytes from Pete Shinners. 19 years ago
Neal Norwitz 2633c69fae Remove the exceptions builtin module, all the exceptions are already builtin. 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
Thomas Wouters e471317a08 Backport trunk revision 53527: 19 years ago
Thomas Wouters afea529088 SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize 19 years ago
Guido van Rossum ddefaf31b3 Merged the int/long unification branch, by very crude means (sorry Thomas!). 19 years ago