summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep 1.11 release.v1.11Ben Bangert2009-09-282-3/+3
* missing quotesGael Pasgrimaud2009-09-261-2/+2
* remove double quoteGael Pasgrimaud2009-09-261-2/+2
* Routes logo is actually by Christoph Boehme, not Christoph Haas.sluggoster@gmail.com2009-09-142-1/+1
* Fix HTML.sluggoster@gmail.com2009-09-131-1/+1
* Typo in manual.sluggoster@gmail.com2009-09-132-1/+2
* Update TODO.sluggoster@gmail.com2009-09-131-4/+42
* Add Routes logo by Christoph Haas.sluggoster@gmail.com2009-09-135-0/+142
* Update documentation layout. Add TODO file.sluggoster@gmail.com2009-09-088-60/+184
* Fix title header for documentation.sluggoster@gmail.com2009-09-071-1/+2
* More documentation updates.sluggoster@gmail.com2009-09-043-33/+25
* Documentation updates.sluggoster@gmail.com2009-09-024-104/+305
* Fix slight doctest errorBen Bangert2009-08-051-1/+1
* * Added Mapper.extend function that allows one to add lists of Routes objectsBen Bangert2009-08-043-11/+55
* Enable use of the submapper with the with statementBen Bangert2009-08-041-1/+8
* * Added Mapper.submapper function that returns a SubMapper object to enableBen Bangert2009-08-042-0/+61
* * Mapper controller_scan argument now handles None, and lists of controllerBen Bangert2009-08-047-12/+31
* Split the porting section in the manual to a separate article.sluggoster@gmail.com2009-07-086-93/+115
* Delete obsolete index.rstsluggoster@gmail.com2009-07-081-292/+0
* Comment '_static' directory in Sphinx config because it doesn't exist.sluggoster@gmail.com2009-07-051-1/+1
* getting it rightGraham Higgins2009-07-021-3/+8
* rounding up stragglersGraham Higgins2009-07-021-118/+0
* Docs migration from pudge to sphinxGraham Higgins2009-07-0224-2439/+631
* Centralize tests for resources since they require both generation and recogni...Mike Naberezny2009-06-113-390/+402
* Fixed link to development version.Mike Naberezny2009-06-111-1/+1
* Use consistent testing style with nose.tools.Mike Naberezny2009-06-114-284/+295
* Use consistent testing style with nose.tools.Mike Naberezny2009-06-111-279/+279
* fixed an issue when passing extra args as a list of unicode to generate()Alexandre Conrad2009-05-182-1/+18
* Add a test for noargs.Chris McDonough2009-05-101-1/+12
* Allow the mapper to match a route if it returns a dict, even if the dict is e...Chris McDonough2009-05-091-3/+3
* Decode route args if they're encodedBen Bangert2009-05-071-0/+2
* Adding LRU cache default for mapperBen Bangert2009-05-062-2/+3
* Adding LRUBen Bangert2009-05-065-17/+87
* mergeBen Bangert2009-03-313-0/+904
|\
| * Merge.Mike Orr2009-03-303-0/+904
| |\
| | * New Routes manual.Mike Orr2009-03-303-0/+904
* | | MergeBen Bangert2009-03-311-0/+1
|\ \ \
| * | | Add support for the _filter keyword argument in map.resource and propagate it...mvantellingen2009-03-181-0/+1
| | |/ | |/|
* | | mergeBen Bangert2009-03-311-1/+1
|\ \ \
| * | | this is 1.10.4devPhilip Jenvey2009-02-181-1/+1
| |/ /
* | | Route doc updateBen Bangert2009-03-311-2/+2
| |/ |/|
* | Update stringsBen Bangert2009-03-291-3/+3
|/
* Added tag v1.10.3 for changeset 75ac2bfcb104Ben Bangert2009-02-081-0/+1
* Updating changelogv1.10.3Ben Bangert2009-02-081-2/+2
* Account for lack of query stringBen Bangert2009-02-081-1/+7
* More speed tweaks to request_configBen Bangert2009-02-081-17/+27
* More tweaks to create things only when neededBen Bangert2009-02-081-3/+4
* Speed tweaks to route.matchBen Bangert2009-02-081-9/+9
* Less function calls for form determinationBen Bangert2009-02-071-3/+1
* Speed tweaks for lazier request creation, no hasattrBen Bangert2009-02-071-16/+21