- 02 Jun, 2019 6 commits
-
-
Pablo Galindo authored
-
Andrew Svetlov authored
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Anthony Sottile authored
-
- 01 Jun, 2019 28 commits
-
-
Raymond Hettinger authored
-
Eric Snow authored
-
Marco Buttu authored
-
Zackery Spytz authored
bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf().
-
Serhiy Storchaka authored
-
Cheryl Sabella authored
Insertion in line order makes sorting keys by line order unneeded.
-
Sergey Fedoseev authored
-
Pablo Galindo authored
-
Pablo Galindo authored
-
Stefan Behnel authored
-
Evan authored
-
Serhiy Storchaka authored
* Fixed some bugs. * Added support for index-likes objects. * Improved error messages. * Cleaned up and optimized the code. * Added more tests.
-
Francisco Couzo authored
-
Pablo Galindo authored
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
-
Anthony Shaw authored
-
Stéphane Wirtel authored
-
Mark Dickinson authored
-
Bar Harel authored
Fixed QueueListener in order to avoid random deadlocks. Unable to add regression tests atm due to time constraints, will add it in a bit. Regarding implementation, although it's nested, it does not cause performance issues whatsoever, and does not call task_done() in case of an exception (which is the right thing to do IMHO). https://bugs.python.org/issue36813
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Yash Aggarwal authored
-
Windson yang authored
-
Mario Corchero authored
Adds a new option in trace that allows tracing runnable modules. It is exposed as `--module module_name` as `-m` is already in use for another argument.
-
Rob Day authored
-
Tim Hoffmann authored
-
-
Tim Peters authored
This adds a vector of "search fingers" so that usable_arenas can be kept in sorted order (by number of free pools) via constant-time operations instead of linear search. This should reduce worst-case time for reclaiming a great many objects from O(A**2) to O(A), where A is the number of arenas. See bpo-37029.
-
Zackery Spytz authored
-
- 31 May, 2019 6 commits
-
-
Emmanuel Arias authored
* Add deprecated-remove information on stream doc According to the code on streams.py the functions: ``open_connection()``, ``start_server()``, ``open_unix_connection()``, ``start_unix_server()`` are deprecated. I infor that on documentation.
-
Cheryl Sabella authored
-
Ammar Askar authored
-
Pablo Galindo authored
-
Pablo Galindo authored
-
Zackery Spytz authored
msilib.Directory.start_component() was passing an extra argument to CAB.gen_id().
-