summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
...
* Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't haveMarc Abramowitz2013-03-201-0/+8
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-095-189/+50
* happy new year (see #2645)Diana Clarke2013-01-017-7/+7
* Fixed a regression caused by :ticket:`2410` whereby aMike Bayer2012-12-111-4/+6
* - documentation and changelog for [ticket:2601]Mike Bayer2012-12-091-9/+57
* just a pep8 pass of lib/sqlalchemy/util/Diana Clarke2012-11-196-17/+79
* just a pep8 pass of this fileDiana Clarke2012-11-181-13/+32
* initializing _labels to an empty list so that the other methods don't throw e...Diana Clarke2012-11-171-0/+1
* adding _fields, _asdict() to KeyedTuple #2601Diana Clarke2012-11-171-0/+7
* __sub__ was declared twice, just increasing test coverage before I change any...Diana Clarke2012-11-131-3/+0
* - move most/all operator specific tests into test_operator, convert fully to TOTMike Bayer2012-10-242-1/+2
* - [bug] TypeDecorator now includes a generic repr()Mike Bayer2012-10-181-2/+4
* - fix annotation transfer when producing m2m backref, [ticket:2578]Mike Bayer2012-09-281-0/+3
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-232-4/+1
* - [bug] When the primary key column of a TableMike Bayer2012-09-231-0/+2
* - rework the test exclusions system to work on a consistent themeMike Bayer2012-09-032-2/+3
* Add items(), values() methods to Properties.Michael Elsdörfer2012-08-291-0/+6
* - [feature] The Core oeprator system now includesMike Bayer2012-08-201-0/+1
* - [bug] Fixed the repr() of Enum to includeMike Bayer2012-08-081-1/+10
* more import cleanupsMike Bayer2012-08-077-15/+12
* -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