summaryrefslogtreecommitdiff
path: root/docs/differences.txt
Commit message (Collapse)AuthorAgeFilesLines
* linkcheck to fix busted URLsSteve Piercy2019-08-171-4/+4
|
* Update and fix links per `make linkcheck` (#334)Steve Piercy2017-10-291-12/+14
| | | | | | | | | | | | | * update intersphinx mapping for latest python * update links to python PEP333 and datetime * update links per make linkcheck * update links per make linkcheck - pythonpaste.org has been down since 2016-11-09 https://bitbucket.org/ianb/paste/issues/20/pythonpasteorg-is-down
* Merge branch 'master' into pr/117Bert JW Regeer2016-07-301-2/+2
|\
| * Replaced mentions of Accept.best_matches(...) for mentions of ↵François Labelle2015-04-131-1/+1
| | | | | | | | Accept.best_match(...), where applicable in the documentation.
| * Fix typo & update property namePavlo Kapyshin2014-11-261-1/+1
| |
* | Support Response.body_file.tell() method for ZipFile friendlyMiCHiLU2013-08-241-1/+4
|/ | | | | | | | For example, such as generate the Apple's Passbook. >>> writer = zipfile.ZipFile(ResponseBodyFile(Response()), 'w') >>> writer.writestr('zinfo_or_arcname', b'foo') >>> writer.close()
* update: Werkzeug is now a lot more famousTshepang Lekhonkhobe2013-04-171-4/+2
|
* Change Response.status_int to Response.status_code (while still supporting ↵Ian Bicking2012-04-131-10/+9
| | | | .status_int, but changing documentation to prefer status_code)
* Added autogenerated webob.dec docs. Fix a bunch of Sphinx warnings/errorsIan Bicking2009-11-091-2/+4
|
* typoIan Bicking2009-06-081-1/+1
|
* Add a section comparing WebOb to PHPIan Bicking2009-03-121-0/+58
|
* Added description of the differences between the webob and webapp responsesIan Bicking2008-11-041-0/+56
|
* Fixed #287, not converting timedelta's in set_cookie properlyIan Bicking2008-07-161-6/+0
|
* sphinx-ifyIan Bicking2008-05-291-2/+2
|
* link and markup fixesIan Bicking2008-04-031-1/+1
|
* Typo in the mod_python comparison (#224)Ian Bicking2008-03-261-2/+2
|
* small updates to DjangoIan Bicking2008-03-261-6/+4
|
* Added a mod_python comparison (#224)Ian Bicking2008-01-111-0/+44
|
* doc patch from Humberto DiogenesIan Bicking2008-01-111-2/+2
|
* An explanation of the interaction property, from Gary PosterIan Bicking2007-10-231-1/+3
|
* remove some postvars/queryvars referencesIan Bicking2007-10-151-8/+9
|
* updated comparisonsIan Bicking2007-10-081-94/+102
|
* Added Zope comparisonIan Bicking2007-10-081-0/+143
|
* Set default of cache_control.max_age to -1; check Request.environ type; fix ↵Ian Bicking2007-08-161-0/+37
| | | | example in file-example.txt; add Request.cache_control
* Change Request.body to Request.body_file, so that Request.body is a str, ↵Ian Bicking2007-08-151-3/+72
| | | | just like Response.body
* Added differences documentIan Bicking2007-08-151-0/+286