Commit Graph

1161 Commits

Author SHA1 Message Date
Kenneth Reitz 8693fc746f v0.8.2 2011-11-19 15:18:48 -05:00
Kenneth Reitz 5309ad005f cookies are oreos 2011-11-19 15:15:51 -05:00
Kenneth Reitz 43854067d4 oreos! 2011-11-19 15:15:30 -05:00
Kenneth Reitz 5a7fbbb00d kill all the monkeys 2011-11-19 13:04:10 -05:00
Kenneth Reitz 04ee583822 Update docs/index.rst 2011-11-19 11:56:37 -05:00
Kenneth Reitz 2a7223585e Merge pull request #280 from darkrho/58e018af136190a2c757b13bf9371cecc2d51273
Updated docs with an example of explicit filename in file uploads section
2011-11-18 21:26:08 -08:00
Rolando Espinoza La fuente 58e018af13 updated docs for last change in files argument to support explicit filename. 2011-11-18 18:45:10 -04:00
Rolando Espinoza La fuente c165255e98 use session's hooks as defaults for every requests. 2011-11-18 18:19:27 -04:00
Kenneth Reitz cf60062df1 Merge remote-tracking branch 'origin/develop' into develop 2011-11-18 15:34:37 -05:00
Kenneth Reitz 82a5f1dd9b Merge pull request #271 from darkrho/develop
Filenames improvement and cookie fix
2011-11-18 12:34:07 -08:00
Kenneth Reitz c70b7bb012 Rolando Espinoza La fuente 2011-11-18 15:34:02 -05:00
Kenneth Reitz 16aa01420b Merge branch 'develop' of https://github.com/darkrho/requests into develop 2011-11-18 15:33:20 -05:00
Kenneth Reitz e98e61da12 Merge pull request #274 from elpres/patch-1
Corrected period to comma.
2011-11-18 12:06:39 -08:00
Kenneth Reitz cfefcab8e0 Ryan Kelly 2011-11-18 14:48:28 -05:00
Kenneth Reitz eb5d191a57 Merge branch 'develop' of https://github.com/rfk/requests into develop 2011-11-18 14:44:21 -05:00
Kenneth Reitz 3ea9c53826 best testimonial ever 2011-11-18 13:47:20 -05:00
Ryan Kelly 3900243297 Dont use requote_path when dealing with redirects.
This was breaking redirect locations with a query string, by quoting the
question-mark.  Since the path will be passed through requote_path on
the next request anyway, doing it here seems unnecessary.
2011-11-18 09:03:28 +11:00
elpres 81efe1fa88 Corrected period to comma. 2011-11-17 11:31:55 +01:00
Ryan Kelly f7fdfe8b9a Correct handling of URLs with quoted slashes. 2011-11-17 11:00:02 +11:00
Kenneth Reitz 76dacaf231 homepage update 2011-11-16 18:16:09 -05:00
Rolando Espinoza La fuente 89241c525e use ";" instead "\r\n" as separator for cookies as is better supported
in odd web servers.
2011-11-16 00:04:48 -04:00
Rolando Espinoza La fuente bf499a80de added support for explicit filenames in files parameter.
files = {
    "files[]": ("myfile", open("foo")),
}
2011-11-16 00:03:19 -04:00
Kenneth Reitz 6b129ec0c9 urllib3 fix 2011-11-15 10:01:37 -05:00
Kenneth Reitz b79dea97fd v0.8.1 v0.8.1 2011-11-15 09:56:21 -05:00
Kenneth Reitz 4504953212 Only send URL path to servers
Closes #256
2011-11-15 09:52:42 -05:00
Kenneth Reitz 2ccc68c4b4 Merge pull request #268 from benmao/develop
fixed: 301 request does not use proxy.
2011-11-15 05:58:10 -08:00
ben 7c66e6f267 fixed: 301 request does not use proxy. 2011-11-15 15:53:38 +08:00
Kenneth Reitz bec201c5ca Merge pull request #267 from benmao/develop
fixed proxy
2011-11-14 19:04:02 -08:00
ben 35b0c5e16e fixed proxy 2011-11-15 10:59:39 +08:00
Kenneth Reitz fc0565fa5d Merge pull request #260 from joequery/doc_changes
Doc changes
2011-11-14 13:43:01 -08:00
Kenneth Reitz 289e813ab6 Merge pull request #262 from petermanser/patch-1
Fixing status codes. Somehow these were wrong.
2011-11-14 13:42:24 -08:00
Kenneth Reitz 8a1b0e1852 Merge pull request #264 from pennersr/patch-1
Pass along timeout when following redirects (closes #263)
2011-11-14 13:42:18 -08:00
Raymond Penners f0edd4a3e0 Pass along timeout when following redirects (closes #263) 2011-11-14 10:04:07 +01:00
Peter Manser a64a62088a Fixing status codes. Somehow these were wrong. 2011-11-14 09:44:43 +01:00
Joseph McCullough 588b6bbf8a Added OAuth reference to quickstart file 2011-11-14 01:09:12 -06:00
Joseph McCullough d3cbf37352 Removed closed issues from todo doc 2011-11-14 00:49:11 -06:00
Kenneth Reitz 6b377cc919 grocer's apostrophe 2011-11-13 01:24:29 -05:00
Kenneth Reitz e91fe9b2b8 stray note 2011-11-13 01:21:58 -05:00
Kenneth Reitz 45c9ecc82a missing param in quick start 2011-11-13 01:21:30 -05:00
Kenneth Reitz 3d49eb40f8 sp 2011-11-13 01:17:27 -05:00
Kenneth Reitz 9f6246a7b8 s 2011-11-13 00:59:22 -05:00
Kenneth Reitz 9aa62d5622 13th v0.8.0 2011-11-13 00:48:54 -05:00
Kenneth Reitz bcc48a9607 whatespace 2011-11-13 00:43:14 -05:00
Kenneth Reitz 3458e6a905 upstream urllib3 2011-11-13 00:38:08 -05:00
Kenneth Reitz 0086f97b65 Guess filename.
Closes #192
2011-11-13 00:36:22 -05:00
Kenneth Reitz 06b9d154cc Merge pull request #255 from shazow/patch-1
Adding me into a Urllib3 subsection (as was in urllib3-backup).
2011-11-12 19:52:05 -08:00
Andrey Petrov e8668fb512 Adding me into a Urllib3 subsection (as was in urllib3-backup). 2011-11-12 18:16:20 -08:00
Kenneth Reitz 14a798882c fixes 2011-11-12 18:34:40 -05:00
Kenneth Reitz 37bbdbe8c3 urllib3 in setup.py 2011-11-12 18:34:33 -05:00
Kenneth Reitz 4ab76943ef document timeouts 2011-11-12 18:34:27 -05:00