summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-1/+1
* - happy new yearMike Bayer2014-01-057-7/+7
* Merge branch 'automap'Mike Bayer2014-01-052-1/+9
|\
| * - conjunctions like and_() and or_() can now accept generators as arguments.Mike Bayer2014-01-052-1/+9
* | - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-041-1/+3
|/
* - alter the decorator function, and the newer public_factory function,Mike Bayer2013-12-211-6/+20
* - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-31/+54
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-061-2/+8
* - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-252-3/+3
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-8/+1
* and we don't need weaksetMike Bayer2013-08-182-24/+1
* - add WeakSequence.append()Mike Bayer2013-08-181-3/+10
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-181-5/+10
* - spot checking of imports, obsolete functionsMike Bayer2013-08-172-2/+1
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-142-92/+98
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-122-5/+99
* ok forget it, that approach didn't really cover every base, soMike Bayer2013-08-041-16/+29
* - don't need resolve, don't need import for this. just look in sys.modules,Mike Bayer2013-08-041-42/+16
* 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/+15
* - create a new system where we can decorate an event methodMike Bayer2013-07-084-16/+57
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-302-1/+2
* 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