- 04 Ock, 2018 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Overriding flags to 0 will make the default pattern matching only lower case letters.
-
Berker Peksag yazdı
The comment was added in 3abca127. In d78448e9, it was changed to use PyArg_ParseTuple instead.
-
Serhiy Storchaka yazdı
Addition and subtraction of arbitrary numbers no longer allowed.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 03 Ock, 2018 1 kayıt (commit)
-
-
Brett Cannon yazdı
Otherwise the import team gets flagged for reviews any time the bytecode for importlib.h changes (e.g new bytecode, optimizations, etc.).
-
- 02 Ock, 2018 2 kayıt (commit)
-
-
Emily Morehouse yazdı
Updates documentation for generator expressions in classes tutorial: Clarify usage of ambiguous term "brackets" by replacing with "square brackets". Updated subsequent lines to respect line breaks. (#5079)
-
Serhiy Storchaka yazdı
-
- 01 Ock, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Move other test to more proper place.
-
- 31 Ara, 2017 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
bpo-32468: Better frame repr()
-
Benjamin Peterson yazdı
-
- 30 Ara, 2017 9 kayıt (commit)
-
-
Zachary Ware yazdı
-
Michael Felt yazdı
Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) This patch provides the changes needed for this integration with the OS. On AIX the base function is uuid_create() rather than uuid_generate_time() The AIX uuid_t typedef is more aligned to the UUID field based definition while the Linux typedef that is more aligned with UUID bytes (or perhaps UUID bytes_le) definitions.
-
Yury Selivanov yazdı
-
Barry Warsaw yazdı
Port importlib_resources to importlib.resources
-
Andrew Svetlov yazdı
-
* Add abstract get_loop() method to Server, AbstractServer classes. * Add test cases for get_loop() method in Server, AbstractServer classes * Add documentation for get_loop() method
-
Andrew Svetlov yazdı
-
Serhiy Storchaka yazdı
-
Yury Selivanov yazdı
-
- 29 Ara, 2017 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 28 Ara, 2017 2 kayıt (commit)
- 26 Ara, 2017 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Andrew Svetlov yazdı
* Fix typos * Change warning text * Add test
-
- 25 Ara, 2017 5 kayıt (commit)
-
-
Yury Selivanov yazdı
-
INADA Naoki yazdı
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 24 Ara, 2017 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
INADA Naoki yazdı
_PyUnicode_FromId() may return NULL. Reported by coverity scan: CID 1426868, 1426867.
-
- 23 Ara, 2017 4 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Andrew Svetlov yazdı
-
Yury Selivanov yazdı
-
Andrew Svetlov yazdı
-