]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2010-08-13  Ben DarnellAdd future import to fix tests on 2.5
2010-08-11  Ben DarnellAdd a mention of on_connection_close to the html docs...
2010-08-10  Ben DarnellRemove the ability to pre-bind parameters in stack_cont...
2010-08-10  Ben DarnellReindent everything to 4 spaces.
2010-08-10  Ben DarnellStackContext should not re-wrap previously-wrapped...
2010-08-09  Ben DarnellBe less picky about line endings in headers in httpclient.
2010-08-09  Ben DarnellAdd a simple main function to httpclient.py for manual...
2010-08-09  Ben DarnellThe periodic call to multi_socket_all needs to be follo...
2010-08-06  Ben DarnellRecord more detailed timing information from AsyncHTTPC...
2010-08-06  Ben DarnellWhen login_url is absolute, use an absolute url for...
2010-08-05  Ben DarnellUse the right IOLoop in AsyncHTTPClient's PeriodicCallback
2010-08-05  Ben DarnellUse POST instead of GET for OpenID check_authentication.
2010-08-05  Ben DarnellSuppress libcurl's magic "Expect: 100-continue" behavior.
2010-08-05  Ben DarnellAdd a brute-force workaround for the class of libcurl...
2010-08-04  Ben DarnellFix a typo in docstring
2010-08-04  Ben DarnellParse form bodies on PUT as well as POST.
2010-08-03  Ben DarnellWork around the "MySQL server has gone away" issue...
2010-08-03  Ben DarnellUse the more portable multiprocessing.cpu_count() to...
2010-07-31  Ben DarnellAdd a workaround for missing multi.socket_action on...
2010-07-30  Ben DarnellOnly catch pycurl.error, not all Exceptions around...
2010-07-30  Ben DarnellDocstring updates
2010-07-30  Ben DarnellFix a StackContext-related bug that was causing excepti...
2010-07-30  Ben DarnellAdd __future__ import for python2.5 compatibility
2010-07-30  Ben DarnellUpdate test_ioloop to use AsyncTestCase. Rename it...
2010-07-30  Ben DarnellAdd a test framework for IOLoop-based async code
2010-07-30  Ben DarnellMake all internal imports of tornado modules absolute
2010-07-26  Ben DarnellAdd an initialize() method to RequestHandler for use...
2010-07-26  Ben DarnellRemove unused transforms parameter to RequestHandler...
2010-07-23  Ben DarnellIntroduce StackContext, a way to automatically manage...
2010-07-23  Ben DarnellRemove the old AsyncHTTPClient (fdset) and make AsyncHT...
2010-07-22  Ben DarnellSet version number to 1.0 v1.0.0
2010-07-22  Ben DarnellRemove old release tarballs and redirect previous urls...
2010-07-22  Ben DarnellMove download links to github
2010-07-22  Ben DarnellRemove websocket.py. The websocket protocol has changed in
2010-07-22  Ben DarnellUpdate installation instructions.
2010-07-20  Ben DarnellAccept None (i.e. unmatched optional groups) when extra...
2010-07-20  Ben DarnellWhen no json library is found, don't throw an exception...
2010-07-19  Ben DarnellCheck for EINTR in a more flexible way for compatibilit...
2010-07-15  Ben DarnellFix typo in support for multiple ui_method/ui_module...
2010-07-14  Ben DarnellBetter timeout handling in AsyncHTTPClient2. Tornado...
2010-07-14  David NovakovicFix small bug in database set up.
2010-07-13  Robert BuchholzMake iteration over sql fields clearer
2010-07-13  Robert BuchholzRemove unused imports and variables
2010-07-10  Ben DarnellIn AsyncHTTPClient2, disable IPv6 for versions of libcu...
2010-07-09  Ben DarnellUnquote percent escapes in captured groups in the path...
2010-07-09  Ben DarnellRevert "Parse percent escapes in the path component...
2010-07-09  Ben DarnellParse percent escapes in the path component of the...
2010-07-09  Ben DarnellConsolidate the various HTTP header dictionary classes...
2010-07-08  Ben DarnellDisable preforking by default in HTTPServer.start().
2010-06-28  Ben DarnellUTF8-encode more user-supplied strings in httpclient...
2010-06-26  Ben DarnellUpdate the set of active file descriptors immediately...
2010-06-26  Ben DarnellInclude the HTTPResponse object as an attribute of...
2010-06-24  Ben DarnellRemove unused "overwrite" argument to options.parse_con...
2010-06-21  Ben DarnellFix typo in comment
2010-06-20  Ben DarnellAdd a second implementation of AsyncHTTPClient, using...
2010-06-18  Ben DarnellClose wsgi responses correctly - the close method,...
2010-06-10  Ben DarnellIn the libcurl file descriptor limit hack, log to both...
2010-06-08  Ben DarnellCatch and log exceptions from user callbacks in AsyncHT...
2010-06-07  Ben DarnellFix missing import
2010-05-31  Ben DarnellOptionally allow nonstandard http methods to be used...
2010-05-31  Mike LewisChanged it so one can access the StringIO buffer
2010-05-31  Ben DarnellClear the close_callback set on the IOStream by Request...
2010-05-31  Ben DarnellClose the socket on uncaught exceptions from iostream...
2010-05-31  Ben DarnellImprove parsing of multipart/form-data headers.
2010-05-31  Ben DarnellAdded RequestHandler.get_arguments(), which does the...
2010-05-29  Ben DarnellUpdate documentation for WebSocketHandler
2010-05-29  Ben DarnellRevert "websockets: continue listening for messages...
2010-05-25  Ben DarnellAllow StaticFileHandler subclasses to set additional...
2010-05-25  Ben DarnellDon't try to compute max() of an empty sequence (which...
2010-05-25  Ben DarnellAdd a hacky workaround for libcurl's FD_SETSIZE bug...
2010-05-20  Ben DarnellMake it possible to override template_path at the handl...
2010-05-17  Ben DarnellUse a lambda instead of functools.partial for pycurl...
2010-05-10  Ben DarnellMerge remote branch 'dlo/master'
2010-05-10  Ben DarnellTranslate </ to <\/ in json output to avoid issues...
2010-05-10  Ben DarnellSupport additional keyword arguments on cookies (to...
2010-05-04  Dan Loewenherzwebsockets: continue listening for messages after parsi...
2010-05-01  Ben DarnellAllow for missing "expires" field in facebook session...
2010-04-29  Jon PariseCorrecting a grammatical error (attribute -> attributes).
2010-04-26  Evan KlitzkeUIModule.css_files returns CSS files, not Javascript...
2010-04-25  Joseph BowmanUpdating base Twitter url
2010-04-22  Ben DarnellClear itimer signals in autoreload so the combination...
2010-04-21  Ben DarnellUse escape.utf8() instead of .encode('utf-8') so we...
2010-04-21  Ben DarnellcStringIO's constructor uses a 16-bit encoding when...
2010-04-21  Ben DarnellAdd an option to log a stack trace any time the ioloop...
2010-04-20  Ben DarnellSend all logging to the root logger instead of per...
2010-04-20  Ben DarnellFix header parsing in httpclient for headers whose...
2010-04-19  Ben DarnellBetter HTTP header parsing: Allow (and strip) any amoun...
2010-04-19  Ben DarnellAdd a closed flag to AsyncHTTPClient so that a schedule...
2010-04-12  Ben DarnellUse the original request's protocol as the openid realm...
2010-04-07  Ben DarnellAdd support for reading translation from gettext .mo...
2010-04-05  Ben DarnellLog a warning when multiple handlers have the same...
2010-04-05  Ben DarnellMake options.__getattr__ raise AttributeError instead...
2010-04-02  Ben DarnellEscape double quotes in addition to angle brackets...
2010-04-02  Elias TorresAdding for the ability of ui-modules to add something...
2010-04-02  Ben DarnellMerge remote branch 'mgenti/master'
2010-03-31  Ben DarnellReturn a write method from start_response, as required...
2010-03-30  unknownWhen using the select based IOLoop, select can throw...
2010-03-27  Ben DarnellDon't try to colorize log output on terminals that...
2010-03-26  Ben DarnellMake add_handlers (for multiple hostnames) usable with...
2010-03-25  Ben DarnellAdd a warning about the experimental status of our...
next