summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* Use baked lazyloading by defaultMike Bayer2017-04-131-1/+1
* Warn on _compiled_cache growthMike Bayer2017-04-121-1/+12
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-271-1/+7
* New features from python 2.7Катаев Денис2017-03-172-2/+2
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-071-3/+7
* Support python3.6Mike Bayer2017-01-132-33/+37
* update for 2017 copyrightMike Bayer2017-01-047-7/+7
* Check for __module__ not present in util.wrap_callable()Mike Bayer2016-10-141-1/+2
* Repair pickling for Properties objectPieter Mulder2016-06-291-2/+2
* - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-212-2/+6
* - happy new yearMike Bayer2016-01-297-7/+7
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-0/+7
* - Fixed bug where some exception re-raise scenarios would attachMike Bayer2016-01-181-12/+12
* Merge remote-tracking branch 'origin/pr/218'Mike Bayer2015-11-302-1/+2
|\
| * Fix _assert_unorderable_types on py36.pr/218Iuri de Silvio2015-11-302-1/+2
* | Merge remote-tracking branch 'origin/pr/210'Mike Bayer2015-11-301-4/+4
|\ \ | |/ |/|
| * Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-4/+4
* | - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-11/+7
* | - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204Martin J. Hsu2015-10-152-1/+27
|/
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-1/+3
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-0/+2
* - Fixed an internal "memoization" routine for method types suchMike Bayer2015-06-081-21/+9
* - The "lightweight named tuple" used when a :class:`.Query` returnsMike Bayer2015-05-141-0/+2
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-062-1/+14
* micro-optimize unique_listpr/169Gaëtan de Menten2015-04-241-3/+4
* Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47Mike Bayer2015-04-031-7/+10
|\
| * make sort_tables order deterministicSebastian Bank2015-03-071-7/+10
* | - The warning emitted by the unicode type for a non-unicode typeMike Bayer2015-03-311-3/+6
* | - keep this as 100Mike Bayer2015-03-101-1/+1
* | - copyright 2015Mike Bayer2015-03-107-7/+7
* | - reduce some callcounts related to the lightweight tuple,Mike Bayer2015-03-091-29/+56
* | - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-091-5/+13
|/
* - remove context-specific post-crud logic from Connection and inline post-crudMike Bayer2015-01-251-2/+7
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-162-1/+28
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-053-4/+58
* - 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