Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-22 | add python as category | recht | 1 | -2/+2 | |
ok'd a while back at pkgsrcCon by agc and wiz | |||||
2004-05-26 | update to 1.3.0. | recht | 3 | -1230/+1333 | |
patch provided by Michal Pasternak in PR pkg/25705 changes: - Address objects for IPv4 and Unix addresses throughout twisted.internet. - Improved connected UDP APIs. - Refactored SSH client support. - Initial implementation of Windows I/O Completion Ports event loop. - Bug fixes and feature enhancements. - Nevow support for Lore (so your Lore documents can use Nevow directives). - This is the last release before Twisted begins splitting up. | |||||
2004-03-30 | initial import of Twisted 1.2.0 | recht | 7 | -0/+1634 | |
provided by Michal Pasternak via pkgsrc-wip Twisted is a framework, written in Python, for writing networked applications. It includes implementations of a number of commonly used network services such as a web server, an IRC chat server, a mail server, a relational database interface and an object broker. Developers can build applications using all of these services as well as custom services that they write themselves. Twisted also includes a user authentication system that controls access to services and provides services with user context information to implement their own security models. |