| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -2/+0 |
| * | | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -2/+1 |
| * | | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -16/+16 |
| * | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 4 | -9/+9 |
| |\ \ |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 3 | -7/+7 |
| | |/ |
|
| * | | - propagate flag on event.listen() results in the listener being placed | Mike Bayer | 2010-11-07 | 2 | -21/+2 |
| * | | - attempting system of propagation. getting stuck on attempting to use inst... | Mike Bayer | 2010-11-06 | 1 | -0/+47 |
| * | | - begin adding tests for event registration and dispatch standalone | Mike Bayer | 2010-10-02 | 1 | -0/+231 |
| |/ |
|
| * | - CircularDependencyError now has .cycles and .edges | Mike Bayer | 2010-09-29 | 1 | -6/+17 |
| * | restore py2k directive that got whacked by python tidy | Mike Bayer | 2010-07-13 | 1 | -3/+3 |
| * | tidy test/base, test/ex, test/ext | Mike Bayer | 2010-07-11 | 3 | -181/+201 |
| * | - Fixed @memoized_property and @memoized_instancemethod | Mike Bayer | 2010-06-19 | 1 | -0/+34 |
| * | change the weakkeydict to be just an LRU cache. Add tests | Mike Bayer | 2010-05-31 | 1 | -0/+46 |
| * | dont use collections on 2.4 | Mike Bayer | 2010-04-14 | 1 | -3/+2 |
| * | breakthrough, wow | Mike Bayer | 2010-04-05 | 1 | -4/+4 |
| * | - further reduce what topological has to do, expects full list of nodes | Mike Bayer | 2010-04-04 | 1 | -16/+25 |
| * | really got topological going. now that we aren't putting fricking mapped ob... | Mike Bayer | 2010-03-31 | 1 | -10/+126 |
| * | This is turning out to be a rewrite of the accounting system of unitofwork.py... | Mike Bayer | 2010-03-30 | 1 | -30/+24 |
| * | 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 |