- 07 May, 2019 6 kayıt (commit)
-
-
Julien Palard yazdı
-
Edison A yazdı
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147)
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
Python 3.8.0a4
-
Rémi Lapeyre yazdı
unittest.mock.mock_open() results now respects the argument of read([size]) Co-Authored-By:
remilapeyre <remi.lapeyre@henki.fr>
-
Andrew Svetlov yazdı
-
- 06 May, 2019 17 kayıt (commit)
-
-
Gregory P. Smith yazdı
Modern Linux distros such as Debian Buster have default OpenSSL system configurations that reject connections to servers with weak certificates by default. This causes our test suite run with external networking resources enabled to skip these tests when they encounter such a failure. Fixing the network servers is a separate issue.
-
Toshio Kuratomi yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Classes that define __str__ the same as __repr__ can just inherit it from object.
-
penguindustin yazdı
-
Sebastian Koslowski yazdı
-
Stéphane Wirtel yazdı
-
Patrick Mühlbauer yazdı
-
Łukasz Langa yazdı
-
Brett Cannon yazdı
-
Zackery Spytz yazdı
In addition, fix some other minor violations of C99.
-
Logan Jones yazdı
-
Andre Delfino yazdı
-
Daniel Hahler yazdı
* Doc/c-api/exceptions.rst: fix grammar skip issue skip news * Use ", in that case" Co-Authored-By:
blueyed <github@thequod.de>
-
Stefan Behnel yazdı
-
Eddie Elizondo yazdı
-
Cheryl Sabella yazdı
-
- 05 May, 2019 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
twisteroid ambassador yazdı
Added two keyword arguments, `delay` and `interleave`, to `BaseEventLoop.create_connection`. Happy eyeballs is activated if `delay` is specified. We now have documentation for the new arguments. `staggered_race()` is in its own module, but not exported to the main asyncio package. https://bugs.python.org/issue33530
-
Inada Naoki yazdı
_osx_support and copyreg are not imported from site on macOS for now.
-
- 04 May, 2019 4 kayıt (commit)
-
-
Jonatan yazdı
-
Catherine Alvarado yazdı
-
Victor Stinner yazdı
-
Joannah Nanjekye yazdı
-
- 03 May, 2019 10 kayıt (commit)
-
-
Rémi Lapeyre yazdı
-
Stefan Behnel yazdı
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997)
-
Andre Delfino yazdı
-
Zackery Spytz yazdı
-
Alexander Vasin yazdı
Given example does not run, loop variable is missing. Secondly, this is bad example how to handle shutdown signal, because it would cause `RuntimeError: Event loop stopped before Future completed.` Perhaps it would be better to cancel all tasks instead of closing loop directly? Did not create issue, because question is quite simple.
-
gescheit yazdı
Call remove_done_callback() in finally block. https://bugs.python.org/issue36613
-
xdegaye yazdı
Those tests may fail with PermissionError. https://bugs.python.org/issue36341
-
Andre Delfino yazdı
-
Andre Delfino yazdı
Prefer the full wording instead, as it is more meaningful for someone not familiar with the terms. Also, LFS/RHS is not used anywhere else in the documentation, while left/right-hand side mentions are common.
-
-