From: Kenneth Reitz Date: Fri, 18 Nov 2011 19:48:28 +0000 (-0500) Subject: Ryan Kelly X-Git-Tag: v0.8.2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfefcab8e055627ea7384a4a15a6af671aa7103f;p=services%2Fpython-requests.git Ryan Kelly --- diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index f0b66ed..0000000 --- a/AUTHORS +++ /dev/null @@ -1,61 +0,0 @@ -Requests is written and maintained by Kenneth Reitz and -various contributors: - -Development Lead -```````````````` - -- Kenneth Reitz - - -Urllib3 -``````` - -- Andrey Petrov - - -Patches and Suggestions -``````````````````````` - -- Various Pocoo Members -- Chris Adams -- Flavio Percoco Premoli -- Dj Gilcrease -- Justin Murphy -- Rob Madole -- Aram Dulyan -- Johannes Gorset -- 村山めがね (Megane Murayama) -- James Rowe -- Daniel Schauenberg -- Zbigniew Siciarz -- Daniele Tricoli 'Eriol' -- Richard Boulton -- Miguel Olivares -- Alberto Paro -- Jérémy Bethmont -- 潘旭 (Xu Pan) -- Tamás Gulácsi -- Rubén Abad -- Peter Manser -- Jeremy Selier -- Jens Diemer -- Alex <@alopatin> -- Tom Hogans -- Armin Ronacher -- Shrikant Sharat Kandula -- Mikko Ohtamaa -- Den Shabalin -- Daniel Miller -- Alejandro Giacometti -- Rick Mak -- Johan Bergström -- Josselin Jacquard -- Travis N. Vaught -- Fredrik Möllerstrand -- Daniel Hengeveld -- Dan Head -- Bruno Renié -- David Fischer -- Joseph McCullough -- Juergen Brendel -- Juan Riaza diff --git a/AUTHORS.rst b/AUTHORS.rst new file mode 100644 index 0000000..439db39 --- /dev/null +++ b/AUTHORS.rst @@ -0,0 +1,62 @@ +Requests is written and maintained by Kenneth Reitz and +various contributors: + +Development Lead +```````````````` + +- Kenneth Reitz + + +Urllib3 +``````` + +- Andrey Petrov + + +Patches and Suggestions +``````````````````````` + +- Various Pocoo Members +- Chris Adams +- Flavio Percoco Premoli +- Dj Gilcrease +- Justin Murphy +- Rob Madole +- Aram Dulyan +- Johannes Gorset +- 村山めがね (Megane Murayama) +- James Rowe +- Daniel Schauenberg +- Zbigniew Siciarz +- Daniele Tricoli 'Eriol' +- Richard Boulton +- Miguel Olivares +- Alberto Paro +- Jérémy Bethmont +- 潘旭 (Xu Pan) +- Tamás Gulácsi +- Rubén Abad +- Peter Manser +- Jeremy Selier +- Jens Diemer +- Alex <@alopatin> +- Tom Hogans +- Armin Ronacher +- Shrikant Sharat Kandula +- Mikko Ohtamaa +- Den Shabalin +- Daniel Miller +- Alejandro Giacometti +- Rick Mak +- Johan Bergström +- Josselin Jacquard +- Travis N. Vaught +- Fredrik Möllerstrand +- Daniel Hengeveld +- Dan Head +- Bruno Renié +- David Fischer +- Joseph McCullough +- Juergen Brendel +- Juan Riaza +- Ryan Kelly \ No newline at end of file diff --git a/HISTORY.rst b/HISTORY.rst index 8eecf87..0d7847a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ------- +0.8.2 ++++++ + +* Proper URL slash-quote handling. + 0.8.1 (2011-11-15) ++++++++++++++++++ diff --git a/docs/dev/authors.rst b/docs/dev/authors.rst index 5b3cc85..6be155f 100644 --- a/docs/dev/authors.rst +++ b/docs/dev/authors.rst @@ -2,4 +2,4 @@ Authors ======= -.. include:: ../../AUTHORS \ No newline at end of file +.. include:: ../../AUTHORS.rst \ No newline at end of file