summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* - use a different bitwise approach here that doesn't require iteratingMike Bayer2015-01-032-1/+10
* - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-031-2/+2
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-241-3/+6
* - The ``__module__`` attribute is now set for all those SQL andMike Bayer2014-10-141-1/+3
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-111-3/+3
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-9/+3
| * improve exception vs. exit handlingndparker2014-09-231-0/+6
* | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-252-2/+16
|/
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-4/+4
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-313-12/+44
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-282-1/+9
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-282-16/+56
* - mutablemapping adds compiler overhead, so screw itMike Bayer2014-08-151-5/+9
* - TIL that dict.keys() in py3K is not an iterator, it is an iterableMike Bayer2014-08-151-41/+5
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-1/+3
* - workaround removal of nested() in py3kMike Bayer2014-07-302-1/+35
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-206-75/+101
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-142-1/+9
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-097-7/+14
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-3/+3
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-192-1/+5
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-39/+2
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-1/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+1
* - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4,Mike Bayer2014-03-021-11/+33
* - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-021-7/+7
* - 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