- 06 Jan, 2018 1 commit
-
-
Nathaniel J. Smith authored
This module has never been enabled by default, never worked correctly on x86-64, and caused ABI problems that caused C extension compatibility. See bpo-29137 for details/discussion.
-
- 05 Jan, 2018 3 commits
-
-
Michael Felt authored
-
Thomas Moreau authored
Fix deadlocks in :class:`concurrent.futures.ProcessPoolExecutor` when task arguments or results cause pickling or unpickling errors. This should make sure that calls to the :class:`ProcessPoolExecutor` API always eventually return.
-
Benjamin Peterson authored
-
- 04 Jan, 2018 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Overriding flags to 0 will make the default pattern matching only lower case letters.
-
Berker Peksag authored
The comment was added in 3abca127. In d78448e9, it was changed to use PyArg_ParseTuple instead.
-
Serhiy Storchaka authored
Addition and subtraction of arbitrary numbers no longer allowed.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 03 Jan, 2018 1 commit
-
-
Brett Cannon authored
Otherwise the import team gets flagged for reviews any time the bytecode for importlib.h changes (e.g new bytecode, optimizations, etc.).
-
- 02 Jan, 2018 2 commits
-
-
Emily Morehouse authored
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 authored
-
- 01 Jan, 2018 1 commit
-
-
Serhiy Storchaka authored
Move other test to more proper place.
-
- 31 Dec, 2017 2 commits
-
-
Antoine Pitrou authored
bpo-32468: Better frame repr()
-
Benjamin Peterson authored
-
- 30 Dec, 2017 9 commits
-
-
Zachary Ware authored
-
Michael Felt authored
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 authored
-
Barry Warsaw authored
Port importlib_resources to importlib.resources
-
Andrew Svetlov authored
-
* 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 authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
- 29 Dec, 2017 4 commits
-
-
Benjamin Peterson authored
-
Eric V. Smith authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 28 Dec, 2017 2 commits
- 26 Dec, 2017 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Andrew Svetlov authored
* Fix typos * Change warning text * Add test
-
- 25 Dec, 2017 5 commits
-
-
Yury Selivanov authored
-
INADA Naoki authored
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 24 Dec, 2017 1 commit
-
-
Andrew Svetlov authored
-