]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2010-11-23  Josh StaigerFix bug in multipart/form-data requests. 176/head 177/head
2010-11-20  Josh StaigerUpdate pydoc to mention response.rethrow instead of... 173/head
2010-11-19  Ben DarnellDon't assume 'boundary' is last field in Content-Type...
2010-11-18  Ben DarnellMerge remote branch 'vijayp/master'
2010-11-18  vijaypSet proxy to '' if no proxy is explicitly set in the...
2010-11-17  Ben DarnellAdd debug logging for queuing in simple_httpclient.
2010-11-17  Ben DarnellAdd address parameter to Application.listen to match...
2010-11-16  Ben DarnellFixes for python 2.5
2010-11-16  Ben DarnellAdd convenience method Application.listen(port) so...
2010-11-16  Ben DarnellImplement max_clients limitation and queueing for Simpl...
2010-11-16  Ben DarnellPort pseudo-singleton magic from AsyncHTTPClient to...
2010-11-14  Ben DarnellAdd timeout support to simple_httpclient
2010-11-14  Ben DarnellImprove docs for IOLoop.add/remove_timeout()
2010-11-09  Ben DarnellFix typo in docs
2010-11-08  Ben DarnellAdd Amharic to tornado.locale's list of languages.
2010-11-08  Ben DarnellFix mangled language names in tornado.locale for Chines...
2010-11-08  Ben DarnellSupport X-Forwarded-Proto in addition to X-Scheme
2010-11-08  Ben DarnellSupport websockets over https.
2010-11-08  Ben DarnellSupport "from x import y" in templates, not just "import x"
2010-11-06  Ben DarnellFix typo from commit 2b44fac
2010-11-05  Ben DarnellCapture StackContext explicitly in HTTPConnection to...
2010-11-04  Ben DarnellCheck for a closed connection in _add_io_state.
2010-11-04  Paul Buchheitfix linkify regex plus add unit test
2010-10-28  Ben DarnellDon't manually set Content-Length in StaticFileHandler.
2010-10-27  Ben DarnellMerge remote branch 'szeim/master'
2010-10-27  Ben DarnellMerge remote branch 'fiam/master'
2010-10-27  Imre SZEBENYISSLIOStream._do_ssl_handshake SSL error check 159/head
2010-10-27  Imre SZEBENYIFixed IOStream._handle_events (try/except block)
2010-10-26  Alberto García... Make exception handling in AsyncHTTPClient more customi... 158/head
2010-10-21  Ben DarnellAdd gzip support to SimpleAsyncHTTPClient
2010-10-21  Ben DarnellSupport minor HTTP request attributes in SimpleAsyncHTT...
2010-10-21  Ben DarnellAdd basic auth support to SimpleAsyncHTTPClient
2010-10-21  Ben DarnellUse AsyncHTTPTestCase.fetch instead of overriding it...
2010-10-21  Ben DarnellReindent to 4 spaces
2010-10-19  Ben DarnellAttempt to fix StaticFileHandler when os.path.sep ...
2010-10-19  Ben DarnellMerge remote branch 'mdg/default_filename'
2010-10-19  Ben DarnellAdd test case for encoding of request parameters and...
2010-10-19  Ben DarnellAdd a convenience method for synchronous fetches in...
2010-10-19  Ben DarnellAdd test suite to tarball releases.
2010-10-16  Matthew Grahammake StaticFileHandler support default filename 151/head 155/head
2010-10-13  Ben DarnellSupport websockets over HTTP proxies.
2010-10-13  Ben DarnellWindows compatibility for non-blocking IOStream.connect.
2010-10-13  Ben DarnellRefactor async connect logic from SimpleAsyncHTTPClient...
2010-10-12  Ben DarnellReindent example in docstring, which apparently trips... 149/head
2010-10-12  Ben DarnellMake Locale.format_date() behave sanely with dates...
2010-10-12  Ben DarnellRun all IOStream callbacks inside a NullContext so...
2010-10-11  Ben DarnellMake USE_SIMPLE_HTTPCLIENT work without pycurl installed.
2010-10-11  Ben DarnellAdd initial version of non-curl-based AsyncHTTPClient.
2010-10-11  Ben DarnellLimit the amount of data sent to socket.send at a time...
2010-10-08  Ben DarnellMove Links section from index.html to the wiki.
2010-10-08  Ben DarnellFix StackContext in IOStream. IOStream._handle_events...
2010-09-30  Paul Buchheitadd a linkify() function for converting text to html...
2010-09-29  Ben DarnellHandle IOStream.read_bytes(0) gracefully.
2010-09-29  Ben DarnellMake AsyncTestCase.stop() prefer _arg over **kwargs...
2010-09-28  Ben DarnellRemove references to async_callback from documentation
2010-09-27  Ben DarnellIn the select()-based IOLoop, always listen for reads...
2010-09-27  Ben DarnellClose the IOStream when the remote connection is closed.
2010-09-27  Ben DarnellFactor port-selection logic out of AsyncHTTPTestCase...
2010-09-24  Ben DarnellMake StackContext more usable in libraries by reducing...
2010-09-23  Ben DarnellUpdate installation instructions in README.
2010-09-21  Ben DarnellFix default_host redirect.
2010-09-18  Ben DarnellFix improperly-renamed variable in set_blocking_signal_...
2010-09-17  Ben DarnellMake xhtml_escape available in the template namespace...
2010-09-17  Ben DarnellMove cookie-signing code from set_secure_cookie to...
2010-09-17  Ben DarnellDocument the entire template namespace
2010-09-17  Ben DarnellGeneralize IOLoop.set_blocking_log_threshold by allowin...
2010-09-16  Ben DarnellRefactor IOStream reading logic to fix problems with...
2010-09-14  Szabó AntalFixed another two win32_support import
2010-09-14  Szabó AntalFixed win32_support import
2010-09-14  Szabó AntalAdded binary flag to _waker_reader and _waker_writer
2010-09-14  Szabó AntalReplaced map() in web.py with for loop
2010-09-14  Szabó AntalChanged e[0] to e.args[0]
2010-09-14  Ben DarnellUpdate docs to mention requirement of pycurl 7.18.2.
2010-09-13  Ben DarnellMerge remote branch 'fiam/master'
2010-09-13  Alberto García... When forking multiple processes, properly initialize... 138/head
2010-09-13  Alberto García... Avoid raising a KeyError when there's no session expira...
2010-09-13  Ben DarnellFix calls to getattr (which, unlike dict.get, does...
2010-09-09  Ben DarnellAdd download url to setup.py for pypi
2010-09-08  Ben DarnellCheck self._running before rescheduling a PeriodicCallb...
2010-09-08  Ben DarnellBump version number to 1.1 v1.1.0
2010-09-08  Ben DarnellDisable SSL test on versions of libcurl with blocking...
2010-09-07  Ben DarnellDisable SSL test on python 2.5
2010-09-07  Ben DarnellUse the older name for threading.activeCount for compat...
2010-09-07  Ben DarnellFix error in comment
2010-09-06  Ben DarnellFix typo in websocket.py
2010-09-06  Ben DarnellRemove superfluous lambdas in tornado.escape.
2010-09-05  Ben DarnellDocument why RequestHandler.write does not convert...
2010-09-04  Ben DarnellAdd more documentation for request.files.
2010-09-04  Joe Bowmanauth.py updates for OAuth 1.0a and 2.0.
2010-09-01  Ben DarnellRemove the statement that tornado has only been tested...
2010-09-01  Ben DarnellRemove __del__ method from HTTPResponse. Closing cStri...
2010-08-30  Ben DarnellUpdate class docstring for HTTPServer.
2010-08-26  Aaron Raddonadding support for http method OPTIONS used by firefox...
2010-08-26  Ben DarnellFix reference to slice.indices.
2010-08-26  Ben DarnellDocument the limitations of multi-process mode.
2010-08-26  Ben DarnellDocument the fact that add_handlers should only be...
2010-08-26  Ben DarnellSet pycurl.NOSIGNAL when multiple threads are detected.
2010-08-26  Ben DarnellSet PeriodicCallback._running to True in start instead...
2010-08-25  Ben DarnellAdd a tornado.version variable, and use it anywhere...
2010-08-25  Ben DarnellCheck in Jacob Kristhammar's updated websocket implemen...
next