| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ensure Oracle index w/ col DESC etc. is reflected | Mike Bayer | 2017-08-14 | 1 | -1/+36 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 5 | -107/+140 |
| * | Check for __module__ not present in util.wrap_callable() | Mike Bayer | 2016-10-14 | 1 | -0/+13 |
| * | Repair pickling for Properties object | Pieter Mulder | 2016-06-29 | 1 | -0/+35 |
| * | - Fixed bug in "to_list" conversion where a single bytes object | Mike Bayer | 2016-02-21 | 1 | -1/+15 |
| * | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -1/+33 |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -0/+59 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 1 | -2/+3 |
| * | - The ORM and Core tutorials, which have always been in doctest format, | Mike Bayer | 2015-12-10 | 1 | -0/+144 |
| * | Fix _assert_unorderable_types on py36.pr/218 | Iuri de Silvio | 2015-11-30 | 1 | -1/+4 |
| * | - convert wrap_callable() to a general purpose update_wrapper-like | Mike Bayer | 2015-10-29 | 1 | -0/+69 |
| * | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 1 | -1/+29 |
| * | - Fixed an internal "memoization" routine for method types such | Mike Bayer | 2015-06-08 | 1 | -1/+2 |
| * | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 1 | -0/+57 |
| * | unit-test deterministic topological sort | Sebastian Bank | 2015-03-07 | 1 | -0/+29 |
| * | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ scheme | Mike Bayer | 2015-01-04 | 1 | -6/+12 |
| * | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 1 | -15/+6 |
| * | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 1 | -0/+30 |
| * | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -13/+21 |
| * | pep8 | Mike Bayer | 2014-10-17 | 1 | -38/+54 |
| * | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -1/+38 |
| * | - the test_except test was doing an unnecessary workaround of some kind, | Mike Bayer | 2014-10-12 | 1 | -8/+1 |
| * | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -13/+97 |
| * | - Fixed bug that affected many classes of event, particularly | Mike Bayer | 2014-09-18 | 1 | -0/+59 |
| * | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 1 | -25/+39 |
| * | - Removing (or adding) an event listener at the same time that the event | Mike Bayer | 2014-08-14 | 1 | -0/+34 |
| * | pep8 | Mike Bayer | 2014-08-14 | 1 | -31/+46 |
| * | - fix unit test affected by #3075 | Mike Bayer | 2014-07-29 | 1 | -5/+8 |
| * | - Added a new keyword argument ``once=True`` to :func:`.event.listen` | Mike Bayer | 2014-03-11 | 1 | -0/+25 |
| * | put fails for these various things that don't work on pypy, not sure what app... | Mike Bayer | 2014-03-08 | 1 | -1/+7 |
| * | fix pypy failures | Mike Bayer | 2014-03-03 | 1 | -2/+1 |
| * | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4, | Mike Bayer | 2014-03-02 | 1 | -1/+86 |
| * | restore the contracts of update/extend to the degree that the same column ide... | Mike Bayer | 2014-02-27 | 1 | -0/+30 |
| * | - Some changes to how the :attr:`.FromClause.c` collection behaves | Mike Bayer | 2014-02-26 | 1 | -1/+156 |
| * | - Fixed bug where events set to listen at the class | Mike Bayer | 2014-02-25 | 1 | -5/+33 |
| * | - Fixed regression where using a ``functools.partial()`` with the event | Mike Bayer | 2014-01-04 | 2 | -1/+50 |
| * | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -0/+49 |
| * | - add support for removal of instance methods as event listeners, taking | Mike Bayer | 2013-10-01 | 1 | -0/+26 |
| * | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+33 |
| * | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 1 | -24/+178 |
| * | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 1 | -0/+215 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -69/+67 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 2 | -56/+40 |
| * | merge default | Mike Bayer | 2013-05-23 | 1 | -2/+22 |
| |\ |
|
| | * | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -2/+22 |
| * | | base | Mike Bayer | 2013-05-04 | 1 | -8/+6 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 4 | -99/+101 |
| |/ |
|
| * | - add workaround for sqlite memusage tests, so no longer need to count to 220... | Mike Bayer | 2013-01-12 | 1 | -1/+27 |
| * | initializing _labels to an empty list so that the other methods don't throw e... | Diana Clarke | 2012-11-17 | 1 | -21/+12 |
| * | adding _fields, _asdict() to KeyedTuple #2601 | Diana Clarke | 2012-11-17 | 1 | -4/+33 |