summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/topological.py
Commit message (Expand)AuthorAgeFilesLines
* - move topological, queue into utilMike Bayer2010-12-051-83/+0
* don't need itertools hereMike Bayer2010-09-291-8/+6
* - CircularDependencyError now has .cycles and .edgesMike Bayer2010-09-291-13/+13
* - beef up the --reversetop test option to embed RandomSet throughout the ORMMike Bayer2010-04-151-4/+0
* duhMike Bayer2010-04-071-4/+3
* - added missing coverage for self-referential many-to-many flushesMike Bayer2010-04-061-0/+3
* - EdgeCollection can now go awayMike Bayer2010-04-061-31/+25
* a RandomSet implementation useful for swapping into topologicalMike Bayer2010-04-061-0/+1
* remove printsMike Bayer2010-04-061-13/+1
* breakthrough, wowMike Bayer2010-04-051-86/+27
* looks like most of the issues are because we're losing insert orderingMike Bayer2010-04-051-0/+47
* - further reduce what topological has to do, expects full list of nodesMike Bayer2010-04-041-25/+7
* merge default branchMike Bayer2010-04-041-1/+0
|\
| * - id(obj) is no longer used internally within topological.py,Mike Bayer2010-04-011-10/+9
| * - 'cycle' is a stack here - needs to be a list.Mike Bayer2010-03-311-2/+2
* | o2m/m2o pretty much there, minus post update.Mike Bayer2010-04-031-1/+2
* | deletes, rudimentary many-to-onesMike Bayer2010-03-311-3/+0
* | really got topological going. now that we aren't putting fricking mapped ob...Mike Bayer2010-03-311-81/+42
* | merge trunk. Re-instating topological._find_cycles for the momentMike Bayer2010-03-301-0/+33
|\ \ | |/
| * some apparent refactoringsMike Bayer2010-03-211-14/+9
* | start sketching ideas for a rewritten unit of work.Mike Bayer2010-03-191-179/+20
|/
* happy new yearMike Bayer2010-01-071-1/+1
* use *args with log.debug()/log.info(), [ticket:1520]Mike Bayer2009-08-261-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-9/+10
* slight cleanup i want in 0.5/0.6Mike Bayer2009-05-311-9/+6
* happy new yearMike Bayer2009-01-121-1/+1
* - annual unitofwork cleanupMike Bayer2008-09-151-4/+1
* - Dropped `reversed` emulationJason Kirtland2008-07-151-2/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-11/+11
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-3/+3
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-5/+5
* happy new yearMike Bayer2008-01-011-1/+1
* [ticket:888] continued, synonym add_propMike Bayer2007-12-081-0/+1
* ok found itMike Bayer2007-12-081-2/+2
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-168/+178
* a little refinement to topological options, more to comeMike Bayer2007-12-071-5/+7
* - decruftify old visitors used by orm, convert to functions thatMike Bayer2007-11-241-3/+6
* - Removed equality, truth and hash() testing of mapped instances. MappedJason Kirtland2007-11-031-6/+6
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-021-26/+3
* use threading.local if availableJason Kirtland2007-08-151-1/+1
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-6/+6
* switch "if not len(x)" to "if not x"Jonathan Ellis2007-08-031-2/+2
* only one instance of while len(...)Jonathan Ellis2007-08-031-2/+2
* add comment, intermediate var for readabilityJonathan Ellis2007-08-031-5/+5
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-2/+1
* - fixed usage of 2.4-only "reversed" in topological.py [ticket:506]Mike Bayer2007-03-081-1/+1
* - fixed use_alter flag on ForeignKeyConstraint [ticket:503]Mike Bayer2007-03-071-3/+3
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-51/+95
* - fix for very large topological sorts, courtesy ants.aasma at gmail [ticket:...Mike Bayer2007-02-131-39/+42
* removed extra _find_cycles callMike Bayer2007-02-021-1/+0