Tornado 6.5 Documentation
0 码力 | 437 页 | 405.14 KB | 10 月前The document provides a detailed update log for Tornado 6.5, highlighting key changes, improvements, and deprecations. It includes updates to modules like tornado.ioloop, tornado.iostream, and tornado.netutil, with a focus on deprecating certain callback arguments and introducing new features. The document also notes compatibility changes, such as support for newer Python versions and improvements in error handling and security. Notable changes include the removal of deprecated modules, updates to type annotations, and enhancements in performance and functionality.
Tornado 6.2 Documentation
0 码力 | 407 页 | 385.03 KB | 2 年前Tornado 6.2是一款Python web_framework和异步网络库,旨在通过非阻塞网络I/O支持高并发应用。它支持XMLHttpRequest长轮询、WebSocket等长连接应用。Tornado 6.2支持Python 3.7及更高版本,建议在类Unix系统上运行。文档详细引导了安装、配置、功能模块及其使用方法。更新内容包括IOLoop的新特性、WebSocket支持压缩、导入验证机制增强等。
Tornado 6.4 Documentation
0 码力 | 432 页 | 402.58 KB | 2 年前Tornado 6.4 is a Python web framework and asynchronous networking library, supporting Python 3.12. It includes various improvements such as better HTTP client handling, enhanced WebSocket functionality, and improved IOLoop management. The release introduces new features like the --until-success CLI flag and adds support for max_restarts in TCPServer. Several deprecated modules and methods have been removed or are planned for removal in future versions. The framework continues to focus on non-blocking I/O and scalability, making it suitable for long-lived connections and real-time web applications.
Tornado 6.4 Documentation
0 码力 | 268 页 | 1.09 MB | 2 年前Tornado是一个基于Python的Web框架和异步网络库,最初由FriendFeed开发。它通过非阻塞网络I/O实现高并发处理,适用于长轮询、WebSocket等需要长连接的应用。Tornado的核心组件包括Web框架、HTTP客户端和服务器,以及异步网络库。文档详细介绍了Tornado的异步和非阻塞I/O机制,强调其在处理实时Web应用中的优势。此外,文档还涵盖了Tornado的安装、配置、安全更新以及不同版本的改进内容,包括对IPv6、DNS解析、SSL握手等的支持优化。
Tornado 6.4 Documentation
0 码力 | 432 页 | 402.58 KB | 2 年前文档介绍了Tornado 6.4的功能和变更,包括Python 3.8及以上版本的支持,推荐使用pycurl和libcurl 7.22或更高版本。此外,文档详细描述了Tornado的设计平台,包括Unix-like系统的最佳性能和适用于Linux、BSD/macOS和Solaris的特性。Tornado可在Windows上运行,但不建议用于生产环境。IOLoop是Tornado的核心事件循环,用于处理非阻塞I/O操作。文档还涵盖了Tornado的模块结构、模板系统以及国际化支持。最新版本6.4引入了对Python 3.12的支持,改进了内存管理和错误处理,更新了多个模块的功能,并增强了模板系统的灵活性。
Tornado 6.0 Documentation
0 码力 | 869 页 | 692.83 KB | 2 年前文档详细描述了Tornado 6.0版本的更新内容,包括新增功能、性能改进和向后兼容性更改。Tornado 6.0已停止支持Python 2.7和3.4,要求最低Python版本为3.5.2。已废弃的APIs已被移除,包括tornado.stack_context模块和多个回调参数。文档还涵盖了对IPv6支持的改进,新的TLS配置,HTTP客户端的增强功能,以及在tornado.ioloop和tornado.iostream模块中性能的优化。此外,文档强调了对原生协程的支持和AsyncTestCase的增强功能。
Tornado 6.4 Documentation
0 码力 | 432 页 | 402.58 KB | 2 年前Tornado 6.4文档介绍了该版本的主要更新和改进,包括新功能、性能优化、安全增强以及对旧模块的弃用。该版本增强了HTTP客户端的 IPv6支持,改进了默认密码套的选择,并支持流式请求体。同时,多个模块如tornado.tcpclient、tornado.testing、tornado.web等进行了功能扩展和问题修复。此外,Tornado 6.4对 tengo.platform.twisted、tornado.stack_context等模块进行了弃用处理,并对测试框架和日志系统进行了优化。
Tornado 6.3 Documentation
0 码力 | 423 页 | 398.18 KB | 2 年前Tornado 6.3是一款Python异步网络库和Web框架,主要用于构建高并发、长连接应用如WebSockets和长轮询。文档详细介绍了Tornado的安装要求、平台支持、模块功能、更新日志及注意事项。Tornado设计适用于类Unix平台,虽然支持Windows但不推荐用于生产环境。其核心组件包括Web框架、HTTP客户端/服务器和异步网络库,提供灵活的模板语言、三方登录支持、国际化功能及性能优化。更新内容包括新功能、错误修复及弃用公告。
Tornado 4.5 Documentation
0 码力 | 333 页 | 322.34 KB | 2 年前The document provides comprehensive documentation for Tornado 4.5, detailing its web framework, HTTP servers and clients, asynchronous networking, coroutines and concurrency, and integration with other services. It highlights key features such as the routing system in tornado.routing, support for non-ASCII filenames in tornado.template, and improvements to the WebSocket module. The release notes outline changes like the introduction of a message size limit in tornado.websocket, enhanced coroutine performance, and compatibility updates for authentication and logging modules.
Tornado 6.1 Documentation
0 码力 | 245 页 | 904.24 KB | 2 年前Tornado is a Python web framework and asynchronous networking library designed to handle tens of thousands of open connections efficiently. It consists of four major components: a web framework, HTTP client and server, an asynchronous networking library, and a coroutine library. Tornado offers a full-stack alternative to WSGI, providing non-blocking network I/O for applications requiring long-lived connections. The documentation highlights key features, including support for long polling, WebSockets, and integration with other services. It also covers updates and changes in version 6.1, such as deprecations and new functionalities like improved WebSocket support and enhanced HTTP client capabilities.
共 19 条
- 1
- 2













