summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/_scproxy.c
Commit message (Collapse)AuthorAgeFilesLines
* The code in _scproxy (a mac specific helper module toRonald Oussoren2010-06-221-1/+1
| | | | | | | | | | | | | 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).
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-187/+187
|
* This patch fixes the handling of a weak-linkedRonald Oussoren2010-04-201-5/+10
| | | | variable and should fix issue #8095.
* Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6Ronald Oussoren2009-09-201-0/+226