0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We don't support predicates, actually, and the way the publisher works is almost trivial. Drop paragraph entirely. More... almost 12 years ago
Added changelog entry. Also, remove release date. More... almost 12 years ago
The `Application` class is now a descriptor such that it binds automatically if assigned as a class-attribute. This declarative, class-based style is now presented as the opening 'Hello world' example. More... almost 12 years ago
Upgrade docs version. More... almost 12 years ago
Python 3 compatibility; preparing for release. More... almost 12 years ago
Added link to latest documentation. More... about 15 years ago
Documentation fixes. More... about 15 years ago
Preparing release. More... about 15 years ago
Change to an object mapping concept rather than traversal (with various implications, see changelog and documentation). More... about 15 years ago
Do away with combined match; turns out there's no performance gain. More... about 15 years ago
Fixed issue where unnamed star-arg would not get matched. More... about 15 years ago
Update documentation link. More... about 15 years ago
Python 2.4-compatibility. More... about 15 years ago
API change. More... about 15 years ago
Preparing release. More... about 15 years ago
Leading slash is now optional. More... about 15 years ago
Improved relationship between publisher and router, in particular make routes unaware of traversal and controllers. More... about 15 years ago
The ``route`` method was renamed to ``connect`` for consistency. It also communicates better that it's an action. More... about 15 years ago
Improved documentation on router class. More... about 15 years ago
These should be readded and developed in a branch. More... about 15 years ago
Preparing release. More... about 15 years ago
Adding package documentation. More... about 15 years ago
Updated documentation. More... about 15 years ago
The asterisk now returns a tuple. All strings returned by the match function are now unquoted and decoded to unicode. Similarly, generated paths are quoted (quoted strings can always be coerced to unicode, so we needn't convert explicitly). The encoding functions were lifted from the ``repoze.bfg.encode`` module (BSD-like license). More... about 15 years ago
Document the router class in the reference. More... about 15 years ago
Moved tests out of class docstring; added tests for iteration, which revealed issues which are now fixed. More... about 15 years ago
The router now returns an iterable; this makes it possible to iterate through route matches (this feature isn't currently in use, but it enables us to later add route predicates, something which is used by e.g. BFG). More... about 15 years ago
Added answer to question on how to implement a REST interface. More... about 15 years ago
Implemented redirection logic for paths with or without a trailing slash. More... about 15 years ago
Added section on frequently asked questions. More... about 15 years ago