- 12 Agu, 2007 12 kayıt (commit)
-
-
Barry Warsaw yazdı
modules have unittests AFAICT, and I'm not improving things here, but these changes make a bunch of email package tests succeed, and command line testing against real files seems to make things better. Added an __main__ section to imghdr.py so that it can be run from the command line similarly to sndhdr.py. Someone else can figure out a better -m way of doing this. In sndhdr.py do a couple of very minor cleanups, and use a with statement to not wait for gc to close the file.
-
Skip Montanaro yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
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 yazdı
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 yazdı
when one test fails and you want to start running from that point onwards.
-
Neal Norwitz yazdı
Move docs for: long -> int, unichr -> chr, unicode -> str.
-
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 11 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).
-