summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/topological.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* copyright updateMike Bayer2007-01-051-1/+1
* - added "remote_side" argument to relation(), used only with self-referentialMike Bayer2006-12-021-1/+2
* one of those non-2.3 generators got in there...Mike Bayer2006-11-121-1/+1
* further refactoring of topological sort for clarityMike Bayer2006-11-111-87/+102
* more fixes to topological sort with regards to cycles, fixes [ticket:365]Mike Bayer2006-11-111-44/+59
* - fix to subtle condition in topological sort where a node could appear twice,Mike Bayer2006-11-041-2/+3
* converted imports to absoluteMike Bayer2006-10-261-1/+1
* progress on [ticket:329]Mike Bayer2006-10-191-0/+238
* rearranging mapper/objectstore into a subdirectory, breaking up files since t...Mike Bayer2005-12-031-207/+0
* (no commit message)Mike Bayer2005-11-171-8/+20
* brand new topological sort library. woop.Mike Bayer2005-11-171-0/+195