Sidhant Bhavnani
|
8c0c12c1d9
|
pep8: Fix E303 violations.
|
2016-12-02 15:34:11 -08:00 |
AZtheAsian
|
1ba150fa85
|
pep8: Fix E203 violations
|
2016-12-01 20:37:57 -08:00 |
AZtheAsian
|
f7582f0050
|
pep8: Fix E124 violations
|
2016-12-01 14:18:11 -08:00 |
Tommy Ip
|
46b7d54b3e
|
pep8: Fix E701 violations.
|
2016-11-30 20:45:09 +00:00 |
Rafid Aslam
|
41bd88d5ed
|
pep8: Fix E301 pep8 violations.
Fix "E301: expected (1 or 2) blank line" pep8 violations.
|
2016-11-29 08:51:44 -08:00 |
Tim Abbott
|
3d1bcb05e1
|
tornado: Move event_queue.py to zerver/tornado/.
Fixes #729.
|
2016-11-26 22:29:28 -08:00 |
Tim Abbott
|
1fcf2ff525
|
tornado: Move zerver.tornadoviews to zerver.tornado.views.
This furthers the overall goal of moving all the Tornado-specific code
to zerver/tornado/.
|
2016-11-26 22:29:28 -08:00 |
Tim Abbott
|
169d404579
|
tornado: Move zerver.lib.handlers into zerver.tornado.handlers.
This cleans up the confusingly duplicated file names, while also
moving more of the Tornado-specific code under zerver/tornado/.
|
2016-11-26 22:29:28 -08:00 |
Tim Abbott
|
d75f49b119
|
tornado: Move descriptor dict management code to handlers.py.
|
2016-11-26 22:29:28 -08:00 |
Tim Abbott
|
282f74609c
|
tornado: Move socket code to zerver/tornado/.
|
2016-11-26 22:29:27 -08:00 |
Tim Abbott
|
f2782971e0
|
tornado: Clean up AsyncDjangoHandler Python style.
|
2016-11-26 22:05:04 -08:00 |
Tim Abbott
|
b83361bcfc
|
tornado: Extract create_tornado_application helper.
|
2016-11-26 21:43:13 -08:00 |
Tim Abbott
|
9e9066f77a
|
tornado: Extract AsyncDjangoHandler to its own file.
|
2016-11-26 21:43:11 -08:00 |
Tim Abbott
|
8739f4d9f1
|
tornado: Move tornado_ioloop_logging to new zerver/tornado tree.
|
2016-11-26 21:24:05 -08:00 |