| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | binary_type -> bytes | Sergey Schetinin | 2011-09-25 | 1 | -2/+1 |
| | | |||||
| * | use paren-imports | Chris McDonough | 2011-09-22 | 1 | -11/+20 |
| | | |||||
| * | sort imports and more direct imports | Chris McDonough | 2011-09-22 | 1 | -6/+6 |
| | | |||||
| * | 100% datetime_utils coverage | Chris McDonough | 2011-09-21 | 1 | -6/+7 |
| | | |||||
| * | use direct imports, kill dead imports | Chris McDonough | 2011-09-20 | 1 | -2/+0 |
| | | |||||
| * | unbreak on py2 | Chris McDonough | 2011-09-20 | 1 | -2/+2 |
| | | |||||
| * | fix most test_exc tests, all datetime_utils tests, some test_dec tests for 3.2 | Chris McDonough | 2011-09-20 | 1 | -3/+4 |
| | | |||||
| * | work towards creating and using 'compat' module and removing syntax errors ↵ | Chris McDonough | 2011-09-15 | 1 | -5/+14 |
| | | | | | when code is run under py3k; all tests pass under py2, but most tests still fail under py3k | ||||
| * | import rfc822 -> import email.utils | Sergey Schetinin | 2011-08-14 | 1 | -2/+2 |
| | | |||||
| * | add '_now' test hook in datetime_utils [from pycon2011 sprint w/ edits] | Sergey Schetinin | 2011-03-22 | 1 | -2/+4 |
| | | |||||
| * | Add a lot of tests. | Sergey Schetinin | 2011-02-20 | 1 | -0/+4 |
| | | | | | | This is an aggregate patch of the work done by Mariano Mara and Danny Navarro. For more detailed changelog see https://bitbucket.org/marplatense/webobtestcoverage | ||||
| * | * move serialize_cookie_date to Cookie | Sergey Schetinin | 2010-10-01 | 1 | -15/+2 |
| | | | | | | * move most of expires serialization logic to Cookie * remove .output() methods | ||||
| * | refactor cookie regexp | Sergey Schetinin | 2010-10-01 | 1 | -2/+2 |
| | | |||||
| * | make serialize_cookie_date locale-independent (ticket: ↵ | Sergey Schetinin | 2010-08-31 | 1 | -1/+6 |
| | | | | | http://trac.pythonpaste.org/pythonpaste/ticket/439 ) | ||||
| * | * fix a couple missed renames | Sergey Schetinin | 2010-08-11 | 1 | -10/+5 |
| | | | | | * move all the `if not value: return None` from the serializers to converter.__set__ | ||||
| * | fix datetime_utils exports | Sergey Schetinin | 2010-08-11 | 1 | -6/+8 |
| | | |||||
| * | create webob.descriptors and webob.datetime_utils and move some of ↵ | Sergey Schetinin | 2009-11-04 | 1 | -0/+104 |
| __init__.py code there | |||||
