summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* don't allow path in urls which do not begin with /Thomas Weißschuh2015-04-301-0/+1
* suppress spurious resource warnings while testingThomas Weißschuh2015-04-291-6/+15
* test chunked response with gzip encodingThomas Weißschuh2015-04-291-0/+10
* Add tests for HEAD methodsCory Benfield2015-04-281-0/+30
* style..Thomas Weißschuh2015-04-271-1/+1
* test keep-alive chunked requestsThomas Weißschuh2015-04-271-0/+19
* Merge pull request #594 from matejcik/masterAndrey Petrov2015-04-232-8/+18
|\
| * move header-case-sensitivity test to socket-basedmatejcik2015-04-232-8/+18
* | Prevent futher regressions in gzipped chunk handlingIan Cordasco2015-04-231-3/+30
|/
* test requests without ssl moduleThomas Weißschuh2015-04-101-0/+29
* test import without ssl in its own testcaseThomas Weißschuh2015-04-101-0/+2
* use the module stash per testcaseThomas Weißschuh2015-04-101-5/+2
* arm the no_ssl testThomas Weißschuh2015-04-101-6/+1
* do not fail if we are not loadedThomas Weißschuh2015-04-091-1/+1
* also pop the namespace itselfThomas Weißschuh2015-04-091-0/+2
* fix typoThomas Weißschuh2015-04-091-1/+1
* rerename the no_ssl testThomas Weißschuh2015-04-091-6/+0
* REMOVE/REVERT THIS COMMIT: test the testThomas Weißschuh2015-04-091-1/+6
* use a module stash to not trip up coverageThomas Weißschuh2015-04-091-6/+31
* properly remove urllib3 from import cacheThomas Weißschuh2015-04-091-0/+13
* test import without ssl moduleThomas Weißschuh2015-04-091-0/+56
* don't use IPv6 in tests when it's not availableTomas Tomecek2015-03-162-2/+9
* Merge pull request #560 from TomasTomecek/chunked-responseAndrey Petrov2015-03-141-6/+195
|\
| * implement generator for chunked responsesTomas Tomecek2015-03-141-6/+195
* | Added full support for python2.7 multiheaders, borrowed from https://gist.git...Michael Löffler2015-03-101-33/+98
|/
* Merge pull request #563 from ml31415/multiheaderfixAndrey Petrov2015-03-061-20/+17
|\
| * Add test for not well known multiheaderMichael Löffler2015-03-061-19/+15
| * Tests and fix for #564Michael Löffler2015-03-051-0/+6
| * Fix #561Michael Löffler2015-03-051-6/+1
* | Rename new warning to InsecurePlatformWarning.Cory Benfield2015-03-031-2/+2
* | Some test platforms raise warnings.Cory Benfield2015-03-021-3/+14
* | Move warning to wrap_socket method.Cory Benfield2015-03-021-20/+0
* | Emit warnings when SSLContext isn't available.Cory Benfield2015-03-021-1/+24
* | Add test to demonstrate failure to raise max retry error in pool manager.William Trevor Olson2015-02-221-0/+29
|/
* One more ...Michael Löffler2015-02-121-3/+2
* Further python2.6 unittest gotcha fixedMichael Löffler2015-02-121-2/+2
* Forgot one line, grmblMichael Löffler2015-02-121-1/+1
* Fixing py2.6; renaming of importMichael Löffler2015-02-121-2/+4
* .items() returns now list including duplicates identical to PY3 behaviourMichael Löffler2015-02-121-0/+8
* .pop() fixed; py2 header parsing fixedMichael Löffler2015-02-121-16/+57
* Checking header name before creating multiheaderMichael Löffler2015-02-111-31/+36
* from_httplib removed; extend used by default in constructorMichael Löffler2015-02-111-4/+4
* Fixed non-equal comparison; rename update_add to extendMichael Löffler2015-02-111-8/+9
* Testcase for full coverage addedMichael Löffler2015-02-111-0/+7
* Full test coverage for _collectionMichael Löffler2015-02-111-0/+31
* Merge pull request #534 from TracyWebTech/better-httpheaderdictAndrey Petrov2015-02-102-0/+7
|\
| * Added assertion for multicookie testSergio Oliveira2015-02-061-0/+1
| * Test for header containing commaSergio Oliveira2015-02-061-0/+6
* | Allow PoolManager and ConnectionPool to be used as a context manager.Shivan Sornarajah2015-02-062-0/+36
|/
* Merge pull request #526 from t-8ch/disable_builtin_hostname_verificationAndrey Petrov2015-02-041-0/+9
|\