- 11 Şub, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
Backported from patch by Jeremy Kloth.
-
R David Murray yazdı
Patch by Jeremy Kloth.
-
- 23 Eki, 2012 1 kayıt (commit)
-
-
Petri Lehtinen yazdı
Original patch by Matti Picus.
-
- 26 Eyl, 2012 1 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
- 25 Eyl, 2012 4 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 01 Eyl, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 15 Agu, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 29 Haz, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 28 Haz, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
If messages were only added, a new file is no longer created and renamed over the old file when flush() is called on an mbox, MMDF or Babyl mailbox.
-
Petri Lehtinen yazdı
If messages were only added, a new file is no longer created and renamed over the old file when flush() is called on an mbox, MMDF or Babyl mailbox.
-
- 15 Haz, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 09 Nis, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
Previously mailbox was copying a list of attributes from one message object to another in order to "copy the message data". This means that any time new attributes were added to email.message.Message, mailbox broke. Now instead it copies all attributes from the source object to the target object, skipping any mailbox-object-specific attributes to produce the same clean initial state it was previously getting by copying only the "known" attributes. David Lam assisted in the development of this patch.
-
R David Murray yazdı
-
- 08 Nis, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
- 14 Mar, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
In Python2, if a unicode string was assigned as the value of a header, email would automatically CTE encode it using the UTF8 charset. This capability was lost in the Python3 translation, and this patch restores it. Patch by Ali Ikinci, assisted by R. David Murray. I also added a fix for the mailbox test that was depending (with a comment that it was a bad idea to so depend) on non-ASCII causing message_from_string to raise an error. It now uses support.patch to induce an error during message serialization.
-
- 02 Mar, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 06 Mar, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox uses shutil.rmtree for simpler code.
-
- 20 Ara, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
support multiprocessing.Event.
-
Charles-François Natali yazdı
support multiprocessing.Event.
-
- 19 Ara, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
race condition).
-
Charles-François Natali yazdı
race condition).
-
- 12 Kas, 2011 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
Remove a sleep to fix transient test failures. Use skewfactor of -3 to make it work on systems that have 1 second precision for time.time(). Closes #11999 Refs #13254
-
Petri Lehtinen yazdı
Remove a sleep to fix transient test failures. Use skewfactor of -3 to make it work on systems that have 1 second precision for time.time(). Closes #11999 Refs #13254
-
- 05 Kas, 2011 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
Closes #13254.
-
Petri Lehtinen yazdı
Closes #13254.
-
- 30 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
We don't need to create a temporary buffered binary or text file object just to create an empty file. Replace also os.fdopen(handle).close() by os.close(handle).
-
- 18 Haz, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
This makes them work like the close provided by regular file objects.
-
- 17 Haz, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
All of the other methods in mailbox that create message objects take care to close the file descriptors they use, so it seems to make sense to have __getitem__ do so as well. Patch by Filip Gruszczyński.
-
- 18 Haz, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
This makes them work like the close provided by regular file objects. This patch also backports the close-the-underlying-file code for _ProxyFile objects that was introduced along with context manager support in the 3.x branch.
-
- 07 May, 2011 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
- 25 Mar, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
This patch doesn't quite fix the 'run in a VM with Samba share' timing problem, but it should at least make it better.
-