Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1522 commits
Select commit Hold shift + click to select a range
7fa9799
sidebar update
Apr 26, 2014
142b26e
Clearer description of Response.close().
Lukasa Apr 28, 2014
54541a9
Merge pull request #2021 from Lukasa/proxies2
kennethreitz Apr 28, 2014
b8049ba
Add urllib3 util package to setup.py.
Lukasa Apr 29, 2014
3176289
Remove the easy_install section
dstufft May 2, 2014
8f12f94
Merge pull request #2032 from dstufft/patch-1
kennethreitz May 2, 2014
02a76b7
Merge pull request #2026 from Lukasa/updateurllib3
kennethreitz May 2, 2014
07f9a7e
Remove references to not-yet-made 2.3.0 release.
Lukasa May 3, 2014
626c48e
Update urllib3 to 4fb351cd2
dstufft May 12, 2014
be2674b
Merge pull request #2038 from dstufft/update-urllib3
kennethreitz May 12, 2014
569cd23
Merge pull request #1937 from jaraco/master
kennethreitz May 12, 2014
c023f06
Merge pull request #1924 from schlamar/proxy-default-scheme
kennethreitz May 12, 2014
5893cfc
Merge pull request #1972 from avidas/response_str
kennethreitz May 12, 2014
c15a8f8
CaseInsensitiveDict now looks like a normal dict
May 12, 2014
679ab5b
Initial 2.3.0 changelog.
Lukasa May 12, 2014
c2a1f28
Catch possible exceptions while consuming content of redirect responses.
schlamar Mar 10, 2014
59c8d81
Read content in Session.send instead of Adapter.send.
schlamar Mar 10, 2014
5e860c0
Added test case to handle response of streamed redirects.
schlamar Mar 13, 2014
1645991
Added test for redirect with wrong gzipped header.
schlamar Mar 15, 2014
739d153
Merge pull request #1944 from schlamar/redirect-decoding
kennethreitz May 12, 2014
a7e7241
Fix typo in advanced.rst docs
pawroman May 13, 2014
24986f8
Merge pull request #2041 from pawroman/patch-1
Lukasa May 13, 2014
bbed65d
Merge pull request #2040 from Lukasa/clog
kennethreitz May 16, 2014
343db40
Merge remote-tracking branch 'origin/master'
May 16, 2014
b26c85f
history update
May 16, 2014
6366d3d
v2.3.0
May 16, 2014
53d3519
Fixed a typo
alex May 16, 2014
76c09e7
ignot dist
May 16, 2014
c43ecd1
Merge pull request #2046 from alex/patch-2
sigmavirus24 May 16, 2014
eebae9c
Fixed paragraph formatting in Urllib3/MIT License.
Hasimir May 17, 2014
a7c2184
Merge pull request #2047 from Hasimir/master
Lukasa May 17, 2014
f97e787
Factor out HTTPAdapter.proxy_manager_for for #2048
codedstructure May 17, 2014
e3d0ac7
update AUTHORS.rst
codedstructure May 17, 2014
02618c8
improve `proxy_manager_for` re-usability by subclass
codedstructure May 18, 2014
54e96b4
allow pool_kwargs to be specified in init_poolmanager
codedstructure May 18, 2014
7815953
remove unused IteratorProxy
jschneier May 23, 2014
3b0fcb6
compat: handle SyntaxError when importing simplejson
mgeisler May 25, 2014
5eea4a3
faq: mention that PyPy 2.2 works too
mgeisler May 25, 2014
f4d1bbb
faq: add Python 3.4 to list of supported Python versions
mgeisler May 25, 2014
c8916a0
test: restore Python 3.2 compatibility
mgeisler May 25, 2014
3346ad1
Document and initialise Response.request
Lukasa May 26, 2014
0d40d97
Merge pull request #2069 from Lukasa/request
kennethreitz May 27, 2014
ddd748e
Merge pull request #2065 from mgeisler/tox
kennethreitz May 27, 2014
e712823
Merge pull request #2064 from mgeisler/simplejson-syntax-error-import
kennethreitz May 27, 2014
6c72509
Merge pull request #2059 from jschneier/master
kennethreitz May 27, 2014
3faff0b
Check for basestring, not just str
sigmavirus24 May 28, 2014
5ab79e2
Remove unnecessary check for builtin_str
sigmavirus24 May 28, 2014
a2413e0
Ensure that we open files in binary mode.
Lukasa May 28, 2014
785e4ab
Merge pull request #2074 from Lukasa/filedoc
Lukasa May 28, 2014
6999611
Merge pull request #2072 from sigmavirus24/fix-urlencoded-bytes
kennethreitz May 29, 2014
32f600b
Allow copying of PreparedRequests without headers/cookies
May 30, 2014
75cd0a9
Merge pull request #2078 from dgouldin/2077
kennethreitz May 30, 2014
7022830
v2.3.1 changelog
May 30, 2014
2243316
Update trivial mentions to RFC 2616.
Lukasa Jun 7, 2014
d977ee8
Force basic auth strings to native string type
Lukasa Jun 8, 2014
2b8353d
Avoid unnecessary encode/decode cycles.
Lukasa Jun 8, 2014
046302c
indentation change for code review
codedstructure Jun 8, 2014
326f6ad
Merge pull request #2087 from Lukasa/2616
sigmavirus24 Jun 8, 2014
3ee781b
Merge pull request #2076 from Lukasa/basic
kennethreitz Jun 9, 2014
e2c4da7
various pep-8 cleanups; remove unsused imports; remove unused variables
Jun 10, 2014
bff65f4
Update with style considerations by @kennethreitz
Jun 10, 2014
743ce81
Merge pull request #2088 from jeffknupp/master
kennethreitz Jun 10, 2014
07d9b73
handle 308 redirection the same as 301 and 302
ericfrederich Jun 10, 2014
ec3a2e6
rename resume/resume_incomplete to permanent_redirect according to rf…
ericfrederich Jun 11, 2014
da3178f
Re-add resume to not break existing apps
ericfrederich Jun 11, 2014
b80ed77
Update index.rst
kennethreitz Jun 11, 2014
2c262de
Merge pull request #2090 from ericfrederich/fix_308
kennethreitz Jun 12, 2014
c3444f8
don't make duplicate requests for permanent redirects
ericfrederich Jun 12, 2014
493697a
Merge branch 'master' into redirect_cache
ericfrederich Jun 12, 2014
6b21e5c
Merge pull request #2095 from ericfrederich/redirect_cache
kennethreitz Jun 12, 2014
c451dd2
Update out-there.rst
Jun 15, 2014
fcb735f
Merge pull request #2097 from bkerensa/patch-1
Lukasa Jun 15, 2014
b9bbfa6
Merge pull request #2049 from codedstructure/adapter-proxy_manager_for
kennethreitz Jun 23, 2014
1bf4af6
Update quickstart.rst
np-csu Jun 29, 2014
de2cd2e
Merge pull request #2112 from np-csu/patch-1
sigmavirus24 Jun 29, 2014
84f6737
Update how we check verify when inspecting env variables
Jul 2, 2014
d25280d
Replace dead link with StackOverflow answer
Jul 2, 2014
538a41e
Merge pull request #2116 from sigmavirus24/fix-2107
Lukasa Jul 2, 2014
3957b0b
Fix silly check
Jul 2, 2014
39f0c66
Merge pull request #2115 from sigmavirus24/fix-2092
kennethreitz Jul 3, 2014
291bc9e
Update link to pip site on docs/user/install.rst
esparta Jul 4, 2014
7a51337
Preferentially use certifi to requests.
Lukasa Jul 10, 2014
52facc7
Install certifi with requests.
Lukasa Jul 10, 2014
e48b4b4
Merge pull request #2124 from Lukasa/certifi
kennethreitz Jul 11, 2014
36b6c37
Fix broken link
tshepang Jul 14, 2014
28d1ef5
Merge pull request #2128 from tshepang/patch-1
sigmavirus24 Jul 14, 2014
d9ea1aa
Documentation: Wrap lines in index.rst
dpursehouse Jul 15, 2014
504b960
Documentation: Add Sony to list of users
dpursehouse Jul 15, 2014
55df629
Merge pull request #2130 from dpursehouse/doc-index-updates
Lukasa Jul 15, 2014
cde5a4a
Add Timeout exception in API documentation
dpursehouse Jul 15, 2014
f5a2138
Minor tidy-ups in quickstart documentation
dpursehouse Jul 15, 2014
a8a4c98
Restructure "Redirection and History" section in quickstart documenta…
dpursehouse Jul 15, 2014
127ab0a
Merge pull request #2131 from dpursehouse/quickstart-doc-updates
Lukasa Jul 15, 2014
6dc13f2
removed unneeded parentheses from if clause
nonZero Jul 15, 2014
54fc807
Merge pull request #2133 from esparta/master
sigmavirus24 Jul 15, 2014
d21916c
Merge pull request #2134 from nonZero/patch-1
sigmavirus24 Jul 15, 2014
2a6303e
Docs: Fix :class: and :meth: directives
dpursehouse Jul 16, 2014
e25fbc8
Merge pull request #2135 from dpursehouse/fix-meth-and-class-directives
Lukasa Jul 16, 2014
f0fb20c
Fix name misspelling
dpursehouse Jul 16, 2014
999ba49
Merge pull request #2136 from dpursehouse/greenfeld-not-greenfield
sigmavirus24 Jul 16, 2014
49ecffb
Add authentication classes to the API document
dpursehouse Jul 18, 2014
c6fa5bb
Fix a couple more malformed :meth: and :class: links
dpursehouse Jul 18, 2014
1785278
Remove redundant sentence from quickstart introduction
dpursehouse Jul 18, 2014
be453ba
Remove empty 'internals' page
dpursehouse Jul 18, 2014
587a515
Merge pull request #2138 from dpursehouse/more-doc-updates
Lukasa Jul 18, 2014
44e426e
More line wrapping
dpursehouse Jul 18, 2014
743f382
Linkify Github usernames in authors list
dpursehouse Jul 18, 2014
4c94282
Merge pull request #2139 from dpursehouse/line-wrapping
Lukasa Jul 18, 2014
eef4e08
Add links to Twitter accounts
dpursehouse Jul 18, 2014
698b93b
Docs: Using print() function instead print command on advanced & quic…
esparta Jul 18, 2014
e66466a
Merge pull request #2141 from esparta/master
Lukasa Jul 18, 2014
811ee4e
Upgrade urllib3 to 1.9.x
sigmavirus24 Jul 21, 2014
170d626
Fix test bug courtesy of @shazow
sigmavirus24 Jul 21, 2014
eb2906a
Merge pull request #2140 from dpursehouse/linkify-usernames
Lukasa Jul 22, 2014
57b8611
Update faq.rst
TkTech Jul 22, 2014
35f7bcd
Update faq.rst
TkTech Jul 22, 2014
9575d6a
Merge pull request #2145 from TkTech/patch-1
kennethreitz Jul 22, 2014
fe693c4
Merge pull request #2142 from sigmavirus24/urllib3-1.9
kennethreitz Jul 22, 2014
9eab9f7
Handle socket errors in iter_content
romanlevin Jul 24, 2014
cf01a74
Replace setattr
romanlevin Jul 24, 2014
3eb69be
Merge pull request #2148 from romanlevin/handle-socket-error-in-iter_…
kennethreitz Jul 27, 2014
47d0517
handle urllib3 api changes; closes #2045
jschneier Jul 30, 2014
35d083e
Merge pull request #2153 from jschneier/master
kennethreitz Aug 2, 2014
df641e7
Tracking Previous Requests
ContinuousFunction Aug 18, 2014
53d3cec
21m
Aug 19, 2014
2fc6e8a
Update on Tracking Previous Requests
ContinuousFunction Aug 19, 2014
aa6650a
Merge pull request #2168 from ContinuousFunction/master
kennethreitz Aug 21, 2014
c7e087c
Added space and sentence case
ContinuousFunction Aug 21, 2014
8bb8a9a
Adding my name to authors.
ContinuousFunction Aug 21, 2014
5aa1881
Adding myself to authors.
ContinuousFunction Aug 21, 2014
337b338
Adding my name to authors
ContinuousFunction Aug 21, 2014
1b26023
Documentation update : connection keep alive
Aug 22, 2014
391e064
Merge pull request #2173 from tychotatitscheff/master
Lukasa Aug 22, 2014
1c20d01
Cleanup grammar from previous commit.
Lukasa Aug 22, 2014
c0322e4
Merge pull request #2172 from ContinuousFunction/master
kennethreitz Aug 22, 2014
e70179a
Clarify which tests to run in the Makefile
kevinburke Aug 23, 2014
024db27
clarify comment
kevinburke Aug 23, 2014
c2aeaa3
Add support for connect timeouts
kevinburke Aug 23, 2014
f0b9b60
revert change
kevinburke Aug 25, 2014
8f9ce13
ConnectTimeout multiple inheritance
kevinburke Aug 25, 2014
39b3a43
assert connect timeout inheritance
kevinburke Aug 25, 2014
7f236fc
woops
kevinburke Aug 25, 2014
8bbc4fc
Updates urllib3 to 528ad3c
kevinburke Aug 25, 2014
c879873
Merge pull request #2179 from kevinburke/urllib3-pypy-ssl
kennethreitz Aug 26, 2014
32e403a
Merge pull request #2176 from kevinburke/connect
kennethreitz Aug 26, 2014
7a09e72
Merge pull request #2174 from kevinburke/test-clarification
kennethreitz Aug 26, 2014
b4a7906
Add Session method to merge environment settings with per-request set…
sigmavirus24 Aug 23, 2014
596ca83
Update verify check and doc-string
sigmavirus24 Aug 24, 2014
08d8876
Remove timeline.json from docs.
Lukasa Aug 26, 2014
7e24176
Merge pull request #2183 from Lukasa/docupdate
kennethreitz Aug 26, 2014
5f48336
Merge pull request #2178 from sigmavirus24/env-retrieval
kennethreitz Aug 26, 2014
89cb408
v2.4.0
Aug 28, 2014
d33ce49
keep-alive
Aug 28, 2014
d22b8d8
3.4 classifier
Aug 28, 2014
8f17741
Adds json parameter for POST requests
willingc Jul 17, 2014
b34a496
Adds review changes
willingc Aug 28, 2014
402f3b4
Changes check on base and json. Fails on tests.
willingc Aug 29, 2014
0713e09
Fixes typo in test
willingc Aug 29, 2014
1fcda91
Revert "Documentation update : connection keep alive"
Aug 29, 2014
95161ed
v2.4.0 changelog
Aug 29, 2014
dfa41af
Document Timeout behaviour
kevinburke Aug 29, 2014
81d6b3e
s/behavior/behaviour
kevinburke Aug 29, 2014
59f5a10
add trailing comma
kevinburke Aug 29, 2014
34ea836
tildes
kevinburke Aug 29, 2014
da12223
Capture and re-raise urllib3 ProtocolError
Aug 29, 2014
2c76122
Add test that invalid domain raises a ConnectionError
kevinburke Aug 29, 2014
c809867
Add betterssl extra
Aug 29, 2014
c6a1167
Merge remote-tracking branch 'kevinburke/domain-failure-connection-er…
Aug 29, 2014
ce7957c
Add test for invalid port
Aug 29, 2014
226b5c7
Open README and HISTORY as utf-8 encoded files (fixes #2196)
mtorromeo Sep 3, 2014
9354855
Consolidate error handling
Sep 3, 2014
bc25604
Merge pull request #2195 from sigmavirus24/betterssl
kennethreitz Sep 4, 2014
958845a
requests[security]
Sep 4, 2014
07bbe21
Merge pull request #2187 from kevinburke/more-docs
kennethreitz Sep 4, 2014
209a871
Merge pull request #2191 from kevinburke/comma
kennethreitz Sep 4, 2014
1324ca1
Merge pull request #2193 from sigmavirus24/bug/2192
kennethreitz Sep 4, 2014
a77054f
Remove hard certifi dependency and document.
Lukasa Sep 4, 2014
0df32de
Merge pull request #2199 from mtorromeo/patch-1
kennethreitz Sep 4, 2014
9c6ae1d
Link to Mozilla trust store.
Lukasa Sep 4, 2014
359659c
Merge pull request #2203 from Lukasa/remove_certifi
kennethreitz Sep 5, 2014
27c83f7
Fix #2207
sigmavirus24 Sep 7, 2014
bf8f791
Request->Response.
Lukasa Sep 9, 2014
2416e23
Merge pull request #2213 from kennethreitz/req-rsp
Lukasa Sep 9, 2014
5e94c81
Merge pull request #2210 from sigmavirus24/bug/2207
Lukasa Sep 9, 2014
dff383c
requests v2.4.1
Sep 9, 2014
27b6bfc
mils
Sep 9, 2014
9e8702d
lawl
Sep 9, 2014
d3566ee
Add more tests to `test_invalid_url`
blueyed Sep 12, 2014
1a44a99
Merge pull request #2222 from blueyed/fix-MissingScheme-for-hostport
Lukasa Sep 12, 2014
bff8b91
Document skipping in PreparedRequest; followup to #2222
blueyed Sep 12, 2014
9b41308
Merge pull request #2223 from blueyed/doc-followup-2222
sigmavirus24 Sep 12, 2014
4707d11
Added example of how to send multiple files in one request.
mjul Sep 16, 2014
0924069
Moved multiple files upload example to advanced section.
mjul Sep 16, 2014
082c8d0
Merge pull request #2227 from mjul/master
kennethreitz Sep 18, 2014
466a70f
Fixup the remaining references to timeline.json.
Lukasa Sep 20, 2014
d243668
Remove invoke from requirements.txt, docs
joealcorn Sep 20, 2014
d28d45a
Merge pull request #2237 from buttscicles/contributing-update
Lukasa Sep 20, 2014
fdf932c
raise RuntimeError when a single streamed request calls *iter methods…
tijko Sep 22, 2014
d647087
rm `else` after `if` then `raise` block
tijko Sep 22, 2014
58e0a6f
add-in StreamConsumedError
tijko Sep 22, 2014
6e5f7bb
using the `StreamConsumedError`
tijko Sep 22, 2014
64ba451
make StreamConsumedError doubly inherit
tijko Sep 22, 2014
ac44b48
Avoid getting stuck in a loop
sigmavirus24 Sep 23, 2014
671ba85
Correct redirection introduction
sigmavirus24 Sep 23, 2014
e0d88c2
Merge pull request #2245 from sigmavirus24/doc-fix
Lukasa Sep 23, 2014
de76fbe
Merge pull request #2244 from sigmavirus24/bug/2231
kennethreitz Sep 25, 2014
3635b15
docs: Clarify how to pass a custom set of CAs
jktjkt Sep 25, 2014
a718a81
Merge pull request #2248 from jktjkt/docs-CAs
Lukasa Sep 25, 2014
6e1db21
fix #2247
t-8ch Sep 25, 2014
cd5eb62
remove unused import
t-8ch Sep 26, 2014
a68d1b4
Support bytestring URLs on Python 3.x
joealcorn Sep 29, 2014
8ed941f
Fix a couple of issues I noticed
sigmavirus24 Sep 30, 2014
e74791d
Merge pull request #2238 from buttscicles/byte-urls
kennethreitz Oct 2, 2014
b1f3a2d
Remove timeout from __attrs__
sigmavirus24 Oct 5, 2014
20ca9fe
Merge pull request #2265 from sigmavirus24/session-attrs
Lukasa Oct 5, 2014
1e79cf6
Merge pull request #2258 from willingc/add-json
kennethreitz Oct 5, 2014
65cdccb
Merge pull request #2241 from tijko/master
kennethreitz Oct 5, 2014
90dc467
v2.4.2 changelog
Oct 5, 2014
79f56e2
fix documentation for utils.get_unicode_from_response() :)
Oct 5, 2014
779c001
requests v2.4.2
Oct 5, 2014
5850b1f
Merge pull request #2249 from t-8ch/fix_2247
kennethreitz Oct 5, 2014
ca2ebc5
allow unicode URLs on Python 2
minrk Oct 5, 2014
0e4efab
Re-order params for backwards compat
sigmavirus24 Oct 5, 2014
4ec26da
Merge pull request #2267 from minrk/unicode-url-py2
kennethreitz Oct 6, 2014
6da438d
Merge pull request #2268 from sigmavirus24/fix-params
kennethreitz Oct 6, 2014
78d12bb
v2.4.3
Oct 6, 2014
46d6460
v2.4.3
Oct 6, 2014
4594667
Update utils.py
mikecool1000 Oct 9, 2014
ce1ac88
Fixed #2250
mikecool1000 Oct 9, 2014
589f2f6
Add Release History to the sidebar
sigmavirus24 Oct 10, 2014
8339b60
Made more better
mikecool1000 Oct 10, 2014
2ac771b
Merge pull request #2271 from mikecool1000/fix-2250
sigmavirus24 Oct 10, 2014
c41eb27
Merge pull request #2273 from sigmavirus24/add-changelog-to-sidebar
kennethreitz Oct 12, 2014
4d498db
Update sidebarintro.html
morganthrapp Oct 14, 2014
f7ecad8
Merge pull request #2282 from morganthrapp/patch-1
kennethreitz Oct 14, 2014
3a6348d
Fix #2288. Change urllib3 and chardet workflow
syedsuhail Oct 19, 2014
e1e1855
Merge pull request #2289 from syedsuhail/fix-2288
Lukasa Oct 19, 2014
96efb5e
Fix #2279. Update layout css
syedsuhail Oct 19, 2014
6b58a35
Merge pull request #2290 from syedsuhail/fix-2282
Lukasa Oct 19, 2014
f5ff05b
Adding a custom line delimiter to iter_lines()
2deviant Oct 22, 2014
3602690
Changing parameter name `newline` ==> `delimiter`.
2deviant Oct 24, 2014
cfd6e25
fix failing test "test_prepare_unicode_url"
ssadler Oct 25, 2014
c044a70
update AUTHORS
ssadler Oct 25, 2014
be805f9
Merge pull request #2295 from 2deviant/feature-custom-newline
kennethreitz Oct 25, 2014
77687de
Revert "fix failing test "test_prepare_unicode_url""
ssadler Oct 26, 2014
26ed7c2
fix failing test "test_prepare_unicode_url"
ssadler Oct 26, 2014
8e69c9f
Revert "fix failing test "test_prepare_unicode_url""
ssadler Oct 26, 2014
583859b
fix failing test "test_prepare_unicode_url" \(take 3\)
ssadler Oct 26, 2014
091991b
Merge pull request #2306 from ssadler/fix-failing-test-test_prepare_u…
sigmavirus24 Oct 27, 2014
5a270de
fix: handle bytes objects properly in builtin_str for Python 3
kkipngenokoech Apr 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .env

