- 28 Sep, 2010 18 commits
-
-
Antoine Pitrou authored
of the concrete objects layer, while the buffer protocol is part of the abstract objects layer.
-
Antoine Pitrou authored
instead.
-
Antoine Pitrou authored
-
R. David Murray authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
retry the select() loop instead of bailing out. This is because select() can incorrectly report a socket as ready for reading (for example, if it received some data with an invalid checksum).
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Antoine Pitrou authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
on MacOSX. Patch by Sylvain Mora, issue #9701.
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Mark Dickinson authored
-
Hirokazu Yamamoto authored
-
- 27 Sep, 2010 7 commits
-
-
Brett Cannon authored
people towards importlib.import_module(). Closes issue #7397.
-
Brian Curtin authored
DeleteKeyEx, and OpenKeyEx. Note that CKE and DKE are new functions for 3.2 so I didn't give them a versionchanged because of the existing versionadded. OpenKeyEx already existed so it gets a versionchanged tag.
-
Antoine Pitrou authored
received. Now sendall() properly calls signal handlers if necessary, and retries sending if these returned successfully, including on sockets with a timeout.
-
Alexander Belopolsky authored
- Eliminated code repetition between run and runctx; - Removed redundant calls to dict.key; - Removed unused "blabbed" attribute; - Simplified the loop in write_results_file().
-
Vinay Sajip authored
-
Kristján Valur Jónsson authored
Add a Py_SetPath api to override magic path computations when starting up python.
-
Senthil Kumaran authored
been added. This helps in accidental overwritting of User-Agent header to default value. To preserve the old behavior, only headers not in unredirected headers will be updated.
-
- 26 Sep, 2010 2 commits
-
-
Antoine Pitrou authored
Patch by Guilherme.
-
Vinay Sajip authored
-
- 25 Sep, 2010 7 commits
-
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Sep, 2010 6 commits
-
-
Alexander Belopolsky authored
-
Brian Curtin authored
-
Antoine Pitrou authored
-
Alexander Belopolsky authored
-
Hirokazu Yamamoto authored
-
Brian Curtin authored
before, only attempt the import where nt._getfinalpathname could actually work, i.e., Windows Vista and beyond.
-