summaryrefslogtreecommitdiff
path: root/examples/elementtree
Commit message (Collapse)AuthorAgeFilesLines
* Added in Examples into the test suite so they get exercised regularly. ↵Michael Trier2009-07-272-1/+6
| | | | Cleaned up some deprecation warnings in the examples.
* Cleaned up the deprecation problems with the examples.Michael Trier2009-04-133-3/+3
|
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-313-17/+18
| | | | | | | Explicit imports make it easier for users to understand the examples. Additionally a lot of the examples were fixed to work with the changes in the 0.5.x code base. One small correction to the Case expression. Thanks a bunch to Adam Lowry! Fixes #717.
* typoGaëtan de Menten2008-07-111-1/+1
|
* oof...unicode object still needs to return the value if it just warned...Mike Bayer2007-12-143-24/+24
|
* small fix for filter() aliasing, upgraded elementtree examples to use 0.4 ↵Mike Bayer2007-08-032-37/+29
| | | | style queries
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-276-0/+524
maintenance branch in branches/rel_0_3.