COMMITS
/ Python/pythonrun.c November 30, 2007
C
Merged revisions 59226-59233 via svnmerge from
Christian Heimes committed
C
Partial fix for bug #1306
Christian Heimes committed
November 15, 2007
T
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Thomas Heller committed
C
Added some additional checks for sys.std?? is None, see #1440
Christian Heimes committed
November 14, 2007
C
Moved the initalization of the exception before the initialization of sys.
Christian Heimes committed
November 13, 2007
C
Fixed space -> tab
Christian Heimes committed
C
Fix for #1415 pythonw.exe fails because std streams a missing
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 30, 2007
G
Patch 1352 (continued in issue 1329) by Christian Heimes.
Guido van Rossum committed
G
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum committed
October 22, 2007
G
Issue 1267, continued.
Guido van Rossum committed
October 19, 2007
G
Patch 1267 by Christian Heimes.
Guido van Rossum committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
October 10, 2007
G
get rid of some more PyString uses.
Guido van Rossum committed
September 4, 2007
M
Convert code from sys.stdin.encoding to UTF-8 in
Martin v. Löwis committed
August 31, 2007
M
Explicitly convert err->text to Unicode. Fixes #1069.
Martin v. Löwis committed
August 27, 2007
N
Make some internal functions static
Neal Norwitz committed
August 25, 2007
N
Use unicode
Neal Norwitz committed
August 15, 2007
M
Implement PEP 3131. Add isidentifier to str.
Martin v. Löwis committed
August 11, 2007
M
Set sys.stdout.encoding properly.
Martin v. Löwis committed
July 10, 2007
G
Silence compiler warning.
Guido van Rossum committed
July 9, 2007
G
Upon exit, flush stdout and stderr (twice: before and after the code that
Guido van Rossum committed
June 12, 2007
G
Rip out the file object's implementation.
Guido van Rossum committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
March 21, 2007
February 27, 2007
N
SF patch #1669633, add methods for bytes from Pete Shinners.
Neal Norwitz committed
February 26, 2007
N
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz committed
February 9, 2007
G
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 17, 2006
N
_Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer
Neal Norwitz committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
March 7, 2006
G
Address an coverity issue. Coverity was complaining about a line that's fine,
Guido van Rossum committed
March 6, 2006
N
Fix warnings on x86 (32-bit).
Neal Norwitz committed
March 5, 2006
M
Use %Id for size_t-ish things on Win64.
Martin v. Löwis committed
March 4, 2006
N
Use Py_ssize_t for _Py_RefTotal.
Neal Norwitz committed
N
Get rid of run_err_mod(). It was only used in two places.
Neal Norwitz committed
March 2, 2006
B
Fix refleak in PyErr_Display().
Brett Cannon committed
March 1, 2006
M
Reconst parameters that lost their const in the AST merge.
Martin v. Löwis committed
B
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon committed