- 28 Sep, 2010 11 commits
-
-
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 8 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.
-
Brian Curtin authored
it for now until a buildbot-safe solution comes up.
-
Brian Curtin authored
-
- 23 Sep, 2010 5 commits
-
-
Brian Curtin authored
ntpath.sameopenfile.
-
Vinay Sajip authored
-
Antoine Pitrou authored
-
Mark Dickinson authored
this was causing reversed method calls like float.__radd__(3.0, 1) to return NotImplemented instead of the expected numeric value.
-
Brian Curtin authored
The test is semi-dumb, it just makes sure something comes back since we don't have a solid source to validate the returned login. We can't be 100% sure that the USERNAME env var will always match what os.getlogin() returns, so we don't make any specific assertion there.
-