summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Specify encoding when opening files in setup.pyMike Gilbert2013-12-251-3/+5
|/ | | | | | | This resolves a UnicodeDecodeError when setup.py is invoked with a non-utf8 locale. https://bugs.gentoo.org/show_bug.cgi?id=495118
* Merge pull request #24 from ethanmcc/docs-example-typoBen Bangert2013-12-131-1/+1
|\ | | | | docs: Make example comment consistent with code
| * docs: Make example comment consistent with codeEthan McCreadie2013-12-131-1/+1
|/
* Merge pull request #14 from blamarvt/overflow-fixBen Bangert2013-11-202-4/+19
|\ | | | | Allow for a large number of URL matches
| * Allow for a large number of URL matchesBrian Lamar2013-11-202-4/+19
| | | | | | | | | | | | | | | | | | | | | | Currently routes/regex raises an OverflowError when compiling a master list of 'valid' URLs if the number of controllers/routes is extremely high. This error can be worked around by assuming all URLs are good until all matches have been tested. This means that on large projects performance will be slightly increased with valid requests and slightly decreased with invalid requests.
* | Merge pull request #4 from YorikSar/subcollections_fixBen Bangert2013-11-182-0/+14
|\ \ | | | | | | Let submappers' children have their own controllers.
| * | Add tests for submappers' controllers fixYuriy Taraday2013-11-181-0/+12
| | |
| * | Let submappers' children have their own controllers.Yuriy Taraday2013-11-181-0/+2
|/ /
* | Merge pull request #21 from alex/patch-2Ben Bangert2013-11-171-1/+1
|\ \ | | | | | | Fixed a typo in the docs
| * | Fixed a typo in the docsAlex Gaynor2013-11-171-1/+1
| | |
* | | Merge pull request #20 from alex/patch-1Ben Bangert2013-11-171-1/+1
|\ \ \ | |/ / |/| | Fixed a typo in the docs
| * | Fixed a typo in the docsAlex Gaynor2013-11-171-1/+1
|/ /
* | Merge branch 'master' of github.com:bbangert/routesBen Bangert2013-11-171-1/+2
|\ \
| * \ Merge pull request #18 from alex/patch-1Ben Bangert2013-11-171-1/+2
| |\ \ | | | | | | | | Run tests under PyPy as well
| | * | Run tests under PyPy as wellAlex Gaynor2013-11-171-1/+2
| | | |
* | | | Rewrite test to work with random hash dictsBen Bangert2013-11-171-103/+105
|/ / /
* | | Properly include the CHANGELOG/LICENSE.Ben Bangert2013-11-172-3/+3
|/ /
* | Restore dev tag buildv2.0Ben Bangert2013-11-171-0/+3
| |
* | Update changelog for 2.0 release.Ben Bangert2013-11-173-12/+14
|/ | | | Update setup for release.
* Merge pull request #3 from YorikSar/doc_fixBen Bangert2013-05-231-1/+1
|\ | | | | Small misprint fix in collection() docs
| * Small misprint fix in collection() docsYuriy Taraday2012-08-311-1/+1
| |
* | Merge pull request #10 from alsanchez/masterBen Bangert2013-05-2310-76/+151
|\ \ | |/ |/| Add Python 3 Support
| * Fix doctests.Alejandro Sánchez2013-05-032-3/+3
| |
| * Add Python 3.2 / 3.3 to travis configuration.Alejandro Sánchez2013-05-031-0/+2
| |
| * Add Python 3 support.Alejandro Sánchez2013-05-039-74/+147
|/
* use line nos properlyBen Bangert2012-03-131-2/+2
| | | | | --HG-- branch : trunk
* try for proper labelBen Bangert2012-03-131-2/+2
| | | | | --HG-- branch : trunk
* keep doc tree labeledBen Bangert2012-03-131-0/+3
| | | | | --HG-- branch : trunk
* remove logoBen Bangert2012-03-131-5/+0
| | | | | --HG-- branch : trunk
* add feature listBen Bangert2012-03-131-0/+12
| | | | | --HG-- branch : trunk
* add source linkBen Bangert2012-03-131-0/+5
| | | | | --HG-- branch : trunk
* Update docsBen Bangert2012-03-133-21/+39
| | | | | --HG-- branch : trunk
* use right index masterBen Bangert2012-03-131-1/+1
| | | | | --HG-- branch : trunk
* Add changelogBen Bangert2012-03-131-0/+1
| | | | | --HG-- branch : trunk
* change nameBen Bangert2012-03-132-1/+1
| | | | | | --HG-- branch : trunk rename : docs/contents.rst => docs/index.rst
* fix confBen Bangert2012-03-131-8/+0
| | | | | --HG-- branch : trunk
* remove repeat keywordBen Bangert2012-03-131-1/+0
| | | | | --HG-- branch : trunk
* Update readmeBen Bangert2012-03-131-13/+4
| | | | | --HG-- branch : trunk
* Various cleanups and such for RTD and travisBen Bangert2012-03-1311-149/+49
| | | | | | | | --HG-- branch : trunk rename : CHANGELOG => CHANGELOG.rst rename : LICENSE => LICENSE.txt rename : README => README.rst
* keep pstats out tooBen Bangert2012-03-131-1/+1
| | | | | --HG-- branch : trunk
* handle missing profileBen Bangert2012-03-132-3/+4
| | | | | --HG-- branch : trunk
* try for right profilerBen Bangert2012-03-131-1/+1
| | | | | --HG-- branch : trunk
* force the right profilerBen Bangert2012-03-131-1/+2
| | | | | --HG-- branch : trunk
* install profilerBen Bangert2012-03-131-0/+1
| | | | | --HG-- branch : trunk
* Ensure coverage is availableBen Bangert2012-03-131-2/+1
| | | | | --HG-- branch : trunk
* ensure python dev, as profile seems lackingBen Bangert2012-03-131-1/+2
| | | | | --HG-- branch : trunk
* Add webobBen Bangert2012-03-131-1/+3
| | | | | --HG-- branch : trunk
* use right nameBen Bangert2012-03-131-0/+0
| | | | | | --HG-- branch : trunk rename : .travis.yaml => .travis.yml
* add travisBen Bangert2012-03-131-0/+6
| | | | | --HG-- branch : trunk
* Added tag v1.13 for changeset 09662e4dc7a2Ben Bangert2012-03-121-0/+1
| | | | | --HG-- branch : trunk