Jakub Roztocil
|
b3d2c1876e
|
Python 2.7 support removal WIP
|
2019-08-29 08:53:56 +02:00 |
|
Jakub Roztocil
|
ec899d70b7
|
Removed Python 2.6 support
* Travis CI doesn't support it anymore.
* It had EOL more than 4 years ago
|
2017-12-28 18:03:37 +01:00 |
|
Jakub Roztocil
|
aab5cd9da0
|
PEP8. clean-up
|
2016-07-04 20:30:55 +02:00 |
|
Jakub Roztocil
|
fdae686e12
|
Clean up compat and fix is_pypy .
|
2015-02-24 08:18:03 +01:00 |
|
Jakub Roztocil
|
e4bc363f9e
|
Don't depend on requests.compat
#314
|
2015-02-24 07:50:15 +01:00 |
|
Jakub Roztocil
|
bc0d17c04c
|
Added a PyPy incompatibility workaround.
|
2015-02-15 00:36:55 +01:00 |
|
Jakub Roztocil
|
985f65ef52
|
Temporarily skip SSL tests on PyPy due to #308
|
2015-02-14 23:14:06 +01:00 |
|
Marc Abramowitz
|
86ebb9b741
|
compat.py: Add pragma no covers
Cuz this is a lot of version-specific stuff and it can be confusing to have different coverage per version, especially with coveralls.
|
2015-02-10 06:54:59 -08:00 |
|
Jakub Roztocil
|
25b1be7c8a
|
Work around missing object_pairs_hook in Python 2.6
|
2015-01-23 22:04:42 +01:00 |
|
Jakub Roztocil
|
e4c68063b9
|
Converted built-in formatters to formatter plugins.
Still work in progress and the API should be considered private for now.
|
2014-05-12 19:12:39 +02:00 |
|
Jakub Roztocil
|
05db75bdb1
|
Modularized output, refactoring
Making it ready for output formatting plugin API.
|
2014-04-27 21:58:00 +02:00 |
|
Jakub Roztocil
|
f02169ea71
|
Added Python 2.6 compatible OrderedDict
To preserver ordr of headers, parameters, etc.
|
2014-04-24 19:57:19 +02:00 |
|
Jakub Roztocil
|
6071fff4af
|
Refactored tests into smaller modules.
|
2014-04-24 14:07:31 +02:00 |
|
Jakub Roztocil
|
00de49f4c3
|
Cleanup
|
2013-08-18 00:59:10 +02:00 |
|
Jakub Roztocil
|
1481749c22
|
Use urlsplit instead of urlparse .
Closes #118.
|
2013-01-03 14:12:27 +01:00 |
|