summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo: evaluted -> evaluated.pr/32Hyunjun Kim2013-10-081-1/+1
* - add WeakSequence.append()Mike Bayer2013-08-181-3/+10
* fix the mergeMike Bayer2013-08-181-4/+0
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-181-4/+13
* fix py26 flagMike Bayer2013-07-272-1/+2
* don't split the regexps for chop_traceback()Mike Bayer2013-07-121-4/+2
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-112-1/+16
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-302-1/+3
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-282-2/+32
* 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
* 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