431 Commits (91c0274bc441edf07f8923009244bd068e9368d9)

Author SHA1 Message Date
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. 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
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
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
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
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
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Neal Norwitz 712ce45415 _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer 20 years ago
Guido van Rossum 45aecf451a Checkpoint. 218 tests are okay; 53 are failing. Done so far: 20 years ago
Guido van Rossum 9d7855076a Address an coverity issue. Coverity was complaining about a line that's fine, 20 years ago
Neal Norwitz f2e0c45492 Fix warnings on x86 (32-bit). 20 years ago
Martin v. Löwis 99b93c2824 Use %Id for size_t-ish things on Win64. 20 years ago
Neal Norwitz 4281cef205 Use Py_ssize_t for _Py_RefTotal. 20 years ago
Neal Norwitz 9589ee276a Tabify 20 years ago
Neal Norwitz e92fba0a12 Get rid of run_err_mod(). It was only used in two places. 20 years ago
Brett Cannon 2e63b73a2c Fix refleak in PyErr_Display(). 20 years ago
Martin v. Löwis 056a69cba6 Reconst parameters that lost their const in the AST merge. 20 years ago
Brett Cannon bf36409e2a PEP 352 implementation. Creates a new base class, BaseException, which has an 20 years ago
Thomas Wouters 34aa7ba114 from __future__ import with_statement addon for 'with', mostly written by 20 years ago
Martin v. Löwis 2b366e41c3 Check whether there are flags. 20 years ago
Martin v. Löwis bd260da900 Generate code to recursively copy an AST into 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago