summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_memusage.py
Commit message (Expand)AuthorAgeFilesLines
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* use integer division hereMike Bayer2014-03-261-1/+1
* - rework memusage tests so that it only runs five iterations at a time, if it...Mike Bayer2014-03-261-29/+47
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+1
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+2
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-0/+1
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* testing.crashes on cymysql >= 0.6Hajime Nakagami2013-04-201-1/+1
* skip with cymysql 0.6Hajime Nakagami2013-04-201-0/+1
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* - add workaround for sqlite memusage tests, so no longer need to count to 220...Mike Bayer2013-01-121-11/+26
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-2/+4
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-2/+2
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-46/+112
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-48/+0
* - [bug] Fixed memory leak in core which wouldMike Bayer2012-03-101-0/+16
* - this helps oracle here since it has a panic attack otherwiseMike Bayer2011-04-251-1/+2
* mark all aaa_profiling tests with __requires__ = 'cpython',Mike Bayer2011-04-231-6/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-7/+7
* - whitespace removal bonanzaMike Bayer2011-01-021-32/+32
* triple check that the dict is emptyMike Bayer2010-12-191-2/+5
* - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-131-1/+27
* - support for cdecimalMike Bayer2010-12-111-2/+2
* - merge default tipMike Bayer2010-12-051-1/+26
|\
| * fixed a small potential memory leak in UnicodeResultProcessor (for some weirdGaƫtan de Menten2010-11-271-1/+11
| * Remove unused import.Taavi Burns2010-11-201-1/+1
| * DecimalResultProcessor memory testing is likely to catch something only when ...Taavi Burns2010-11-201-0/+2
| * Shorter tests for [ticket:1978]Taavi Burns2010-11-191-33/+6
| * Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ...Taavi Burns2010-11-191-1/+41
* | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\ \
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
| |/
* | - fix test related to [ticket:1980]Mike Bayer2010-11-281-1/+1
|/
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-111-44/+39
* version_info is the tupleMike Bayer2010-06-151-1/+1
* - hypothesize that newer pysqlites are also growing a warning log on non-unic...Mike Bayer2010-06-141-0/+5
* - The warning emitted by the Unicode and String typesMike Bayer2010-06-131-1/+24
* fix this test for oracleMike Bayer2010-05-311-1/+2
* change the weakkeydict to be just an LRU cache. Add testsMike Bayer2010-05-311-23/+92
* - Pool classes will reuse the same "pool_logging_name" settingMike Bayer2010-05-301-3/+65
* check_reverse was failing a not well covered m2m case.Mike Bayer2010-04-101-1/+1
* - The official name for the relation() function is nowMike Bayer2010-03-171-5/+5
* - merge sqlite 2.5 memory exception from r6567 of 0.5 branchMike Bayer2009-12-251-0/+6
* merge 0.6 series to trunk.Mike Bayer2009-08-061-20/+25
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+402