- 20 Sep, 2010 18 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
threads are still running. Instead, reinitialize the GIL on a second call to Py_Initialize().
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Hirokazu Yamamoto authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Kristján Valur Jónsson authored
PyThread_create_key now has a failure mode that the applicatino can detect.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 19 Sep, 2010 15 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brett Cannon authored
fromlist to get __import__ to return the module desired. Now it uses the proper approach of fetching the module from sys.modules. Closes issue #9252. Thanks to Alexander Belopolsky for the bug report.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
recv() and send()
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Hirokazu Yamamoto authored
-
Georg Brandl authored
-
Hirokazu Yamamoto authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
- 18 Sep, 2010 7 commits
-
-
Florent Xicluna authored
-
Antoine Pitrou authored
non-blocking mode: they return None when an operation would block (instead of raising an exception).
-
Antoine Pitrou authored
-
Brian Quinlan authored
-
Antoine Pitrou authored
(GNU/Hurd is not dead)
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-