| Commit message (Expand) | Author | Age | Files | Lines |
* | - annual unitofwork cleanup | Mike Bayer | 2008-09-15 | 1 | -4/+1 |
* | - Dropped `reversed` emulation | Jason Kirtland | 2008-07-15 | 1 | -2/+1 |
* | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -11/+11 |
* | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -3/+3 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -5/+5 |
* | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
* | [ticket:888] continued, synonym add_prop | Mike Bayer | 2007-12-08 | 1 | -0/+1 |
* | ok found it | Mike Bayer | 2007-12-08 | 1 | -2/+2 |
* | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 1 | -168/+178 |
* | a little refinement to topological options, more to come | Mike Bayer | 2007-12-07 | 1 | -5/+7 |
* | - decruftify old visitors used by orm, convert to functions that | Mike Bayer | 2007-11-24 | 1 | -3/+6 |
* | - Removed equality, truth and hash() testing of mapped instances. Mapped | Jason Kirtland | 2007-11-03 | 1 | -6/+6 |
* | - mapper compilation has been reorganized such that most compilation | Mike Bayer | 2007-09-02 | 1 | -26/+3 |
* | use threading.local if available | Jason Kirtland | 2007-08-15 | 1 | -1/+1 |
* | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -6/+6 |
* | switch "if not len(x)" to "if not x" | Jonathan Ellis | 2007-08-03 | 1 | -2/+2 |
* | only one instance of while len(...) | Jonathan Ellis | 2007-08-03 | 1 | -2/+2 |
* | add comment, intermediate var for readability | Jonathan Ellis | 2007-08-03 | 1 | -5/+5 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -2/+1 |
* | - fixed usage of 2.4-only "reversed" in topological.py [ticket:506] | Mike Bayer | 2007-03-08 | 1 | -1/+1 |
* | - fixed use_alter flag on ForeignKeyConstraint [ticket:503] | Mike Bayer | 2007-03-07 | 1 | -3/+3 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -51/+95 |
* | - fix for very large topological sorts, courtesy ants.aasma at gmail [ticket:... | Mike Bayer | 2007-02-13 | 1 | -39/+42 |
* | removed extra _find_cycles call | Mike Bayer | 2007-02-02 | 1 | -1/+0 |
* | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
* | - added "remote_side" argument to relation(), used only with self-referential | Mike Bayer | 2006-12-02 | 1 | -1/+2 |
* | one of those non-2.3 generators got in there... | Mike Bayer | 2006-11-12 | 1 | -1/+1 |
* | further refactoring of topological sort for clarity | Mike Bayer | 2006-11-11 | 1 | -87/+102 |
* | more fixes to topological sort with regards to cycles, fixes [ticket:365] | Mike Bayer | 2006-11-11 | 1 | -44/+59 |
* | - fix to subtle condition in topological sort where a node could appear twice, | Mike Bayer | 2006-11-04 | 1 | -2/+3 |
* | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -1/+1 |
* | progress on [ticket:329] | Mike Bayer | 2006-10-19 | 1 | -0/+238 |
* | rearranging mapper/objectstore into a subdirectory, breaking up files since t... | Mike Bayer | 2005-12-03 | 1 | -207/+0 |
* | (no commit message) | Mike Bayer | 2005-11-17 | 1 | -8/+20 |
* | brand new topological sort library. woop. | Mike Bayer | 2005-11-17 | 1 | -0/+195 |