openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
Otto
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 1 of 4
Search / Filter on:
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.
Malthe Borch
More...
almost 12 years ago
Added changelog entry. Also, remove release date.
Malthe Borch
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.
Malthe Borch
More...
almost 12 years ago
Upgrade docs version.
Malthe Borch
More...
almost 12 years ago
Python 3 compatibility; preparing for release.
Malthe Borch
More...
almost 12 years ago
Added link to latest documentation.
Malthe Borch
More...
about 15 years ago
Documentation fixes.
Malthe Borch
More...
about 15 years ago
Preparing release.
Malthe Borch
More...
about 15 years ago
Change to an object mapping concept rather than traversal (with various implications, see changelog and documentation).
Malthe Borch
More...
about 15 years ago
Do away with combined match; turns out there's no performance gain.
Malthe Borch
More...
about 15 years ago
Fixed issue where unnamed star-arg would not get matched.
Malthe Borch
More...
about 15 years ago
Update documentation link.
Malthe Borch
More...
about 15 years ago
Python 2.4-compatibility.
Malthe Borch
More...
about 15 years ago
API change.
Malthe Borch
More...
about 15 years ago
Preparing release.
Malthe Borch
More...
about 15 years ago
Leading slash is now optional.
Malthe Borch
More...
about 15 years ago
Improved relationship between publisher and router, in particular make routes unaware of traversal and controllers.
Malthe Borch
More...
about 15 years ago
The ``route`` method was renamed to ``connect`` for consistency. It also communicates better that it's an action.
Malthe Borch
More...
about 15 years ago
Improved documentation on router class.
Malthe Borch
More...
about 15 years ago
These should be readded and developed in a branch.
Malthe Borch
More...
about 15 years ago
Preparing release.
Malthe Borch
More...
about 15 years ago
Adding package documentation.
Malthe Borch
More...
about 15 years ago
Updated documentation.
Malthe Borch
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).
Malthe Borch
More...
about 15 years ago
Document the router class in the reference.
Malthe Borch
More...
about 15 years ago
Moved tests out of class docstring; added tests for iteration, which revealed issues which are now fixed.
Malthe Borch
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).
Malthe Borch
More...
about 15 years ago
Added answer to question on how to implement a REST interface.
Malthe Borch
More...
about 15 years ago
Implemented redirection logic for paths with or without a trailing slash.
Malthe Borch
More...
about 15 years ago
Added section on frequently asked questions.
Malthe Borch
More...
about 15 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree