Kenneth Reitz
351a711ce9
cleanup
2011-09-25 20:36:39 -04:00
Kenneth Reitz
182f92ab26
hrmm
2011-09-25 18:00:37 -04:00
Michael Van Veen
c48cf2bba8
rearranged imports in core.py
2011-09-22 03:52:05 -07:00
Michael Van Veen
dcebab4c35
PEP8fied all the things
...
I ran the pep8 checker (version 0.6.1) on the code base and tried to
clean up as many pep8 errors as I could. Everything except line-width
errors are gone (I was worried about messing up the documentor since I
haven't fiddled with it).
2011-09-22 03:45:41 -07:00
Kenneth Reitz
058ef27178
clarify docs version
2011-09-10 19:11:03 -04:00
Kenneth Reitz
596aceb185
big docs update
2011-08-20 22:47:03 -04:00
Kenneth Reitz
8b640979ee
v0.6.1
2011-08-20 18:25:32 -04:00
Kenneth Reitz
d0aa0175e6
v0.6.0
2011-08-17 01:32:04 -04:00
Kenneth Reitz
b0a0b509da
session at root package level
2011-08-17 01:00:00 -04:00
Kenneth Reitz
86a06c5c18
auth_manager internal
2011-08-16 23:58:07 -04:00
Kenneth Reitz
773630b010
requests.codes
2011-08-13 14:50:38 -04:00
Kenneth Reitz
1cdd1d04ce
v0.5.1
2011-07-23 22:58:32 -04:00
Kenneth Reitz
20aed5488b
Release the v0.5.0!
2011-06-21 22:26:06 -04:00
Kenneth Reitz
670c4aecdd
version bump (v0.4.1)
2011-05-22 14:13:49 -04:00
Kenneth Reitz
c0faa9e79c
new settings location
2011-05-22 13:31:17 -04:00
Johannes
7d0374df2f
Slight refactor
2011-05-20 22:50:50 +02:00
Johannes
bbd58b922b
Migrate settings to new module
2011-05-20 20:32:39 +02:00
Kenneth Reitz
ba79a2eb97
new settings module
2011-05-20 12:54:42 -04:00
Johannes
c8cc2d0421
Relocate exceptions
2011-05-20 18:20:17 +02:00
Kenneth Reitz
51360e1ede
version bump
2011-05-14 23:57:53 -04:00
Kenneth Reitz
5708fe9565
python 2.5 fix
2011-05-14 23:21:58 -04:00
Kenneth Reitz
fa1db95814
Version bump: v0.3.4
2011-05-14 14:30:36 -04:00
Kenneth Reitz
14ef462263
package refactor
2011-05-14 14:21:42 -04:00
Kenneth Reitz
1421ffa32a
HTTP Basic recursion. Fixes #31
2011-05-14 14:02:36 -04:00
Kenneth Reitz
b1e28c7fd8
Added Megan Emurayama to authors
2011-05-14 13:04:49 -04:00
megane murayama
1971bdbe67
fix for post non-dict data
2011-05-12 12:50:09 -04:00
Kenneth Reitz
912f48eece
slight refactor
2011-05-12 10:12:04 -04:00
Kenneth Reitz
86fb0cb235
Merge https://github.com/jgorset/requests into develop
2011-05-12 10:09:00 -04:00
Johannes Gorset
23ee58d6ec
Encode both keys and values for incoming unicode data as UTF-8, coincidentally fixing a bug that caused UTF-8 encoded byte strings to be encoded twice and causing an UnicodeDecodeError.
2011-05-12 10:27:41 +02:00
Kenneth Reitz
01b22a7e12
version bump
2011-05-12 04:02:06 -04:00
Kenneth Reitz
a046a04aa2
Merge branch 'feature/timeout' into develop
2011-05-12 03:56:13 -04:00
Kenneth Reitz
b6f6048cff
Encode incoming data.
...
Closes #27 .
2011-05-12 03:14:09 -04:00
Johannes
77f4b8a75e
Implement settings context manager
2011-04-21 18:38:33 +02:00
Johannes
d93731213a
Implement optional timeout for request functions
2011-04-21 14:54:30 +02:00
Kenneth Reitz
6e14d4704d
version bump
2011-04-15 17:26:51 -04:00
Kenneth Reitz
2814664e91
Fixes #20 .
2011-04-15 17:21:38 -04:00
Kenneth Reitz
7a62b10ff2
Automatically decompress gzipped responses if content-type is set. fixes #19
2011-04-14 19:44:29 -04:00
Kenneth Reitz
23d5761bd4
accept any extra args to r.read()
2011-04-02 18:22:05 -04:00
Kenneth Reitz
ed8ff63048
Version bump to 0.3.1
2011-04-01 14:53:53 -04:00
Kenneth Reitz
f2b04f94ca
Response.read() [file like object]
2011-03-31 04:47:02 -04:00
Kenneth Reitz
e350bea167
added Request.read
2011-03-31 04:46:19 -04:00
robmadole
2401f14975
Fixing User-agent header problem introduced with Python 2.7.1
2011-03-30 00:07:24 -05:00
Aram Dulyan
89192c64f0
An empty cookiejar evaluates to False, so it needs to be compared to None for the cookie functionality to work.
2011-03-09 22:31:13 +11:00
Kenneth Reitz
a67cc5c5a9
someone stole the cookie jar
2011-03-06 19:19:22 -05:00
Kenneth Reitz
fa2f1c5f60
Merge branch 'develop' of https://github.com/robmadole/requests into develop
2011-03-06 19:08:32 -05:00
Kenneth Reitz
9fdee250de
Better POSTER header compatibility ( Fixes #13 )
2011-03-06 18:48:44 -05:00
robmadole
e4c690e7bc
Initial support for cookies
2011-03-01 09:21:00 -06:00
Kenneth Reitz
b252cd8403
allow files to be upload along with form data
2011-02-25 08:00:11 -05:00
Kenneth Reitz
b3b2b19212
hmmm
2011-02-25 07:39:19 -05:00
Kenneth Reitz
32f75585ad
url builder, cleanups
2011-02-25 07:20:59 -05:00