summaryrefslogtreecommitdiff
path: root/paste/util/ip4.py
Commit message (Collapse)AuthorAgeFilesLines
* Port util.ipv4 to Python 3Victor Stinner2015-04-221-5/+6
|
* Python 3: Replace <> operator with != operatorCyril Roelandt2014-03-181-2/+2
|
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-6/+6
| | | | Use also "from __future__ import print_function".
* Provide top-level ip2int functionianb2006-03-031-28/+31
|
* new version from upstream, plus some python2.3 fixesianb2006-01-221-4/+4
|
* New versions of files received from upstream author.ianb2006-01-211-51/+21
|
* Added middleware for reading mod_auth_tkt-style signed cookies ↵ianb2006-01-181-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).