summaryrefslogtreecommitdiff
path: root/webob/datetime_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes PEP8 warningsZhongyue Luo2012-12-281-1/+0
|
* fix reference to long on py3Sergey Schetinin2012-05-211-0/+1
|
* fix req.retry_after = <long> (issue #46)Sergey Schetinin2012-05-211-1/+1
|
* binary_type -> bytesSergey Schetinin2011-09-251-2/+1
|
* use paren-importsChris McDonough2011-09-221-11/+20
|
* sort imports and more direct importsChris McDonough2011-09-221-6/+6
|
* 100% datetime_utils coverageChris McDonough2011-09-211-6/+7
|
* use direct imports, kill dead importsChris McDonough2011-09-201-2/+0
|
* unbreak on py2Chris McDonough2011-09-201-2/+2
|
* fix most test_exc tests, all datetime_utils tests, some test_dec tests for 3.2Chris McDonough2011-09-201-3/+4
|
* work towards creating and using 'compat' module and removing syntax errors ↵Chris McDonough2011-09-151-5/+14
| | | | when code is run under py3k; all tests pass under py2, but most tests still fail under py3k
* import rfc822 -> import email.utilsSergey Schetinin2011-08-141-2/+2
|
* add '_now' test hook in datetime_utils [from pycon2011 sprint w/ edits]Sergey Schetinin2011-03-221-2/+4
|
* Add a lot of tests.Sergey Schetinin2011-02-201-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 CookieSergey Schetinin2010-10-011-15/+2
| | | | | * move most of expires serialization logic to Cookie * remove .output() methods
* refactor cookie regexpSergey Schetinin2010-10-011-2/+2
|
* make serialize_cookie_date locale-independent (ticket: ↵Sergey Schetinin2010-08-311-1/+6
| | | | http://trac.pythonpaste.org/pythonpaste/ticket/439 )
* * fix a couple missed renamesSergey Schetinin2010-08-111-10/+5
| | | | * move all the `if not value: return None` from the serializers to converter.__set__
* fix datetime_utils exportsSergey Schetinin2010-08-111-6/+8
|
* create webob.descriptors and webob.datetime_utils and move some of ↵Sergey Schetinin2009-11-041-0/+104
__init__.py code there