- 19 Sep, 2010 12 commits
-
-
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 10 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
-
Hirokazu Yamamoto authored
-
Senthil Kumaran authored
-
Hirokazu Yamamoto authored
So failed to load tcl/tk dll because $(dist)/tcltk/bin was set to PATH as relative path. (Windows)
-
- 17 Sep, 2010 10 commits
-
-
Amaury Forgeot d'Arc authored
-
Vinay Sajip authored
-
Victor Stinner authored
Previous commit changed macpath but macpath is not used anymore as os.path
-
Amaury Forgeot d'Arc authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
-
Raymond Hettinger authored
-
- 16 Sep, 2010 6 commits
-
-
Raymond Hettinger authored
-
Hirokazu Yamamoto authored
directly. It used to be built with bzip2's makefile.
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 15 Sep, 2010 2 commits
-
-
Giampaolo Rodolà authored
-
Giampaolo Rodolà authored
Store all errors signaling a disconnection into a global frozenset to save some computation time on recv() and send().
-