- 12 Aug, 2007 1 commit
-
-
Neal Norwitz authored
-
- 11 Aug, 2007 17 commits
-
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Neal Norwitz authored
real files. This code assumed that fileno() would succeed which wasn't the case.
-
Guido van Rossum authored
problems.
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Always set LC_CTYPE on interpreter startup. Add device_encoding function.
-
Martin v. Löwis authored
the underlying storage, and yet provide string keys.
-
Neal Norwitz authored
some cleanup to do on this. Particularly in Python/traceback.c with getting rid of the getattr if possible and Demo/*metaclasses/Enum.py.
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Kurt B. Kaiser authored
of non-existant text widget 'marks', it seems.
-
- 10 Aug, 2007 17 commits
-
-
Guido van Rossum authored
-
Kurt B. Kaiser authored
causes a _tkinter error in py3k.
-
Guido van Rossum authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Guido van Rossum authored
-
Gerhard Häring authored
-
Guido van Rossum authored
a bogus (tuple) value. This should fix the "make install" issue Neal reported.
-
Lars Gustäbel authored
filenames that cannot be represented that way.
-
Walter Dörwald authored
won't go away, as the exception object holds another reference).
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Guido van Rossum authored
-
- 09 Aug, 2007 5 commits
-
-
Guido van Rossum authored
PyString_FromString(). This is arguably more correct, even if it shouldn't matter much (all the input is likely to be ASCII).
-
Guido van Rossum authored
in verbose mode: pre-import the Latin-1 and UTF-8 codecs
-
Guido van Rossum authored
be calling LEAVE_PYTHON twice (once in PythonCmd_Error() and once in PythonCmd() itself). This fix doesn't fix the IDLE problems, but at least makes them more debuggable by getting rid of the segfault. Will backport.
-
Guido van Rossum authored
(a) 'single' shouldn't be DECREF'ed in the cleanup code; (b) the fallback case in makesockaddr() should use y# instead of s# in the format, since the data is bytes, not UTF-8 text.
-
Guido van Rossum authored
was relying on PyString.tp_print but that no longer works. Fortunately it's rarely called; only the gdb 'pyo' command seems affected.
-