summaryrefslogtreecommitdiff
path: root/test/base
Commit message (Expand)AuthorAgeFilesLines
...
| * - Fixed operator precedence rules for multipleMike Bayer2010-11-251-2/+0
* | - move topological, queue into utilMike Bayer2010-12-051-2/+1
* | new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-16/+16
* | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-284-9/+9
|\ \
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-153-7/+7
| |/
* | - propagate flag on event.listen() results in the listener being placedMike Bayer2010-11-072-21/+2
* | - attempting system of propagation. getting stuck on attempting to use inst...Mike Bayer2010-11-061-0/+47
* | - begin adding tests for event registration and dispatch standaloneMike Bayer2010-10-021-0/+231
|/
* - CircularDependencyError now has .cycles and .edgesMike Bayer2010-09-291-6/+17
* restore py2k directive that got whacked by python tidyMike Bayer2010-07-131-3/+3
* tidy test/base, test/ex, test/extMike Bayer2010-07-113-181/+201
* - Fixed @memoized_property and @memoized_instancemethodMike Bayer2010-06-191-0/+34
* change the weakkeydict to be just an LRU cache. Add testsMike Bayer2010-05-311-0/+46
* dont use collections on 2.4Mike Bayer2010-04-141-3/+2
* breakthrough, wowMike Bayer2010-04-051-4/+4
* - further reduce what topological has to do, expects full list of nodesMike Bayer2010-04-041-16/+25
* really got topological going. now that we aren't putting fricking mapped ob...Mike Bayer2010-03-311-10/+126
* This is turning out to be a rewrite of the accounting system of unitofwork.py...Mike Bayer2010-03-301-30/+24
* start sketching ideas for a rewritten unit of work.Mike Bayer2010-03-191-70/+23
* a handy @classproperty decoratorChris Withers2010-02-231-0/+22
* generalized "test all the picklers" iterator works cross platformMike Bayer2010-02-221-18/+3
* Fixed cPickle problem in Python3.Michael Trier2010-02-201-0/+2
* - make frozendict serializableMike Bayer2010-01-281-0/+20
* python3k fixesMike Bayer2009-08-091-2/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-063-16/+41
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-104-60/+31
* slight cleanup i want in 0.5/0.6Mike Bayer2009-05-311-8/+10
* more fixes to bound parameter exception reportingrel_0_5_4p2Mike Bayer2009-05-261-0/+39
* - added unit test for exception formattingMike Bayer2009-05-261-1/+8
* Added copy and __copy__ methods to the OrderedDict. Fixes #1377.Michael Trier2009-04-131-1/+13
* WeakCompositeKey was coded incorrectly and was not weakly referencing anythin...Mike Bayer2009-01-171-1/+1
* emacsJonathan Ellis2008-12-311-0/+4
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-182-2/+2
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-0/+27
* - util.flatten_iterator() func doesn't interpret strings withMike Bayer2008-10-311-0/+15
* a much easier way to ArgSingletonMike Bayer2008-10-121-22/+0
* - Ignore old-style classes when building inheritance graphs. [ticket:1078]Jason Kirtland2008-08-151-0/+35
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-152-8/+5
* Added default support to OrderedDict.pop [ticket:585]Jason Kirtland2008-07-101-0/+16
* - consider args[0] as self when introspecting def(*args): ... [ticket:1091]Jason Kirtland2008-06-291-2/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-093-68/+423
* - Pool listeners may now be specified as a duck-type of PoolListener or a dic...Jason Kirtland2008-04-041-0/+94
* - symbols now depickle properlyJason Kirtland2008-03-191-0/+31
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-112-5/+5
* - IdentitySet binops no longer accept plain sets.Jason Kirtland2008-01-241-3/+20
* Corrected behavior of get_cls_kwargs and friendsJason Kirtland2008-01-241-0/+67
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-211-2/+2
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-1/+1
* - testbase is gone, replaced by testenvJason Kirtland2008-01-124-27/+24
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-141-0/+12