summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup for pull #89ssl_sniAndrey Petrov2012-08-031-7/+10
* Merge branch 'add_sni' of https://github.com/t-8ch/urllib3 into t-8ch-add_sniAndrey Petrov2012-08-033-6/+73
|\
| * add offline unit test for SNIThomas Weißschuh2012-08-021-1/+29
| * Revert "add unit test for SNI"Thomas Weißschuh2012-08-022-55/+0
| * add unit test for SNIThomas Weißschuh2012-08-012-0/+55
| * Merge branch 'sni' into add_sniThomas Weißschuh2012-07-312-31/+46
| |\
| | * add actual SNI handlingThomas Weißschuh2012-07-301-0/+2
| | * use SSLContext on Python >= 3.2Thomas Weißschuh2012-07-301-3/+16
| | * add imports for SNI handlingThomas Weißschuh2012-07-301-0/+9
| | * move ssl.wrap_socket to utilsThomas Weißschuh2012-07-302-3/+18
| | * fix type in HTTPSConnection docstringThomas Weißschuh2012-07-301-1/+1
| | * fix typos in utilsThomas Weißschuh2012-07-301-3/+3
| * | really test if we have sniThomas Weißschuh2012-07-291-1/+1
| * | remove big try-exceptThomas Weißschuh2012-07-281-4/+11
| * | make tests passThomas Weißschuh2012-07-281-1/+5
| * | add support for SNIThomas Weißschuh2012-07-281-3/+16
| |/
* | Typo.Andrey Petrov2012-08-021-2/+2
* | Added v1.5 to changes.Andrey Petrov2012-08-021-0/+6
|/
* sphinx syntax.Andrey Petrov2012-07-221-1/+1
* docs.Andrey Petrov2012-07-221-1/+1
* Merge branch 'master' of github.com:shazow/urllib3Andrey Petrov2012-07-221-1/+1
|\
| * Update CHANGES.rstAndrey Petrov2012-07-221-1/+1
* | docs.Andrey Petrov2012-07-222-1/+8
|/
* Merge branch 'close-disposed-connections'Andrey Petrov2012-07-223-8/+28
|\
| * Updated README and CHANGES with 100% unit test coverage.Andrey Petrov2012-07-222-1/+3
| * More timeout-related tests: 100% coverage.Andrey Petrov2012-07-221-7/+25
* | Merge pull request #88 from shazow/close-disposed-connectionsAndrey Petrov2012-07-2210-143/+476
|\ \ | |/
| * Refactor _put_conn with implicit state tracking.Andrey Petrov2012-07-221-8/+6
| * Merge branch 'close-disposed-connections' of https://github.com/slingamn/urll...Andrey Petrov2012-07-221-3/+8
| |\
| | * apply the try-except fix to _put_conn as wellShivaram Lingamneni2012-07-221-3/+8
| * | CHANGES update.Andrey Petrov2012-07-221-1/+3
| |/
| * raise ClosedPoolError is self.pool is None.Andrey Petrov2012-07-221-7/+7
| * adding myself to contributorsShivaram Lingamneni2012-07-221-0/+3
| * More pool-closing tests, 99% coverage.Andrey Petrov2012-07-223-3/+30
| * More tests, PoolManager.close is now PoolManager.clear.Andrey Petrov2012-07-224-14/+39
| * Clarification and documentation for our new RecentlyUsedContainer.Andrey Petrov2012-07-221-16/+16
| * Cleaning up code.Andrey Petrov2012-07-223-54/+44
| * More tests for the new collection.Andrey Petrov2012-07-221-6/+15
| * Cleanup new RecentlyUsedContainer.Andrey Petrov2012-07-222-41/+41
| * Merge branch 'eager_release' of https://github.com/slingamn/urllib3 into slin...Andrey Petrov2012-07-215-132/+406
| |\ |/ /
| * Refactor to support eager release of pooled connectionsShivaram Lingamneni2012-07-175-132/+406
* | Merge pull request #80 from studer/masterAndrey Petrov2012-07-211-0/+3
|\ \
| * | contributorThéophile Studer2012-06-191-0/+3
* | | Updated CHANGES.rstAndrey Petrov2012-07-211-0/+5
* | | Tests for decode error, new DecodeError exception.Andrey Petrov2012-07-216-9/+40
* | | Manual merge of #86, fixes #76: Pool Depletion/Leaking Connections.Andrey Petrov2012-07-213-9/+64
* | | Merge pull request #85 from shazow/only-request-uriAndrey Petrov2012-07-184-23/+43
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into only-request-uriAndrey Petrov2012-07-012-9/+6
| |\ \
| * | | py3 tests pass.Andrey Petrov2012-07-012-2/+2
| * | | New request and redirect logic for PoolManager.Andrey Petrov2012-06-304-23/+43