summaryrefslogtreecommitdiff
path: root/eventlet/green/urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-1/+2
* Patcherized both urllib2 and its test.Ryan Williams2009-11-291-247/+11
* Thanks to Marcus for the SSL patch for 2.6 compatibility. Added greenlet and...Ryan Williams2009-08-081-1/+1
* make green.urllib2 importable on 2.6Denis Bilenko2009-06-171-3/+4
* fix green package not to use absolute_import and otherwise be nice on 2.4Denis Bilenko2009-05-191-8/+9
* better integration of urllib2: only redefine classes that use i/oDenis Bilenko2008-10-281-1125/+16
* added green/httplib.py urllib.py urllib2.pyDenis Bilenko2008-10-071-0/+1360