| Commit message (Expand) | Author | Age | Files | Lines |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -83/+0 |
| * | don't need itertools here | Mike Bayer | 2010-09-29 | 1 | -8/+6 |
| * | - CircularDependencyError now has .cycles and .edges | Mike Bayer | 2010-09-29 | 1 | -13/+13 |
| * | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 1 | -4/+0 |
| * | duh | Mike Bayer | 2010-04-07 | 1 | -4/+3 |
| * | - added missing coverage for self-referential many-to-many flushes | Mike Bayer | 2010-04-06 | 1 | -0/+3 |
| * | - EdgeCollection can now go away | Mike Bayer | 2010-04-06 | 1 | -31/+25 |
| * | a RandomSet implementation useful for swapping into topological | Mike Bayer | 2010-04-06 | 1 | -0/+1 |
| * | remove prints | Mike Bayer | 2010-04-06 | 1 | -13/+1 |
| * | breakthrough, wow | Mike Bayer | 2010-04-05 | 1 | -86/+27 |
| * | looks like most of the issues are because we're losing insert ordering | Mike Bayer | 2010-04-05 | 1 | -0/+47 |
| * | - further reduce what topological has to do, expects full list of nodes | Mike Bayer | 2010-04-04 | 1 | -25/+7 |
| * | merge default branch | Mike Bayer | 2010-04-04 | 1 | -1/+0 |
| |\ |
|
| | * | - id(obj) is no longer used internally within topological.py, | Mike Bayer | 2010-04-01 | 1 | -10/+9 |
| | * | - 'cycle' is a stack here - needs to be a list. | Mike Bayer | 2010-03-31 | 1 | -2/+2 |
| * | | o2m/m2o pretty much there, minus post update. | Mike Bayer | 2010-04-03 | 1 | -1/+2 |
| * | | deletes, rudimentary many-to-ones | Mike Bayer | 2010-03-31 | 1 | -3/+0 |
| * | | really got topological going. now that we aren't putting fricking mapped ob... | Mike Bayer | 2010-03-31 | 1 | -81/+42 |
| * | | merge trunk. Re-instating topological._find_cycles for the moment | Mike Bayer | 2010-03-30 | 1 | -0/+33 |
| |\ \
| |/ |
|
| | * | some apparent refactorings | Mike Bayer | 2010-03-21 | 1 | -14/+9 |
| * | | start sketching ideas for a rewritten unit of work. | Mike Bayer | 2010-03-19 | 1 | -179/+20 |
| |/ |
|
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | use *args with log.debug()/log.info(), [ticket:1520] | Mike Bayer | 2009-08-26 | 1 | -1/+1 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -9/+10 |
| * | slight cleanup i want in 0.5/0.6 | Mike Bayer | 2009-05-31 | 1 | -9/+6 |
| * | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
| * | - 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 |