- 25 Jun, 2010 3 commits
-
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
on an OpenSSL structure.
-
- 24 Jun, 2010 3 commits
-
-
Stefan Krah authored
used with signed/unsigned char arguments. For integer arguments, EOF has to be handled separately.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 Jun, 2010 2 commits
-
-
Benjamin Peterson authored
-
Stefan Krah authored
-
- 22 Jun, 2010 9 commits
-
-
Antoine Pitrou authored
Of course, whoever used the wrong indentation rules needs to be spanked.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Be generous in abc.py to allow this.
-
Ronald Oussoren authored
detect proxy settings) had the wrong logic for detecting if the checkbox 'Exclude simple hostnames' is checked. This checkin fixes that. As a result the test failure 'Issue8455' goes away on systems where the checkbox is not checked. I'm carefully avoiding saying that is fixes that issue, test_urllib2_localnet assumes that system proxy settings are empty (not just on OSX, see Issue8455 for details).
-
Ronald Oussoren authored
* Don't import 'ic' in webbrowser, that module is no longer used * Remove 'MacOS' from the list of modules that should emit a Py3kWarning on import. This is needed because one of the earlier tests triggers and import of this extension, and that causes a failure in test_py3kwarn (running test_py3kwarn separately worked fine) With these changes 'make tests' no longer says that test_py3kwarn fails.
-
- 21 Jun, 2010 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Thomas Heller authored
-
Thomas Heller authored
-
- 20 Jun, 2010 3 commits
-
-
Andrew M. Kuchling authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
- 18 Jun, 2010 1 commit
-
-
Jean-Paul Calderone authored
This revision introduced quoting for strings containing | based on a misunderstanding of the commonly used quoting rules used on Windows. | is interpreted by cmd.exe, not by the MS C runtime argv initializer. It only needs to be quoted if it is part of an argument passed through cmd.exe. See issue1300, issue7839, and issue8972.
-
- 17 Jun, 2010 3 commits
-
-
Florent Xicluna authored
-
Senthil Kumaran authored
-
R. David Murray authored
The fix for issue 4050 caused a regression: before that fix, source lines in the linecache would eventually be found by inspect. After the fix inspect reports an error earlier, and the source isn't found. The fix for the fix is to have getsourcefile look in the linecache for the file and return the psuedo-filename if the source is there, just as it already returns it if there is a PEP 302 loader.
-
- 16 Jun, 2010 2 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 15 Jun, 2010 2 commits
-
-
Mark Dickinson authored
documentation. Thanks Mads Kiilerich.
-
Andrew M. Kuchling authored
-
- 14 Jun, 2010 1 commit
-
-
Georg Brandl authored
-
- 13 Jun, 2010 4 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
the (approximate) range (-27.3, 30.0), as a result of an escaped errno value.
-
Nick Coghlan authored
-