- 19 Eki, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
This allows *from_* to be successfully set to a non-default value when calling mbox.get_string.
-
- 05 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This hides unwanted implementation details from tracebacks.
-
- 12 Ara, 2016 1 kayıt (commit)
-
-
Xavier de Gaye yazdı
-
- 06 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 17 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
- 23 Kas, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 09 Kas, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Agu, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in the mailbox module. This is partial rollback of changeset f340cb045bf9.
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
- 18 Eyl, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
This avoids race conditions when other programs are monitoring the maildir directory. Patch by janzert.
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 12 Şub, 2013 2 kayıt (commit)
-
-
Giampaolo Rodola yazdı
modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.)
-
Giampaolo Rodola yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 05 Eki, 2012 2 kayıt (commit)
- 01 Eki, 2012 1 kayıt (commit)
-
-
Philip Jenvey yazdı
-
- 25 Eyl, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 16 Agu, 2012 1 kayıt (commit)
-
-
Petri Lehtinen yazdı
When adding a message from a binary file, \r\n was translated to \r\r\n in the message body.
-
- 15 Agu, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 29 Haz, 2012 4 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
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 1 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.
-
- 05 Kas, 2011 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
Closes #13254.
-
Petri Lehtinen yazdı
Closes #13254.
-
- 17 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
encoding, to read and write MH mailboxes (.mh_sequences files).
-
- 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.
-