- 17 Eyl, 2018 14 kayıt (commit)
-
-
Victor Stinner yazdı
_PyCoreConfig: * Rename coerce_c_locale to _coerce_c_locale * Rename coerce_c_locale_warn to _coerce_c_locale_warn These fields are now private (name prefixed by "_").
-
Yury Selivanov yazdı
-
Steve Dower yazdı
-
Victor Stinner yazdı
The test tries to fill the receiver's socket buffer and expects an error. But the RDS protocol doesn't require that. Moreover, the Linux implementation of RDS expects that the producer of the messages reduces its rate, it's not the role of the receiver to trigger an error. The test fails on Fedora 28 by design, so remove it.
-
Victor Stinner yazdı
This reverts commit afde1c1a.
-
Yury Selivanov yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
Also convert os.get_blocking() and os.set_blocking().
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Alexandru Ardelean yazdı
Include ``openssl/dh.h`` header file to fix implicit function declaration of ``DH_free()``. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
Two major changes: - Move case statements out of the TARGET macro. - Move PREDICT macro invocations after the case label.
-
- 16 Eyl, 2018 2 kayıt (commit)
-
-
Bumsik Kim yazdı
-
Vladimir Matveev yazdı
-
- 15 Eyl, 2018 3 kayıt (commit)
-
-
Monson Shao yazdı
-
Michael Felt yazdı
* Modify DEFAULT_CONFIG for AIX * bedevere/news did not like old name * Modify NEWS entry * Modified per peer review * Define and use NULL_STR constant to account for AIX libc behavior * Modify per peer review * Modify NEWS
-
Ezio Melotti yazdı
-
- 14 Eyl, 2018 21 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Benjamin Peterson yazdı
Assume tzname exists. Only use a hack to compute altzone if it's not defined.
-
Eitan Adler yazdı
-
Pablo Galindo yazdı
* Skip posix_spawn scheduler tests on BSD. We were already skyping similar tests as the behaviour can depend on the implementation in some cases.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Grant yazdı
-
Eric Snow yazdı
When os.fork() is called (on platforms that support it) all threads but the current one are destroyed in the child process. Consequently we must ensure that all but the associated interpreter are likewise destroyed. The main interpreter is critical for runtime operation, so we must ensure that fork only happens in the main interpreter. https://bugs.python.org/issue34651
-
Yury Selivanov yazdı
* bpo-33649: Refresh Tasks and Futures pages * Fixes * Fix markup
-
Tony Flury yazdı
Co-authored-by: Benjamin Peterson <benjamin@python.org>
-
Benjamin Peterson yazdı
-
Andrés Delfino yazdı
-
Carol Willing yazdı
* small clarification * edits to protocols doc * Edit async queue doc
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Eric V. Smith yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Lisa Roach yazdı
-
觉 yazdı
-