Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port util.ipv4 to Python 3 | Victor Stinner | 2015-04-22 | 1 | -5/+6 |
| | |||||
* | Python 3: Replace <> operator with != operator | Cyril Roelandt | 2014-03-18 | 1 | -2/+2 |
| | |||||
* | Python 3: add parenthesis to print() to support Python 2 and Python 3 | Cyril Roelandt | 2014-03-18 | 1 | -6/+6 |
| | | | | Use also "from __future__ import print_function". | ||||
* | Provide top-level ip2int function | ianb | 2006-03-03 | 1 | -28/+31 |
| | |||||
* | new version from upstream, plus some python2.3 fixes | ianb | 2006-01-22 | 1 | -4/+4 |
| | |||||
* | New versions of files received from upstream author. | ianb | 2006-01-21 | 1 | -51/+21 |
| | |||||
* | Added middleware for reading mod_auth_tkt-style signed cookies ↵ | ianb | 2006-01-18 | 1 | -0/+300 |
(paste.auth.auth_tkt). Added middleware to set user and group based on IP addresses (paste.auth.grantip). Added some modules for handling ranges of IP addresses, taken from some Python Cookbook recipes -- license is unclear on these, but I've requested clarification from the author (shouldn't be released until that is clarified). |