Revisions of python-WebOb

Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 10)
- Update to version 1.2.3:
  + Fix parsing of form submissions where fields have transfer-content-encoding headers.
- Build HTML documentation
- Run testsuite
- Split of doc package
buildservice-autocommit accepted request 135430 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 9)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 135387 from Jason Craig's avatar Jason Craig (poorboywilly) (revision 8)
Update to 1.2.2 and remove unneeded dependencies.
buildservice-autocommit accepted request 102223 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 7)
baserev update by copy to link target
_service committed (revision 6)
generated via source service
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 5)
- Spec cleanup:
  * Simplified macro usage
  * Remove unneeded runtime requirement on python-nose
  * Run testsuite
- Update to version 1.2b2:
  * Fix request.cookies.get('name', 'default'). Previously default was ignored.
- Changes from version 1.2b1:
  * Mutating the request.cookies property now reflects the mutations into the HTTP_COOKIES environ header.
  * Response.etag = (tag, False) sets weak etag.
  * Range only parses single range now.
  * Range.satisfiable(..) is gone.
  * Accept.best_matches() is gone; use list(request.accept) or request.accept.best_match(..) instead (applies to all Accept-* headers) or similar with request.accept_language.
  * Response.request and Response.environ attrs are undeprecated and no longer raise exceptions when used. These can also be passed to the Response constructor. This is to support codebases that pass them to the constructor or assign them to a response instance. However, some behavior differences from 1.1 exist. In particular, synchronization is no longer done between environ and request attribute properties of Response; you may pass either to the constructor (or both) or assign one or the other or both, but they wont be managed specially and will remain the same over the lifetime of the response just as you passed them. Default values for both request and environ on any given response are None now.
  * Undeprecated uscript_name and upath_info.
  * For backwards compatibility purposes, switch req.script_name and path_info back again to contain “raw” undecoded native strings rather than text. Use uscript_name and upath_info to get the text version of SCRIPT_NAME and PATH_INFO.
  * Don’t raise an exception if unicode_errors or decode_param_names is passed to the Request constructor. Instead, emit a warning. For benefit of Pylons 1.X, which passes both.
  * Don’t raise an exception if HTTPException.exception is used; instead emit a warning. For benefit of Pylons 1.X, which uses it.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 94117 from Pavol Rusnak's avatar Pavol Rusnak (prusnak) (revision 4)
initialized devel package after accepting 94117
Pavol Rusnak's avatar Pavol Rusnak (prusnak) committed (revision 3)
- spec cleanup
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 2)
- Update to version 1.1.1:
  * Fix disconnect detection being incorrect in some cases
  * Fix exception when calling .accept.best_match(..) on a header containing
    '*' (instead of '*/*')
  * Split Accept class into appropriate subclasses (AcceptCharset,
    AcceptLanguage)
  * Improve language matching code so that 'en' in AcceptLanguage('en-gb')
    (the app can now offer a generic 'en' and it will match any of the
    accepted dialects) and 'en_GB' in AcceptLanguage('en-gb') (normalization
    of the dash/underscode in language names).
  * Deprecate req.etag.weak_match(..)
  * Deprecate Response.request and Response.environ attrs.
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 1)
- Initial version
Displaying revisions 61 - 70 of 70
openSUSE Build Service is sponsored by