Alexis Métaireau
78dbb5bfbe
Fix the cheeseshop mirror url from pip.kennethreitz to crate.io, since the former doesn't work anymore.
2012-10-17 15:28:09 +02:00
Kenneth Reitz
1a0af611cb
Merge pull request #892 from treyhunner/topic/whitespace-fixes
...
Fix multiple code style (whitespace) in docs/
2012-10-15 12:55:51 -07:00
Trey Hunner
481622ff16
Fix multiple code style (whitespace) in docs/
2012-10-15 11:17:09 -07:00
Kenneth Reitz
9840966d72
typo all the things
2012-10-13 00:46:46 +01:00
Kenneth Reitz
c3fc2dd259
Merge remote-tracking branch 'origin/develop' into develop
2012-10-13 00:45:20 +01:00
Kenneth Reitz
f33a0aa47b
oauth awesomeness
2012-10-13 00:45:05 +01:00
Kenneth Reitz
0c0254453f
Merge pull request #878 from tokuda109/encoding
...
miss the encoding declaration
2012-10-02 08:25:16 -07:00
tokuda109
601a2b8c74
declare the encoding
2012-10-02 23:26:29 +09:00
Kenneth Reitz
490ed74187
update
2012-10-02 01:02:32 -04:00
Kenneth Reitz
af5ae235e6
wording
2012-10-02 01:01:28 -04:00
Kenneth Reitz
8d239a3739
padding
2012-10-02 00:44:57 -04:00
Kenneth Reitz
ed5c728c52
order fix
2012-10-02 00:44:21 -04:00
Kenneth Reitz
f1ffe19506
Merge remote-tracking branch 'origin/develop' into develop
2012-10-02 00:43:28 -04:00
Kenneth Reitz
ccf55045a6
why not
2012-10-02 00:43:21 -04:00
Kenneth Reitz
1e61cf5cba
Merge pull request #876 from sigmavirus24/register_hook_fix
...
Only register callable items in lists
2012-10-01 11:15:47 -07:00
Ian Cordasco
77677eb71d
Only register callable items in lists
...
Prior to this, you could sneak a list of anything to register_hook and it
would accept it. This will check if the items in the list are callable before
registering them. Also added a regression test to make sure if this gets
changed it will be noticed.
2012-10-01 14:05:27 -04:00
Kenneth Reitz
7c520ece69
new classifiers for 3.2+
2012-10-01 13:30:41 -04:00
Kenneth Reitz
9dce786113
v0.14.1
v0.14.1
2012-10-01 13:29:38 -04:00
Kenneth Reitz
6d706378a0
Merge pull request #871 from yegle/develop
...
Python 3.3 compatible update
2012-10-01 10:26:58 -07:00
yegle
170c46c06b
Update: @property decorator instead of __getattr__
2012-10-01 13:13:12 -04:00
Kenneth Reitz
af61205e72
Merge pull request #867 from mattswe/patch-1
...
Handle encoding of `None` when decoding unicode
2012-10-01 09:53:56 -07:00
Kenneth Reitz
1cb31f2b11
Merge pull request #873 from legoktm/develop
...
Use __iter__ rather than the inefficient nested for loops
2012-10-01 09:52:31 -07:00
Kunal Mehta
5cd116d078
Use __iter__ rather than the inefficient nested for loops
2012-09-30 19:24:56 -05:00
yegle
992d1182db
Python 3.3 compatible update
...
httplib.cookiejar.DefaultCookiePolicy changed its implementation of
set_ok_verifiability.
2012-09-29 18:28:53 -04:00
Matt Sweeney
38aced9f90
Simplify error handling when decoding unicode
2012-09-26 12:38:36 -07:00
Matt Sweeney
b1610df282
Handle encoding of None when decoding unicode
...
If encoding is None, decoding will throw the following TypeError:
TypeError: unicode() argument 2 must be string, not None
If this is the case, attempt to run without any set encoding
2012-09-25 15:35:30 -07:00
Kenneth Reitz
5ce25688e0
Revert "Fix SSL3 error on Ubuntu 12.04"
...
This reverts commit c19650b00f .
2012-09-24 11:05:53 -05:00
Kenneth Reitz
1b70385d4a
change default accept-encoding
...
http://blogs.operationaldynamics.com/andrew/software/research/testing-re
stful-apis-with-httpie
2012-09-23 12:41:54 -05:00
Kenneth Reitz
6cc24a11fd
amazon
2012-09-23 11:47:22 -05:00
Kenneth Reitz
6a4062a8c7
Merge pull request #863 from sigmavirus24/fix_hooks
...
Fix #785 & add regression test.
2012-09-22 18:49:19 -07:00
Kenneth Reitz
c91f83fbad
1,000,000
2012-09-21 15:50:38 -07:00
Kenneth Reitz
ffc72ac5f9
Merge remote-tracking branch 'origin/develop' into develop
2012-09-21 15:22:18 -07:00
Kenneth Reitz
efdd645dbc
epic
2012-09-21 15:22:12 -07:00
Ian Cordasco
4dd3d1a1a2
Fix #785 & add regression test.
2012-09-20 11:45:03 -04:00
Kenneth Reitz
a0df2cbb10
Merge pull request #853 from plaes/docs-license-missing-ref
...
Create label for the ISC License, which is referenced from the index page
2012-09-12 23:36:36 -07:00
Priit Laes
cb44e165e5
Create label for the ISC License, which is referenced from the index page
2012-09-13 09:21:32 +03:00
Kenneth Reitz
0342ddb548
Merge pull request #852 from plaes/docs-include-license
...
Use the include directive instead of rewriting the license in docs.
2012-09-12 23:10:11 -07:00
Priit Laes
fe4211d5b5
Use the include directive instead of rewriting the license in docs.
...
Helps also keeping the copyright years in sync \o/
2012-09-13 09:03:38 +03:00
Kenneth Reitz
d70964a608
Merge pull request #848 from barberj/develop
...
None is not iterable
2012-09-12 10:58:20 -07:00
Kenneth Reitz
106bae6457
Merge pull request #850 from SecurityForUs/fix_proxies_2.7-3
...
Resolve issue in #849
2012-09-12 10:58:03 -07:00
Eric Hansen
65c19bc0e0
Fix for v3 in deleting empty proxies.
2012-09-12 13:49:34 -04:00
Eric Hansen
2dc7db4730
Fixed issue with empty proxies being passed
2012-09-11 15:40:16 -04:00
barberj
fc1d0fedea
None is not iterable
2012-09-11 08:39:10 -04:00
Kenneth Reitz
64fd0baa02
Merge pull request #841 from sigmavirus24/bytecode
...
Reset PYTHONDONTWRITEBYTECODE after installation
2012-09-10 20:15:41 -07:00
Ian Cordasco
aed5bf7cc7
As per the discussion on #841 .
2012-09-10 23:09:41 -04:00
Ian Cordasco
91a9c39746
Reset PYTHONDONTWRITEBYTECODE after installation
...
Fixes #839 .
2012-09-10 23:09:14 -04:00
Kenneth Reitz
b7c3945437
Merge pull request #820 from dergraf/develop
...
Data encoding should take place after calling into auth provider
2012-09-10 20:06:52 -07:00
Kenneth Reitz
2ae7c5a547
Merge pull request #833 from sigmavirus24/fix_key_val_args
...
Fixes #817 .
2012-09-10 20:05:07 -07:00
Kenneth Reitz
f58013c089
Merge pull request #845 from alanhamlett/patch-1
...
fixed typo in docs
2012-09-09 02:29:37 -07:00
Alan Hamlett
861e63ce8e
fixed typo in docs
2012-09-09 01:56:32 -07:00