Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add a new sphinx extension "viewsource". takes advantage of part of the ↵ | Mike Bayer | 2013-11-09 | 3 | -25/+18 |
| | | | | | | | | | viewcode extension to allow ad-hoc display of the source of any file, as well as a "directory listing" structure. - reorganize examples/ to take advantage of new extension. in particular, keep moving all the descriptive text for files etc. into module docstrings, taking more advantage of self-documentation. | ||||
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 2 | -41/+41 |
| | | | | - went through examples/ and cleaned out excess list() calls | ||||
* | whack more long lines in very old docstrings | Mike Bayer | 2013-02-02 | 1 | -10/+17 |
| | |||||
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 3 | -10/+10 |
| | |||||
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 3 | -15/+15 |
| | |||||
* | - optimized_al doesn't need mapper extension | Mike Bayer | 2010-09-24 | 4 | -42/+43 |
| | | | | - convert to non-bound metadata, Session, session.commit() | ||||
* | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 2 | -4/+4 |
| | | | | | - converted all eager to joined in examples - fixed beaker/advanced.py to reference RelationshipCache | ||||
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 2 | -9/+9 |
| | | | | | | relationship(), to eliminate confusion over the relational algebra term. relation() however will remain available in equal capacity for the foreseeable future. [ticket:1740] | ||||
* | Cleaned up some long lines to test the commit hooks. | Michael Trier | 2010-03-07 | 1 | -25/+28 |
| | |||||
* | - mega example cleanup | Mike Bayer | 2010-01-19 | 4 | -29/+30 |
| | | | | | | - 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 Trier | 2009-07-27 | 2 | -1/+6 |
| | | | | Cleaned up some deprecation warnings in the examples. | ||||
* | Cleaned up the deprecation problems with the examples. | Michael Trier | 2009-04-13 | 3 | -3/+3 |
| | |||||
* | Lots of fixes to the code examples to specify imports explicitly. | Michael Trier | 2009-03-31 | 3 | -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. | ||||
* | typo | Gaëtan de Menten | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | oof...unicode object still needs to return the value if it just warned... | Mike Bayer | 2007-12-14 | 3 | -24/+24 |
| | |||||
* | small fix for filter() aliasing, upgraded elementtree examples to use 0.4 ↵ | Mike Bayer | 2007-08-03 | 2 | -37/+29 |
| | | | | style queries | ||||
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 6 | -0/+524 |
maintenance branch in branches/rel_0_3. |