| Commit message (Expand) | Author | Age | Files | Lines |
* | Typopr/21 | Severin Orth | 2013-08-08 | 1 | -1/+1 |
* | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 4 | -1/+29 |
* | ok forget it, that approach didn't really cover every base, so | Mike Bayer | 2013-08-04 | 3 | -16/+34 |
* | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 6 | -10/+8 |
* | - add predictable_gc to a few more tests showing up on pypy | Mike Bayer | 2013-08-04 | 2 | -6/+8 |
* | - don't need resolve, don't need import for this. just look in sys.modules, | Mike Bayer | 2013-08-04 | 4 | -47/+17 |
* | tweaks | Mike Bayer | 2013-08-02 | 1 | -6/+3 |
* | - after discussions with the original project folks working with zope security | Mike Bayer | 2013-08-02 | 2 | -68/+57 |
* | rework the test here to suit 0.8/0.9 mostly, include time tests | Mike Bayer | 2013-08-02 | 1 | -94/+86 |
* | a missing cursor.close() here caused a *huge* amount of weird locking issues... | Mike Bayer | 2013-08-02 | 1 | -7/+10 |
* | - add a clear() to SetIsh here so that the control/direct gets cleared | Mike Bayer | 2013-08-02 | 1 | -10/+16 |
* | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 3 | -2/+69 |
* | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 6 | -12/+43 |
* | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 4 | -0/+31 |
* | fix missing comma | Mike Bayer | 2013-07-31 | 1 | -1/+1 |
* | - update ORM event docs to include that you can listen on an unmapped base, | Mike Bayer | 2013-07-31 | 1 | -29/+32 |
* | fix changelog | Mike Bayer | 2013-07-31 | 1 | -1/+1 |
* | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 6 | -12/+71 |
* | modernize this a bit | Mike Bayer | 2013-07-27 | 1 | -19/+10 |
* | - this collection can be None on cleanup, so check for that | Mike Bayer | 2013-07-27 | 1 | -1/+1 |
* | last updated | Mike Bayer | 2013-07-27 | 1 | -1/+1 |
* | try seeing if just clearing this ahead of time helps | Mike Bayer | 2013-07-27 | 1 | -0/+1 |
* | - fix issue in join rewriting whereby we need to ensure the .key and .name | Mike Bayer | 2013-07-27 | 2 | -5/+86 |
* | - The C extensions are ported to Python 3 and will build under | Mike Bayer | 2013-07-26 | 7 | -55/+394 |
* | - add event.contains() function to the event package, returns True | Mike Bayer | 2013-07-26 | 5 | -18/+25 |
* | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 16 | -825/+1392 |
* | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 8 | -65/+231 |
* | tpo | Mike Bayer | 2013-07-20 | 1 | -9/+9 |
* | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 10 | -49/+276 |
* | Merge pull request #18 from davidjb/patch-1 | mike bayer | 2013-07-19 | 1 | -2/+2 |
|\ |
|
| * | Minor hybrid extension documentation updatepr/18 | David Beitey | 2013-07-19 | 1 | -2/+2 |
|/ |
|
* | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 4 | -18/+79 |
* | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 5 | -1/+47 |
* | Merge pull request #17 from iElectric/docs/wording_yield_per | mike bayer | 2013-07-14 | 1 | -6/+6 |
|\ |
|
| * | wording about supported dialects for Query.yield_perpr/17 | Domen Kožar | 2013-07-14 | 1 | -6/+6 |
|/ |
|
* | typo | Mike Bayer | 2013-07-13 | 1 | -7/+7 |
* | further tweaking | Mike Bayer | 2013-07-13 | 1 | -3/+2 |
* | fix the scoping here | Mike Bayer | 2013-07-13 | 1 | -2/+4 |
* | changelog for 0.9 | Mike Bayer | 2013-07-13 | 1 | -0/+15 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 8 | -46/+146 |
* | doc fix | Mike Bayer | 2013-07-12 | 1 | -1/+1 |
* | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 4 | -1/+70 |
* | - use inline=True for the insert..select here so it works on oracle | Mike Bayer | 2013-07-12 | 2 | -2/+13 |
* | CSS tweaks to support version styling in the latest versions of sphinx | Mike Bayer | 2013-07-12 | 1 | -9/+16 |
* | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 8 | -5/+118 |
* | don't split the regexps for chop_traceback() | Mike Bayer | 2013-07-12 | 1 | -4/+2 |
* | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 6 | -4/+63 |
* | - we dont actually need this unicode cast, on py3k + linux it seems the | Mike Bayer | 2013-07-09 | 3 | -8/+4 |
* | changelog for 2355 | Mike Bayer | 2013-07-09 | 1 | -0/+7 |
* | callcounts | Mike Bayer | 2013-07-08 | 1 | -32/+32 |