- 12 Aug, 2007 8 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
I inverted some of the conditionals to reduce indent levels. Hopefully this makes it a little easier to read. This code caused the leak: class FixedOffset(datetime.tzinfo): def tzname(self, dt): return "UTC" datetime.time(12, 47, tzinfo=FixedOffset()).strftime('%Z') This code is very tricky and I'm not positive it works. However, it neither crashes nor leaks.
-
Kurt B. Kaiser authored
2. PyShell: shell isn't working due to encoding issues. Temporarily direct exceptions to the terminal. Also, trap exceptions occurring during write() instead of passing. Checking (2) in temporarily to aid finding the encoding problem in IOBinding.py
-
Neal Norwitz authored
when one test fails and you want to start running from that point onwards.
-
Neal Norwitz authored
Move docs for: long -> int, unichr -> chr, unicode -> str.
-
Neal Norwitz authored
-
Neal Norwitz authored
Also simplify logic a bit in fp_setreadl.
-
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 15 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
-