summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/queue.py
Commit message (Collapse)AuthorAgeFilesLines
* - move topological, queue into utilMike Bayer2010-12-051-185/+0
| | | | | - move function_named into test.lib.util - use @decorator for all decorators in test/
* - more 78 charsMike Bayer2010-07-101-2/+4
| | | | | - BIGINT doc - clean up docs in schema.py
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+1
|
* removed needless "thread" imports from utilMike Bayer2009-05-301-6/+2
|
* - Always use native dequeJason Kirtland2008-07-151-8/+1
|
* migrated (most) docstrings to pep-257 format, docstring generator using ↵Mike Bayer2007-02-251-23/+35
| | | | | | straight <pre> + trim() func for now. applies most of [ticket:214], compliemnts of Lele Gaifax
* migrated Queue.Queue to its own module here, to assure RLock compatibilityMike Bayer2006-06-261-0/+182