Commit Graph

108 Commits

Author SHA1 Message Date
Strahinja Val Markovic
8856af0970 Adding argparse to third_party (for Python 2.6)
argparse is in the Python stdlib for Python 2.7+, but not 2.6 which we try to
support.
2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
da723b1425 Moving Jedi under third_party 2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
5902a5e521 frozendict now as submodule in third_party 2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
6e0f3247e1 Adding Bottle to third_party 2013-10-07 11:03:30 -07:00
Strahinja Val Markovic
d7904a7eb1 Adding the Waitress webserver to third_party 2013-10-07 11:03:29 -07:00
Strahinja Val Markovic
b9bb788a2a Diagnostics work again... somewhat.
There appear to be timing issues for the diag requests. Somehow, we're sending
out-of-date diagnostics and then not updating the UI when things change.

That needs to be fixed.
2013-10-07 11:03:29 -07:00
Strahinja Val Markovic
e08dd4ab33 Adding Requests as submodule to third_party 2013-10-07 11:03:28 -07:00
Strahinja Val Markovic
a2657f5af8 Adding requests-futures subrepo to third_party 2013-10-07 11:03:28 -07:00