| Commit message (Expand) | Author | Age | Files | Lines |
* | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -7/+7 |
* | Added default support to OrderedDict.pop [ticket:585] | Jason Kirtland | 2008-07-10 | 1 | -3/+5 |
* | - consider args[0] as self when introspecting def(*args): ... [ticket:1091] | Jason Kirtland | 2008-06-29 | 1 | -2/+8 |
* | - LIMIT/OFFSET of zero is detected within compiler and is counted | Mike Bayer | 2008-05-13 | 1 | -0/+18 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -75/+341 |
* | - refined mapper._save_obj() which was unnecessarily calling | Mike Bayer | 2008-04-26 | 1 | -0/+1 |
* | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -1/+0 |
* | - Pool listeners may now be specified as a duck-type of PoolListener or a dic... | Jason Kirtland | 2008-04-04 | 1 | -1/+82 |
* | factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ... | Mike Bayer | 2008-04-04 | 1 | -1/+4 |
* | - ReST fixes | Mike Bayer | 2008-04-04 | 1 | -1/+1 |
* | - changed the name to "local/remote pairs" | Mike Bayer | 2008-04-04 | 1 | -1/+1 |
* | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 1 | -7/+19 |
* | turned starargs conversion to a decorator, per jek's advice. select().order_b... | Mike Bayer | 2008-03-29 | 1 | -7/+9 |
* | - Added PendingDeprecationWarning support | Jason Kirtland | 2008-03-29 | 1 | -12/+52 |
* | - declarative_base() takes optional kwarg "mapper", which | Mike Bayer | 2008-03-29 | 1 | -0/+8 |
* | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -1/+57 |
* | - symbols now depickle properly | Jason Kirtland | 2008-03-19 | 1 | -14/+16 |
* | - Synonyms riding on top of existing descriptors are now full proxies | Jason Kirtland | 2008-03-06 | 1 | -0/+29 |
* | - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob... | Jason Kirtland | 2008-02-22 | 1 | -0/+36 |
* | - comment typo | Jason Kirtland | 2008-02-14 | 1 | -2/+2 |
* | - Made testlib's --unhashable and r3935's set changes play nice | Jason Kirtland | 2008-02-14 | 1 | -6/+13 |
* | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 1 | -0/+38 |
* | - IdentitySet binops no longer accept plain sets. | Jason Kirtland | 2008-01-24 | 1 | -16/+12 |
* | A little clarity tweak to r4093 | Jason Kirtland | 2008-01-24 | 1 | -3/+3 |
* | Corrected behavior of get_cls_kwargs and friends | Jason Kirtland | 2008-01-24 | 1 | -10/+28 |
* | - 2.3 fixup, part two: 100% passing for sqlite | Jason Kirtland | 2008-01-21 | 1 | -4/+59 |
* | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -7/+23 |
* | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 1 | -0/+10 |
* | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -5/+2 |
* | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -4/+19 |
* | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
* | - simplified _mapper_registry further. its now just a weakkeydict of mapper-... | Mike Bayer | 2007-12-14 | 1 | -2/+2 |
* | - merged instances_yields branch r3908:3934, minus the "yield" part which rem... | Mike Bayer | 2007-12-14 | 1 | -15/+21 |
* | - Raise an error when assigning a bogusly keyed dictionary to one of the buil... | Jason Kirtland | 2007-12-14 | 1 | -0/+24 |
* | Restored Python 2.3 compatibility (in IdentitySet) | Jason Kirtland | 2007-11-14 | 1 | -1/+14 |
* | - base_columns on ColumnElement becomes a list; as usual, because columns in ... | Mike Bayer | 2007-11-05 | 1 | -21/+0 |
* | - Removed equality, truth and hash() testing of mapped instances. Mapped | Jason Kirtland | 2007-11-03 | 1 | -3/+19 |
* | - A more efficient IdentitySet | Jason Kirtland | 2007-10-31 | 1 | -106/+116 |
* | Added util.IdentitySet to support [ticket:676] and [ticket:834] | Jason Kirtland | 2007-10-31 | 1 | -1/+192 |
* | Formatting tweaks. | Jason Kirtland | 2007-10-31 | 1 | -25/+25 |
* | - Removed unused util.hash() | Jason Kirtland | 2007-10-31 | 1 | -7/+1 |
* | - fixed clear_mappers() behavior to better clean up after itself | Mike Bayer | 2007-10-27 | 1 | -2/+2 |
* | - string-based query param parsing/config file parser understands | Mike Bayer | 2007-10-16 | 1 | -2/+14 |
* | - mapper compilation has been reorganized such that most compilation | Mike Bayer | 2007-09-02 | 1 | -4/+5 |
* | Fixed OrderedProperties pickling [ticket:762] | Jason Kirtland | 2007-08-28 | 1 | -3/+3 |
* | Allow custom getter/setters to be specified for a standard AssociationProxy | Jason Kirtland | 2007-08-23 | 1 | -0/+6 |
* | A couple critical path optimizations | Jason Kirtland | 2007-08-21 | 1 | -20/+23 |
* | - method call removal | Mike Bayer | 2007-08-20 | 1 | -1/+5 |
* | - Added a "legacy" adapter to types, such that user-defined TypeEngine | Mike Bayer | 2007-08-17 | 1 | -1/+1 |
* | use threading.local if available | Jason Kirtland | 2007-08-15 | 1 | -20/+26 |