- 12 Agu, 2007 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Also simplify logic a bit in fp_setreadl.
-
Neal Norwitz yazdı
-
- 11 Agu, 2007 17 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
real files. This code assumed that fileno() would succeed which wasn't the case.
-
Guido van Rossum yazdı
problems.
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Always set LC_CTYPE on interpreter startup. Add device_encoding function.
-
Martin v. Löwis yazdı
the underlying storage, and yet provide string keys.
-
Neal Norwitz yazdı
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 yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Kurt B. Kaiser yazdı
of non-existant text widget 'marks', it seems.
-
- 10 Agu, 2007 17 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Kurt B. Kaiser yazdı
causes a _tkinter error in py3k.
-
Guido van Rossum yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
-
Gerhard Häring yazdı
-
Guido van Rossum yazdı
a bogus (tuple) value. This should fix the "make install" issue Neal reported.
-
Lars Gustäbel yazdı
filenames that cannot be represented that way.
-
Walter Dörwald yazdı
won't go away, as the exception object holds another reference).
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Guido van Rossum yazdı
-
- 09 Agu, 2007 3 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
in verbose mode: pre-import the Latin-1 and UTF-8 codecs
-
Guido van Rossum yazdı
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.
-