mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-20 06:30:58 +00:00
6e76ab7188
`PreparedRequest.prepare_url` incorrectly applied IDNA encoding to the URLs entire `netloc`. It should only be encoding the hostname portion of the URL. IDNA encoding was limiting the user info, host, and port segments to be a maximum of 63 characters which causes problems for all by the most trivial user + password combinations. - Replaced usage of `urlparse` in `PreparedRequest.prepare_url` with `urllib3` equivalent. - Modified IDNA encoding section so that it only encodes the host portion of the URL.
131 lines
2.8 KiB
ReStructuredText
131 lines
2.8 KiB
ReStructuredText
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
|
|
- Rolando Espinoza La fuente
|
|
- Robert Gieseke
|
|
- Idan Gazit
|
|
- Ed Summers
|
|
- Chris Van Horne
|
|
- Christopher Davis
|
|
- Ori Livneh
|
|
- Jason Emerick
|
|
- Bryan Helmig
|
|
- Jonas Obrist
|
|
- Lucian Ursu
|
|
- Tom Moertel
|
|
- Frank Kumro Jr
|
|
- Chase Sterling
|
|
- Marty Alchin
|
|
- takluyver
|
|
- Ben Toews (mastahyeti)
|
|
- David Kemp
|
|
- Brendon Crawford
|
|
- Denis (Telofy)
|
|
- Cory Benfield (Lukasa)
|
|
- Matt Giuca
|
|
- Adam Tauber
|
|
- Honza Javorek
|
|
- Brendan Maguire <maguire.brendan@gmail.com>
|
|
- Chris Dary
|
|
- Danver Braganza <danverbraganza@gmail.com>
|
|
- Max Countryman
|
|
- Nick Chadwick
|
|
- Jonathan Drosdeck
|
|
- Jiri Machalek
|
|
- Steve Pulec
|
|
- Michael Kelly
|
|
- Michael Newman <newmaniese@gmail.com>
|
|
- Jonty Wareing <jonty@jonty.co.uk>
|
|
- Shivaram Lingamneni
|
|
- Miguel Turner
|
|
- Rohan Jain (crodjer)
|
|
- Justin Barber <barber.justin@gmail.com>
|
|
- Roman Haritonov <@reclosedev>
|
|
- Josh Imhoff <joshimhoff13@gmail.com>
|
|
- Arup Malakar <amalakar@gmail.com>
|
|
- Danilo Bargen (dbrgn)
|
|
- Torsten Landschoff
|
|
- Michael Holler (apotheos)
|
|
- Timnit Gebru
|
|
- Sarah Gonzalez
|
|
- Victoria Mo
|
|
- Leila Muhtasib
|
|
- Matthias Rahlf <matthias@webding.de>
|
|
- Jakub Roztocil <jakub@roztocil.name>
|
|
- Ian Cordasco <graffatcolmingov@gmail.com> @sigmavirus24
|
|
- Rhys Elsmore
|
|
- André Graf (dergraf)
|
|
- Stephen Zhuang (everbird)
|
|
- Martijn Pieters
|
|
- Jonatan Heyman
|
|
- David Bonner <dbonner@gmail.com> @rascalking
|
|
- Vinod Chandru
|
|
- Johnny Goodnow <j.goodnow29@gmail.com>
|
|
- Denis Ryzhkov <denisr@denisr.com>
|
|
- Wilfred Hughes <me@wilfred.me.uk> @dontYetKnow
|
|
- Dmitry Medvinsky <me@dmedvinsky.name>
|
|
- Bryce Boe <bbzbryce@gmail.com> @bboe
|
|
- Colin Dunklau <colin.dunklau@gmail.com> @cdunklau
|
|
- Hugo Osvaldo Barrera <hugo@osvaldobarrera.com.ar> @hobarrera
|
|
- Łukasz Langa <lukasz@langa.pl> @llanga
|
|
- Dave Shawley <daveshawley@gmail.com>
|