Commit Graph

126 Commits

Author SHA1 Message Date
kennethreitz f803dc6c99 updated authors 2016-04-29 17:52:11 -04:00
Dmitry Dygalo 6c2942b198 Initial work 2016-02-02 13:24:05 +01:00
Brian Samek 9a20afd6b5 Refactor default params
Specified the default argument for params that have a default in the docstring
so that the default is easier to see from the code. Modified the docstring in
api.py to match the docstring in sessions.py.
2015-12-11 13:32:09 -05:00
Jon Parise 27f5a15364 Include a link to my GitHub profile. 2015-11-26 09:34:01 -05:00
vienno f835843f87 error in github bio link 2015-11-10 14:07:55 +01:00
vienno cf9da5b52e add myself to authors 2015-11-10 14:05:24 +01:00
shagun Sodhani b675377dc2 added fix for #2826 2015-10-16 17:01:36 +05:30
Smiley Barry 2411b1f56a Added name to AUTHORS after PR #2724 2015-08-15 21:00:13 +03:00
colin 1da62a65d9 fix contextlib.closing bug for sessions where content is not consumed (issue #2593) 2015-05-24 15:01:34 -04:00
Cory Benfield a0d9e0bc57 Merge pull request #2504 from pvanderlinden/bug/2503-resolve-redirect-pass-all-arguments
fix resolve redirect to pass all original arguments
2015-04-16 06:57:56 +01:00
Cory Benfield 0cd9f5855e Keepers of the Three Crystals. 2015-04-10 14:40:52 -04:00
Paul van der Linden 587eb193dd fix resolve redirect to pass all original arguments 2015-03-26 19:57:16 +00:00
Ian Cordasco b2ce5be9d0 Revert "Minor Patch TypeError thrown" 2015-03-23 10:11:13 -05:00
Josh Brown 1b5317ea08 Minor Patch TypeError thrown 2015-03-23 16:01:48 +11:00
M.Yasoob Ullah Khalid ☺ dfa0a2925f added myself to authors.rst 2015-03-17 01:29:33 +05:00
Ulrich Petri 573d460aa7 Add return type field to entry-point docstrings
Fixes: #2483
2015-03-14 10:49:32 +01:00
Arthur Darcet e8d02ea0bb utils.guess_filename fails if the given parameter looks like a file object but has a non-string name attribute
e.g. a cherrypy uploaded file behave like a regular file, except that its name attribute is an int and passing it directly to requests fails because of that
2014-12-12 17:32:43 +01:00
Scott Sadler c044a70796 update AUTHORS 2014-10-25 16:52:02 +02:00
syedsuhail 3a6348dbb9 Fix #2288. Change urllib3 and chardet workflow 2014-10-19 13:18:26 +05:30
Joe Alcorn a68d1b4517 Support bytestring URLs on Python 3.x 2014-09-30 19:29:10 +01:00
Martin Jul 4707d11004 Added example of how to send multiple files in one request. 2014-09-16 11:38:40 +02:00
ContinuousFunction 337b338187 Adding my name to authors 2014-08-21 11:25:29 -07:00
ContinuousFunction 5aa1881959 Adding myself to authors. 2014-08-21 11:16:59 -07:00
ContinuousFunction 8bb8a9a37c Adding my name to authors. 2014-08-21 11:12:36 -07:00
David Pursehouse eef4e0836c Add links to Twitter accounts
Change-Id: Ic88eb128384b3cc9108151c219cd759c7524a4f1
2014-07-18 22:46:19 +09:00
David Pursehouse 743f38209d Linkify Github usernames in authors list
- Linkify github usernames
- Remove usernames that do not exist

Change-Id: Ib88b70a3010e915b3570ae5062c8cb416c9a6462
2014-07-18 17:00:00 +09:00
Ben Bass e3d0ac7c9d update AUTHORS.rst 2014-05-17 23:22:15 +01:00
Cory Benfield 082b877d81 We're awesome, but don't need to be here twice. 2014-04-18 17:15:45 +01:00
Ian Cordasco e56cc11757 Fix my name 2014-04-18 10:35:44 -05:00
Kenneth Reitz df34ed7a00 @sigmavirus42 2014-04-15 19:15:39 -04:00
Kenneth Reitz b8ba5c2bcb github urls 2014-04-15 19:11:58 -04:00
Kenneth Reitz 21010ee25a core contributors 2014-04-15 19:07:41 -04:00
Kenneth Reitz df1c2335c8 Merge branch 'master' into fix-pickling-adapters
Conflicts:
	AUTHORS.rst
2014-01-08 13:53:23 -05:00
Konstantin Podshumok 537def4a4f fix regression with cookiejar.iteritems() 2013-12-18 06:56:53 +04:00
Erik Wickstrom d3f3b423ad Updated AUTHORS. 2013-12-13 22:28:46 -06:00
Michael Becker 6ac70450dc AUTHORS: Take credit 2013-12-06 08:57:37 -05:00
Kamil Madac 8aff6f5ed0 Redesigned no_proxy ip range imlementation to use only stdlib functions 2013-12-03 16:23:08 +01:00
Pengfei Xue afaed3343a add coverage make target 2013-11-15 22:11:49 +08:00
Jayson Vantuyl b149be5d86 loosen URL handling for non-native URL schemes 2013-11-15 01:25:32 -08:00
Thomas Weißschuh c477242376 add myself to AUTHORS.rst 2013-11-04 18:54:42 +00:00
Can Ibanoglu 0cd6959f19 Removed extra extra parentheses in SessionRedirectMixin.resolve_redirects 2013-10-22 23:48:04 +03:00
Vikram Oberoi 21c9680a11 Adding myself to AUTHORS.rst
Taking a page out of @mattspitz's book.

https://github.com/kennethreitz/requests/pull/1439

#dreamsdocometrue
2013-10-10 18:13:51 -04:00
Matt Spitz 2c2af651c4 Adding myself to AUTHORS.rst. 2013-10-10 15:08:34 -04:00
daftshady c8fc19a779 add myself to authors. 2013-09-29 02:27:20 +09:00
Kenneth Reitz 54ad646067 merge 2.0 insto master 2013-09-24 14:13:28 -04:00
Cory Benfield ce6762ff63 Fixup unicode in AUTHORS file 2013-09-12 10:34:34 +01:00
homm f0c592b09e Update AUTHORS.rst 2013-09-12 13:27:06 +04:00
Jon Parise 9d0d11a369 Adding myself to the list of contributors. 2013-09-04 09:00:03 -07:00
schlamar 09d97c1126 Added entry to AUTHORS. 2013-08-03 13:59:38 +02:00
David Pursehouse 787c1e8c6e Add myself to the authors list 2013-07-22 15:19:10 +09:00