- 25 Şub, 2019 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 23 May, 2018 1 kayıt (commit)
-
-
sth yazdı
-
- 16 May, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 09 Nis, 2018 1 kayıt (commit)
-
-
Wolfgang Maier yazdı
When bpo-12015 got resolved by increasing the length of the random string generated by _RandomNameSequence from six to eight characters, the docstring of the class was not adjusted accordingly.
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 19 Nis, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
Revert f50354ad: it introduced a regression in test_threadedtempfile.
-
- 11 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 22 Mar, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26604: * Add a new optional source parameter to _warnings.warn() and warnings.warn() * Modify asyncore, asyncio and _pyio modules to set the source parameter when logging a ResourceWarning warning
-
- 28 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 22 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 07 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
The mkstemp() and mkdtemp() signatures have already been updated, but the higher-level functions still suggest that the default values are forced to text strings. Also merged some paragraphs describing the "suffix" and "prefix" parameters, and pointed out that mktemp() does not support the new changes.
-
- 20 Eki, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
Explain why calling os.open() with os.O_TMPFILE is a safe test to check if O_TMPFILE is supported by the running kernel.
-
- 22 May, 2015 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
parameters and returns bytes in such situations (matching the os module APIs).
-
- 19 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows.
-
- 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.
-
- 22 Mar, 2015 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 20 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
some circunstances while NamedTemporaryFile object was living. This causes failing test_csv. Changed the implementation of NamedTemporaryFile.__iter__ to make tests passed.
-
- 19 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
NamedTemporaryFile instance. Patch by Bohuslav Kabrda.
-
- 26 Eyl, 2014 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 24 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
used in the with statement in generator.
-
- 08 Haz, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 05 Haz, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 25 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
close the file descriptor if io.open() fails
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 27 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
successful when called during nulling out of modules during shutdown. Misleading exception no longer raised when resource warning is emitted during shutdown.
-
- 21 Ara, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called.
-
- 25 Eki, 2013 1 kayıt (commit)
-
-
Tim Golden yazdı
-
- 06 Eyl, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina.
-
- 29 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in docstrings and comments.
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
instead of 6, to reduce the risk of filename collision. The entropy was reduced when uppercase letters were removed from the charset used to generate random characters.
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 23 Şub, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 12 Şub, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
the disk is full. Original patch by Amir Szekely.
-