summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [pkg] prepare 0.46.1logilab-common-version-0.46.1Pierre-Yves David2010-02-042-1/+12
|
* merge with 0.46.0Pierre-Yves David2010-02-044-33/+48
|\
| * backport from default of new interface for backup_command and restore_commandsAlexandre Fayolle2010-01-271-33/+47
| | | | | | | | The methods can now return strings or lists (see docstring for more info)
| * [fix] Remove isinstance call for bytes unitsPierre-Yves David2010-01-183-4/+8
| | | | | | | | | | | | The isinstance function was used to detect if a byte required unit application, This was leading to error when the value was a float. isinstance call is replaced by a more pythonix hasattribut __init__ check/
* | Added tag logilab-common-version-0.46.0 for changeset 9b7f95b604aalogilab-common-debian-version-0.46.0-1Sylvain Th?nault2009-12-230-0/+0
| |
* | 0.46logilab-common-version-0.46.0Sylvain Th?nault2009-12-233-2/+15
| |
* | update changelogSylvain Th?nault2009-12-231-0/+7
| |
* | TYPE_MAPPING expected to be a mapping from yams type to db type, and ↵Sylvain Th?nault2009-12-231-2/+0
| | | | | | | | timestamp is the Datetime yams type
* | Backed out changeset 88274f9d1e46, bad fix, pb was actually in cwSylvain Th?nault2009-12-221-6/+0
| |
* | fix pysqlite2 support for the buffer typeSylvain Th?nault2009-12-221-0/+6
| |
* | 2 bugs in extra_args processing fixedAlexandre Fayolle2009-12-211-2/+3
| | | | | | | | | | * extra_args not passed in get_connection to driver.connect * check for None before parsing the string
* | New kw arg to get_connection : extra_args. Support Windows Auth for SQLServerAlexandre Fayolle2009-12-211-21/+39
| | | | | | | | | | By calling logilab.common.db.get_connection(driver='sqlserver2005', ..., extra_args='Trusted_Connection') you get Windows Auth for your DB connection (i.e. you don't have to supply a login and a password).
* | hack to work around the lack of a date col type in sql serverAdministrator2009-12-162-6/+43
| |
* | cleanup debugging printsAlexandre Fayolle2009-12-161-2/+0
| |
* | added SQL Server support using PyodbcAlexandre Fayolle2009-12-142-0/+122
| |
* | moved method so that it is closer to the related methodsAlexandre Fayolle2009-12-141-4/+4
| |
* | added indirection for TIMESTAMP columns in the mappingAlexandre Fayolle2009-12-141-0/+4
| |
* | Add os.path.relpath function in logical.common.compat for pre-2.6 python.Pierre-Yves David2009-12-071-0/+23
| |
* | backport stable to defaultSylvain Th?nault2009-12-040-0/+0
|\ \ | |/ |/|
* | mergeSylvain Th?nault2009-12-041-4/+5
|\ \
| * | ensure getlogin works under windowsAurelien Campeas2009-11-161-4/+5
| | |
* | | 0.45.2Adrien Di Mascio2009-11-233-2/+8
| | |
* | | Added tag logilab-common-debian-version-0.45.2-1 for changeset 854c9a5383abAdrien Di Mascio2009-11-230-0/+0
| | |
* | | Added tag logilab-common-version-0.45.2 for changeset b285b54a4999logilab-common-debian-version-0.45.2-1Adrien Di Mascio2009-11-230-0/+0
| | |
* | | mergelogilab-common-version-0.45.2Sylvain Th?nault2009-11-2311-34/+144
|\ \ \ | |/ /
| * | fix has_path returned value to include the destination node, else we getSylvain Th?nault2009-11-123-5/+21
| | | | | | | | | | | | an empty list which makes think there is no path (test added)
| * | [C] shellutils: make getlogin() available as shellutilsJulien Jehannet2009-11-092-11/+15
| | |
| * | mergeSylvain Th?nault2009-10-203-6/+69
| |\ \ | | |/
| | * add unit tests for class tagging featureDavid Douard2009-10-081-1/+56
| | |
| | * Make it possible to tag test classesDavid Douard2009-10-081-2/+7
| | | | | | | | | | | | If a tags is set on both a class and a method of this class, this latter take precedence in tag definition
| | * Add a "set_trace" function to debugger.py (to use in place of pdb.set_trace)David Douard2009-10-081-3/+6
| | |
| * | let user do whatever he want of coverage dataSylvain Th?nault2009-10-201-10/+3
| | |
| * | interval (datetime.timedelta) support for pysqlite2Sylvain Th?nault2009-10-131-2/+33
| | |
| * | fix pyro storageSylvain Th?nault2009-10-071-0/+3
| | |
* | | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-2331-124/+124
|/ /
* | Added tag logilab-common-debian-version-0.45.1-1 for changeset 3a86d61a6926Sylvain Th?nault2009-10-070-0/+0
| |
* | Added tag logilab-common-version-0.45.1 for changeset cd144236bf38logilab-common-debian-version-0.45.1-1Sylvain Th?nault2009-10-070-0/+0
| |
* | backport defaultlogilab-common-version-0.45.1Sylvain Th?nault2009-10-070-0/+0
|\ \ | |/ |/|
| * backport fix made in dev branchNicolas Chauvat2009-08-310-0/+0
| |\
| | * Added tag logilab-common-debian-version-0_45_0-1 for changeset 168dd6ec9b1dNicolas Chauvat2009-08-310-0/+0
| | |
| | * Added tag logilab-common-version-0_45_0 for changeset 0319f670e96dlogilab-common-debian-version-0_45_0-1Nicolas Chauvat2009-08-310-0/+0
| | |
* | | mergeSylvain Th?nault2009-10-075-4/+15
|\ \ \
| * | | 0.45.1Sylvain Th?nault2009-10-072-1/+7
| | | |
| * | | fix importSylvain Th?nault2009-10-071-1/+2
| | | |
| * | | dont hack help if choices providedSylvain Th?nault2009-10-071-2/+0
| | | |
| * | | new reverse prioritySylvain Th?nault2009-10-071-0/+6
| | | |
* | | | [tests] fix unittest_htmlAdrien Di Mascio2009-10-071-1/+1
|/ / /
* | | restore bw compat (for pylint)Sylvain Th?nault2009-10-011-0/+3
| | |
* | | mergeSylvain Th?nault2009-10-012-2/+5
|\ \ \
| * | | update changelogSylvain Th?nault2009-10-011-1/+4
| | | |