summaryrefslogtreecommitdiff
path: root/doc/build/gen_docstrings.py
Commit message (Collapse)AuthorAgeFilesLines
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-114/+0
| | | | | | | | | | | | | - Documentation has been converted to Sphinx. In particular, the generated API documentation has been constructed into a full blown "API Reference" section which organizes editorial documentation combined with generated docstrings. Cross linking between sections and API docs are vastly improved, a javascript-powered search feature is provided, and a full index of all classes, functions and members is provided.
* docstring updatesMike Bayer2008-11-071-4/+9
|
* - Fixed bug in Query involving order_by() in conjunction withMike Bayer2008-11-061-5/+3
| | | | | | | | | | | | | | | | multiple aliases of the same class (will add tests in [ticket:1218]) - Added a new extension sqlalchemy.ext.serializer. Provides Serializer/Deserializer "classes" which mirror Pickle/Unpickle, as well as dumps() and loads(). This serializer implements an "external object" pickler which keeps key context-sensitive objects, including engines, sessions, metadata, Tables/Columns, and mappers, outside of the pickle stream, and can later restore the pickle using any engine/metadata/session provider. This is used not for pickling regular object instances, which are pickleable without any special logic, but for pickling expression objects and full Query objects, such that all mapper/engine/session dependencies can be restored at unpickle time.
* some doc stuffMike Bayer2008-08-041-0/+1
|
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-3/+0
| | | | 0.4 development continues at /sqlalchemy/branches/rel_0_4
* - a new super-small "declarative" extension has been added,Mike Bayer2008-03-101-0/+2
| | | | | | | | | which allows Table and mapper() configuration to take place inline underneath a class declaration. This extension differs from ActiveMapper and Elixir in that it does not redefine any SQLAlchemy semantics at all; literal Column, Table and relation() constructs are used to define the class behavior and table definition.
* introductory docstring bonanzaMike Bayer2007-12-181-5/+5
|
* - doc updates. generated sql docs are against sql.expression now.Mike Bayer2007-09-281-1/+1
| | | | | | | - added SessionExtension docs. - removed old sqlconstruction doc. - changed 'copy_collections' flag in Select to '_copy_collections'; its not really "public".
* bump to beta7, but might become 0.4.0Mike Bayer2007-09-271-8/+9
|
* docstring compile fixupMike Bayer2007-08-181-5/+7
|
* formatting tweaksMike Bayer2007-08-091-1/+1
|
* docstring stuffMike Bayer2007-08-051-4/+2
|
* a more friendly nameJason Kirtland2007-08-051-1/+1
|
* Expanded docstring docs for pool hooks.Jason Kirtland2007-08-011-1/+2
|
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-9/+14
| | | | maintenance branch in branches/rel_0_3.
* added interfaces package to ormMike Bayer2007-06-021-0/+1
|
* - New association proxy implementation, implementing complete proxies to ↵Jason Kirtland2007-05-031-0/+2
| | | | | | list, dict and set-based relation collections (and scalar relations). Extensive tests. - Added util.duck_type_collection
* - added sqlalchemy.ext.orderinglist, a custom list class that synchronizes ↵Jason Kirtland2007-05-021-0/+2
| | | | an object attribute with that object's position in the list
* more docstrings stuffMike Bayer2007-04-141-2/+4
|
* added ansisql docs to output, moved exceptions to a more reasonable locationMike Bayer2007-04-141-9/+3
|
* some docstrings to provide more detail in the sql packageMike Bayer2007-04-141-3/+3
|
* - added db modules to genned docstringsMike Bayer2007-03-181-1/+2
| | | | | | | - had to tweak out latest MS-SQL module change. cant do ImportErrors right now until module importing is moved to the connection phase across all dialects. - took out "his" from url docstrings - postgres doesnt do an import *
* integrated docutils formatting into generated documentation;Mike Bayer2007-03-171-2/+2
| | | | restructuredtext fixes throughout docstrings
* merged mako doc generation branchMike Bayer2007-03-171-8/+38
|
* added types to genned docsMike Bayer2007-01-311-0/+2
|
* tweaks to get module functions links to workMike Bayer2006-11-131-2/+3
|
* - some new Pool utility classes, updated docsMike Bayer2006-10-241-1/+1
| | | | - "use_threadlocal" on Pool defaults to False (same as create_engine)
* took out unused formattingMike Bayer2006-10-211-5/+0
|
* merge of new documentation generation systemMike Bayer2006-10-211-0/+74