An open API service providing commit metadata for open source projects.

GitHub / python-hyper/h2 / commits

Pure-Python HTTP/2 protocol implementation

SHA Message Author Date Stats
6da97a1e [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
68d17f46 [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
d837ae14 merge Merge pull request #344 from python-hyper/requires-io-master Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
36f90e11 [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
5451971d Some initial flow control tests. Cory Benfield <l****z@g****m> almost 10 years ago
246195ee merge Merge pull request #338 from python-hyper/requires-io-master Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
c498dba3 [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
b14a8a4c [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
aaf5810d merge Merge pull request #329 from python-hyper/requires-io-master Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
e37cb6ca [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
9a2f2d3d [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
3ce49ce5 merge Merge pull request #328 from python-hyper/awlc/parens-style Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
ccd799b2 Tidy up the parens to match the project style Alex Chan <a****x@a****t>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
5c8bb12d merge Merge pull request #326 from python-hyper/requires-io-master Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
e5505af1 [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
65f33223 [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
14caa5b7 merge Merge pull request #322 from python-hyper/awlc/issue-321 Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
a8629003 Emit the correct internal event for sending informational response Alex Chan <a****x@a****t> almost 10 years ago
49788e2c merge Merge pull request #320 from python-hyper/awlc/issue-314 Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
a3cfea31 Add a `_RequestSent` event for symmetry Alex Chan <a****x@a****t> almost 10 years ago
24467171 Drop `Headers` from the name of `_ResponseHeadersSent` Alex Chan <a****x@a****t> almost 10 years ago
16585a2c Changelog for #290. Cory Benfield <l****z@g****m> almost 10 years ago
f4b20464 merge Merge pull request #311 from sunu/issue-290 Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
efb6450f merge Merge branch 'master' into issue-290 Tarashish Mishra <s****0@g****m> almost 10 years ago
439d5dd8 Use list comprehension instead of filter Tarashish Mishra <s****0@g****m> almost 10 years ago
e0edfb32 add reference to the relevant RFC section Tarashish Mishra <s****0@g****m> almost 10 years ago
3c04976f merge Merge pull request #317 from python-hyper/awlc/docstring-fix Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
79e40b34 Trailing whitespace because the GitHub editor Alex Chan <a****x@a****t>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
2d5baa90 Fix docstring in utilities.py Alex Chan <a****x@a****t>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
8cb0e39c fix typo in comment Tarashish Mishra <s****0@g****m> almost 10 years ago
92ff0e9c Fix code style Tarashish Mishra <s****0@g****m> almost 10 years ago
371706f2 Refactored the host-authority matching test Tarashish Mishra <s****0@g****m> almost 10 years ago
bceb7019 Refactoring some ugly code Tarashish Mishra <s****0@g****m> almost 10 years ago
6fcca009 Use filter to generate validation flags for testing Tarashish Mishra <s****0@g****m> almost 10 years ago
d74d28db Introduce _ResponseHeadersSent event Tarashish Mishra <s****0@g****m> almost 10 years ago
798fc88a Don't forget to increment the window size! Cory Benfield <l****z@g****m> almost 10 years ago
e0d5413b Relative import! Cory Benfield <l****z@g****m> almost 10 years ago
9ccdd90d Add basic WindowManager class Cory Benfield <l****z@g****m> almost 10 years ago
1c1437bb Versionadded directive Cory Benfield <l****z@g****m> almost 10 years ago
a974a8e3 Validate inputs. Cory Benfield <l****z@g****m> almost 10 years ago
565f877d We need more parameters. Cory Benfield <l****z@g****m> almost 10 years ago
1f05ab91 Fix typo Cory Benfield <l****z@g****m> almost 10 years ago
2f03973d Basic shell of new method. Cory Benfield <l****z@g****m> almost 10 years ago
8d118b71 Initial high-level doc. Cory Benfield <l****z@g****m> almost 10 years ago
94960a53 merge Merge pull request #312 from sunu/master Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
b7642e2d Fix typo in docs Tarashish Mishra <s****0@g****m> almost 10 years ago
d3435434 A couple more style fixes Tarashish Mishra <s****0@g****m> almost 10 years ago
8fed89cb Get rid of the unnecessary is_response flag. And some code style fixes Tarashish Mishra <s****0@g****m> almost 10 years ago
ece998d9 Reject response header blocks that don’t include the field Tarashish Mishra <s****0@g****m> almost 10 years ago
0daaaab9 merge Merge branch 'nateprewitt-263_pseudo_header_in_trailer' Cory Benfield <l****z@g****m> almost 10 years ago
1a5f750b Add @nateprewitt to contributors file. Cory Benfield <l****z@g****m> almost 10 years ago
a79b9695 Changelog entry for #305. Cory Benfield <l****z@g****m> almost 10 years ago
f58c9aea merge Merge branch '263_pseudo_header_in_trailer' of https://github.com/nateprewitt... Cory Benfield <l****z@g****m> almost 10 years ago
0335474d merge Merge pull request #309 from python-hyper/requires-io-master Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
2c613d8c [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
a2aa6fa2 [requires.io] dependency update requires.io <s****t@r****o> almost 10 years ago
1327ed9e check for pseudo header in trailer Nate Prewitt <N****t@g****m> almost 10 years ago
ace7e462 merge Merge pull request #289 from python-hyper/awlc/outbound-validation Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
d5009d0a Remove "breaking bugfixes" header from HISTORY.rst Alex Chan <a****x@a****t> about 10 years ago
565f300a Remove unnecessary call to `strip()` Alex Chan <a****x@a****t> about 10 years ago
70790e30 merge Merge branch 'sunu-whitespace' Cory Benfield <l****z@g****m> about 10 years ago
75226828 Add changelog entries for #281. Cory Benfield <l****z@g****m> about 10 years ago
352d6863 Add explanatory comment. Cory Benfield <l****z@g****m> about 10 years ago
51478643 Modify hypothesis strategy to always have non-empty header name Tarashish Mishra <s****0@g****m> about 10 years ago
a56993a4 Allow empty header values Tarashish Mishra <s****0@g****m> about 10 years ago
c0030afb Raise ProtocolError for empty headers Tarashish Mishra <s****0@g****m> about 10 years ago
b5046b31 merge Merge branch 'master' into whitespace Tarashish Mishra <s****0@g****m> about 10 years ago
e5689c8e Be specific while excluding code from coverage Tarashish Mishra <s****0@g****m> about 10 years ago
7a801868 merge Merge pull request #304 from toffer/tornado-example Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
933e735b Add @toffer to contributors list. Tom Offermann <t****n@n****m> about 10 years ago
d2ca84bd Add docstring to Tornado example server. Tom Offermann <t****n@n****m> about 10 years ago
d1dd9329 Add Tornado example to the docs. Tom Offermann <t****n@n****m> about 10 years ago
f2fcdf51 Stop coverage from complaining Tarashish Mishra <s****0@g****m> about 10 years ago
14c3bd04 Check for python 2 instead of Python 3 Tarashish Mishra <s****0@g****m> about 10 years ago
4224ea77 Add basic Tornado example. Tom Offermann <t****n@n****m> about 10 years ago
1c50b7d6 Use separate frozensets on Python 2 and 3. Tarashish Mishra <s****0@g****m> about 10 years ago
fe864677 Refactor to use frozensets and whitespace codepoints on Py3 Tarashish Mishra <s****0@g****m> about 10 years ago
6e00a935 merge Merge pull request #303 from python-hyper/issue/295 Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
2440f34e Use a slightly faster method to check if header is surrounded by whitespace Tarashish Mishra <s****0@g****m> about 10 years ago
d246cab4 merge Merge branch 'master' into whitespace Tarashish Mishra <s****0@g****m> about 10 years ago
4771c570 Better changelog again. Cory Benfield <l****z@g****m> about 10 years ago
fdc60a92 Test that we handle ErrorCodes properly in events Cory Benfield <l****z@g****m> about 10 years ago
4a51181d Use helper to get ErrorCodes when possible. Cory Benfield <l****z@g****m> about 10 years ago
23ad81a1 Define helper function for building ErrorCodes Cory Benfield <l****z@g****m> about 10 years ago
ef32ed10 Clarify error_code type. Cory Benfield <l****z@g****m> about 10 years ago
e0324300 Fixup further deprecated imports. Cory Benfield <l****z@g****m> about 10 years ago
43c7848d Changelog for #295. Cory Benfield <l****z@g****m> about 10 years ago
9f270b28 Rewrite tests to use non-deprecated code. Cory Benfield <l****z@g****m> about 10 years ago
a336e4fc Update tests with new error code representation. Cory Benfield <l****z@g****m> about 10 years ago
3ac78b8c Define ErrorCodes enum. Cory Benfield <l****z@g****m> about 10 years ago
dfe47780 merge Merge pull request #300 from python-hyper/requires-io-master Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
3ab25b20 [requires.io] dependency update requires.io <s****t@r****o> about 10 years ago
4f50c6ee merge Merge pull request #296 from python-hyper/requires-io-master Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
8c99c008 [requires.io] dependency update requires.io <s****t@r****o> about 10 years ago
67a39a1b Confirm the type logic of this function Cory Benfield <l****z@g****m> about 10 years ago
22e23b18 merge Merge pull request #294 from python-hyper/window-management-docs Cory Benfield <l****z@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
de80633c Make this directory exist on clone. Cory Benfield <l****z@g****m> about 10 years ago
1a274cc7 Try calling this a func. Cory Benfield <l****z@g****m> about 10 years ago
2efab523 Actually document this field. Cory Benfield <l****z@g****m> about 10 years ago
cd03e177 Hoist further. Cory Benfield <l****z@g****m> about 10 years ago

← Back to repository