- 02 Haz, 2019 10 kayıt (commit)
-
-
Pablo Galindo yazdı
-
Pablo Galindo yazdı
-
Cheryl Sabella yazdı
Changes in bpo- 31858 made the less informative 'context_use_ps1' redundant.
-
Tim Hoffmann yazdı
-
Pablo Galindo yazdı
-
Andrew Svetlov yazdı
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)
-
Mark Dickinson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Anthony Sottile yazdı
-
- 01 Haz, 2019 28 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Eric Snow yazdı
-
Marco Buttu yazdı
-
Zackery Spytz yazdı
bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf().
-
Serhiy Storchaka yazdı
-
Cheryl Sabella yazdı
Insertion in line order makes sorting keys by line order unneeded.
-
Sergey Fedoseev yazdı
-
Pablo Galindo yazdı
-
Pablo Galindo yazdı
-
Stefan Behnel yazdı
-
Evan yazdı
-
Serhiy Storchaka yazdı
* Fixed some bugs. * Added support for index-likes objects. * Improved error messages. * Cleaned up and optimized the code. * Added more tests.
-
Francisco Couzo yazdı
-
Pablo Galindo yazdı
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
-
Anthony Shaw yazdı
-
Stéphane Wirtel yazdı
-
Mark Dickinson yazdı
-
Bar Harel yazdı
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 yazdı
-
Serhiy Storchaka yazdı
-
Yash Aggarwal yazdı
-
Windson yang yazdı
-
Mario Corchero yazdı
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 yazdı
-
Tim Hoffmann yazdı
-
-
Tim Peters yazdı
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 yazdı
-
- 31 May, 2019 2 kayıt (commit)
-
-
Emmanuel Arias yazdı
* 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 yazdı
-