summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* - flake8 for lib passesMike Bayer2019-01-053-22/+20
* - imports in lib pass flake8Mike Bayer2019-01-051-1/+1
* - compatMike Bayer2019-01-051-29/+26
* flake8 refactor - utilMike Bayer2019-01-054-13/+154
* - do a broken zimports run on libMike Bayer2019-01-057-171/+23
* step 1, straight black -l 79 runMike Bayer2019-01-057-314/+544
* Prep for flake8 refactoringMike Bayer2019-01-031-1/+3
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-212-1/+46
* Add missing parameter to docstringAgam Rafaeli2018-12-171-0/+3
* Fix dependency_for final argumentJoe Urciuoli2018-10-011-1/+1
* Fix collections ABC access before Python 3.8Nathaniel Knight2018-08-013-4/+13
* Vendor python3 formatargspecMike Bayer2018-06-282-13/+73
* happy new yearMike Bayer2018-01-127-7/+7
* PG dialect test fixesMike Bayer2017-10-021-0/+3
* 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