| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | start sketching ideas for a rewritten unit of work. | Mike Bayer | 2010-03-19 | 1 | -70/+23 |
| * | a handy @classproperty decorator | Chris Withers | 2010-02-23 | 1 | -0/+22 |
| * | generalized "test all the picklers" iterator works cross platform | Mike Bayer | 2010-02-22 | 1 | -18/+3 |
| * | Fixed cPickle problem in Python3. | Michael Trier | 2010-02-20 | 1 | -0/+2 |
| * | - make frozendict serializable | Mike Bayer | 2010-01-28 | 1 | -0/+20 |
| * | python3k fixes | Mike Bayer | 2009-08-09 | 1 | -2/+2 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 3 | -16/+41 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 4 | -60/+31 |
| * | slight cleanup i want in 0.5/0.6 | Mike Bayer | 2009-05-31 | 1 | -8/+10 |
| * | more fixes to bound parameter exception reportingrel_0_5_4p2 | Mike Bayer | 2009-05-26 | 1 | -0/+39 |
| * | - added unit test for exception formatting | Mike Bayer | 2009-05-26 | 1 | -1/+8 |
| * | Added copy and __copy__ methods to the OrderedDict. Fixes #1377. | Michael Trier | 2009-04-13 | 1 | -1/+13 |
| * | WeakCompositeKey was coded incorrectly and was not weakly referencing anythin... | Mike Bayer | 2009-01-17 | 1 | -1/+1 |
| * | emacs | Jonathan Ellis | 2008-12-31 | 1 | -0/+4 |
| * | merge the test/ directory from -r5438:5439 of py3k_warnings branch. this gives | Mike Bayer | 2008-12-18 | 2 | -2/+2 |
| * | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -0/+27 |
| * | - util.flatten_iterator() func doesn't interpret strings with | Mike Bayer | 2008-10-31 | 1 | -0/+15 |
| * | a much easier way to ArgSingleton | Mike Bayer | 2008-10-12 | 1 | -22/+0 |
| * | - Ignore old-style classes when building inheritance graphs. [ticket:1078] | Jason Kirtland | 2008-08-15 | 1 | -0/+35 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 2 | -8/+5 |
| * | Added default support to OrderedDict.pop [ticket:585] | Jason Kirtland | 2008-07-10 | 1 | -0/+16 |
| * | - consider args[0] as self when introspecting def(*args): ... [ticket:1091] | Jason Kirtland | 2008-06-29 | 1 | -2/+2 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 3 | -68/+423 |
| * | - Pool listeners may now be specified as a duck-type of PoolListener or a dic... | Jason Kirtland | 2008-04-04 | 1 | -0/+94 |
| * | - symbols now depickle properly | Jason Kirtland | 2008-03-19 | 1 | -0/+31 |
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 2 | -5/+5 |
| * | - IdentitySet binops no longer accept plain sets. | Jason Kirtland | 2008-01-24 | 1 | -3/+20 |
| * | Corrected behavior of get_cls_kwargs and friends | Jason Kirtland | 2008-01-24 | 1 | -0/+67 |
| * | - 2.3 fixup, part two: 100% passing for sqlite | Jason Kirtland | 2008-01-21 | 1 | -2/+2 |
| * | - Restored 2.3 compat. in lib/sqlalchemy | Jason Kirtland | 2008-01-19 | 1 | -1/+1 |
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 4 | -27/+24 |
| * | - merged instances_yields branch r3908:3934, minus the "yield" part which rem... | Mike Bayer | 2007-12-14 | 1 | -0/+12 |
| * | - Raise an error when assigning a bogusly keyed dictionary to one of the buil... | Jason Kirtland | 2007-12-14 | 1 | -5/+77 |
| * | fixed test which didnt pass along 'allitems' collection to the sort... | Mike Bayer | 2007-12-08 | 1 | -2/+3 |
| * | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 1 | -25/+19 |
| * | changed the anonymous numbering scheme to be more appealing | Mike Bayer | 2007-12-08 | 1 | -4/+4 |
| * | Added util.IdentitySet to support [ticket:676] and [ticket:834] | Jason Kirtland | 2007-10-31 | 1 | -2/+139 |
| * | - fixed clear_mappers() behavior to better clean up after itself | Mike Bayer | 2007-10-27 | 1 | -0/+22 |
| * | - Now guarding against broken DB-APIs when wrapping their exceptions. | Jason Kirtland | 2007-10-22 | 2 | -0/+79 |
| * | - omitted 'table' and 'column' from 'from sqlalchemy import *' | Jason Kirtland | 2007-08-21 | 1 | -6/+6 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 3 | -3/+72 |
| * | "alltests" runners call testbase.main(), which takes an optional suite, | Mike Bayer | 2007-03-15 | 1 | -1/+1 |
| * | - fix for very large topological sorts, courtesy ants.aasma at gmail [ticket:... | Mike Bayer | 2007-02-13 | 1 | -0/+5 |
| * | further refactoring of topological sort for clarity | Mike Bayer | 2006-11-11 | 1 | -3/+8 |
| * | more fixes to topological sort with regards to cycles, fixes [ticket:365] | Mike Bayer | 2006-11-11 | 1 | -56/+57 |
| * | - fix to subtle condition in topological sort where a node could appear twice, | Mike Bayer | 2006-11-04 | 1 | -1/+41 |
| * | fixed some imports, transaction hanging openrel_0_3_0 | Mike Bayer | 2006-10-22 | 1 | -1/+1 |
| * | - attributes module and test suite moves underneath 'orm' package | Mike Bayer | 2006-10-22 | 2 | -334/+0 |
| * | - added "mutable" flag to PickleType, set to False to allow old (faster) beha... | Mike Bayer | 2006-09-23 | 1 | -3/+3 |
| * | - added "pickleable" module to test suite to have cPickle-compatible | Mike Bayer | 2006-09-23 | 1 | -0/+20 |