summaryrefslogtreecommitdiff
path: root/paste/session.py
Commit message (Collapse)AuthorAgeFilesLines
* Port session to Python 3Victor Stinner2015-04-211-1/+4
| | | | md5() requires bytes: on Python 3, encode text to utf-8
* Python 3: Use six types for stringsCyril Roelandt2014-03-181-1/+2
| | | | | * Replace (str, unicode) with (six.binary_type, six.text_type) * Replace basestring with (six.binary_type, six.text_type)
* Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-181-1/+1
|
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+6
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* prefer hashlib over the md5/sha modules which are deprecated in Python 2.6pjenvey2008-09-171-2/+5
|
* Fixed test suite on Windows (also disabled CGI tests as they shouldn't even ↵maluke2008-05-281-3/+4
| | | | work)
* avoid os.times if it's not availablepjenvey2008-03-061-1/+3
|
* In paste.session, ignore files that aren't session filesianb2007-09-151-7/+11
|
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
|
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ianb2006-10-201-2/+2
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-201-2/+2
|
* Moved session entry pointianb2006-10-201-3/+61
|
* Added session cleanup, from patch by Amirianb2006-10-201-3/+79
|
* Adding code-block directive to Python code samples.bbangert2006-09-021-1/+3
|
* Made it possible to create the session after start_response is called but ↵ianb2006-06-211-4/+15
| | | | before the first content is sent to the server
* Fix argument orderianb2006-04-241-1/+1
|
* damn, coerced incorrectlyianb2006-04-241-2/+2
|
* Added a chmod option to paste.sessionianb2006-04-241-3/+10
|
* Added has_session method to paste.sessionianb2006-03-301-0/+8
|
* Move things to using request module instead of wsgilibianb2005-12-141-1/+2
|
* Updates to documentationianb2005-10-011-1/+3
|
* Test for empty session ID, which is invalidianb2005-09-301-0/+3
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* paste.deployified sessionianb2005-08-221-1/+1
|
* Added start_response exc_info argumentianb2005-05-141-2/+2
|
* Renamed package itselfianb2005-04-221-0/+156