Fixed encoding of fields with the same name.
authorJakub Roztocil <jakub@roztocil.name>
Fri, 27 Jul 2012 15:08:16 +0000 (17:08 +0200)
committerJakub Roztocil <jakub@roztocil.name>
Fri, 10 Aug 2012 17:49:03 +0000 (19:49 +0200)
commitcfa627ae62cebff20edf0816ce327c61603ef6a8
treedecfbf6a7e2cf6fece7f5b9e8a9d44b15e915397
parent64646182b213f9e7e564bbf9a26e4861090627cf
Fixed encoding of fields with the same name.

* Properly handle repeated data fields for multipart/form-data requests (#737)
* Allow a list of 2-tuples as the `files` agument.
* Consistently serialize lists a of parameters (#729).
AUTHORS.rst
requests/models.py
tests/test_requests.py