File: CONTRIBUTORS.rst

package info (click to toggle)
python-hyperframe 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 224 kB
  • sloc: python: 1,460; makefile: 14
file content (56 lines) | stat: -rw-r--r-- 1,203 bytes parent folder | download | duplicates (32)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Hyper is written and maintained by Cory Benfield and various contributors:

Development Lead
````````````````

- Cory Benfield <cory@lukasa.co.uk>

Contributors
````````````

In chronological order:

- Sriram Ganesan (@elricL)

  - Implemented the Huffman encoding/decoding logic.

- Alek Storm (@alekstorm)

  - Implemented Python 2.7 support.
  - Implemented HTTP/2 draft 10 support.
  - Implemented server push.

- Tetsuya Morimoto (@t2y)

  - Fixed a bug where large or incomplete frames were not handled correctly.
  - Added hyper command-line tool.
  - General code cleanups.

- Jerome De Cuyper (@jdecuyper)

  - Updated documentation and tests.

- Maximilian Hils (@mhils)

  - Added repr for frames.
  - Improved frame initialization code.
  - Added flag validation.

- Thomas Kriechbaumer (@Kriechi)

  - Improved initialization code.
  - Fixed bugs in frame initialization code.
  - Improved frame repr for frames with non-printable bodies.

- Davey Shafik (@dshafik)

  - Fixed Alt Svc frame stream association.

- Seth Michael Larson (@SethMichaelLarson)

  - Performance improvements to serialization and parsing.

- Fred Thomsen (@fredthomsen)

  - Support for memoryview in DataFrames.