]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2017-02-24  Scott Meisburgerhttpserver: pass no_keep_alive option to connection... 1963/head
2017-02-21  Ben DarnellMerge pull request #1873 from pitrou/bytearray_buffers
2017-02-21  Ben Darnellweb: Remove accidentally-set execute bit
2017-02-21  Ben DarnellMerge commit 'pull/origin/1653'
2017-02-21  Ben DarnellMerge pull request #1649 from xrmx/docwindows
2017-02-20  Ben DarnellMerge pull request #1956 from bdarnell/master
2017-02-20  Ben Darnelltox: Update some configs to use py36 1956/head
2017-02-20  Ben Darnellsetup: Ship LICENSE file in tarball
2017-02-20  Ben Darnelldocs: Remove direct tarball links and legacy install...
2017-02-20  Ben Darnelltesting: Clarify docs of testing.main()
2017-02-20  Ben Darnelldocs: Clarify limitations of native coroutines.
2017-02-20  Ben Darnellprocess: Silence "subprocess still running" warnings...
2017-02-20  Ben Darnelltcpclient: Close socket on source_ip bind failure
2017-02-17  A. Jesse Jiryu... Merge pull request #1954 from dinever/patch-1
2017-02-17  Shawn DingFix a typo 1954/head
2017-02-10  Ben DarnellMerge pull request #1948 from jeffhunter/master
2017-02-10  Ben DarnellMerge pull request #1935 from mirceaulinic/SOURCE-IP
2017-02-09  A. Jesse Jiryu... Merge pull request #1949 from ajdavis/asyncio-async...
2017-02-09  A. Jesse Jiryu... Avoid deprecated asyncio.async() in test 1949/head
2017-02-09  Jeff Hunteradd support for HTTP 308 redirects 1948/head
2017-02-08  A. Jesse Jiryu... Merge pull request #1945 from brianmego/patch-1
2017-02-08  Brian MegoDocumentation Typo 1945/head
2017-02-07  Mircea UlinicSkip port test if not unix 1935/head
2017-02-05  Ben Darnellweb: Remove obsolete doc about stream_request_body...
2017-02-05  Ben Darnellqueues: Call out thread-unsafety in docs
2017-02-01  Mircea UlinicAdd tests for source_ip and source_port
2017-02-01  Mircea UlinicSupport also source_port
2017-02-01  Mircea UlinicRemove source_ip from _Connector init kwargs
2017-02-01  Mircea UlinicMove bindin into _create_stream
2017-01-25  Mircea UlinicTCPClient: connect using specific source IP address
2017-01-24  A. Jesse Jiryu... Merge pull request #1932 from tao12345666333/master
2017-01-24  TaoBeierFix document download url on pypi. 1932/head
2017-01-08  Ben DarnellMerge pull request #1924 from duboviy/master
2017-01-08  Ben DarnellMerge pull request #1899 from mr-ping/master
2017-01-08  Eugene DubovoyAdd Python 3.6 support 1924/head
2016-12-20  A. Jesse Jiryu... Merge pull request #1916 from SuminAndrew/routing-docs
2016-12-19  Andrew Suminimprove routing module docs and tests 1916/head
2016-12-17  Ben DarnellMerge pull request #1806 from SuminAndrew/routing
2016-12-13  Ben DarnellMerge pull request #1906 from ajdavis/handle-stream...
2016-12-13  Ben DarnellMerge pull request #1911 from medariox/patch-1
2016-12-13  Ben DarnellMerge branch 'master' into handle-stream-native-coro 1906/head
2016-12-13  Ben DarnellMerge pull request #1910 from ajdavis/preload-latin1
2016-12-13  Ben DarnellMerge pull request #1908 from takluyver/i1907
2016-12-13  Ben DarnellMerge pull request #1902 from pitrou/tcpserver_stop_twice
2016-12-11  DarioCatch AttributeError in cpu_count() 1911/head
2016-12-10  A. Jesse Jiryu... netutil: Preload the "latin1" codec 1910/head
2016-12-07  Thomas KluyverUse errno_from_exception on error caught in Waker 1908/head
2016-12-05  A. Jesse Jiryu... tcpserver: handle_stream can be a native coroutine
2016-11-30  Antoine PitrouFix #1901: fix TCPServer.stop() when called twice 1902/head
2016-11-29  Andrey Suminallow HTTPServerConnectionDelegate as routing targets 1806/head
2016-11-24  PingRewrite url_concat function using PythonStandardLibrary 1899/head
2016-11-20  Ben DarnellMerge pull request #1889 from pitrou/future_warnings_at...
2016-11-20  Ben DarnellUpdate warning config to fix tests on python 3.6 nightly
2016-11-20  Ben DarnellMerge pull request #1893 from pitrou/coverage_failure_p...
2016-11-20  Ben DarnellMerge pull request #1890 from pitrou/coroutine_introspe...
2016-11-20  Ben DarnellMerge pull request #1881 from ajdavis/file-example
2016-11-19  Andrey Suminadd docs for web module
2016-11-16  Antoine PitrouFix error in coverage runs under Py3 with a C locale 1893/head
2016-11-15  Antoine PitrouFix for PyPy 1889/head
2016-11-15  Antoine PitrouImprove introspection of coroutines 1890/head
2016-11-15  Antoine PitrouAvoid referencing globals in emulated is_finalizing()
2016-11-15  Antoine PitrouAvoid spurious warnings at shutdown
2016-11-14  Andrey Suminadd docs for routing module
2016-11-14  Andrey Sumin[WIP] routing mechanism draft
2016-11-09  Antoine PitrouMerge branch 'master' of https://github.com/tornadoweb... 1873/head
2016-11-08  Antoine PitrouAdd comments and a docstring
2016-11-05  A. Jesse Jiryu... Merge pull request #1867 from ajdavis/redirecthandler...
2016-11-05  A. Jesse Jiryu... docs: Demonstrate uploading and receiving files 1881/head
2016-11-04  A. Jesse Jiryu... web: Add regex support to RedirectHandler 1867/head
2016-11-04  Ben DarnellMerge pull request #1862 from SuminAndrew/httpserver...
2016-11-04  Ben DarnellMerge pull request #1876 from pitrou/lockless_add_callback
2016-11-03  Antoine PitrouAlso catch "ValueError: I/O operation on closed file" 1876/head
2016-11-03  Antoine PitrouTry to fix spurious close() errors
2016-11-03  Antoine PitrouDo what it says on the tin
2016-11-03  Antoine PitrouLockless implementation of add_callback
2016-11-01  Antoine PitrouFix freezing the SSL write buffer
2016-11-01  Antoine PitrouRemove erroneous comment
2016-11-01  Antoine PitrouFix handling _write_buffer_frozen
2016-11-01  Antoine PitrouDelete from the bytearray's front, instead of creating...
2016-11-01  Antoine PitrouAllow memoryview in write()
2016-11-01  Antoine PitrouUse bytearray buffers in IOStream
2016-10-31  Andrey Suminrefactor httpserver request adapters 1862/head
2016-10-13  Ben DarnellMerge pull request #1857 from SuminAndrew/default-host...
2016-10-13  Ben DarnellMerge pull request #1844 from ajdavis/document-httprequ...
2016-10-03  Andrey Suminadd unit tests for an application with default_host 1857/head
2016-10-01  A. Jesse Jiryu... httpclient: Document the defaults. 1844/head
2016-10-01  Ben DarnellMerge remote-tracking branch 'origin/branch4.4'
2016-09-30  A. Jesse Jiryu... Merge pull request #1852 from bdarnell/parse-cookie v4.4.2
2016-09-30  Ben DarnellRelease notes and version bump for 4.4.2 1852/head
2016-09-30  Ben Darnellhttputil: Rewrite cookie parsing
2016-09-30  A. Jesse Jiryu... Update reference to asyncio's add_reader doc
2016-09-22  Ben DarnellMerge pull request #1838 from ajdavis/issue-1803-callba...
2016-09-22  A. Jesse Jiryu... io_loop: Don't spin CPU if callback returns {} 1838/head
2016-09-21  Ben DarnellMerge pull request #1834 from tornadoweb/stable
2016-09-11  Ben DarnellMerge pull request #1825 from samueldg/fix/testing_typos
2016-09-11  Ben DarnellMerge pull request #1821 from lilydjwg/master
2016-09-11  依云tcpclient: catch any `socket()` errors 1821/head
2016-09-09  Samuel Dion... Fix various typos in testing.py 1825/head
2016-09-06  Ben DarnellMerge pull request #1823 from SuminAndrew/update-curl...
2016-09-06  Andrey Sumindeprecate libcurl < 7.22.0 and remove Ubuntu 10.04... 1823/head
next