summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
Commit message (Expand)AuthorAgeFilesLines
* copyrightMike Bayer2012-05-051-1/+1
* patch from 0.7: Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-15/+45
* - Fixed bug whereby if a mapped classMike Bayer2011-07-171-3/+10
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-0/+7
* -whitespace removal bonanzaMike Bayer2011-01-021-49/+49
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - Fixed operator precedence rules for multipleMike Bayer2010-11-251-6/+5
* - adjust importlater to import the full path, break out of "import" problems ...Mike Bayer2010-11-251-2/+5
* - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-1/+45
* - engine_from_config() now accepts 'debug' forMike Bayer2010-10-151-0/+12
* - Fixed labeling bug in Query whereby the NamedTupleMike Bayer2010-10-141-1/+1
* @mapperproperty -> @declared_attrMike Bayer2010-09-271-1/+1
* - @classproperty 's official name/location for usageMike Bayer2010-09-251-2/+6
* doc updatesMike Bayer2010-09-061-3/+27
* python 2.4Mike Bayer2010-09-031-13/+15
* Apply more memoization to Mapper attributes & subject to group expiry.Jason Kirtland2010-09-031-0/+43
* get slightly better about deprecations in docstrings, tho this is kind of an ...Mike Bayer2010-08-091-10/+31
* - worked through about 25% of mappers.rst to implementMike Bayer2010-08-011-1/+1
* - add encode step to appease py3kMike Bayer2010-07-211-0/+2
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-0/+12
* force __doc__ to transfer over from the decorated funciton.Mike Bayer2010-07-051-0/+5
* - Fixed @memoized_property and @memoized_instancemethodMike Bayer2010-06-191-2/+2
* mapper.py is entirely 79 char lines nowMike Bayer2010-05-311-0/+4
* change the weakkeydict to be just an LRU cache. Add testsMike Bayer2010-05-311-0/+49
* a little bit of refinementMike Bayer2010-04-171-1/+1
* a handy @classproperty decoratorChris Withers2010-02-231-0/+10
* - added util.portable_instancemethod to provide a quick way to make an instan...Mike Bayer2010-02-221-0/+12
* more cleanupMike Bayer2010-02-151-5/+10
* - make frozendict serializableMike Bayer2010-01-281-0/+3
* revert r6686 and adjust the stacklevel of test_notsane_warning's SAWarning soPhilip Jenvey2010-01-251-7/+7
* - Connection has execution_options(), generative methodMike Bayer2010-01-241-0/+8
* - added native INTERVAL type to the dialect. This supportsMike Bayer2010-01-181-1/+1
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-1/+19
* NamedTuple is pickleable ! no really with all the protocols too !Mike Bayer2010-01-131-3/+4
* happy new yearMike Bayer2010-01-071-1/+1
* Within NamedTuple, izip is faster on most cases, and equally fast on othersGaƫtan de Menten2009-11-051-1/+1
* merged scopefunc patch from r6420 of 0.5 branchMike Bayer2009-10-201-9/+2
* - RowProxy objects are now pickleable, i.e. the object returnedMike Bayer2009-10-111-0/+17
* python3k fixesMike Bayer2009-08-091-1/+6
* merge 0.6 series to trunk.Mike Bayer2009-08-061-8/+45
* removed needless "thread" imports from utilMike Bayer2009-05-301-4/+1
* Added copy and __copy__ methods to the OrderedDict. Fixes #1377.Michael Trier2009-04-131-0/+6
* - _CalculatedClause is goneMike Bayer2009-01-281-4/+1
* WeakCompositeKey was coded incorrectly and was not weakly referencing anythin...Mike Bayer2009-01-171-32/+0
* happy new yearMike Bayer2009-01-121-1/+1
* more platform neutral way of getting at 'buffer'Mike Bayer2008-12-191-5/+5
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-19/+64
* - PickleType now favors == comparison by default,Mike Bayer2008-12-111-0/+11
* Quashed import sets deprecation warning on 2.6.. not wild about this but it s...Jason Kirtland2008-11-101-3/+15
* flattened _get_from_objects() into a descriptor/class-bound attributeMike Bayer2008-11-091-1/+0