index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
update news.txt
Sergey Schetinin
2011-04-26
1
-0
/
+8
*
the Werkzeug cookie fix is no longer in the repo, we have our own cookie pars...
Sergey Schetinin
2011-04-13
1
-2
/
+0
*
version 1.0.6
1.0.6
Sergey Schetinin
2011-03-28
1
-1
/
+1
*
update news.txt
Sergey Schetinin
2011-03-28
1
-0
/
+28
*
This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...
Sergey Schetinin
2011-03-22
10
-3
/
+1410
*
version 1.0.5
1.0.5
Sergey Schetinin
2011-03-14
2
-1
/
+5
*
fix markup
Sergey Schetinin
2011-03-12
1
-4
/
+4
*
update version (1.0.4)
1.0.4
Sergey Schetinin
2011-03-12
1
-1
/
+1
*
update news.txt
Sergey Schetinin
2011-03-12
1
-4
/
+35
*
version 1.0.3
1.0.3
Sergey Schetinin
2011-02-21
1
-1
/
+1
*
update news
Sergey Schetinin
2011-02-21
1
-0
/
+13
*
fix markup
Sergey Schetinin
2011-02-20
2
-21
/
+21
*
update versions for release
1.0.2
Sergey Schetinin
2011-02-20
1
-2
/
+2
*
update news.txt
Sergey Schetinin
2011-02-20
1
-9
/
+33
*
switch from trac to bitbucket's issue tracker
Sergey Schetinin
2011-02-20
1
-2
/
+2
*
Add a lot of tests.
Sergey Schetinin
2011-02-20
1
-1
/
+1
*
fixx typo, add links
Sergey Schetinin
2011-02-15
1
-2
/
+2
*
Automated merge with ssh://bitbucket.org/ianb/webob
Ian Bicking
2011-02-14
1
-0
/
+21
|
\
|
*
update news.txt w/ descriptions of my commits
Sergey Schetinin
2011-02-03
1
-0
/
+21
*
|
Note Sergey in the docs/etc
Ian Bicking
2011-02-14
1
-6
/
+6
|
/
*
Added support for decode_content and the deflate method
Ian Bicking
2011-02-02
1
-0
/
+5
*
update versions for release
1.0.1
Ian Bicking
2011-01-08
2
-3
/
+3
*
update the news.txt w/ notes on my commits since the 1.0
Sergey Schetinin
2010-12-31
1
-0
/
+23
*
* Fix a bug in ``webob.exc.WSGIHTTPException.__init__``. If a list of
Chris McDonough
2010-12-30
1
-0
/
+7
*
* Add descriptive docstrings to each exception in ``webob.exc``.
Chris McDonough
2010-12-23
1
-0
/
+4
*
use io.BytesIO for wsgi.input on py2.7+
Sergey Schetinin
2010-12-06
1
-5
/
+4
*
* If a UnicodeMultiDict was used as the ``multi`` argument of another
Chris McDonough
2010-10-27
1
-0
/
+10
*
webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...
Sergey Schetinin
2010-10-01
1
-1
/
+0
*
more fixes to news.txt
Sergey Schetinin
2010-09-24
1
-2
/
+4
*
* Update sphinx references to classes that were moved/renamed in 92b1d260249...
ejucovy@socialplanning
2010-09-23
2
-5
/
+10
*
more sphinx markup fixes
Sergey Schetinin
2010-09-15
1
-3
/
+3
*
fixed sphinx inline markups
Ian Bicking
2010-09-14
1
-5
/
+5
*
merge
Ian Bicking
2010-09-14
1
-2
/
+2
|
\
|
*
fix :method: (should be :meth:)
Ian Bicking
2010-09-14
1
-2
/
+2
*
|
update news file
Sergey Schetinin
2010-09-14
1
-2
/
+37
|
/
*
Update versions for 1.0, w00t\!
1.0
Ian Bicking
2010-09-14
2
-5
/
+7
*
* rewrite UnicodePathProperty as upath_property
Sergey Schetinin
2010-08-11
1
-0
/
+20
*
* merge headersdict and datastruct modules into new module webob.headers
Sergey Schetinin
2010-08-11
1
-3
/
+3
*
_test_mlk: install fewer deps for tests
Sergey Schetinin
2010-07-14
1
-4
/
+4
*
Fix doc tests since the response actually has the content length.
Ben Bangert
2010-06-20
1
-0
/
+1
*
Implement Request and Response .from_file() constructors
Ian Bicking
2010-06-11
1
-1
/
+4
*
kill req.default_charset
Sergey Schetinin
2010-03-15
1
-17
/
+17
*
* Pull in werkzeug Cookie fix for malformed cookie bug.
Ben Bangert
2010-02-22
2
-0
/
+4
*
update versions for devel
Ian Bicking
2010-02-03
1
-0
/
+3
*
update version for release
0.9.8
Ian Bicking
2010-02-03
2
-3
/
+4
*
consider range requests that go beyond the end of body valid (ticket #400: ht...
Sergey Schetinin
2010-01-14
1
-0
/
+2
*
enable "416 Requested Range Not Satisfiable" responses
Sergey Schetinin
2010-01-09
1
-399
/
+402
*
news.txt
Sergey Schetinin
2010-01-09
1
-0
/
+2
*
merge
Sergey Schetinin
2010-01-09
1
-395
/
+397
|
\
|
*
merge
Ian Bicking
2010-01-06
1
-0
/
+2
|
|
\
[next]