summaryrefslogtreecommitdiff
path: root/test/test_collections.py
Commit message (Expand)AuthorAgeFilesLines
* Make header parsing more RFC-7230-compliantJesse Shapiro2018-01-231-3/+12
* Pick off some easy coverage wins around raise statementsAlex Chan2017-08-101-0/+9
* Rewrite test_collections.py to be pytest-styleAlex Chan2017-06-021-172/+176
* E501 Line too long.lars48392017-01-231-3/+7
* W293 Blank line contains whitespaceSeth Michael Larson2017-01-231-4/+4
* E402 Module level import not at top of fileSeth Michael Larson2017-01-231-2/+2
* E305 Expected 2 blank lines after class/func, found 1Seth Michael Larson2017-01-231-0/+1
* E231 Missing whitespace after `,`Seth Michael Larson2017-01-231-1/+1
* E261 At least two spaces before inline commentSeth Michael Larson2017-01-231-1/+1
* Change HTTPHeaderDict superclass to MutableMappingIan Cordasco2015-07-171-1/+1
* Tests for HTTPHeaderDict in requests (re: #632)httpheaderdict-requestsAndrey Petrov2015-05-281-0/+1
* Added full support for python2.7 multiheaders, borrowed from https://gist.git...Michael Löffler2015-03-101-33/+98
* 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
* 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
* Test for header containing commaSergio Oliveira2015-02-061-0/+6
* document and change HTTPHeaderDict, update CHANGES for bugfixJosh Schneier2014-02-061-3/+8
* gratuitous tests for no reasonJosh Schneier2014-01-311-15/+4
* add HTTPHeaderDictJosh Schneier2014-01-311-1/+62
* Switch uses of `with self.assertRaises(...)` to standard calls.John Szakmeister2012-12-031-3/+1
* More tests for the new collection.Andrey Petrov2012-07-221-6/+15
* Refactor to support eager release of pooled connectionsShivaram Lingamneni2012-07-171-20/+26
* More filepost tests.Andrey Petrov2012-03-031-0/+1
* Move six into .packagesThomas Kluyver2012-01-221-1/+1
* More compatibility changes.Thomas Kluyver2012-01-221-2/+2
* Various changes for Python 3 compatibility.Thomas Kluyver2012-01-221-1/+2
* Cleanup of unused imports.Andrey Petrov2011-12-041-2/+0
* Stop sys.path manipulation.Piotr Dobrogost2011-12-031-4/+0
* <Py26 support and more dict-like behaviour for RecentlyUsedContainer (with te...Andrey Petrov2011-11-041-0/+32
* Refactoring: Moved RecentlyUsedContainer out to its own submodule.Andrey Petrov2011-09-201-0/+84