services/python-requests.git
13 years agosetup cleanup
Kenneth Reitz [Sun, 22 May 2011 17:58:37 +0000 (13:58 -0400)]
setup cleanup

13 years agoremove debug print
Kenneth Reitz [Sun, 22 May 2011 17:56:57 +0000 (13:56 -0400)]
remove debug print

13 years agodefaults
Kenneth Reitz [Sun, 22 May 2011 17:55:13 +0000 (13:55 -0400)]
defaults

13 years agonew settings location
Kenneth Reitz [Sun, 22 May 2011 17:31:17 +0000 (13:31 -0400)]
new settings location

13 years agocleanup — comments
Kenneth Reitz [Sun, 22 May 2011 17:31:09 +0000 (13:31 -0400)]
cleanup — comments

13 years agonew config module
Kenneth Reitz [Sun, 22 May 2011 17:30:55 +0000 (13:30 -0400)]
new config module

13 years agono import packages
Kenneth Reitz [Sun, 22 May 2011 17:30:22 +0000 (13:30 -0400)]
no import packages

13 years agosettings -> config
Kenneth Reitz [Sun, 22 May 2011 17:27:17 +0000 (13:27 -0400)]
settings -> config
reimpliment settings as singleton

13 years agopypy binary moved
Kenneth Reitz [Sun, 22 May 2011 16:14:50 +0000 (12:14 -0400)]
pypy binary moved

13 years agouseragent
Kenneth Reitz [Sun, 22 May 2011 16:10:56 +0000 (12:10 -0400)]
useragent

13 years agorestore allow_redirect behavior
Kenneth Reitz [Sun, 22 May 2011 15:35:01 +0000 (11:35 -0400)]
restore allow_redirect behavior

13 years agoMerge pull request #37 from jgorset/requests
Kenneth Reitz [Sun, 22 May 2011 15:25:31 +0000 (11:25 -0400)]
Merge pull request #37 from jgorset/requests

---

