summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-1/+1
* - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase.Mike Bayer2013-05-301-2/+17
* Merge branch 'rel_0_9'Mike Bayer2013-05-295-183/+258
|\
| * keep the contract for Properties as returning lists for keys, values, items.Mike Bayer2013-05-291-3/+3
| * - run the whole test suite with the "debugging" ordered dict on,Mike Bayer2013-05-271-8/+19
| * - fix a dict while iterate mutationMike Bayer2013-05-271-0/+11
| * fix test_execute w c extensionsMike Bayer2013-05-261-1/+2
| * clean up some of this collection stuffMike Bayer2013-05-261-16/+27
| * a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-3/+3
| * do a sweep of some obvious 3kismsMike Bayer2013-05-262-1/+3
| * fix serializer tests. something is wrong with non-C pickle but for some reas...Mike Bayer2013-05-262-2/+17
| * merge defaultMike Bayer2013-05-231-24/+22
| |\
| * | most of ORM passing...Mike Bayer2013-05-042-8/+6
| * | baseMike Bayer2013-05-041-3/+3
| * | that's all of engineMike Bayer2013-05-041-0/+6
| * | - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-042-1/+11
| * | postgresql dialect testsMike Bayer2013-04-281-1/+2
| * | - endless isinstance(x, str)s....Mike Bayer2013-04-283-55/+88
| * | cleanupMike Bayer2013-04-271-45/+21
| * | plugging awayMike Bayer2013-04-273-46/+40
| * | work through dialectsMike Bayer2013-04-272-18/+17
| * | - the raw 2to3 runMike Bayer2013-04-274-94/+102
* | | add the py2k symbol from the 0.9 branch to support the hstore changeMike Bayer2013-05-292-1/+2
| |/ |/|
* | Fixed a bug where the routine to detect the correct kwargsMike Bayer2013-05-231-24/+22
|/
* python2.5 fixMike Bayer2013-04-181-3/+2
* - remove reference to _exc_info before reraise to reduce cyclesMike Bayer2013-04-181-0/+3
* Reworked internal exception raises that emitMike Bayer2013-04-183-2/+58
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-1/+0
* 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