summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/compat.py
Commit message (Expand)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - workaround removal of nested() in py3kMike Bayer2014-07-301-0/+34
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-9/+10
* - Added a "str()" step to the dialect_kwargs iteration forMike Bayer2014-07-141-0/+7
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-191-0/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-251-2/+2
* and we don't need weaksetMike Bayer2013-08-181-23/+0
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-1/+9
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-0/+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-291-71/+117
|\
| * do a sweep of some obvious 3kismsMike Bayer2013-05-261-0/+2
| * fix serializer tests. something is wrong with non-C pickle but for some reas...Mike Bayer2013-05-261-1/+16
| * most of ORM passing...Mike Bayer2013-05-041-2/+5
| * 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-041-0/+10
| * - endless isinstance(x, str)s....Mike Bayer2013-04-281-0/+40
| * cleanupMike Bayer2013-04-271-45/+21
| * plugging awayMike Bayer2013-04-271-23/+18
| * work through dialectsMike Bayer2013-04-271-17/+16
| * - the raw 2to3 runMike Bayer2013-04-271-7/+8
* | add the py2k symbol from the 0.9 branch to support the hstore changeMike Bayer2013-05-291-0/+1
|/
* python2.5 fixMike Bayer2013-04-181-3/+2
* Reworked internal exception raises that emitMike Bayer2013-04-181-0/+26
* 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-091-153/+0
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/util/Diana Clarke2012-11-191-2/+13
* - move most/all operator specific tests into test_operator, convert fully to TOTMike Bayer2012-10-241-0/+1
* - rework the test exclusions system to work on a consistent themeMike Bayer2012-09-031-0/+1
* more import cleanupsMike Bayer2012-08-071-1/+0
* adjust the compat namedtuple to handle subclassingMike Bayer2012-07-171-3/+3
* - [feature] *Very limited* support forMike Bayer2012-07-141-0/+21
* add 2.5 compat for next()Mike Bayer2012-06-251-0/+5
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-0/+12
* - [feature] Added "no_autoflush" contextMike Bayer2012-02-251-0/+6
* don't need to use __builtin__ for these things, doesn't work in py3kMike Bayer2012-01-231-8/+5
* 2.4 doesn't have any()Mike Bayer2012-01-221-0/+10
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] Fixed inappropriate usage of util.py3kMike Bayer2011-12-151-8/+9
* - Enhanced the instrumentation in the ORM to supportMike Bayer2011-09-281-0/+5
* - Use urllib.parse_qsl() in Python 2.6 and above,Mike Bayer2011-06-211-0/+8
* take out a little cruft. Spend two hours trying to make things simpler,Mike Bayer2011-06-011-1/+0
* Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se...Taavi Burns2011-03-161-0/+1
* Modifications for PyPy support from Alex Gaynor.Michael Trier2011-03-081-0/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - inlinings and callcount reductionsMike Bayer2010-12-121-0/+10