![Meme](http://i.imgur.com/kXzcW.jpg)

13 years agoSupport relative redirects. Fixes #36
Johannes [Sun, 22 May 2011 09:39:49 +0000 (11:39 +0200)]
Support relative redirects. Fixes #36

13 years agonot tablib..
Kenneth Reitz [Sat, 21 May 2011 20:24:28 +0000 (16:24 -0400)]
not tablib..

13 years agoMerge pull request #35 from jgorset/requests
Kenneth Reitz [Sat, 21 May 2011 17:04:32 +0000 (13:04 -0400)]
Merge pull request #35 from jgorset/requests

---

Ive completed the migration of the requests settings to the new `settings` module, but my attempt to facilitate for manipulating settings outside of the context manager (eg. `requests.settings.timeout = 5`) has been thwarted by the namespace collision of the context manager and the module.

Im probably just being stupid. Youll figure it out.

Conflicts:
requests/api.py

13 years agoupdated history
Kenneth Reitz [Sat, 21 May 2011 17:00:21 +0000 (13:00 -0400)]
updated history

13 years agopython2.5 with
Kenneth Reitz [Sat, 21 May 2011 16:47:29 +0000 (12:47 -0400)]
python2.5 with

13 years agoImproved redirection behavior for 301/303
Kenneth Reitz [Sat, 21 May 2011 16:44:58 +0000 (12:44 -0400)]
Improved redirection behavior for 301/303

13 years agoSlight refactor
Johannes [Fri, 20 May 2011 20:50:50 +0000 (22:50 +0200)]
Slight refactor

13 years agoStop importing inspect
Johannes [Fri, 20 May 2011 18:45:51 +0000 (20:45 +0200)]
Stop importing inspect

13 years agoMigrate settings to new module
Johannes [Fri, 20 May 2011 18:32:39 +0000 (20:32 +0200)]
Migrate settings to new module

13 years agono toys
Kenneth Reitz [Fri, 20 May 2011 16:55:36 +0000 (12:55 -0400)]
no toys

13 years agonew settings module
Kenneth Reitz [Fri, 20 May 2011 16:53:20 +0000 (12:53 -0400)]
new settings module

13 years agoFix typos
Johannes [Fri, 20 May 2011 16:34:43 +0000 (18:34 +0200)]
Fix typos

13 years agoAdjust tests
Johannes [Fri, 20 May 2011 16:31:23 +0000 (18:31 +0200)]
Adjust tests

13 years agoRelocate exceptions
Johannes [Fri, 20 May 2011 16:20:17 +0000 (18:20 +0200)]
Relocate exceptions

13 years agoRaise Timeout on request timeouts
Johannes [Fri, 20 May 2011 16:17:46 +0000 (18:17 +0200)]
Raise Timeout on request timeouts

13 years agoFix typos
Johannes [Thu, 19 May 2011 21:32:27 +0000 (23:32 +0200)]
Fix typos

13 years agoRefactor Request#__init__
Johannes Gorset [Thu, 19 May 2011 08:16:54 +0000 (10:16 +0200)]
Refactor Request#__init__

13 years agoAdd test for non-urlencoded post data
Johannes Gorset [Thu, 19 May 2011 08:14:15 +0000 (10:14 +0200)]
Add test for non-urlencoded post data

13 years agoAdd tests for settings
Johannes Gorset [Thu, 19 May 2011 08:13:42 +0000 (10:13 +0200)]
Add tests for settings

13 years agoRefactor settings
Johannes Gorset [Thu, 19 May 2011 08:13:37 +0000 (10:13 +0200)]
Refactor settings

13 years agohome page url change
Kenneth Reitz [Wed, 18 May 2011 14:11:07 +0000 (10:11 -0400)]
home page url change

13 years agourllib2
Kenneth Reitz [Mon, 16 May 2011 05:38:48 +0000 (01:38 -0400)]
urllib2

13 years agono quickstart till done
Kenneth Reitz [Mon, 16 May 2011 05:33:33 +0000 (01:33 -0400)]
no quickstart till done

13 years ago"a kennethreitz project"
Kenneth Reitz [Mon, 16 May 2011 05:31:54 +0000 (01:31 -0400)]
"a kennethreitz project"

13 years agoapi update
Kenneth Reitz [Mon, 16 May 2011 05:18:09 +0000 (01:18 -0400)]
api update

13 years agoBig API update
Kenneth Reitz [Mon, 16 May 2011 05:13:05 +0000 (01:13 -0400)]
Big API update

13 years agonot tablib
Kenneth Reitz [Mon, 16 May 2011 04:10:30 +0000 (00:10 -0400)]
not tablib

13 years agodoc fixes (pretty)
Kenneth Reitz [Mon, 16 May 2011 03:24:25 +0000 (23:24 -0400)]
doc fixes (pretty)

13 years agoMajor docs cleanup
Kenneth Reitz [Mon, 16 May 2011 03:19:19 +0000 (23:19 -0400)]
Major docs cleanup

13 years agoGA and CR
Kenneth Reitz [Mon, 16 May 2011 03:00:15 +0000 (23:00 -0400)]
GA and CR

13 years agoconfig update
Kenneth Reitz [Mon, 16 May 2011 02:58:17 +0000 (22:58 -0400)]
config update

13 years agofeatures philosophy
Kenneth Reitz [Mon, 16 May 2011 01:29:49 +0000 (21:29 -0400)]
features philosophy

13 years agocan/cant
Kenneth Reitz [Mon, 16 May 2011 01:22:40 +0000 (21:22 -0400)]
can/cant

13 years agodocs update
Kenneth Reitz [Mon, 16 May 2011 01:14:51 +0000 (21:14 -0400)]
docs update

13 years agoinstallation
Kenneth Reitz [Mon, 16 May 2011 01:01:48 +0000 (21:01 -0400)]
installation

13 years agoapi.py -> api.rst
Kenneth Reitz [Mon, 16 May 2011 01:01:44 +0000 (21:01 -0400)]
api.py -> api.rst

13 years agodocs intro
Kenneth Reitz [Mon, 16 May 2011 00:46:36 +0000 (20:46 -0400)]
docs intro

13 years agodocs refactor
Kenneth Reitz [Mon, 16 May 2011 00:46:28 +0000 (20:46 -0400)]
docs refactor

13 years agobetter links
Kenneth Reitz [Mon, 16 May 2011 00:34:40 +0000 (20:34 -0400)]
better links

13 years agoexample udpate
Kenneth Reitz [Mon, 16 May 2011 00:25:01 +0000 (20:25 -0400)]
example udpate

13 years agowebkit scrollbars
Kenneth Reitz [Mon, 16 May 2011 00:24:55 +0000 (20:24 -0400)]
webkit scrollbars

13 years agobetter index
Kenneth Reitz [Sun, 15 May 2011 21:52:09 +0000 (17:52 -0400)]
better index

13 years agoindex cleanup
Kenneth Reitz [Sun, 15 May 2011 21:49:59 +0000 (17:49 -0400)]
index cleanup

13 years agotestimonials
Kenneth Reitz [Sun, 15 May 2011 21:28:16 +0000 (17:28 -0400)]
testimonials

13 years agoorgs
Kenneth Reitz [Sun, 15 May 2011 17:23:05 +0000 (13:23 -0400)]
orgs

13 years agolink fix
Kenneth Reitz [Sun, 15 May 2011 17:14:22 +0000 (13:14 -0400)]
link fix

13 years agomuch better index
Kenneth Reitz [Sun, 15 May 2011 17:13:41 +0000 (13:13 -0400)]
much better index

13 years agobetter verbage
Kenneth Reitz [Sun, 15 May 2011 17:05:22 +0000 (13:05 -0400)]
better verbage

13 years agobetter title
Kenneth Reitz [Sun, 15 May 2011 17:01:58 +0000 (13:01 -0400)]
better title

13 years agobetter
Kenneth Reitz [Sun, 15 May 2011 16:49:19 +0000 (12:49 -0400)]
better

13 years agoinitial doc index
Kenneth Reitz [Sun, 15 May 2011 16:43:34 +0000 (12:43 -0400)]
initial doc index

13 years agoname fix
Kenneth Reitz [Sun, 15 May 2011 15:35:06 +0000 (11:35 -0400)]
name fix

13 years agoignore builds
Kenneth Reitz [Sun, 15 May 2011 04:41:26 +0000 (00:41 -0400)]
ignore builds

13 years agoconfig update
Kenneth Reitz [Sun, 15 May 2011 04:41:00 +0000 (00:41 -0400)]
config update

13 years agoadded krthemes
Kenneth Reitz [Sun, 15 May 2011 04:38:59 +0000 (00:38 -0400)]
added krthemes

13 years agoupdated history for v0.4.0
Kenneth Reitz [Sun, 15 May 2011 04:00:44 +0000 (00:00 -0400)]
updated history for v0.4.0

13 years agoMerge branch 'release/0.4.0' into develop
Kenneth Reitz [Sun, 15 May 2011 03:58:07 +0000 (23:58 -0400)]
Merge branch 'release/0.4.0' into develop

13 years agoversion bump
Kenneth Reitz [Sun, 15 May 2011 03:57:53 +0000 (23:57 -0400)]
version bump

13 years agohistory update
Kenneth Reitz [Sun, 15 May 2011 03:57:19 +0000 (23:57 -0400)]
history update

13 years agoreadme update
Kenneth Reitz [Sun, 15 May 2011 03:54:43 +0000 (23:54 -0400)]
readme update

13 years agoignore http errors in redirect loops
Kenneth Reitz [Sun, 15 May 2011 03:22:26 +0000 (23:22 -0400)]
ignore http errors in redirect loops

13 years agopython 2.5 fix
Kenneth Reitz [Sun, 15 May 2011 03:21:58 +0000 (23:21 -0400)]
python 2.5 fix

13 years agocleanup mess
Kenneth Reitz [Sun, 15 May 2011 03:03:31 +0000 (23:03 -0400)]
cleanup mess

13 years agoCustom RedirectHandler and .history support.
Kenneth Reitz [Sun, 15 May 2011 03:00:40 +0000 (23:00 -0400)]
Custom RedirectHandler and .history support.
Closes #23

13 years agopass things into the dict
Kenneth Reitz [Sun, 15 May 2011 02:02:14 +0000 (22:02 -0400)]
pass things into the dict

13 years agoCaseInsensitiveDict for Headers
Kenneth Reitz [Sun, 15 May 2011 02:02:07 +0000 (22:02 -0400)]
CaseInsensitiveDict for Headers

13 years agoHeaders: Default to None
Kenneth Reitz [Sun, 15 May 2011 01:52:33 +0000 (21:52 -0400)]
Headers: Default to None

13 years agoremote async __all__
Kenneth Reitz [Sun, 15 May 2011 01:50:41 +0000 (21:50 -0400)]
remote async __all__

13 years agoNew CaseInsensitiveDict
Kenneth Reitz [Sun, 15 May 2011 01:50:25 +0000 (21:50 -0400)]
New CaseInsensitiveDict

13 years agodate header on history
Kenneth Reitz [Sat, 14 May 2011 18:46:47 +0000 (14:46 -0400)]
date header on history

13 years agoVersion bump: v0.3.4
Kenneth Reitz [Sat, 14 May 2011 18:30:36 +0000 (14:30 -0400)]
Version bump: v0.3.4

13 years agohistory update
Kenneth Reitz [Sat, 14 May 2011 18:29:41 +0000 (14:29 -0400)]
history update

13 years agocleaner patch names
Kenneth Reitz [Sat, 14 May 2011 18:24:06 +0000 (14:24 -0400)]
cleaner patch names

13 years agopackage refactor
Kenneth Reitz [Sat, 14 May 2011 18:21:42 +0000 (14:21 -0400)]
package refactor

13 years agoHTTP Basic recursion. Fixes #31
Kenneth Reitz [Sat, 14 May 2011 18:02:36 +0000 (14:02 -0400)]
HTTP Basic recursion. Fixes #31

13 years agohistory for v0.3.4
Kenneth Reitz [Sat, 14 May 2011 17:11:08 +0000 (13:11 -0400)]
history for v0.3.4

13 years agoAdded Megan Emurayama to authors
Kenneth Reitz [Sat, 14 May 2011 17:04:49 +0000 (13:04 -0400)]
Added Megan Emurayama to authors

13 years agoMerge pull request #29 from meganemura/requests
Kenneth Reitz [Thu, 12 May 2011 17:36:45 +0000 (13:36 -0400)]
Merge pull request #29 from meganemura/requests

---

raised Attribute Error when post str data something like json because of not having items attribute.
move encoding data to utf-8 inside hasattr(data, items)

13 years agofix for post non-dict data
megane murayama [Thu, 12 May 2011 16:50:09 +0000 (12:50 -0400)]
fix for post non-dict data

13 years agoslight refactor
Kenneth Reitz [Thu, 12 May 2011 14:12:04 +0000 (10:12 -0400)]
slight refactor

13 years agoMerge https://github.com/jgorset/requests into develop
Kenneth Reitz [Thu, 12 May 2011 14:09:00 +0000 (10:09 -0400)]
Merge https://github.com/jgorset/requests into develop

13 years agoEncode both keys and values for incoming unicode data as UTF-8, coincidentally fixing...
Johannes Gorset [Thu, 12 May 2011 08:16:21 +0000 (10:16 +0200)]
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.

13 years agoMerge branch 'release/0.3.3' into develop
Kenneth Reitz [Thu, 12 May 2011 08:02:18 +0000 (04:02 -0400)]
Merge branch 'release/0.3.3' into develop

13 years agoversion bump
Kenneth Reitz [Thu, 12 May 2011 08:02:06 +0000 (04:02 -0400)]
version bump

13 years agoupdate history
Kenneth Reitz [Thu, 12 May 2011 07:57:17 +0000 (03:57 -0400)]
update history

13 years agoMerge branch 'feature/timeout' into develop
Kenneth Reitz [Thu, 12 May 2011 07:56:13 +0000 (03:56 -0400)]
Merge branch 'feature/timeout' into develop

13 years agounicode urls
Kenneth Reitz [Thu, 12 May 2011 07:20:27 +0000 (03:20 -0400)]
unicode urls

13 years agoEncode incoming data.
Kenneth Reitz [Thu, 12 May 2011 07:14:09 +0000 (03:14 -0400)]
Encode incoming data.
Closes #27.