| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+33 |
| | | | | | - fix and test weakref cleanout for WeakSequence, [ticket:2794] | ||||
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -50/+35 |
| | | |||||
| * | merge default | Mike Bayer | 2013-05-23 | 1 | -2/+22 |
| |\ | |||||
| | * | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -2/+22 |
| | | | | | | | | | | | | | being sent to :func:`.create_engine` would fail in some cases, such as with the Sybase dialect. [ticket:2732] | ||||
| * | | base | Mike Bayer | 2013-05-04 | 1 | -8/+6 |
| | | | |||||
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -79/+80 |
| |/ | | | | - went through examples/ and cleaned out excess list() calls | ||||
| * | initializing _labels to an empty list so that the other methods don't throw ↵ | Diana Clarke | 2012-11-17 | 1 | -21/+12 |
| | | | | | exceptions in the None labels case, but rather return (), [], or {}. this is not backwards compatible, but doubt anyone is relying on those exceptions #2601 | ||||
| * | adding _fields, _asdict() to KeyedTuple #2601 | Diana Clarke | 2012-11-17 | 1 | -4/+33 |
| | | |||||
| * | adding tests for KeyedTuple, pep8 pass | Diana Clarke | 2012-11-17 | 1 | -72/+221 |
| | | |||||
| * | oops! python 3 doesn't do the rich comparison cmp thing | Diana Clarke | 2012-11-14 | 1 | -8/+13 |
| | | |||||
| * | __sub__ was declared twice, just increasing test coverage before I change ↵ | Diana Clarke | 2012-11-13 | 1 | -17/+414 |
| | | | | | anything | ||||
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+4 |
| | | | | | | | | become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries. | ||||
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
| | | |||||
| * | remove WeakIdentityMapping tests | Mike Bayer | 2012-06-24 | 1 | -191/+0 |
| | | |||||
| * | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -0/+21 |
| | | |||||
| * | - [feature] IdentitySet supports the - operator | Mike Bayer | 2011-12-06 | 1 | -0/+13 |
| | | | | | | as the same as difference(), handy when dealing with Session.dirty etc. [ticket:2301] | ||||
| * | - Added an improved repr() to TypeEngine objects | Mike Bayer | 2011-07-04 | 1 | -0/+87 |
| | | | | | | | that will only display constructor args which are positional or kwargs that deviate from the default. [ticket:2209] | ||||
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+1 |
| | | |||||
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those ↵ | Mike Bayer | 2011-03-27 | 1 | -20/+19 |
| | | | | | | | | classes to a new test.lib.fixtures module - move testing.TestBase to test.lib.fixtures - massive search and replace | ||||
| * | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -1/+3 |
| | | |||||
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -1/+1 |
| | | | | | | like frozenset which isn't really the purpose of 'immutabledict' (could be someday, in which case, we'd change the name back :) ) | ||||
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -15/+15 |
| | | |||||
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -2/+0 |
| |\ | |||||
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | chains of a single non-associative operator. I.e. "x - (y - z)" will compile as "x - (y - z)" and not "x - y - z". Also works with labels, i.e. "x - (y - z).label('foo')" [ticket:1984] - Single element tuple expressions inside an IN clause parenthesize correctly, also from [ticket:1984], added tests for PG - re-fix again importlater, [ticket:1983] | ||||
| * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| |/ | |||||
| * | tidy test/base, test/ex, test/ext | Mike Bayer | 2010-07-11 | 1 | -32/+31 |
| | | |||||
| * | - Fixed @memoized_property and @memoized_instancemethod | Mike Bayer | 2010-06-19 | 1 | -0/+34 |
| | | | | | | | decorators so that Sphinx documentation picks up these attributes and methods, such as ResultProxy.inserted_primary_key. [ticket:1830] | ||||
| * | change the weakkeydict to be just an LRU cache. Add tests | Mike Bayer | 2010-05-31 | 1 | -0/+46 |
| | | | | | for the "many combinations of UPDATE keys" issue. | ||||
| * | a handy @classproperty decorator | Chris Withers | 2010-02-23 | 1 | -0/+22 |
| | | |||||
| * | generalized "test all the picklers" iterator works cross platform | Mike Bayer | 2010-02-22 | 1 | -18/+3 |
| | | |||||
| * | Fixed cPickle problem in Python3. | Michael Trier | 2010-02-20 | 1 | -0/+2 |
| | | |||||
| * | - make frozendict serializable | Mike Bayer | 2010-01-28 | 1 | -0/+20 |
| | | | | | - serialize tests use HIGHEST_PROTOCOL | ||||
| * | python3k fixes | Mike Bayer | 2009-08-09 | 1 | -2/+2 |
| | | |||||
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -7/+25 |
| | | |||||
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+957 |
| See README.unittests for information on how to run the tests. [ticket:970] | |||||
