summaryrefslogtreecommitdiff
path: root/alembic/util.py
Commit message (Expand)AuthorAgeFilesLines
* - When a run of Alembic command line fails due to ``CommandError``,Mike Bayer2014-06-121-1/+4
* Extensive changes have been made to more fully support SQLAlchemy's newMike Bayer2014-03-121-0/+1
* - Suppressed IOErrors which can raise when program output pipeMike Bayer2014-03-101-1/+7
* - Fixed a failure of the system that allows "legacy keyword arguments"Mike Bayer2014-02-241-1/+9
* - Added a workaround for when we call ``fcntl.ioctl()`` to get atMike Bayer2014-02-021-0/+2
* - add new tests to ensure the naming convention thing works on this endMike Bayer2014-02-021-0/+1
* - more fixes for #163, make sure env.py load figures out to load env.pyc orMike Bayer2013-12-311-1/+16
* - The :class:`.ScriptDirectory` system that loads migration filesMike Bayer2013-12-311-3/+13
* - clean out test_autogenerateMike Bayer2013-12-271-0/+1
* since msg() right-trims, move the space to the subsequent messageMike Bayer2013-12-181-3/+3
* Just a space wrapping `...`.Pedro Algarvio2013-12-181-1/+1
* Fixed the output wrapping for Alembic message output, so thatMike Bayer2013-11-211-8/+21
* The str.encode() method does not accept keyword args in python < 2.7Jeff Dairiki2013-09-011-1/+1
* - Ensured that strings going to stdout go through an encode/decode phase,Mike Bayer2013-08-231-5/+13
* - fix version number in docs hereMike Bayer2013-04-141-7/+2
* - will call this 0.6Mike Bayer2013-04-121-14/+2
* callable() revidedHong Minhee2013-04-131-3/+4
* Use collections.Callable ABC instead of callable() predicateHong Minhee2013-04-131-1/+2
* Use with statement for opening fileHong Minhee2013-04-131-1/+2
* im_func -> __func__, func_defaults -> __defaults__Hong Minhee2013-04-131-1/+1
* Make exec to work on both 2 and 3Hong Minhee2013-04-131-1/+11
* Use relative importsHong Minhee2013-04-111-2/+3
* - repair argspec to work with py3k alsoMike Bayer2013-02-111-21/+15
* - move to 0.5.0 as we are making some slight naming changesMike Bayer2013-02-111-3/+42
* - add workaround to setup.py to avoid setuptools issue regarding multiprocessingMike Bayer2013-01-051-2/+3
* whitespace removalMike Bayer2012-08-151-6/+6
* - [feature] New config argumentrel_0_3_3Mike Bayer2012-06-021-0/+4
* - [bug] Fixed support of schema-qualifiedMike Bayer2012-04-251-1/+6
* copy immutabledict here to remove dependency on sqla 0.7, [#36]rel_0_2_2Mike Bayer2012-03-121-0/+31
* - [feature] Informative error message when op.XYZMike Bayer2012-02-131-0/+15
* - [feature] script_location can be interpretedMike Bayer2012-02-081-0/+12
* turn alembic.op and alembic.context into real proxy modules,Mike Bayer2012-01-261-0/+68
* - Python 2.5 is supported, needsMike Bayer2011-12-031-0/+2
* - Clean up file write operations so thatMike Bayer2011-12-031-5/+4
* - add version check for at least 06, tests for 07 in selectedMike Bayer2011-11-281-1/+16
* - docsMike Bayer2011-11-271-76/+0
* docsMike Bayer2011-11-081-0/+77
* docsMike Bayer2011-11-081-2/+0
* - pep3147-compatible version of locating .pycMike Bayer2011-02-251-0/+15
* - migrate to ArgParseMike Bayer2011-02-251-0/+1
* - clean up whitespaceMike Bayer2011-02-251-5/+5
* more commands, can display history + branchpointsMike Bayer2010-04-291-1/+7
* some ui improvementsMike Bayer2010-04-291-0/+3
* upgrade, downgrade motionMike Bayer2010-04-291-4/+0
* - pushed the whole command line options thing into a single main() functionMike Bayer2010-04-281-0/+5
* - ok the time-based ids are going to suck with branching, so usingMike Bayer2010-04-271-3/+2
* - get the test environment to use the command line correctlyMike Bayer2010-04-271-0/+8
* we're making revision files....Mike Bayer2010-04-271-3/+7
* beginning to build the revision systemMike Bayer2010-04-271-0/+23
* cleanup for init functionMike Bayer2010-04-271-4/+12