| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test_datetime_utils.py converted to assert from nose | Bert JW Regeer | 2016-04-15 | 1 | -45/+43 |
| | | |||||
| * | 100% datetime_utils coverage | Chris McDonough | 2011-09-21 | 1 | -2/+13 |
| | | |||||
| * | b -> bytes_ | Chris McDonough | 2011-09-20 | 1 | -7/+6 |
| | | | | | | | u -> text_ Use b'' literals instead of calls to b() | ||||
| * | work towards creating and using 'compat' module and removing syntax errors ↵ | Chris McDonough | 2011-09-15 | 1 | -4/+6 |
| | | | | | 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 | -7/+6 |
| | | |||||
| * | This commit aggregates most of the work done at the 2011 PyCon Pyramid ↵ | Sergey Schetinin | 2011-03-22 | 1 | -11/+50 |
| | | | | | | | | | | sprint in Atlanta GA. Only tests updates are in it, library code changes are committed separately. The sprint was organised by Chris McDonough and provided WebOb with 100% statement coverage. Participated: Alexandre Conrad, Patricio Paez, Whit Morriss, Rob Miller, Reed O'Brien, Chris Shenton, Joe Dallago, Tres Seaver, Casey Duncan, Kai Groner, Chris McDonough. The bitbucket fork on which this work was done is at https://bitbucket.org/chrism/webob-py3k and contains a detailed changelog. A big thank you to everyone who contributed! | ||||
| * | Add a lot of tests. | Sergey Schetinin | 2011-02-20 | 1 | -0/+78 |
| 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 | |||||
