summaryrefslogtreecommitdiff
path: root/examples/elementtree/pickle.py
Commit message (Collapse)AuthorAgeFilesLines
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
|
* - whitespace removal bonanzaMike Bayer2011-01-021-3/+3
|
* - optimized_al doesn't need mapper extensionMike Bayer2010-09-241-8/+7
| | | | - convert to non-bound metadata, Session, session.commit()
* - mega example cleanupMike Bayer2010-01-191-9/+0
| | | | | | - added READMEs to all examples in each __init__.py and added to sphinx documentation - added versioning example - removed vertical/vertical.py, the dictlikes are more straightforward
* Added in Examples into the test suite so they get exercised regularly. ↵Michael Trier2009-07-271-1/+6
| | | | Cleaned up some deprecation warnings in the examples.
* Cleaned up the deprecation problems with the examples.Michael Trier2009-04-131-1/+1
|
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-5/+6
| | | | | | | 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.
* oof...unicode object still needs to return the value if it just warned...Mike Bayer2007-12-141-2/+2
|
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-0/+65
maintenance branch in branches/rel_0_3.