summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update for 1.13 releasev1.13Ben Bangert2012-03-123-4/+9
* mergeBen Bangert2012-03-122-2/+24
|\
| * Fixing the regex by removing an extra ?Michael Basnight2012-02-281-1/+1
| * Added functionality to allow escaped dots in urlsMichael Basnight2012-02-282-2/+24
* | MergeBen Bangert2011-10-163-75/+9
|\ \ | |/ |/|
| * Remove custom LRU and use repoze.lruBen Bangert2010-06-283-75/+9
|/
* Release 1.12.3Ben Bangert2010-06-052-4/+4
* Added tag v1.12.3 for changeset 55b90c62a7b6Ben Bangert2010-06-051-0/+1
* RST formattingv1.12.3Ben Bangert2010-06-051-0/+1
* Version bumpBen Bangert2010-06-051-1/+1
* * Fix bug with URLGenerator not properly including SCRIPT_NAME when generatingBen Bangert2010-06-056-4/+31
* Tagging 1.12.1Ben Bangert2010-03-113-5/+5
* Added tag v1.12.1 for changeset 5cf11614bf01Ben Bangert2010-03-111-0/+1
* * Fix bug with routes not generating URL's with callables in defaults.v1.12.1Ben Bangert2010-03-114-2/+17
* * Fix bug with routes not handling sub-domain defaults during generation.Ben Bangert2010-03-054-3/+35
* Bump for next dev versionBen Bangert2010-02-282-1/+5
* Update versionBen Bangert2010-02-281-1/+1
* Added tag v1.12 for changeset d48c9a0a769fBen Bangert2010-02-281-0/+1
* Update index pagev1.12Ben Bangert2010-02-282-20/+9
* Major re-org of the docsBen Bangert2010-02-2821-1132/+1158
* * Fix bug with relative URL's using qualified merging host and URL withoutBen Bangert2010-02-283-1/+16
* * Fix bug with mapper.extend and Routes modifying their original args.Ben Bangert2010-02-283-2/+15
* Add notice about mapper explicitnessBen Bangert2010-02-281-2/+3
* * Fix url.current() not returning current args when explicit is True.Ben Bangert2010-02-284-5/+19
* Remove a ternary operation in the Mapper to get it working on Python 2.4Luke Macken2010-02-281-1/+1
* Ensure singleton usage is still default in middleware so Routes upgrade doesn...Ben Bangert2010-02-282-7/+38
* Add pylintrc fileBen Bangert2010-02-231-0/+301
* Another module up to 100% test coverageBen Bangert2010-02-202-2/+28
* mergeBen Bangert2010-02-205-41/+201
|\
| * Documentation updatesMike Burrows2010-02-151-15/+16
| * Documentation for 1.12 featuresMike Burrows2010-02-152-2/+96
| * Fix inline requirements in {.format:reqs}Mike Burrows2010-02-143-4/+14
| * Have collection() use the new {.format} component if needed instead of genera...Mike Burrows2010-02-101-22/+26
| * {.format} path componentsMike Burrows2010-02-104-17/+69
* | More tests, coverageBen Bangert2010-02-202-20/+7
* | More test coverageBen Bangert2010-02-203-5/+12
* | Increase unit tests and add more explicit use of the mapper for matching.Ben Bangert2010-02-207-48/+107
* | Backout explicit change.Ben Bangert2010-01-237-8/+8
|/
* Mapper.explicit now defaults to TrueMike Burrows2010-01-1110-88/+88
* Mapper.minimization now defaults to FalseMike Burrows2010-01-0910-22/+130
* CHANGELOG for SubMapper and collection changesMike Burrows2010-01-091-1/+4
* Fix placement of __enter__ and __exit__Mike Burrows2010-01-021-6/+6
* Optional formatted routes on submappersMike Burrows2009-12-301-9/+30
* Fix additional testMike Burrows2009-12-291-4/+3
* Add test for collection-level conditions and requirementsMike Burrows2009-12-291-0/+10
* Fix merge errorMike Burrows2009-12-291-1/+1
* Code layout changesMike Burrows2009-12-292-80/+45
* Fix doctestsMike Burrows2009-12-281-8/+12
* some tests need Mapper(explicit=True) to maintain test isolationMike Burrows2009-12-271-2/+2
* docstring and unit test for Mapper.__str__()Mike Burrows2009-12-261-13/+1