1. 4a177cf Exclude python 3.7 from macOS testing (#46) (#47) by Keita Suzuki · 9 weeks ago upstream/master
  2. 139224e Update setup.py version number (#30) (#43) by Keita Suzuki · 4 months ago upstream/v4.0.2
  3. 4514f39 Add dependencies to publish.yml (#42) by Keita Suzuki · 4 months ago upstream/v4.0.1
  4. bd7a7d2 Specifiy release event to publish to PyPi (#30) (#41) by Keita Suzuki · 4 months ago
  5. 9cafd4d Add publish.yml to publish to PyPi (#30) (#40) by Keita Suzuki · 4 months ago
  6. 3a1011f Create python-package.yml (#37) by bashi · 6 months ago
  7. ffb629f Release version 4.0.0 (#34) by Henrik Skupin · 7 months ago upstream/v4.0.0
  8. ebd0a81 Rename module mod_pywebsocket to pywebsocket3 (#33) by Henrik Skupin · 8 months ago
  9. 50602a1 Support handler-encoding-ignorant embedders (#32) by Adam Rice · 3 years ago
  10. 316f541 Support --handler-encoding option (#31) by Adam Rice · 3 years ago
  11. 265579a Expose base.py as a public api. (#28) by arenevier · 3 years, 3 months ago
  12. cdb83e3 Add missing r to regular expression (#27) by Adam Rice · 3 years, 4 months ago
  13. 9db3d29 Bump version number to reflect functional changes (#25) by Adam Rice · 3 years, 5 months ago
  14. c6aea56 Stop wrapping os.popen3 (#24) by Adam Rice · 3 years, 5 months ago
  15. 353b4aa Give up expecting echo_client to be unicode safe (#23) by Adam Rice · 3 years, 5 months ago
  16. 9ae2b3c Make tests work with python 2 on Windows (#20) by Adam Rice · 3 years, 5 months ago
  17. e894c1b Update the URL in setup.py (#19) by Adam Rice · 3 years, 5 months ago
  18. f76e23c Fix incorrect use of "is" for integer comparison (#21) by Adam Rice · 3 years, 5 months ago
  19. 3ab411d Fix version comparisons (#22) by Adam Rice · 3 years, 5 months ago
  20. d1958b2 Sphinx fix: add indention for a sentence that continues in a new line. (#16) by ziransun · 3 years, 8 months ago
  21. 49ae4cb Fix Sphinx errors by Robert Ma · 4 years ago
  22. 115f9a6 Add .gitignore file by Adam Rice · 4 years ago
  23. b1ef45f Simplify some uses of os.path.split by Philip Jägenstedt · 4 years ago
  24. faf478a Add UnitTests for standalone server by Keita Suzuki · 4 years, 5 months ago
  25. 3ae555c Update optparse to argparse by Keita Suzuki · 4 years, 5 months ago
  26. e0d3b5a Update license year in websocket_server.py (#5) by Keita Suzuki · 4 years, 5 months ago
  27. 89c9228 Update travis.yml to be usable by Keita Suzuki · 4 years, 6 months ago
  28. cadacce Add hybi.compute_accept_from_unicode() by Keita Suzuki · 4 years, 6 months ago
  29. 77233ae Refactor standalone server into modules by Keita Suzuki · 4 years, 6 months ago
  30. 17dca40 Drop support for pyOpenSSL by Keita Suzuki · 4 years, 6 months ago
  31. 68e5c07 Format entire module with yapf by Keita Suzuki · 4 years, 6 months ago
  32. d968ae8 Update contributing and licensing by Keita Suzuki · 4 years, 6 months ago
  33. 44660b6 Modify examples to support python 3 by Keita Suzuki · 4 years, 6 months ago
  34. 58a0a8d Change deprecated methods to new methods by Keita Suzuki · 4 years, 6 months ago
  35. 00f8307 Remove legacy codes for python 2.6< by Keita Suzuki · 4 years, 6 months ago
  36. 8a33fb7 Change mask code to not use deprecated method. by Keita Suzuki · 4 years, 6 months ago
  37. 30a2f74 Modify main module to support python3 by Keita Suzuki · 4 years, 6 months ago
  38. 77ec0ab Close standalone server after using it for end-to-end tests by Keita Suzuki · 4 years, 6 months ago
  39. 549b4ab Update test handlers and handshakes by Keita Suzuki · 4 years, 6 months ago
  40. 10da28a Fix tests that implicitly use byte strings. by Keita Suzuki · 4 years, 6 months ago
  41. c67e42c Modify tests to python 3 compatible. by Keita Suzuki · 4 years, 6 months ago
  42. 699d72e Merge StreamBase Class to Stream Class. by Keita Suzuki · 4 years, 7 months ago
  43. 67d3005 Modify setup.py to add dependencies to the python six module. by Keita Suzuki · 4 years, 6 months ago
  44. 384119e Remove obosolete files and update document. by Keita Suzuki · 4 years, 7 months ago
  45. 4a8cc08 Fix broken tests do to the misuse of zlib package. by Keita Suzuki · 4 years, 7 months ago
  46. bac2b47 Fix broken test that misuses urlparse library. by Keita Suzuki · 4 years, 7 months ago
  47. 76a990f Remove deflate-frame-extension. by Keita Suzuki · 4 years, 7 months ago
  48. 3f13224 Remove extensions for x-webkit-deflate-frame. by Keita Suzuki · 4 years, 7 months ago
  49. 2d8512c Drop support for Hixie75 and Hybi8. by Keita Suzuki · 4 years, 7 months ago
  50. b82d364 Remove Apache Specific Extensions to drop support. by Keita Suzuki · 4 years, 7 months ago
  51. 29d22d1 Remove multiplexing related files. by Keita Suzuki · 4 years, 7 months ago
  52. fe9c61c Remove XHR benchmark handler and the related examples. by Keita Suzuki · 4 years, 7 months ago
  53. 656214e Update the README.md to pywebsocket3. by Keita Suzuki · 4 years, 7 months ago
  54. b79b28f Add .travis.yml (#155) by John Vandenberg · 5 years ago
  55. 2d7b73c Merge pull request #147 from hiroshige-g/iframe by hiroshige-g · 9 years ago
  56. 0f74d91 Merge pull request #144 from google/mintotal by hiroshige-g · 9 years ago
  57. de2aff4 Merge pull request #148 from google/noteupdate by hiroshige-g · 9 years ago
  58. 7e824d9 Add a note about NaN on the stddev column by Takeshi Yoshino · 9 years ago
  59. e738dec Remove code for mintotal from xhr_benchmark.html and fetch_benchmark.html by Takeshi Yoshino · 9 years ago
  60. 4f10526 Use iframe for Chromium performance tests to remove --disable-web-security by Hiroshige Hayashizaki · 9 years ago
  61. fe816aa Merge pull request #146 from ricea/non-integer-multipliers by hiroshige-g · 9 years ago
  62. ed8233f Update fetch_benchmark and xhr_benchmark also. by Adam Rice · 9 years ago
  63. b692883 Support non-integer multpliers in benchmark. by Adam Rice · 9 years ago
  64. 9882bb1 PEP-8/0257 cleanup by dylan d · 9 years ago
  65. 09d8427 Merge pull request #140 from hiroshige-g/license by hiroshige-g · 9 years ago
  66. a79008b Merge pull request #141 from hiroshige-g/readme by hiroshige-g · 9 years ago
  67. 78e3bdc Update README.md to short description + redirect to Wiki. by Hiroshige Hayashizaki · 9 years ago
  68. 8d3d6e6 Update README.md to redirect to Wiki. by Hiroshige Hayashizaki · 9 years ago
  69. c00ffda Place LICENSE and CONTRIBUTING at the root directory by Hiroshige Hayashizaki · 9 years ago
  70. 76b3a63 Merge pull request #139 from hiroshige-g/mv by hiroshige-g · 9 years ago
  71. 5e3cd59 Move files from /src/ to /. Fixes #138. by Hiroshige Hayashizaki · 9 years ago
  72. c4c4c51 ../finishGoogleCodeGitHubWikiMigration/finishGoogleCodeGitHubWikiMigration: Moved ProjectHome.md from wiki branch to README.md in master branch. by Hiroshige Hayashizaki · 9 years ago
  73. 5137aa5 Remove draft8 option from PerMessageDeflateExtensionProcessor by tyoshino · 9 years ago
  74. 51ca310 [benchmark] Add Fetch API performance tests. by hiroshige · 9 years ago
  75. ff93bef [benchmark] Add config for HTTP method and cache control config by hiroshige · 9 years ago
  76. 588d504 Remove permessage-compress extension support by tyoshino · 10 years ago
  77. 286b871 Update expectation for permessage-deflate compression result for empty payload by tyoshino · 10 years ago
  78. 6aa4ebb Add comments about Stream.close_connection()'s behavior by tyoshino · 10 years ago
  79. d51867c Call notifyAbort when error occurs by hiroshige · 10 years ago
  80. 20b418b [benchmark] Check and warn if proxy is enabled by hiroshige · 10 years ago
  81. f0236e1 [xhr_event_logger] Show timestamps of events by hiroshige · 10 years ago
  82. e650db3 [benchmark] Do not call measureValue in warm-up iterations by hiroshige · 10 years ago
  83. a8ecd46 Add warm-up iteration config by hiroshige · 10 years ago
  84. 704e914 [benchmark] Do not abort() when readyState is DONE in destroyAllXHRs by hiroshige · 10 years ago
  85. 18a3ac5 [benchmark] Add XHR Async/Sync config by hiroshige · 10 years ago
  86. 91c7eeb Clear timerID in the result reporting task by hiroshige · 10 years ago
  87. d0b7b31 When returning 401 response, WebSocketRequestHandler.parse_request must return False by tyoshino · 10 years ago
  88. 349da64 Clear timers at stop() in benchmark.js (to be consistent with xhr_benchmark.js) by hiroshige · 10 years ago
  89. e2891e5 [xhr_event_logger] Add an option to test sync XHR by tyoshino · 10 years ago
  90. 4726a4d Clear event listeners by setting them to null, instead of function() {}. by hiroshige · 10 years ago
  91. 04416af Fix the filename of the utility definition file in xhr_event_logger.html. by tyoshino · 10 years ago
  92. 09324da Add config.measureValue callback by hiroshige · 10 years ago
  93. 5471e10 Refactoring: rename responseType to dataType in xhr_benchmark by hiroshige · 10 years ago
  94. e55fd68 Add benchmark option to run on workers by hiroshige · 10 years ago
  95. 875c955 xhr_event_logger new features (upload event, dump ProgressEvent, response mode) by tyoshino · 10 years ago
  96. f2da9da Show user agent in summary box by hiroshige · 10 years ago
  97. a8da02f Display config in summary box by hiroshige · 10 years ago
  98. b6e177e Fix radio box handling of xhr_benchmark.html to work on IE by hiroshige · 10 years ago
  99. e288e67 Replace variable name |runner| with |task| by hiroshige · 10 years ago
  100. 3f2de00 Exclude ArrayBuffer creation from the reported time in XHR benchmark by hiroshige · 10 years ago