Commit graph

11 commits

Author SHA1 Message Date
Armin Ronacher
bc00fd1e83 Added support for deferred context cleanup. test_client users can now access the context locals after the actual request if the client is used with a with-block. This fixes #59. 2010-06-03 15:26:07 +02:00
Georg Brandl
a224fecfd5 More typo fixes. 2010-05-30 02:15:05 +08:00
Armin Ronacher
dfecc86dd3 Ported examples over to new config. documented upgrading 2010-05-27 21:17:25 +02:00
Armin Ronacher
8d49440d8b Added example for context bound objects to the testing docs. This fixes #18 2010-05-02 11:45:40 +02:00
florentx
f014ce29a7 Fix a doc oversight, and revert 5876a8fd. 2010-04-21 16:36:19 +08:00
Armin Ronacher
f6b9efc1e9 Added missing os import. 2010-04-20 20:03:03 +02:00
Armin Ronacher
3053fcdb0d Make the example tests pass on Windows.
Also updated the documentation regarding that.
2010-04-20 20:01:00 +02:00
Chris Edgemon
a7ff9dbddd Proofreading the documentation 2010-04-19 23:25:51 -05:00
Armin Ronacher
bf52a17902 Removed useless code 2010-04-18 16:29:41 +02:00
Armin Ronacher
6dd92ae4b3 Beefed up the tutorial 2010-04-16 02:03:45 +02:00
Armin Ronacher
2f5a4f8dbc Doc updates and typo fixes 2010-04-12 00:14:59 +02:00