index
:
delta/python-packages/httplib2.git
gh-pages
master
github.com: jcgregorio/httplib2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding proxy_info_from_* methods to Python3.
Joe Gregorio
2012-10-25
2
-4
/
+97
*
Added GeoTrust cert
Joe Gregorio
2012-10-24
2
-0
/
+50
*
Make httplib2.Http() instances pickleable.
Joe Gregorio
2012-10-03
4
-99
/
+202
*
Added tag 0.7.6 for changeset 28bf49dc86c3
Joe Gregorio
2012-09-11
0
-0
/
+0
*
Version 0.7.6
Joe Gregorio
2012-09-11
4
-3
/
+6
*
On Python App Engine 2.7 a body can be passed in that is actually a stream. Do
Joe Gregorio
2012-09-11
1
-0
/
+4
*
Fix app engine
Joe Gregorio
2012-08-28
1
-2
/
+2
*
Added tag 0.7.5 for changeset 403deb2f51e7
Joe Gregorio
2012-08-28
0
-0
/
+0
*
Fix some tests.
Joe Gregorio
2012-08-28
2
-1
/
+14
*
Updating tests
jcgregorio
2011-05-24
3
-1
/
+1
*
Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes...
Joe Gregorio
2012-08-28
19
-1062
/
+4846
*
Added tag 0.7.5 for changeset c17f3cf9129c
Joe Gregorio
2012-08-28
0
-0
/
+0
*
Keys are lowercase in a Response object, regardless of how Response object is...
Joe Gregorio
2012-07-28
1
-2
/
+2
*
Add control so that Authorization: headers aren't forwarded on a 3xx response...
Joe Gregorio
2012-07-23
12
-8
/
+72
*
Set the reason correctly when running on App Engine.
Joe Gregorio
2012-07-23
1
-2
/
+4
*
Fix proxy socks for SSL connections. Fixes issue #199.
Joe Gregorio
2012-04-17
1
-10
/
+42
*
Add a parameter to control the number of retries.
Joe Gregorio
2012-04-17
17
-4816
/
+1098
*
Fix wrong link in description.
Joe Gregorio
2012-03-02
1
-1
/
+0
*
0.7.4 fix for missing cacerts
Joe Gregorio
2012-03-02
5
-7
/
+7
*
Added tag 0.7.4 for changeset d4a0fa4d3700
Joe Gregorio
2012-03-02
0
-0
/
+0
*
release notes
Joe Gregorio
2012-03-02
2
-5
/
+12
*
0.7.3 tagged release
Joe Gregorio
2012-03-02
1
-6
/
+6
*
Changing version numbers for 0.7.3 release
Joe Gregorio
2012-03-02
4
-6
/
+8
*
Fall back to using installed socks.py if local one is not found.
Joe Gregorio
2012-01-09
1
-1
/
+4
*
When opening a socket for HTTP, httplib2 uses the IP and port that is returne...
Joe Gregorio
2012-01-06
1
-1
/
+1
*
Converted MANIFEST to manifest template (MANIFEST.in) for setuptools compatib...
Jason R. Coombs
2011-08-16
3
-13
/
+4
*
Added support for setuptools (if present, but still fall back to distutils). ...
Jason R. Coombs
2011-08-09
1
-1
/
+4
*
Fixed failing test case when IPv6 HTTPS server is present
Jason R. Coombs
2011-08-09
1
-0
/
+4
*
Fixed failing test case on Windows
Jason R. Coombs
2011-08-09
1
-54
/
+56
*
Fix python 2.4 compat issues and fixed python 3.0 tests.
Joe Gregorio
2012-01-05
3
-13
/
+822
*
Now allow unicode to specify proxy hostname. Fixes #179
Jason R. Coombs
2011-12-01
1
-6
/
+6
*
merged
Joe Gregorio
2012-01-05
3
-41
/
+197
|
\
|
*
Fixed issue where proxy bypass detection failed when a port was specified.
Jason R. Coombs
2011-08-16
1
-1
/
+3
|
*
no_proxy can now be upper case
Jason R. Coombs
2011-08-16
2
-3
/
+21
|
*
Http() now detects the proxy configuration
Jason R. Coombs
2011-08-09
3
-29
/
+71
|
*
Added support to ProxyInfo object for detection of proxy from environment var...
Jason R. Coombs
2011-08-09
2
-1
/
+88
|
*
Reformatted ProxyInfo for readability
Jason R. Coombs
2011-08-09
1
-15
/
+22
|
/
*
Added tag 0.7.2 for changeset d2d8aa1da6a7
Joe Gregorio
2011-11-14
0
-0
/
+0
*
Fix makefile for generation of docs
Joe Gregorio
2011-11-14
1
-1
/
+1
*
Prepping for version 0.7.2 release
Joe Gregorio
2011-11-14
4
-5
/
+5
*
Fix up some tests.
Joe Gregorio
2011-11-14
2
-7
/
+7
*
Actually fix the issue in AppEngineHttpConnection.getresponse.
Alain Vongsouvanh
2011-11-11
1
-1
/
+0
*
Raise an exception in AppEngineHttpConnection.getresponse if response is None.
Alain Vongsouvanh
2011-11-09
1
-1
/
+4
*
Fixes issue 161.
Joe Gregorio
2011-10-20
1
-0
/
+3
*
Add socks.PROXY_TYPE_HTTP_NO_TUNNEL. Reviewed in http://codereview.appspot.co...
Joe Gregorio
2011-10-06
1
-1
/
+54
*
Change out Go Daddy root ca for their ca bundle. Also add checks for version ...
Joe Gregorio
2011-06-23
2
-24
/
+81
*
Add Go Daddy cert. Fixes issue 154.
Joe Gregorio
2011-06-23
1
-0
/
+28
*
Fix issue with not matching on first host in cert list. Add unit tests.
Joe Gregorio
2011-06-23
2
-1
/
+9
*
Added (optional) opaque support to DigestAuth
Joe Gregorio
2011-06-22
4
-0
/
+34
*
Add unit tests for app engine specific code. Fix bugs found in said tests.
Joe Gregorio
2011-06-22
3
-1
/
+69
[next]