This file was deleted.

8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ nosetests.xml
junit-report.xml
pylint.txt
toy.py
tox.ini
violations.pyflakes.txt
cover/
build/
docs/_build
requests.egg-info/
*.pyc
*.swp
*.egg
env/

.workon

t.py

t2.py
dist
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

66 changes: 55 additions & 11 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ various contributors:
Development Lead
````````````````

- Kenneth Reitz <me@kennethreitz.com>
- Kenneth Reitz <me@kennethreitz.org> `@kennethreitz <https://github.com/kennethreitz>`_

Core Contributors
`````````````````

- Cory Benfield <cory@lukasa.co.uk> `@lukasa <https://github.com/lukasa>`_
- Ian Cordasco <graffatcolmingov@gmail.com> `@sigmavirus24 <https://github.com/sigmavirus24>`_



Urllib3
Expand Down Expand Up @@ -39,7 +46,7 @@ Patches and Suggestions
- Peter Manser
- Jeremy Selier
- Jens Diemer
- Alex <@alopatin>
- Alex (`@alopatin <https://github.com/alopatin>`_)
- Tom Hogans <tomhsx@gmail.com>
- Armin Ronacher
- Shrikant Sharat Kandula
Expand Down Expand Up @@ -76,11 +83,10 @@ Patches and Suggestions
- Chase Sterling
- Marty Alchin
- takluyver
- Ben Toews (mastahyeti)
- Ben Toews (`@mastahyeti <https://github.com/mastahyeti>`_)
- David Kemp
- Brendon Crawford
- Denis (Telofy)
- Cory Benfield (Lukasa)
- Denis (`@Telofy <https://github.com/Telofy>`_)
- Matt Giuca
- Adam Tauber
- Honza Javorek
Expand All @@ -97,20 +103,58 @@ Patches and Suggestions
- Jonty Wareing <jonty@jonty.co.uk>
- Shivaram Lingamneni
- Miguel Turner
- Rohan Jain (crodjer)
- Rohan Jain (`@crodjer <https://github.com/crodjer>`_)
- Justin Barber <barber.justin@gmail.com>
- Roman Haritonov <@reclosedev>
- Roman Haritonov (`@reclosedev <https://github.com/reclosedev>`_)
- Josh Imhoff <joshimhoff13@gmail.com>
- Arup Malakar <amalakar@gmail.com>
- Danilo Bargen (gwrtheyrn)
- Danilo Bargen (`@dbrgn <https://github.com/dbrgn>`_)
- Torsten Landschoff
- Michael Holler (apotheos)
- Michael Holler (`@apotheos <https://github.com/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)
- André Graf (`@dergraf <https://github.com/dergraf>`_)
- Stephen Zhuang (`@everbird <https://github.com/everbird>`_)
- Martijn Pieters
- Jonatan Heyman
- David Bonner <dbonner@gmail.com> (`@rascalking <https://github.com/rascalking>`_)
- Vinod Chandru
- Johnny Goodnow <j.goodnow29@gmail.com>
- Denis Ryzhkov <denisr@denisr.com>
- Wilfred Hughes <me@wilfred.me.uk>
- Dmitry Medvinsky <me@dmedvinsky.name>
- Bryce Boe <bbzbryce@gmail.com> (`@bboe <https://github.com/bboe>`_)
- Colin Dunklau <colin.dunklau@gmail.com> (`@cdunklau <https://github.com/cdunklau>`_)
- Bob Carroll <bob.carroll@alum.rit.edu> (`@rcarz <https://github.com/rcarz>`_)
- Hugo Osvaldo Barrera <hugo@osvaldobarrera.com.ar> (`@hobarrera <https://github.com/hobarrera>`_)
- Łukasz Langa <lukasz@langa.pl>
- Dave Shawley <daveshawley@gmail.com>
- James Clarke (`@jam <https://github.com/jam>`_)
- Kevin Burke <kev@inburke.com>
- Flavio Curella
- David Pursehouse <david.pursehouse@gmail.com> (`@dpursehouse <https://github.com/dpursehouse>`_)
- Jon Parise
- Alexander Karpinsky (`@homm86 <https://twitter.com/homm86>`_)
- Marc Schlaich (`@schlamar <https://github.com/schlamar>`_)
- Park Ilsu <daftonshady@gmail.com> (`@daftshady <https://github.com/daftshady>`_)
- Matt Spitz (`@mattspitz <https://github.com/mattspitz>`_)
- Vikram Oberoi (`@voberoi <https://github.com/voberoi>`_)
- Can Ibanoglu <can.ibanoglu@gmail.com> (`@canibanoglu <https://github.com/canibanoglu>`_)
- Thomas Weißschuh <thomas@t-8ch.de> (`@t-8ch <https://github.com/t-8ch>`_)
- Jayson Vantuyl <jayson@aggressive.ly>
- Pengfei.X <pengphy@gmail.com>
- Kamil Madac <kamil.madac@gmail.com>
- Michael Becker <mike@beckerfuffle.com> (`@beckerfuffle <https://twitter.com/beckerfuffle>`_)
- Erik Wickstrom <erik@erikwickstrom.com> (`@erikwickstrom <https://github.com/erikwickstrom>`_)
- Константин Подшумок (`@podshumok <https://github.com/podshumok>`_)
- Ben Bass (`@codedstructure <https://github.com/codedstructure>`_)
- Jonathan Wong <evolutionace@gmail.com> (`@ContinuousFunction <https://github.com/ContinuousFunction>`_)
- Martin Jul (`@mjul <https://github.com/mjul>`_)
- Joe Alcorn (`@buttscicles <https://github.com/buttscicles>`_)
- Syed Suhail Ahmed <ssuhail.ahmed93@gmail.com> (`@syedsuhail <https://github.com/syedsuhail>`_)
- Scott Sadler (`@ssadler <https://github.com/ssadler>`_)
Loading