- 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.
-
- 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.
-
- 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ı
-
- 03 Mar, 2011 3 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88730 | r.david.murray | 2011-03-03 13:03:36 -0500 (Thu, 03 Mar 2011) | 2 lines #11306: Treat EROFS like EACCES when making a 'file is read-only' decision ........
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88730 | r.david.murray | 2011-03-03 13:03:36 -0500 (Thu, 03 Mar 2011) | 2 lines #11306: Treat EROFS like EACCES when making a 'file is read-only' decision ........
-
R. David Murray yazdı
-
- 12 Şub, 2011 1 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88407 | r.david.murray | 2011-02-11 19:03:31 -0500 (Fri, 11 Feb 2011) | 2 lines Fix #11116 fix on Windows (close file before removing in MH code) ........
-