- 24 Nis, 2006 10 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
'context specifier' in a few places
-
Thomas Wouters yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Fix broken contextlib test from last checkin (I'd've sworn I tested that before checking it in. . .)
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Tim Peters yazdı
requiring both expected output and an exception. I'll backport to 2.4 next.
-
- 23 Nis, 2006 18 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Tim Peters yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Take 2 on mentioning the with statement, this time without inadvertently killing the Unicode examples
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Gerhard Häring yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Add a Context Types section to parallel the Iterator Types section (uses the same terminology as the 2.5a1 implementation)
-
Ronald Oussoren yazdı
This patch checks if poll is broken when the select module is loaded instead of doing so at configure-time. This functionality is only active on Mac OS X.
-
Ronald Oussoren yazdı
This patch causes several symbols in the socket and posix module to be weakly linked on OSX and disables usage of ftime on OSX. These changes make it possible to use a binary build on OSX 10.4 on a 10.3 system.
-
George Yoshida yazdı
-
Greg Ward yazdı
-
- 22 Nis, 2006 12 kayıt (commit)
-
-
Hye-Shik Chang yazdı
anymore.
-
George Yoshida yazdı
- make arbitrary arguments come last
-
Martin v. Löwis yazdı
-
George Yoshida yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
the 2005 Summer of Code). The revision adds a number of new mailbox classes that support adding and removing messages; these classes also support mailbox locking and default to using email.Message instead of rfc822.Message. The old mailbox classes are largely left alone for backward compatibility. The exception is the Maildir class, which was present in the old module and now inherits from the new classes. The Maildir class's interface is pretty simple, though, so I think it'll be compatible with existing code. (The change to the NEWS file also adds a missing word to a different news item, which unfortunately required rewrapping the line.)
-
Andrew M. Kuchling yazdı
compatibility classes in the new mailbox.py that I'll be committing in a few minutes. One change has been made: the tests use len(mbox) instead of len(mbox.boxes). The 'boxes' attribute was never documented and contains some internal state that seems unlikely to have been useful.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-