1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Anatoli Babenia 9bfd23ae67 Remove explicit gevent imports
It is enough to monkey patch one time at the top level,
which is done in `bin/srv.py` web server script.
2020-11-17 17:23:33 +03:00
Igor Chubin 0404fad5c1 added cmake support 2019-07-07 11:33:06 +00:00
Igor Chubin 2a450b5c34 added support for flask and django (#145) 2019-07-07 11:23:43 +00:00
Igor Chubin ea055559c4 added Git support 2019-07-07 11:16:48 +00:00
Igor Chubin 113b466e96 utf-8 workaround for python 2.x 2019-07-07 11:03:59 +00:00
Igor Chubin 04cfd5209e fmt/comments.py: stdin=open(os.devnull, "r") 2019-05-19 18:17:52 +00:00
Igor Chubin f44b58d8ac connect stdin to /dev/null when starting subprocesses 2019-05-18 20:30:11 +00:00
Igor Chubin 0243dce889 lib/fmt/comments.py: removed unused print() 2019-05-18 14:31:57 +00:00
Igor Chubin adcac9bfeb support for python3 2019-05-11 18:26:10 +02:00
Igor Chubin d94ca8458f switched to new configuration interface 2019-05-01 20:48:05 +02:00
Igor Chubin 50f4abacb0 caching separated into cache.py 2019-02-17 14:07:02 +01:00
Igor Chubin f3f3e6cf99 moved beautifier.py to fmt/comments.py 2019-02-17 00:54:29 +01:00