summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* really close upgrade path from stablecommon-version-0_19_1Alexandre Fayolle2006-09-222-4/+7
|
* mergeSylvain2006-09-223-21/+24
|\
| * prepare 0.19.1Sylvain2006-09-223-21/+24
| |
* | mergeAlexandre Fayolle2006-09-216-24/+39
|\ \ | |/
| * py 2.3 test fixSylvain2006-09-211-0/+1
| |
| * fixed time handling and added an adapter for DateTimeDeltaTypeSylvain2006-09-203-10/+14
| |
| * added test for MethodSylvain2006-09-201-13/+18
| |
| * fix since more files in data/Sylvain2006-09-201-0/+2
| |
| * fix py \<2.4 compatSylvain2006-09-201-1/+4
| |
* | new debian release fixing upgrade from stableAlexandre Fayolle2006-09-212-0/+12
|/
* fix named option handlingSylvain2006-09-192-0/+21
|
* debian packaging updateAlexandre Fayolle2006-09-193-1/+8
|
* * db:Sylvain2006-09-195-15/+53
| | | | | | | | | - fixed bug when querying boolean on sqlite using python's bool type - added "drop_on_commit" argument to create_temporary_table on db helper - added missing implementation of executemany on pysqlite2 wrapper to support pyargs correctly like execute * optik_ext: fixed "named" type option to support csv values and to return a dictionary
* fix packagingSylvain2006-09-191-1/+1
|
* fixed bug when querying boolean on sqlite using python's bool typeSylvain2006-09-132-1/+10
|
* added unittests for umessage module (backport from maboa)Adrien Di Mascio2006-09-063-0/+105
|
* new versionAdrien Di Mascio2006-09-053-2/+8
|
* new register_options method on ConfigurationMixinsyt2006-09-052-1/+11
|
* From Sylvain.Thenault@logilab.fr Tue Sep 5 10:25:33 2006syt2006-09-053-2/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return-Path: <Sylvain.Thenault@logilab.fr> X-Original-To: adim@logilab.fr Delivered-To: adim@logilab.fr Received: from tucana.logilab.fr (tucana.logilab.fr [172.17.0.4]) by orion.logilab.fr (Postfix) with ESMTP id B9BF0EA9FF for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:33 +0200 (CEST) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by tucana.logilab.fr (Postfix) with ESMTP id A751571403E for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:50 +0200 (CEST) Received: from localhost.localdomain (ram31-2-82-228-88-123.fbx.proxad.net [82.228.88.123]) by smtp1-g19.free.fr (Postfix) with ESMTP id 670B090E2E for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:45 +0200 (CEST) Content-Type: multipart/mixed; boundary="===============0640966485==" MIME-Version: 1.0 Message-Id: <patchbomb.1157444811@localhost.localdomain> Date: Tue, 5 Sep 2006 10:26:51 +0200 To: adim@logilab.fr X-Spambayes-Classification: ham; 0.02 Status: RO X-Status: F Content-Length: 160 Lines: 8 --===============0640966485== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit --===============0640966485==-- From Sylvain.Thenault@logilab.fr Tue Sep 5 10:25:34 2006 Return-Path: <Sylvain.Thenault@logilab.fr> X-Original-To: adim@logilab.fr Delivered-To: adim@logilab.fr Received: from tucana.logilab.fr (tucana.logilab.fr [172.17.0.4]) by orion.logilab.fr (Postfix) with ESMTP id 08C46EAA65 for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:34 +0200 (CEST) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by tucana.logilab.fr (Postfix) with ESMTP id EBF277143EE for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:50 +0200 (CEST) Received: from localhost.localdomain (ram31-2-82-228-88-123.fbx.proxad.net [82.228.88.123]) by smtp1-g19.free.fr (Postfix) with ESMTP id 744699A992 for <adim@logilab.fr>; Tue, 5 Sep 2006 10:25:46 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 1 of 2] blabla X-Mercurial-Node: c9a40d354365f82164a6c0ffcf9c80deb644e0d5 Message-Id: <c9a40d354365f82164a6.1157444812@localhost.localdomain> In-Reply-To: <patchbomb.1157444811@localhost.localdomain> Date: Tue, 5 Sep 2006 10:26:52 +0200 From: syt@logilab.fr To: adim@logilab.fr X-Spambayes-Classification: ham; 0.00 Status: RO X-Status: F Content-Length: 510 Lines: 17 blabla
* include pytest as a script in __pkginfo__Adrien Di Mascio2006-09-051-0/+1
|
* include pytestAdrien Di Mascio2006-09-041-0/+1
|
* see changelogSylvain2006-08-255-19/+53
|
* fix copyrightSylvain2006-08-241-1/+1
|
* command line commands fetched from erudiSylvain2006-08-241-0/+120
|
* define common.date.endOfMonth to make it easier to count monthsNicolas Chauvat2006-08-152-13/+7
|
* update ChangeLogNicolas Chauvat2006-08-151-0/+5
|
* add option to pytest to enable design by contract with aspectsNicolas Chauvat2006-08-131-1/+29
|
* a couple things made simplerNicolas Chauvat2006-08-131-26/+16
|
* add command pytest that will find and run project's testsNicolas Chauvat2006-08-131-0/+15
|
* straightforward mergeNicolas Chauvat2006-08-121-0/+1
|\
| * bugfix: missing importNicolas Chauvat2006-08-121-0/+1
| |
* | fixed port handling and testsAdrien Di Mascio2006-08-112-7/+10
| |
* | unittest_main import missingAdrien Di Mascio2006-08-111-1/+1
| |
* | 'all' versions is not used by devtools anymore, and apycot does not support itAdrien Di Mascio2006-08-111-1/+1
| |
* | capture option for runtests() scriptsAdrien Di Mascio2006-08-111-8/+13
| |
* | small refactoring. We could probably still refactor TestCase._proceed and ↵Adrien Di Mascio2006-08-111-42/+16
| | | | | | | | TestCase.quiet_run
* | added start/stop capture wherever needed. This needs refactoring (maybe use ↵Adrien Di Mascio2006-08-111-31/+138
| | | | | | | | the quiet_run() method)
* | added test for pre-evaluated sys.stdoutAdrien Di Mascio2006-08-111-1/+16
| |
* | changelog closeAdrien Di Mascio2006-08-111-1/+1
| |
* | updated announce templateAdrien Di Mascio2006-08-101-1/+3
| |
* | added COPYING fileAdrien Di Mascio2006-08-103-7/+348
| |
* | added capture abilityAdrien Di Mascio2006-08-106-21/+144
| |
* | while problem with integers used as ids still exists, cannot deprecate theseNicolas Chauvat2006-08-091-6/+6
| |
* | print time spent when using lgc.testlib.main()Adrien Di Mascio2006-08-091-1/+8
| |
* | trying to fix mess between empty strings and None (problems due to both ↵Adrien Di Mascio2006-08-091-2/+4
| | | | | | | | being evaluated to False)
* | avoid infinite recursion in XXXMixIn.load_defaults() by renaming ↵Adrien Di Mascio2006-08-093-3/+27
| | | | | | | | OptionsMananerMixIn.load_defaults into OptionsManagerMixIn.load_provider_defaults
* | added create_files() helper in testlibAdrien Di Mascio2006-08-092-3/+69
| |
* | merge with Nicolas' command parserAdrien Di Mascio2006-08-074-3/+44
|\ \ | |/ |/|
| * added .hg to default blacklisted directoriesAdrien Di Mascio2006-08-071-1/+1
| |
| * updated packaging informationAdrien Di Mascio2006-08-071-1/+1
| |