Alvaro Caceres
|
d0ac66f5f8
|
Use "..." for attribute values, instead of None, [], {}
|
2016-06-15 14:10:04 -05:00 |
|
Michael R. Crusoe
|
0be5a11496
|
A couple new definitions, some more unicode for 2.7 (#185)
* Action.__init__(); ArgumentParser.__init__() & print_help()
* pprint() & pformat()
* added unicode support to url{parse,split,join,defrag}
* add unicode support to requests.api
|
2016-05-06 09:14:49 -07:00 |
|
Tim Abbott
|
e8dc3cdd7b
|
Fix urlunparse stubs for 2.7 to correctly support a list/iterator argument.
|
2016-02-02 11:47:46 -08:00 |
|
Matthias Kramm
|
94c9ce8fd0
|
Consistently use '= ...' for optional parameters.
|
2015-11-09 13:55:02 -08:00 |
|
Matthias Kramm
|
d2a3d4a4ed
|
Use explicit "# type: str" instead of '' shortcut.
|
2015-11-09 07:59:24 -08:00 |
|
Ben Longbons
|
c2f892a409
|
Fix stubs that assumed reexport without as
|
2015-10-19 20:02:39 -07:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|