| 2012-05-07 |
bdarnell | Merge pull request #497 from polymorphm/master |
commit | commitdiff | tree | snapshot |
| 2012-05-07 |
Ben Darnell | Document and test for type differences between get_cook... |
commit | commitdiff | tree | snapshot |
| 2012-05-06 |
Ben Darnell | Expand path encoding test to cover issues raised by... |
commit | commitdiff | tree | snapshot |
| 2012-05-06 |
bdarnell | Merge pull request #503 from jparise/http-patch-method |
commit | commitdiff | tree | snapshot |
| 2012-05-06 |
Casey Muller | Fix setting cookies under WSGI, broken by the rename... |
commit | commitdiff | tree | snapshot |
| 2012-05-06 |
Jason Choy | Modified linkify to accept a callable for extra_params... |
commit | commitdiff | tree | snapshot |
| 2012-05-02 |
Jon Parise | Add support for the HTTP PATCH method. 503/head |
commit | commitdiff | tree | snapshot |
| 2012-04-28 |
Ben Darnell | Ubuntu 12.04 is out, so add a vagrant config for it. |
commit | commitdiff | tree | snapshot |
| 2012-04-27 |
Mike Koss | fix bug when no help text given for option - wrap retur... 487/head |
commit | commitdiff | tree | snapshot |
| 2012-04-26 |
Mike Koss | fix bug setting options programatically 498/head |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Ben Darnell | Remove python 3 colored logging fix from next release... |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Ben Darnell | Merge branch 'branch2.2' |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Ben Darnell | Add .travis.yml file to branch2.2 just to make everythi... |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Ben Darnell | Cherry-pick cc8e893 into branch2.2 |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Ben Darnell | Version number bump for 2.2.1 v2.2.1 |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Ben Darnell | Release notes for 2.2.1 |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Ben Darnell | Fix reponse header sanitization. |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Ben Darnell | Cherry-pick b151a1ee967 into branch2.2. |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Ben Darnell | Pin twisted versions in the 2.2 branch to 11.1.0 since... |
commit | commitdiff | tree | snapshot |
| 2012-04-23 |
Ben Darnell | Update vagrant configs for vagrant 1.0 |
commit | commitdiff | tree | snapshot |
| 2012-04-20 |
Andrej A Antonov | double-checked-locking in tornado.ioloop.IOLoop.instance() 497/head |
commit | commitdiff | tree | snapshot |
| 2012-04-19 |
Ben Darnell | Disable python 2.6 on travis-ci, since I don't have... |
commit | commitdiff | tree | snapshot |
| 2012-04-19 |
Ben Darnell | Increase verbosity for tests on travis-ci to track... |
commit | commitdiff | tree | snapshot |
| 2012-04-19 |
Ben Darnell | The RequestHandler.flush callback should be run even... |
commit | commitdiff | tree | snapshot |
| 2012-04-19 |
bdarnell | Merge pull request #495 from alekstorm/template_try_else |
commit | commitdiff | tree | snapshot |
| 2012-04-19 |
Ben Darnell | Open template files in binary mode (to be decoded as... |
commit | commitdiff | tree | snapshot |
| 2012-04-19 |
Ben Darnell | Tweak a timing-sensitive test to have fewer false failures. |
commit | commitdiff | tree | snapshot |
| 2012-04-17 |
Alek Storm | Add `else` as possible sub-clause in `try` blocks in... 495/head |
commit | commitdiff | tree | snapshot |
| 2012-04-05 |
Mike Koss | pretty up --help formatting 461/head |
commit | commitdiff | tree | snapshot |
| 2012-04-01 |
Ben Darnell | Make tornado.database importable when MySQLdb is not... |
commit | commitdiff | tree | snapshot |
| 2012-03-27 |
Vadim Graboys | fix handling of multiple commandline args 484/head |
commit | commitdiff | tree | snapshot |
| 2012-03-26 |
Birk Nilson | Cache the computed absolute path to the requested resou... 476/head |
commit | commitdiff | tree | snapshot |
| 2012-03-26 |
Ben Darnell | Release note updates |
commit | commitdiff | tree | snapshot |
| 2012-03-26 |
Ben Darnell | Increase performance of IOStream.read_until and read_un... |
commit | commitdiff | tree | snapshot |
| 2012-03-25 |
Ben Darnell | Clean up alarm signals in process_test when the test... |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
Ben Darnell | Add python 3.3 (alpha) to the tox config. |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
Ben Darnell | Expand documentation for IOLoop.stop and IOLoop.close |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
Ben Darnell | Rename example in docs for clarity |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
Ben Darnell | Merge branch 'master' of github.com:facebook/tornado |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
Ben Darnell | Merge remote-tracking branch 'alekstorm/read_from_buffe... |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
bdarnell | Merge pull request #482 from wsantos/patch-2 |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
Ben Darnell | Add HTTPServer's type test to WSGIApplication, and... |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
Ben Darnell | Merge remote-tracking branch 'jsamuel/wsgi-arg-keys... |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
bdarnell | Merge pull request #475 from andrew-d/master |
commit | commitdiff | tree | snapshot |
| 2012-03-24 |
Ben Darnell | Disable twisted process tests, which don't work for... |
commit | commitdiff | tree | snapshot |
| 2012-03-21 |
Waldecir Loureiro... | we dont need post_args in url, post_args will be sended... 482/head |
commit | commitdiff | tree | snapshot |
| 2012-03-19 |
Justin Samuel | Fix keys in wsgi request arguments being bytes in pytho... 481/head |
commit | commitdiff | tree | snapshot |
| 2012-03-15 |
Alek Storm | Refactor IOStream.read_from_buffer() for speed, clarity 479/head |
commit | commitdiff | tree | snapshot |
| 2012-03-11 |
Birk Nilson | Move retrieval of absolute path to separate method... |
commit | commitdiff | tree | snapshot |
| 2012-03-09 |
Birk Nilson | Fixed syntax error in the altered StaticFileHandler... |
commit | commitdiff | tree | snapshot |
| 2012-03-09 |
Birk Nilson | Introduce StaticFileHandler.(get_content|set_headers... |
commit | commitdiff | tree | snapshot |
| 2012-03-08 |
AndrewD | Modified addslash & removeslash to use permanent redirect 475/head |
commit | commitdiff | tree | snapshot |
| 2012-03-06 |
Ben Darnell | One more autoreload path tweak: set $PYTHONPATH just... |
commit | commitdiff | tree | snapshot |
| 2012-03-06 |
Ben Darnell | Fix signal handlers clobbered by twisted tests. |
commit | commitdiff | tree | snapshot |
| 2012-03-06 |
Ben Darnell | Move autoreload's sys.path manipulations earlier in... |
commit | commitdiff | tree | snapshot |
| 2012-03-06 |
Ben Darnell | Fix some mutable values used as default arguments. |
commit | commitdiff | tree | snapshot |
| 2012-03-06 |
Ben Darnell | Avoid modifying the headers object passed in by the... |
commit | commitdiff | tree | snapshot |
| 2012-02-27 |
Ben Darnell | Fix travis build for python3 |
commit | commitdiff | tree | snapshot |
| 2012-02-27 |
Ben Darnell | Try out travis-ci.org |
commit | commitdiff | tree | snapshot |
| 2012-02-26 |
Ben Darnell | Don't swallow exceptions that escape from TestCase... |
commit | commitdiff | tree | snapshot |
| 2012-02-23 |
Sean Creeley | RequestHander is set up to handle "OPTIONS" requests... 469/head |
commit | commitdiff | tree | snapshot |
| 2012-02-22 |
Ben Darnell | Merge remote-tracking branch 'bergundy/master' into... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Update twisted test blacklist for Twisted 12.0.0 |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Revert "Remove optional setuptools import." |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Fix the Host header when using basic auth credentials... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Release note updates for the last wave of merges |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Return the Etag header on 304 responses to an If-None... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Revert "Use copy.deepcopy to clone HTTPRequest when... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Use copy.deepcopy to clone HTTPRequest when following... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Olivier Hardy | In template, use handler reverse_url instead of applica... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Olivier Hardy | Fix locale.get_supported_locales(): remove cls parameter |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Merge remote-tracking branch 'jehiah/max_simultaneous_c... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Merge remote-tracking branch 'grydstedt/master' into... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Test for https://github.com/facebook/tornado/pull/454 |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Merge remote-tracking branch 'minrk/strkeys' into work |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Further refactoring of duplicated IOStream logic |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Merge remote-tracking branch 'birknilson/iostream_refac... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Pass parsed hostname around explictly instead of storin... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Merge remote-tracking branch 'ei-grad/master' into... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Use a single Cookie.SimpleCookie for outgoing cookies... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Ben Darnell | Start a new release-notes file |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
Roey Berman | Fixed: Subsequent calls to AsyncTestCase.wait() now... 460/head |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Ben Darnell | Check in autopep8 script |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Ben Darnell | Fix weird indentation in auth.py and simple_httpclient_... |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Ben Darnell | While I'm touching every file, run autopep8 too. |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Ben Darnell | Turn on __future__ division too. |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Ben Darnell | Fix one last implicit relative import |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Ben Darnell | Standardize future imports for all files in the package. |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Ben Darnell | Add a script to rewrite __future__ imports |
commit | commitdiff | tree | snapshot |
| 2012-02-04 |
Jehiah Czebotar | pass kwargs through HTTPClient 457/head |
commit | commitdiff | tree | snapshot |
| 2012-02-03 |
Gustav Rydstedt | Add support for client certificates in curl http client 456/head |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
MinRK | coerce kwarg keys to str 454/head |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
Birk Nilson | Move identical IOStream read handling in read_until... 453/head |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
Birk Nilson | Adding support to override, via static_url, whether... 452/head |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
Ben Darnell | Remove unused __main__ block that ran doctests from... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
Ben Darnell | Merge remote-tracking branch 'igorsobreira/master' |
commit | commitdiff | tree | snapshot |
| 2012-02-01 |
Ben Darnell | Enable strict warnings in test runs. |
commit | commitdiff | tree | snapshot |
| 2012-02-01 |
Ben Darnell | Always close sockets in simple_httpclient instead of... |
commit | commitdiff | tree | snapshot |
| 2012-01-31 |
Ben Darnell | Add a version check for the curses unicode hack so... |
commit | commitdiff | tree | snapshot |
| 2012-01-31 |
Ben Darnell | Remove optional setuptools import. |
commit | commitdiff | tree | snapshot |
| next |