summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* docstring updatesMike Bayer2008-11-071-2/+3
* - mapper naming/organization cleanupMike Bayer2008-11-021-0/+1
* - util.flatten_iterator() func doesn't interpret strings withMike Bayer2008-10-311-2/+2
* tiny tiny speed improvements....Mike Bayer2008-10-181-0/+5
* Moved r5164's @lazy_property to @memoized_property, updated existing @memoize...Jason Kirtland2008-10-171-25/+41
* Cache polymorphic_iterator in UOWTask; substantial savings for polymorphism-h...Jason Kirtland2008-10-171-0/+13
* a much easier way to ArgSingletonMike Bayer2008-10-121-18/+0
* the @property / __slots__ fairy pays a visitMike Bayer2008-10-011-0/+2
* fix up element sorting in declarativeMike Bayer2008-09-191-2/+2
* - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixedMike Bayer2008-08-281-110/+47
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-0/+1
* catch AttributeError in case thread local storage was not configuredMike Bayer2008-08-191-1/+4
* - Ignore old-style classes when building inheritance graphs. [ticket:1078]Jason Kirtland2008-08-151-6/+14
* Re-use func_defaults when generating wrapper functions. [ticket:1139]Jason Kirtland2008-08-151-2/+14
* - with 2.3 support dropped,Mike Bayer2008-08-131-16/+34
* - cleaned up the attributes scan for reconstitute hooksMike Bayer2008-08-081-0/+14
* - mysql.MSEnum value literals now automatically quoted when used in a CREATE.Jason Kirtland2008-07-161-0/+3
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-161-8/+18
* - Overhauled _generative and starargs decorators and flipped to 2.4 @syntaxJason Kirtland2008-07-161-23/+85
* - Removed the last of the 2.3 dict compat & some formatting tweaks.Jason Kirtland2008-07-151-30/+23
* - Always use native threading.local (or the native dummy version)Jason Kirtland2008-07-151-26/+2
* - Always use native itemgetter & attrgetterJason Kirtland2008-07-151-16/+4
* - Always use native dequeJason Kirtland2008-07-151-16/+0
* - Removed 2.3 Decimal compatJason Kirtland2008-07-151-14/+0