summaryrefslogtreecommitdiff
path: root/test/base/utils.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-959/+0
* Added copy and __copy__ methods to the OrderedDict. Fixes #1377.Michael Trier2009-04-131-1/+13
* WeakCompositeKey was coded incorrectly and was not weakly referencing anythin...Mike Bayer2009-01-171-1/+1
* emacsJonathan Ellis2008-12-311-0/+4
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-0/+27
* - util.flatten_iterator() func doesn't interpret strings withMike Bayer2008-10-311-0/+15
* a much easier way to ArgSingletonMike Bayer2008-10-121-22/+0
* - Ignore old-style classes when building inheritance graphs. [ticket:1078]Jason Kirtland2008-08-151-0/+35
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-6/+4
* Added default support to OrderedDict.pop [ticket:585]Jason Kirtland2008-07-101-0/+16
* - consider args[0] as self when introspecting def(*args): ... [ticket:1091]Jason Kirtland2008-06-291-2/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-62/+418
* - Pool listeners may now be specified as a duck-type of PoolListener or a dic...Jason Kirtland2008-04-041-0/+94
* - symbols now depickle properlyJason Kirtland2008-03-191-0/+31
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* - IdentitySet binops no longer accept plain sets.Jason Kirtland2008-01-241-3/+20
* Corrected behavior of get_cls_kwargs and friendsJason Kirtland2008-01-241-0/+67
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-211-2/+2
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-1/+1
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-10/+9
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-141-0/+12
* - Raise an error when assigning a bogusly keyed dictionary to one of the buil...Jason Kirtland2007-12-141-5/+77
* Added util.IdentitySet to support [ticket:676] and [ticket:834]Jason Kirtland2007-10-311-2/+139
* - fixed clear_mappers() behavior to better clean up after itselfMike Bayer2007-10-271-0/+22
* - omitted 'table' and 'column' from 'from sqlalchemy import *'Jason Kirtland2007-08-211-6/+6
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-0/+67