summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
...
* -whitespace bonanza, contdMike Bayer2012-07-282-6/+6
* - document the inspection systemMike Bayer2012-07-181-13/+16
* adjust the compat namedtuple to handle subclassingMike Bayer2012-07-171-3/+3
* - justify NamedTuple, now called KeyedTupleMike Bayer2012-07-162-3/+12
* - [feature] *Very limited* support forMike Bayer2012-07-143-12/+47
* notify_all workaround for 2.5Mike Bayer2012-06-251-1/+10
* add 2.5 compat for next()Mike Bayer2012-06-252-1/+6
* - change notify to notify_all() so all waiters exit immediately,Mike Bayer2012-06-251-1/+1
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-243-88/+16
* - [bug] Fixed bug wherebyMike Bayer2012-06-221-3/+37
* - [feature] The of_type() construct on attributesMike Bayer2012-06-202-1/+13
* - [feature] Added a new systemMike Bayer2012-04-242-1/+40
* - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-7/+13
* - [feature] Added "no_autoflush" contextMike Bayer2012-02-252-1/+7
* - [bug] Changed LRUCache, used by the mapperMike Bayer2012-01-271-4/+9
* don't need to use __builtin__ for these things, doesn't work in py3kMike Bayer2012-01-231-8/+5
* 2.4 doesn't have any()Mike Bayer2012-01-222-1/+11
* happy new yearMike Bayer2012-01-047-7/+7
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-1/+3
* - [bug] Fixed inappropriate usage of util.py3kMike Bayer2011-12-153-24/+26
* - [feature] IdentitySet supports the - operatorMike Bayer2011-12-061-0/+3
* - Enhanced the instrumentation in the ORM to supportMike Bayer2011-09-282-6/+34
* document CircularDependencyError. [ticket:2285]Mike Bayer2011-09-231-1/+1
* - Fixed bug in unit of work whereby detection ofMike Bayer2011-09-221-3/+12
* - Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-12/+42
* - Fixed bug regarding calculation of "from" listMike Bayer2011-09-051-1/+7
* - Added a slightly nicer __repr__() to SchemaItemMike Bayer2011-08-141-3/+6
* sigh...*NOW* fix it for py3k so the next transformer doesn't squash itMike Bayer2011-08-061-2/+3
* - use itertools.count() plus mutex for Query _new_runid, psycopg2 serverMike Bayer2011-08-062-1/+16
* - Added an improved repr() to TypeEngine objectsMike Bayer2011-07-042-1/+29
* - Added mixin class sqlalchemy.ext.DontWrapMixin.Mike Bayer2011-06-221-1/+0
* - Use urllib.parse_qsl() in Python 2.6 and above,Mike Bayer2011-06-212-1/+10
* take out a little cruft. Spend two hours trying to make things simpler,Mike Bayer2011-06-011-1/+0
* - The limit/offset keywords to select() as wellMike Bayer2011-04-072-1/+9
* - AssertionPool now stores the traceback indicatingMike Bayer2011-03-302-1/+24
* - alex gaynor's latest batch of pypy test fixesMike Bayer2011-03-161-16/+18
* Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se...Taavi Burns2011-03-161-0/+1
* Added required import (somehow we never seem to hit the unimported ref)Taavi Burns2011-03-151-0/+1
* Modifications for PyPy support from Alex Gaynor.Michael Trier2011-03-082-1/+2
* fix this directive for py3kMike Bayer2011-02-121-1/+1
* - Fixed bug whereby Session.merge() would call theMike Bayer2011-02-122-1/+11
* - fix long lines in test_attributesMike Bayer2011-02-111-3/+12
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-0/+1
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-202-6/+6
* - whitespace removal bonanzaMike Bayer2011-01-026-70/+70
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-027-4/+34
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-7/+14
* callcount reductionMike Bayer2010-12-201-3/+4
* - use a subset of inspect.getargspec() so that get_func_kwargs()/constructor_...Mike Bayer2010-12-191-2/+29
* merge tipMike Bayer2010-12-171-2/+1
|\