| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
So if the timezone is missing, we no longer need to manually add it.
|
|
|
|
|
|
|
|
| |
This removes any calls to `native_`, most of which should have been
calls to `text_` in the first place.
Also moves `bytes_` and `text_` to `webob.util` where they are more at
home as we continue to remove items from `webob.compat`
|
|
|
|
|
|
|
| |
All future commits will be required to format their code using Python
black.
This also hooks up linting and all that fun stuff to enforce it.
|
| |
|
| |
|
|
|
|
|
|
| |
u -> text_
Use b'' literals instead of calls to b()
|
|
|
|
| |
when code is run under py3k; all tests pass under py2, but most tests still fail under py3k
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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!
|
|
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
|