Ryan Kelly
authorKenneth Reitz <me@kennethreitz.com>
Fri, 18 Nov 2011 19:48:28 +0000 (14:48 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 18 Nov 2011 19:48:28 +0000 (14:48 -0500)
AUTHORS [deleted file]
AUTHORS.rst [new file with mode: 0644]
HISTORY.rst
docs/dev/authors.rst

diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644 (file)
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 <me@kennethreitz.com>
-
-
-Urllib3
-```````
-
-- Andrey Petrov <andrey.petrov@shazow.net>
-
-
-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 <miguel@moliware.com>
-- 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 <tomhsx@gmail.com>
-- Armin Ronacher
-- Shrikant Sharat Kandula
-- Mikko Ohtamaa
-- Den Shabalin
-- Daniel Miller <danielm@vs-networks.com>
-- 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 (file)
index 0000000..439db39
--- /dev/null
@@ -0,0 +1,62 @@
+Requests is written and maintained by Kenneth Reitz and
+various contributors:
+
+Development Lead
+````````````````
+
+- Kenneth Reitz <me@kennethreitz.com>
+
+
+Urllib3
+```````
+
+- Andrey Petrov <andrey.petrov@shazow.net>
+
+
+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 <miguel@moliware.com>
+- 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 <tomhsx@gmail.com>
+- Armin Ronacher
+- Shrikant Sharat Kandula
+- Mikko Ohtamaa
+- Den Shabalin
+- Daniel Miller <danielm@vs-networks.com>
+- 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
index 8eecf8757388875cc1886a88f0e0dc245f319737..0d7847ad17cfa9633db067ea2ea866761670cda6 100644 (file)
@@ -1,6 +1,11 @@
 History
 -------
 
+0.8.2
++++++
+
+* Proper URL slash-quote handling.
+
 0.8.1 (2011-11-15)
 ++++++++++++++++++
 
index 5b3cc85b0909d58b2f860a0e498334923f926f78..6be155f47efebb9caf55c15c59d3e8d536c2c3d5 100644 (file)
@@ -2,4 +2,4 @@ Authors
 =======
 
 
-.. include:: ../../AUTHORS
\ No newline at end of file
+.. include:: ../../AUTHORS.rst
\ No newline at end of file