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 码力 | 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 5.1 Documentation
0 码力 | 359 页 | 347.32 KB | 2 年前文档介绍了Tornado 5.1版本的主要更新内容,包括对Python 2.7和3.4的支持将被移除,最低支持Python版本为3.5.2。此外,文档还提到了多个模块的改进,如tornado.auth模块的错误处理优化,tornado.autoreload的命令行包装器保留,tornado.websocket对压缩的支持,tornado.template的错误处理改进,以及tornado.web对头信息大小限制的移除。文档还指出tornado.stack_context模块将被移除,并建议开发者使用Future接口替代回调接口。
Tornado 6.1 Documentation
0 码力 | 931 页 | 708.03 KB | 2 年前Tornado 6.1文档详细描述了该Python Web框架和异步网络库的功能和更新内容。其核心组件包括Web框架、HTTP客户端和服务器、异步网络库以及协程库。该版本引入了多项改进,如异步DNS解析、增强的HTTPS支持、性能优化和错误处理增强。同时,文档还提供了模板引擎、国际化支持以及与其他服务的集成方式。
共 10 条
- 1













