583 Commits (793cb85437299a3da3d74fe65480d720af330cbb)

Author SHA1 Message Date
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. 18 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
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Neal Norwitz ca460d9722 with and as are now keywords. There are some generated files I can't recreate. 20 years ago
Neal Norwitz bebdc9e52c Backport 51443: 20 years ago
Neal Norwitz 0c6ae5bad4 Handle a few more error conditions. 20 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Neal Norwitz 0f7dbf731a PyModule_GetDict() can fail, produce fatal errors if this happens on startup. 20 years ago
Neal Norwitz 421c1319ad Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed 20 years ago
Neal Norwitz 6b4953fd3d Check returned pointer is valid. 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Neal Norwitz b59d08c2fb Fix more memory allocation issues found with failmalloc. 20 years ago
Neal Norwitz d12bd012a6 Handle more memory allocation failures without crashing. 20 years ago
Neal Norwitz a5e4f22bfb Reported by Klocwork #151. 20 years ago
Martin v. Löwis 0e8bd7e1cc Patch #1495999: Part two of Windows CE changes. 20 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago