| 2 months | Jason Moiron | all changes from weird phantom change are now in |
| 2 months | Jason Moiron | some kind of fun mixup.. |
| 2 months | Jason Moiron | make the cache import the right value |
| 2 months | Jason Moiron | couchdb tests pass with curlcon.py module |
| 2 months | Jason Moiron | adding couchdb backend (tests all fail) |
| 2 months | Ben Bangert | Bumping dev version |
| 2 months | Ben Bangert | Added tag v0.9.4 for changeset 59237dd1d962 |
| 2 months | Ben Bangert | Tagging release |
| 2 months | Ben Bangert | Automated merge with https://www.knowledgetap.com/hg/beaker |
| 2 months | Ben Bangert | Updated comment string. |
| 2 months | Philip Jenvey | 2.3 compat: implement base64's b64decode/encode on <= 2.4 |
| 2 months | Philip Jenvey | lacking a __future__ import raises a SyntaxError instead of ImportError |
| 2 months | Philip Jenvey | disable doctest, we have none and they cause import errors during tests when you lack extensions |
| 2 months | Ben Bangert | Automated merge with https://www.knowledgetap.com/hg/beaker |
| 2 months | Ben Bangert | Add the google module too. |
| 2 months | Ben Bangert | * Adding 'google' backend datastore, available by specifying 'google' as the |
| 2 months | Philip Jenvey | o CPython's GIL is keeping test_dict in 'sync' so that KeyErrors are |
| 2 months | Philip Jenvey | let's try 4 second end delay for slower jdks |
| 2 months | Philip Jenvey | decouple the tests and don't run them on import |
| 2 months | Philip Jenvey | make test_syndict succeed on Jython by explicitly garbage collecting when |
| 3 months | Ben Bangert | Fixed indentation so that basepath runs every time. |
| 3 months | Ben Bangert | * SECURITY BUG: Fixed security issue with Beaker not properly removing |
| 3 months | Ben Bangert | Automated merge with https://www.knowledgetap.com/hg/beaker |
| 3 months | Ben Bangert | * Fixed bug with Beaker not playing well with Registry when its placed above |
| 3 months | Ben Bangert | Spell my own name right |
| 3 months | Philip Jenvey | this is 0.9.4dev |
| 3 months | Philip Jenvey | avoid os.getpid if not available |
| 4 months | Ben Bangert | Added tag v0.9.3 for changeset 80f0cede0705 |
| 4 months | Ben Bangert | Automated merge with https://www.knowledgetap.com/hg/beaker |
| 4 months | Ben Bangert | Fix import issue. |
| 4 months | Ben Bangert | * Adding 'id' to cookie-based sessions for better compatibility. |
| 4 months | Ben Bangert | Re-adding lower case one |
| 4 months | Ben Bangert | Removing upper case PDB... |
| 4 months | Ben Bangert | Updating version strings. |
| 4 months | Ben Bangert | * Fixed error with exception still raised for PyCrypto missing. |
| 4 months | Philip Jenvey | o convert to webtest |
| 4 months | Philip Jenvey | unused gc import, arrange |
| 4 months | Ben Bangert | * WARNING: Session middleware no longer catches Paste HTTP Exceptions, apps |
| 4 months | Ben Bangert | * Fixed Python 2.4 compatibility bug in hmac. |
| 4 months | Ben Bangert | Adding credit. |
| 4 months | Ben Bangert | * Fixed key lookup on cache object to only use the settings for the key |
| 4 months | Ben Bangert | Added tag v0.9.2 for changeset 4522f4b074ed |
| 4 months | Ben Bangert | Adding release date. |
| 4 months | Ben Bangert | * Added option to make Beaker use a secure cookie. |
| 4 months | Ben Bangert | * Removed CTRCipher as pycryptopp doesn't need it. |
| 4 months | Ben Bangert | Adding crypto option. |
| 4 months | Ben Bangert | * Fixed signing code to use hmac with sha for better signing security. |
| 5 months | Ben Bangert | Updating revision info. |
| 5 months | Ben Bangert | merge |
| 5 months | Ben Bangert | Added tag v0.9.1 for changeset 05692a4bedf2 |
| 5 months | Ben Bangert | Changed salt to nonce, since thats what it really is. |
| 5 months | Ben Bangert | Fixed getitem to use more efficient retrieval with memcached for less network trips. |
| 5 months | Ben Bangert | * Fixed memcached code to use delete_multi on clearing the keys for efficiency |
| 5 months | Ben Bangert | Automated merge with https://www.knowledgetap.com/hg/beaker |
| 5 months | Ben Bangert | * Removing cookie.py and signed cookie middleware, as the environ_key option |
| 6 months | Ben Bangert | * Added option to use just cookie-based sessions without requiring |
| 5 months | Philip Jenvey | unused imports, arrange |
| 6 months | Ben Bangert | * Fixed bug in middleware using module that wasn't imported. |
| 6 months | Ben Bangert | Bumping revision number. |
| 6 months | Ben Bangert | Remove old SOP reference. |