]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2013-05-27  Chinyue ChenAdd check in case parsedate failed. 805/head
2013-05-27  Ben DarnellUse py26-compatible syntax in tests.
2013-05-26  Ben DarnellFix an exception when the outermost stack_context is...
2013-05-26  Ben DarnellAdd a stack_context benchmark.
2013-05-26  Ben DarnellMerge remote-tracking branch 'mrjoes/master' into merge
2013-05-25  Ben DarnellOrganize release notes by module
2013-05-25  Ben DarnellUpdate release notes
2013-05-25  Ben DarnellRemove a seemingly unneded timeout that made this test...
2013-05-25  Ben DarnellRe-add a missing abspath call.
2013-05-25  Ben DarnellAvoid references to self.settings in StaticFileHandler...
2013-05-25  Ben DarnellMerge remote-tracking branch 'wolever/fix-staticfile...
2013-05-25  Ben DarnellUse remove and add instead of update_handler in curl_ht...
2013-05-25  Ben DarnellAdd a test for digest auth in curl_httpclient.
2013-05-25  Ben DarnellImprove error messages bytes/unicode conversion functions.
2013-05-24  Ben DarnellRevert change to use time.strftime (from 3.0).
2013-05-24  Ben DarnellAdd py27-docs to tox envlist.
2013-05-24  Ben DarnellBackport changes from ssl.match_hostname in Python...
2013-05-24  Ben DarnellFix regression in async prepare: don't continue of...
2013-05-24  Ben Darnell$TMPDIR isn't set on travis-ci.
2013-05-24  Ben DarnellActually install sphinx on travis; fix directory reference.
2013-05-24  Ben DarnellFix a dangling doc reference, and add a doc check to...
2013-05-24  cloudaicefixed bugs
2013-05-24  bdarnellMerge pull request #789 from ajdavis/opts-enhancements
2013-05-23  A. Jesse Jiryu... OptionParser.group_dict() now requires a group. Add... 789/head
2013-05-21  David WoleverTest revealing StaticFileHandler path regression. 796/head
2013-05-21  bdarnellMerge pull request #794 from wolever/accept-range-in...
2013-05-21  David WoleverOnly send Content-Range with HTTP 206 794/head
2013-05-21  David WoleverNote about conditional return of HTTP 206
2013-05-21  David WoleverMerge master
2013-05-21  David WoleverSend HTTP 200 in response to Range: bytes=0-
2013-05-20  Serge S. KovalParameter is no longer necessary 793/head
2013-05-20  Serge S. KovalUnnecessary import removed
2013-05-20  Serge S. Kovalstack_context deactivation support
2013-05-20  Ben DarnellRelease note updates.
2013-05-19  Ben DarnellRead static files in 64-KB chunks.
2013-05-19  Ben DarnellAdd start and end parameters to get_content() instead...
2013-05-19  Ben DarnellMake static_url pass arbitrary kwargs to make_static_url.
2013-05-19  Ben DarnellMerge remote-tracking branch 'birknilson/static_version...
2013-05-19  Ben DarnellAdd method StaticFileHandler.get_content_version.
2013-05-19  Ben DarnellAdd back a lost call to abspath (which may or may not...
2013-05-19  Ben DarnellDocument recent additions to StaticFileHandler.
2013-05-19  Ben DarnellCleanups after the big StaticFileHandler merge.
2013-05-19  Ben DarnellRough merge of the birknilson and wolever StaticFileHan...
2013-05-19  Ben DarnellMerge remote-tracking branch 'birknilson/refactoring...
2013-05-19  Ben DarnellMerge remote-tracking branch 'wolever/accept-range...
2013-05-18  Ben DarnellUpdate redbot tests to work with current versions of...
2013-05-18  David Wolever206 in response to Range, refactor ETag checking 790/head
2013-05-18  Ben DarnellAdd PATCH and OPTIONS support by default to curl_httpcl...
2013-05-18  Ben DarnellRemove redundant call to find_named_blocks in template...
2013-05-18  David WoleverFixing errant paren, missing format value
2013-05-18  David WoleverReturn HTTP 416 Range Not Satisfiable, not 406
2013-05-17  A. Jesse Jiryu... Replace options.as_dict() with group_dict()
2013-05-17  A. Jesse Jiryu... options[key] should return a value, not an _Option...
2013-05-17  David WoleverHandle negative byte ranges
2013-05-17  David WoleverTests for Range header
2013-05-17  David WoleverSet Accept-Range header, return 406 on invalid range
2013-05-17  Ben DarnellMerge branch 'branch3.0'
2013-05-17  Ben DarnellDereference the current YieldPoint as soon as it resolves.
2013-05-17  David WoleverFix bytes/str issues
2013-05-17  Ben DarnellAdd test for option redefinition error.
2013-05-16  David Wolever(incomplete) Honnoring Range request header
2013-05-16  David WoleverUse 'get_version' to calculate static file hashes.
2013-05-16  A. Jesse Jiryu... Make options instance more dict-like.
2013-05-16  cloudaicecomparison to None should be 'if cond is not None' 788/head
2013-05-16  cloudaicefixed bug when raise error in options
2013-05-16  项超Merge pull request #1 from facebook/master
2013-05-16  Ben DarnellAdd a close method to Resolver and use it where necessary.
2013-05-16  Ben DarnellAdd a missing stack_context.wrap in SSLIOStream.connect.
2013-05-13  Ben DarnellRelease note updates
2013-05-13  Ben DarnellRemove whitespace/control-character check from RequestH...
2013-05-13  Ben DarnellClean up cancelled timeout handles when the queue gets...
2013-05-13  Ben DarnellRespect HTTPServer's no_keep_alive option in RequestHan...
2013-05-13  Ben DarnellAllow handlers to assign to self.current_user
2013-05-12  Ben DarnellAllow prepare to be asynchronous, and detect coroutines...
2013-05-12  Ben DarnellDon't try sending another error response in _handle_req...
2013-05-12  Ben DarnellRelease note and doc updates
2013-05-12  bdarnellMerge pull request #748 from wsantos/fix732
2013-05-12  Ben DarnellCheck for ECONNRESET in addition to EPIPE on send().
2013-05-12  bdarnellMerge pull request #784 from tahajahangir/patch-1
2013-05-12  Ben DarnellUse plus=False when constructing and decoding url paths.
2013-05-12  Ben DarnellAdd a 'plus' argument to url_{un,}escape, defaulting...
2013-05-12  Taha JahangirDon't log EPIPE (broken pipe) errors as warnings 784/head
2013-05-12  Ben DarnellAdd a run_with_stack_context function to more easily...
2013-05-12  Ben DarnellAdd a distinct MissingArgumentError class for get_argument.
2013-05-12  Ben DarnellMove _UIModuleNamespace from the top of web.py to the...
2013-05-11  bdarnellMerge pull request #783 from gwk/master
2013-05-10  gwkAdded note regarding regex group capture to StaticFileH... 783/head
2013-05-09  bdarnellMerge pull request #777 from mauriciosl/master
2013-05-09  Ben DarnellAdd note about frequently-seen pull request to add...
2013-05-08  bdarnellMerge pull request #780 from keakon/patch-1
2013-05-08  bdarnellMerge pull request #779 from clowwindy/master
2013-05-08  keakonadd missing parameter doc 780/head
2013-05-08  clowwindyUpdate httpclient.py 779/head
2013-05-07  Mauricio Souza... change bind_unused_port to pass None as port 777/head
2013-05-05  Ben DarnellCreate UIModule proxies on demand instead of in Request...
2013-05-05  Ben DarnellAdd a test that covers creation and binding of UIModule...
2013-05-05  Ben DarnellPrecompile the regex used on severy set_header call.
2013-05-05  Ben DarnellRewrite HTTPHeaders normalization to limit the growth...
2013-05-05  Ben DarnellCatch and ignore EINVAL errors from setsockopt.
2013-05-05  Ben DarnellClear the NODELAY flag in set_nodelay(False).
next