summaryrefslogtreecommitdiff
path: root/routes/base.py
Commit message (Expand)AuthorAgeFilesLines
* Refactored Route and Mapper into their own classesBen Bangert2008-06-051-1361/+2
* Remove unnecessary assignmentsBen Bangert2008-06-051-6/+2
* * Add non-minimization option to Routes and the Mapper for generation andBen Bangert2008-06-051-23/+83
* * Add Routes 2.0 style syntax for making routes and regexp. For example, thisBen Bangert2008-06-051-2/+11
* Add minimization for route matching and building.Ben Bangert2008-06-051-11/+40
* * WARNING: Mapper now comes with hardcode_names set to True by default. ThisBen Bangert2008-06-021-1/+1
* * Actually respect having urlcache disabled.Ben Bangert2008-06-021-9/+11
* Slight patch to not unicode callable objectsBen Bangert2008-04-241-0/+2
* Doc tweaks.Ben Bangert2008-04-221-4/+4
* fix Mapper.create_regs not being thread safe. particularly a problem whenPhilip Jenvey2008-04-181-2/+14
* Automated merge with https://www.knowledgetap.com/hg/routesBen Bangert2008-04-091-1/+5
|\
| * reincorporate r172 back in: don't assume sets are orderedPhilip Jenvey2008-04-051-1/+5
* | Fix regexp issue with requirements.Ben Bangert2008-04-091-1/+1
|/
* * Fixed bug of map.resource not allowing spaces in id.Ben Bangert2008-03-261-1/+1
* * Fixed url generation to properly handle unicode defaults in addition toBen Bangert2008-03-241-4/+14
* * Fixed url_for to handle lists as keyword args when generating queryBen Bangert2008-03-101-3/+12
* * WARNING: Changed map.resource to not use ';', for actions, but theBen Bangert2008-02-281-10/+10
* * Fixed triple escaping bug, since WSGI servers are responsible for basicBen Bangert2008-02-281-1/+1
* * Removed duplicate assignment in map.resource. Patch by Mike Naberezny.Ben Bangert2007-09-141-1/+0
* [svn] * Added additional checking of remaining URL, to properly swallow perio...bbangert2007-08-271-1/+10
* [svn] * Added mapper.hardcode_names option which restricts url generation to thebbangert2007-08-271-3/+11
* [svn] != None -> is not Nonepjenvey2007-06-301-1/+1
* [svn] Doc updates for explicit behavior and unicode settings.v1.7bbangert2007-06-081-2/+16
* [svn] * Added _encoding option to individual routes to toggle decoding/encodi...bbangert2007-05-151-1/+1
* [svn] * Fixed route matching so that '.' and other special chars are only par...bbangert2007-05-121-2/+5
* [svn] * Fixed Unicode decoding/encoding so that the URL decoding and encoding...bbangert2007-05-111-6/+16
* [svn] * Fixed Unicode decode/encoding of path_info dynamic/wildcard parts so ...bbangert2007-05-031-6/+7
* [svn] Fix problem with urlcache and SCRIPT_NAMEv1.6.2.1ianb2007-04-201-3/+17
* [svn] Fixed some indentation issues for pudge docgen.bbangert2007-04-101-6/+7
* [svn] * Fixed matching so that an attempt to match an empty path raises abbangert2007-04-101-2/+5
* [svn] * Added ability to use characters in URL's such as '-' and '_' inbbangert2007-04-101-2/+4
* [svn] * Updated Mapper.resource handling with name_prefix and path_prefix che...bbangert2007-04-101-6/+35
* [svn] * Added utf-8 decoding of incoming path arguments, with fallback to ign...bbangert2007-04-031-4/+8
* [svn] * Added ability to specify parent resource to map.resource command. Pat...bbangert2007-03-181-4/+48
* [svn] * Fixed formatted route issue with map.resource when additional collectionbbangert2007-03-181-5/+5
* [svn] * Added member_name and collection_name setting to Route object when ma...bbangert2007-03-131-0/+10
* [svn] * Updating mapper object to use thread local for request data (such asbbangert2007-02-211-1/+8
* [svn] PEP 8 style fixes.bbangert2007-02-131-102/+157
* [svn] * Added explicit option to Routes and Mapper. Routes _explicit setting ...bbangert2007-02-121-25/+51
* [svn] Applying patch from pjenvey for odd issue during route matching. (Test ...bbangert2007-01-291-1/+2
* [svn] * Added additional test for normal '.' match and fixed new special matc...bbangert2007-01-221-0/+2
* [svn] * Fixed hanging special char issue with 'special' URL chars at the end ...bbangert2007-01-221-0/+5
* [svn] * Changed Routes generation and recognition to handle other 'special' U...bbangert2007-01-221-10/+13
* [svn] Updated route generation to output non-unicode URL's as they're invalid.bbangert2007-01-121-2/+2
* [svn] * Fixed lookahead assertion in regexp builder to properly handle two gr...bbangert2007-01-111-4/+1
* [svn] * Applied patch to generation and matching to handle Unicode charactersbbangert2007-01-111-8/+10
* [svn] Upper-case method name in REQUEST_METHOD before match check is done.bbangert2007-01-051-1/+1
* [svn] * Fixed issue with method checking not properly handling different letterbbangert2007-01-051-1/+1
* [svn] * Fixed append_slash to take effect in the route generation itself inst...bbangert2006-11-141-1/+8
* [svn] * Added additional url_for tests to ensure map.resource generates prope...bbangert2006-11-131-16/+21