]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2014-07-16  hommmake IOCMD_RESTARTREAD available for PUT requests 1116/head
2013-09-01  Ben DarnellSet version number to 3.1.1 v3.1.1
2013-09-01  Ben DarnellAdd 3.1.1 release notes.
2013-09-01  Ben DarnellRequestHandler sets its close callback on the HTTPConne...
2013-09-01  Ben DarnellFix exception in StaticFileHandler when range requested...
2013-06-15  Ben DarnellSet version to 3.1. v3.1.0
2013-06-15  Ben DarnellMove next release notes to v3.1.
2013-06-15  Ben DarnellRelease note updates.
2013-06-14  Ben DarnellRemove obsolete comment about twitter's support for...
2013-06-13  Ben DarnellAdd another small encoding test for xhtml_escape.
2013-06-12  Ben DarnellFix default IOLoop in Subprocess.
2013-06-12  Ben DarnellSet CLOEXEC on subprocess pipe endpoints so they are...
2013-06-12  bdarnellMerge pull request #823 from schlamar/bind-sockets...
2013-06-12  Ben DarnellDoc updates from Zhigang Wang
2013-06-11  schlamarFix bind_sockets if OS does not support IPv6 823/head
2013-06-06  bdarnellMerge pull request #819 from dominiqueplante/master
2013-06-06  Dominique Planteupdate comparison to follow pep8 819/head
2013-06-06  Ben DarnellDocument websocket error handling change (and StreamClo...
2013-06-06  Ben DarnellCatch StreamClosedErrors in WebSocketHandler and abort.
2013-06-05  Ben DarnellSet version number to 3.1b1
2013-06-05  Ben DarnellRelease note updates
2013-06-03  Ben Darnellgen.coroutine works with auth now so we can use it...
2013-06-03  Ben DarnellMerge branch 'branch3.0'
2013-06-02  Ben DarnellVersion bump and release notes for 3.0.2. branch3.0 v3.0.2
2013-06-02  Ben DarnellUpdate twitter base urls to use api 1.1 and HTTPS.
2013-06-02  Ben DarnellCopy .gitignore update from master to branch3.0
2013-06-01  Ben DarnellRestore a recently-removed ExpectLog in simple_httpclie...
2013-06-01  Ben DarnellReuse a single ThreadPoolExecutor for all ThreadedResol...
2013-06-01  Ben DarnellFix tests broken by move to verify_credentials
2013-06-01  Ben DarnellGet the current user's twitter information with /accoun...
2013-06-01  Ben DarnellUpdate twitter base urls to use api 1.1 and HTTPS.
2013-06-01  Ben DarnellAdd a simple end-to-end demo of TwitterMixin.
2013-06-01  Ben DarnellMake the auth*_redirect methods all return Futures.
2013-06-01  Ben DarnellDoc patch for 3.0: replace @gen.coroutine with @gen...
2013-05-31  bdarnellMerge pull request #817 from ysimonson/feature/no-body...
2013-05-31  Ben DarnellRemove logging of uncaught exceptions from SimpleAsyncH...
2013-05-31  Yusuf SimonsonDo not include body in HTTPRequest's __repr__ 817/head
2013-05-30  bdarnellMerge pull request #808 from wolever/standards-complien...
2013-05-29  David WoleverEdge cases of Range header are standards compliant 808/head
2013-05-29  David WoleverReturn a valid Content-Range header 806/head
2013-05-27  Ben DarnellAdd versionadded tags throughout the docs.
2013-05-27  Ben DarnellAutopep8 fixes.
2013-05-27  Ben DarnellUpdate autopep8 blacklist
2013-05-27  Ben DarnellUpdate development dependency versions.
2013-05-27  Ben DarnellRemove unused imports identified by pyflakes.
2013-05-27  Ben DarnellFix exception name in backported ssl fix.
2013-05-27  Ben DarnellAdd an overridable attribute FacebookGraphMixin._FACEBO...
2013-05-27  bdarnellMerge pull request #805 from chinyue/master
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()
next