Commit Graph

  • 02a23c8bd7 Add Python 3.4 build options Jakub Stasiak 2014-10-10 00:14:48 +01:00
  • 75a1ab8caf Remove most of the deprecated code Jakub Stasiak 2014-10-05 21:25:46 +01:00
  • 5f5c137676 Tune documentation Jakub Stasiak 2014-07-13 21:47:13 +01:00
  • d95e7b57fb doc: gitignore; ./build-website.bash --no-commit Sergey Shepelev 2014-09-28 15:35:53 +04:00
  • 4cdd52a800 gitignore Sergey Shepelev 2014-09-28 15:37:08 +04:00
  • f9b40b74d5 Adding changelog to the website Deva 2014-09-27 16:59:39 +05:30
  • 9d05c68fa2 green.socket: create_connection: UnboundLocalError on Python3 Sergey Shepelev 2014-09-05 02:49:43 +04:00
  • 24f3b792db Bump version to 0.16.0.dev Sergey Shepelev 2014-09-05 01:33:05 +04:00
  • 8d2474197d NEWS: forgot to mention 100-continue headers v0.15.2 Sergey Shepelev 2014-09-01 11:57:41 +04:00
  • 724beda5d2 Website built from v0.15.2 b9184f8 Sergey Shepelev 2014-09-01 04:28:14 +04:00
  • b9184f8dcc v0.15.2 release Sergey Shepelev 2014-09-01 04:22:37 +04:00
  • f574c4feb1 greenio: manual memory leak test Sergey Shepelev 2014-09-01 04:21:50 +04:00
  • a5fa0e0509 wsgi: pep8 fixes Tushar Gohad 2014-08-26 23:05:37 -07:00
  • 3d89eef5d0 WIP hub-catch-exception Sergey Shepelev 2014-08-28 09:36:32 +04:00
  • d4d09ac622 greenio: When we mark a socket as closed we still need to be able to close it Michael Kerrin 2014-08-22 10:24:14 +01:00
  • 203e629212 PEP-8 fixes Sergey Shepelev 2014-07-18 15:21:26 +04:00
  • e9486899e0 wsgi: Add "100 Continue" response documentation Tushar Gohad 2014-08-26 22:09:50 -07:00
  • e18b30b119 wsgi: Support optional headers w/ "100 Continue" responses Tushar Gohad 2014-08-22 21:52:30 -07:00
  • 5e553771d0 Fix octal literal Simon Jagoe 2014-08-19 13:51:32 +01:00
  • 2502533b99 Bump version to 0.16.0.dev Sergey Shepelev 2014-07-03 13:38:45 +04:00
  • 579edbb0ab Website built from master bc7e130 v0.15.1 Sergey Shepelev 2014-08-15 04:22:07 +04:00
  • bc7e130d4a 0.15.1 release v0.15.1 Sergey Shepelev 2014-08-15 04:16:48 +04:00
  • 8f98f8b634 hubs: defang after remove; related to second simultaneous read issue Michael Kerrin 2014-06-25 09:13:02 +01:00
  • da87716714 Fix second simultaneous read (parallel paramiko issue) Jan Grant 2014-06-20 13:31:20 +01:00
  • b73399116d greenio: processes: None >= 0 TypeError github-107-none-compare-int Sergey Shepelev 2014-07-16 18:15:57 +04:00
  • 2f49f860b8 tests: Update bundled mock library to 1.0.1 Jakub Stasiak 2014-07-13 22:37:06 +01:00
  • 9334db2648 Travis: Enable fast build finish Jakub Stasiak 2014-07-15 08:37:39 +01:00
  • 99f4f18c33 wsgi: websocket: Reformat code + tests (PEP-8) Jakub Stasiak 2014-07-13 20:43:33 +01:00
  • 6afd8bdee2 Python 3 compatibility fixes Jakub Stasiak 2014-06-16 01:31:25 +01:00
  • f37a87b1f8 greenio, tpool: python3 compatibility Sergey Shepelev 2014-04-24 17:42:30 +04:00
  • a651a3097f tests: deprecated TestCase.assert_() -> assert keyword Sergey Shepelev 2014-07-16 13:54:42 +04:00
  • 959d96b0d0 WIP on issue https://github.com/eventlet/eventlet/issues/95 gh-95-thread-join-block Sergey Shepelev 2014-05-30 11:40:03 +04:00
  • d2ec34fb14 db_pool: customizable connection cleanup function; Thanks to Avery Fay Sergey Shepelev 2014-06-13 17:15:47 +04:00
  • bd7a14305c Bump version to 0.16.0.dev Sergey Shepelev 2014-07-03 13:38:45 +04:00
  • 89b37aa9ef Website built from master c58f43b v0.15 Sergey Shepelev 2014-07-03 13:36:24 +04:00
  • c58f43bd88 0.15 release v0.15 Sergey Shepelev 2014-07-03 13:14:25 +04:00
  • 6c4823c805 PyPy 2.3 compatibility fix Dmitriy Kruglyak 2014-06-11 12:46:57 -07:00
  • c6a6731ded PEP8 whitespace Sergey Shepelev 2014-04-02 15:38:46 +04:00
  • cbd404d56e python3 compatibility Sergey Shepelev 2014-04-24 17:51:27 +04:00
  • c467ded4a6 PEP-8 check all files, once in separate environment, parallel in Travis Sergey Shepelev 2014-04-24 13:56:36 +04:00
  • fb6b46dea0 Python3: __bool__, im_code, im_func Victor Sergeyev 2014-04-23 14:33:24 +03:00
  • 49773bb12b python3 compatibility Sergey Shepelev 2014-04-23 16:52:43 +04:00
  • 2da62a16c3 PEP-8 fixes, tox runs pep8 check Sergey Shepelev 2014-04-23 13:29:17 +04:00
  • 1b9f0f0edb python3 compatibility: print function Sergey Shepelev 2014-04-23 13:27:49 +04:00
  • 92d12567b2 python3 compatibility: range, zip, StringIO Viktors 2014-04-17 21:07:09 +03:00
  • e4dedf7336 wsgi: capitalize_response_headers option Sergey Shepelev 2014-03-21 22:14:10 +04:00
  • 0cefaea271 pypy compatibility Jakub Stasiak 2014-03-28 06:58:09 +00:00
  • fa40e18ce3 travis: Build with PyPy; Upgrade dependencies; Install libzmq-dev Jakub Stasiak 2014-04-03 20:43:11 +01:00
  • 417e2cc129 green: subprocess: do not use new module for compatibility with Python3 Viktors 2014-04-12 18:28:53 +03:00
  • 75c6332171 greenthread: add .unlink() method; Thanks to Astrum Kuo 郭旭星Astrum Kuo 2014-04-02 15:29:24 +08:00
  • 5399fbda9d python3 compat fixes; Thanks to Astrum Kuo 郭旭星Astrum Kuo 2014-04-01 17:51:44 +08:00
  • 4786b3cfe2 greenio: check both EAGAIN and EWOULDBLOCK; Thanks to Ramakrishnan G gh-61-eagain-ewouldblock Sergey Shepelev 2014-03-25 22:25:22 +04:00
  • 983d478eaf travis: Build with Python 3.3 Jakub Stasiak 2014-03-26 23:23:26 +00:00
  • 2b2f0a96b4 python3 compat fixes Victor Sergeyev 2013-11-25 18:21:40 +02:00
  • cfdd9a922c support: bundle six 1.5.2 Sergey Shepelev 2014-02-10 19:11:22 +04:00
  • 76a8cdcdae queue: Make join not wait if there are no unfinished tasks Jakub Stasiak 2014-01-28 21:00:41 +00:00
  • 7932fc4efb green.profile: accumulate results between runs; Thanks to Zhang Hua Sergey Shepelev 2014-03-10 16:39:34 +04:00
  • c458d87155 tox: Refactor configuration Jakub Stasiak 2014-01-28 23:47:47 +00:00
  • 00ecc3c508 tox: Bump MySQL-Python version Jakub Stasiak 2014-01-28 23:46:29 +00:00
  • f441c1eb53 websockets: Test and handle lack of Upgrade header Jakub Stasiak 2014-01-24 00:17:26 +00:00
  • fe5bebbb09 websockets: handle HTTP_CONNECTION more flexibly Jakub Stasiak 2014-01-18 21:54:42 +00:00
  • 849d45682f websockets: Add websockets13 support Edward George 2013-12-31 10:54:11 +01:00
  • 252aeeded5 packaging: Generate universal wheels Jakub Stasiak 2013-12-31 10:59:57 +01:00
  • e649890cf4 python3 compat: raise E(arg) syntax Sergey Shepelev 2013-10-07 17:09:35 +04:00
  • d2bbbd79d3 python3 compat: remove lots of Python 2.5 and earlier dependent code; use print() function syntax Sergey Shepelev 2013-10-07 16:48:34 +04:00
  • 35f600600c python3 compat: print() function syntax Sergey Shepelev 2013-10-07 13:09:41 +04:00
  • 80633ab224 python3 compat: 2to3: except E as e: syntax Davanum Srinivas 2013-09-22 22:56:44 -04:00
  • 76c1fcf3e5 coros: remove Actor which was deprecated in 2010-01 Sergey Shepelev 2013-10-09 22:30:22 +04:00
  • be8ddd5a89 saranwrap: remove saranwrap which was deprecated in 2010-02 Sergey Shepelev 2013-10-09 22:21:52 +04:00
  • 256a1cf406 doc: recommend install via pip Omer Katz 2013-11-06 14:40:15 +02:00
  • 625624b0a7 tpool: proxy __enter__, __exit__ fixes BB-158; Thanks to Eric Urban Sergey Shepelev 2013-10-02 16:04:34 +04:00
  • fc8f427cbf Bump version to 0.15.0.dev Sergey Shepelev 2013-09-13 20:48:59 +04:00
  • 54196f4548 Website built from v0.14 Sergey Shepelev 2013-09-13 20:47:17 +04:00
  • 423951774a 0.14 release (branding) v0.14 Sergey Shepelev 2013-09-13 20:41:18 +04:00
  • 01690fc45b websocket: allow "websocket" in lowercase in Upgrade header (Google Chrome sends so) Dmitry Orlov 2013-09-13 02:34:11 +04:00
  • bc796c4f65 wsgi: Allow minimum_chunk_size to be overriden on a per request basis David Goetz 2013-05-01 15:32:09 -07:00
  • 25bc2c402d Rename README{,.rst} for Github render; Thanks to Thomas Grainger and Tobias Megies; Fixes GH-47 Sergey Shepelev 2013-09-05 01:58:27 +04:00
  • e654836a95 Website built from master 16e746b Sergey Shepelev 2013-08-20 16:48:47 +04:00
  • 16e746be5e tox: Add pep8 and flake8 configuration in tox.ini Floris Bruynooghe 2013-06-18 20:47:18 +01:00
  • e67ca947c4 add gitignore Sergey Shepelev 2013-08-15 17:53:23 +04:00
  • 6f5889e669 doc: index page major update Sergey Shepelev 2013-08-14 15:54:43 +04:00
  • 17b1214035 green.ssl: Fix NameError GH-17 Jakub Stasiak 2013-08-10 11:15:12 +01:00
  • 2633322d65 greenio: socket pypy compatibility; Thanks to Alex Gaynor Sergey Shepelev 2013-08-09 19:19:29 +04:00
  • 7d4916f014 wsgi: configurable socket_timeout Sergey Shepelev 2013-08-09 14:25:10 +04:00
  • dcf0a11bc3 wsgi: pep8 whitespace Sergey Shepelev 2013-08-08 19:52:41 +04:00
  • 30fd49f44b wsgi: close timed out client connections Sergey Shepelev 2013-08-08 18:46:38 +04:00
  • 0596eb6739 Added Google Analytics Sergey Shepelev 2013-08-07 19:22:40 +04:00
  • dfc08f7947 tests: kill all tpool workers in LimitedTestCase Jakub Stasiak 2013-07-29 23:40:03 +01:00
  • 5e40ef4bc3 doc: add Google Analytics tracking code Sergey Shepelev 2013-08-04 16:36:56 +04:00
  • 2681e425ad tox: add dnspython to test greendns support tox-add-dnspython Sergey Shepelev 2013-07-09 18:48:44 +04:00
  • c3f5207f24 tox: run tests with newer versions of optional dependencies Sergey Shepelev 2013-07-09 18:52:40 +04:00
  • 2a0446724b wsgi: handle connection socket timeouts Paul Oppenheim 2013-03-28 00:23:20 -07:00
  • fe12a6d849 tests: extract run_python() utility function Sergey Shepelev 2013-07-09 22:16:21 +04:00
  • dc441bb8b8 greenio: remove excess asserts for args Sergey Shepelev 2013-07-09 20:12:24 +04:00
  • 55467d8ee3 tests: ProcessBase should call parent setUp/tearDown; Thanks to Paul Oppenheim Sergey Shepelev 2013-07-09 20:37:37 +04:00
  • 05928f912a tests: skip check_idle_cpu_usage on Windows; Thanks to Paul Oppenheim Sergey Shepelev 2013-07-09 20:07:11 +04:00
  • c268aa501e support: greendns: always resolve port Sergey Shepelev 2013-07-09 18:45:44 +04:00
  • 4fc1f4550d wsgi: env['wsgi.input'] was returning 1 byte strings Eric Urban 2013-05-27 17:45:00 -04:00
  • e5d8f21f09 Website built from 0.13 7f4e6d18 Sergey Shepelev 2013-07-02 20:45:09 +04:00
  • 7f4e6d1840 doc: fix 0.13 release PyPi tarball link Sergey Shepelev 2013-07-02 20:43:53 +04:00