]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2012-02-23  Sean CreeleyRequestHander is set up to handle "OPTIONS" requests... 469/head
2012-02-20  Ben DarnellUpdate twisted test blacklist for Twisted 12.0.0
2012-02-20  Ben DarnellRevert "Remove optional setuptools import."
2012-02-20  Ben DarnellFix the Host header when using basic auth credentials...
2012-02-20  Ben DarnellRelease note updates for the last wave of merges
2012-02-20  Ben DarnellReturn the Etag header on 304 responses to an If-None...
2012-02-20  Ben DarnellRevert "Use copy.deepcopy to clone HTTPRequest when...
2012-02-20  Ben DarnellUse copy.deepcopy to clone HTTPRequest when following...
2012-02-20  Olivier HardyIn template, use handler reverse_url instead of applica...
2012-02-20  Olivier HardyFix locale.get_supported_locales(): remove cls parameter
2012-02-20  Ben DarnellMerge remote-tracking branch 'jehiah/max_simultaneous_c...
2012-02-20  Ben DarnellMerge remote-tracking branch 'grydstedt/master' into...
2012-02-20  Ben DarnellTest for https://github.com/facebook/tornado/pull/454
2012-02-20  Ben DarnellMerge remote-tracking branch 'minrk/strkeys' into work
2012-02-20  Ben DarnellFurther refactoring of duplicated IOStream logic
2012-02-20  Ben DarnellMerge remote-tracking branch 'birknilson/iostream_refac...
2012-02-20  Ben DarnellPass parsed hostname around explictly instead of storin...
2012-02-20  Ben DarnellMerge remote-tracking branch 'ei-grad/master' into...
2012-02-20  Ben DarnellUse a single Cookie.SimpleCookie for outgoing cookies...
2012-02-20  Ben DarnellStart a new release-notes file
2012-02-09  Ben DarnellCheck in autopep8 script
2012-02-09  Ben DarnellFix weird indentation in auth.py and simple_httpclient_...
2012-02-09  Ben DarnellWhile I'm touching every file, run autopep8 too.
2012-02-09  Ben DarnellTurn on __future__ division too.
2012-02-09  Ben DarnellFix one last implicit relative import
2012-02-09  Ben DarnellStandardize future imports for all files in the package.
2012-02-09  Ben DarnellAdd a script to rewrite __future__ imports
2012-02-04  Jehiah Czebotarpass kwargs through HTTPClient 457/head
2012-02-03  Gustav RydstedtAdd support for client certificates in curl http client 456/head
2012-02-02  MinRKcoerce kwarg keys to str 454/head
2012-02-02  Birk NilsonMove identical IOStream read handling in read_until... 453/head
2012-02-02  Ben DarnellRemove unused __main__ block that ran doctests from...
2012-02-02  Ben DarnellMerge remote-tracking branch 'igorsobreira/master'
2012-02-01  Ben DarnellEnable strict warnings in test runs.
2012-02-01  Ben DarnellAlways close sockets in simple_httpclient instead of...
2012-01-31  Ben DarnellAdd a version check for the curses unicode hack so...
2012-01-31  Ben DarnellRemove optional setuptools import.
2012-01-31  Ben DarnellBump post-release version number (now pep 386 compliant!)
2012-01-30  Ben DarnellRevert "Run the website in python2.7 mode"
2012-01-30  Ben DarnellSet version number to 2.2. v2.2.0
2012-01-30  Ben DarnellFinal release notes for 2.2
2012-01-30  Ben DarnellRun the website in python2.7 mode
2012-01-30  Ben DarnellAdd a highlights section to the release notes.
2012-01-30  Andrew Grigorevfixed usage of bad hostname (ipv6 addresses support... 448/head
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() when no "name... 444/head
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() when line does...
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() when invalid...
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() when missing...
2012-01-25  Igor SobreiraAdd test to parse_multipart_form_data() on httputil...
2012-01-23  Ben DarnellDocument curl_httpclient empty password fix.
2012-01-23  Ben DarnellMerge commit 'df23c'
2012-01-23  Ben DarnellFix gen.engine docs on decorator order.
2012-01-23  dave mankoffchange encode('ascii') to utf8() 442/head 443/head
2012-01-23  Ben DarnellAdd a timeout to test_sslv2_fail so it passes on cygwin.
2012-01-23  Ben DarnellDoc updates
2012-01-23  Ben DarnellRelease note updates
2012-01-22  Ben DarnellMake StaticFileHandler.parse_url_path an instance metho...
2012-01-22  Ben DarnellMerge commit '59812' into work
2012-01-22  Ben DarnellMerge remote-tracking branch 'birknilson/static_url_ove...
2012-01-22  Ben DarnellAlways set Etag in StaticFileHandler so it won't break...
2012-01-22  dave mankofffix curl basic auth
2012-01-22  Ben DarnellMerge remote-tracking branch 'lerks/master' into work
2012-01-22  Ben DarnellUpdate websocket chat demo to work when not addressed...
2012-01-22  Ben DarnellMerge remote-tracking branch 'MrJoes/master' into work
2012-01-22  Ben DarnellRefactor websocket close logic; remove dependency on...
2012-01-22  Ben DarnellDisable slow websocket performance tests by default.
2012-01-22  Ben DarnellRemove stray log line
2012-01-22  Ben DarnellCheck if the stream is closed before writing final...
2012-01-22  Ben DarnellWebsocket subprotocol updates.
2012-01-21  Ben DarnellMerge remote-tracking branch 'davidgaleano/master'...
2012-01-21  Ben DarnellAllow handlers to override the selection of "ws" or...
2012-01-21  Ben DarnellMerge remote-tracking branch 'nephics/master' into...
2012-01-21  Ben DarnellCheck in a requirements file for the tools I use while...
2012-01-21  Ben DarnellAdd .coveragerc for test coverage reporting.
2012-01-18  Ben DarnellAdd 307 too and update release notes.
2012-01-18  Ben DarnellMerge remote-tracking branch 'amorton/master'
2012-01-18  Ben DarnellRelease note updates for twitter client changes
2012-01-18  Ben DarnellMake TwitterMixin.twitter_request accept complete urls...
2012-01-18  Ben DarnellMerge remote-tracking branch 'gutomaia/master'
2012-01-18  Ben DarnellAdd RequestHandler.on_finish method.
2012-01-17  Ben DarnellMajor update to tornado.platform.twisted.
2012-01-14  Ben DarnellSupport non-integer timeouts for curl_httpclient.
2012-01-14  Ben DarnellAdd a fourth release status field to tornado.version_info.
2012-01-14  Ben DarnellRelease note update
2012-01-14  Ben DarnellMerge remote-tracking branch 'pkienzle/master'
2012-01-14  Ben DarnellThe Connection request header should be case-insensitive.
2012-01-10  Ben DarnellAdd a new(er) ubuntu vm setup to test missing SSLv2
2012-01-10  Ben DarnellSome python/openssl builds don't have SSLv2 compiled...
2012-01-10  Paul Kienzlemake sure addresses returned from getaddrinfo are unique 435/head
2012-01-10  Ben DarnellRelease notes for the last two ssl changes
2012-01-09  Ben DarnellDisable SSLv2 in simple_httpclient.
2012-01-09  Ben DarnellMake SSLIOStream compatible with SSLv3- and TLSv1-only...
2012-01-08  Ben DarnellMake it possible to run the test suite with --httpclien...
2012-01-08  Ben DarnellUpdate docs for recent websocket changes
2012-01-08  Ben DarnellDisable websocket draft76 protocol by default.
2012-01-08  Ben DarnellAdd an explicit binary option to WebSocketHandler.write...
2012-01-05  Jacob SondergaardSet the request cookies property to an empty dict if... 428/head
2012-01-05  Ben DarnellHandle redirects before processing data and sending...
2012-01-04  Ben DarnellMake fork_processes raise SystemExit instead of returni...
2012-01-03  Ben DarnellAdd comment about (non-)thread-safety of IOLoop.add_tim...
next