summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag logilab-common-version-0.48.1 for changeset c5208ce16c26logilab-common-debian-version-0.48.1-1Sylvain Th?nault2010-02-260-0/+0
|
* default is stablelogilab-common-version-0.48.1Sylvain Th?nault2010-02-261-11/+72
|\
| * [testlib] improve XML assertion with ElementTree parseur and context linesPierre-Yves David2010-02-241-11/+72
| |
| * Added tag oldstable for changeset 503eb080d1ceNicolas Chauvat2010-02-220-0/+0
| |
| * stable is now 0.48.0Nicolas Chauvat2010-02-191-1/+1
| |\
* | \ mergeSylvain Th?nault2010-02-265-7/+27
|\ \ \
| * | | update changelogSylvain Th?nault2010-02-261-0/+4
| | | |
| * | | 0.48.1Sylvain Th?nault2010-02-264-7/+21
| | | |
| * | | [deprecation] copy back __name__ and __doc__ of @deprecated functionsSylvain Th?nault2010-02-261-0/+2
| | | |
* | | | mergeNicolas Chauvat2010-02-194-35/+51
|\ \ \ \ | |_|/ / |/| | |
| * | | backport changes from stableAlexandre Fayolle2010-02-181-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * mergeAlexandre Fayolle2010-02-181-1/+1
| | |\
| | | * fix date processing for SQLServer 2005Alexandre Fayolle2010-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | bug : datetime is a subclass of date, so isinstance was returning true for datetime instances (and we were losing the time part for all datetime attributes)
| * | | update changelog and copyrightSylvain Th?nault2010-02-182-1/+5
| | | |
| * | | adbh: added dbport optional argument to [backup|restore]_commandsSylvain Th?nault2010-02-182-33/+45
| | | |
* | | | Added tag logilab-common-debian-version-0.48.0-1 for changeset abe32b0fb924Nicolas Chauvat2010-02-190-0/+0
| | | |
* | | | Added tag logilab-common-version-0.48.0 for changeset 9f0027071e15logilab-common-debian-version-0.48.0-1Nicolas Chauvat2010-02-190-0/+0
|/ / /
* | | ready for 0.48.0logilab-common-version-0.48.0Nicolas Chauvat2010-02-173-12/+18
| | |
* | | import fixes from stableNicolas Chauvat2010-02-173-5/+85
|\ \ \ | |/ / |/| |
| * | bug sphinxutils: fix the function name in __main__Emile Anclin2010-02-151-1/+1
| | | | | | | | | | | | it is called "generate" now;
| * | mergeDavid Douard2010-02-125-11/+15
| |\ \
| * | | Make it possible to skip a InnetTest-based generative test alone, without ↵David Douard2009-11-022-4/+84
| | | | | | | | | | | | | | | | skipping the whole test.
* | | | fix test_configuration test_manpageAlexandre Fayolle2010-02-171-1/+1
| | | |
* | | | mergeAlexandre Fayolle2010-02-1713-91/+430
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix name error introduced on backport from cwSylvain Th?nault2010-02-151-1/+1
| | | |
| * | | fix date_range implementation when using mx datetimeSylvain Th?nault2010-02-151-15/+16
| | | |
| * | | fix date_range(): broken use of argument incr + off-by-one mistakeNicolas Chauvat2010-02-112-2/+5
| | |/ | |/|
| * | Added tag logilab-common-debian-version-0.47.0-1 for changeset 8eaf6cf2ca55Sylvain Th?nault2010-02-100-0/+0
| | |
| * | Added tag logilab-common-version-0.47.0 for changeset 50cd30a61f45logilab-common-debian-version-0.47.0-1Sylvain Th?nault2010-02-100-0/+0
| | |
| * | lgc 0.47logilab-common-version-0.47.0Sylvain Th?nault2010-02-103-5/+9
| | |
| * | backport stableSylvain Th?nault2010-02-101-3/+3
| |\ \
| * | | bacport change set 4505:71ba2d0f34f2 from cw stable:Sylvain Th?nault2010-02-081-3/+3
| | |/ | |/| | | | | | | use calendar.gmtime instead of time.mktime to avoid UTC/localtime issues with Flot
| * | also backport cw date_range implementationSylvain Th?nault2010-02-051-12/+24
| | |
| * | add missing importSylvain Th?nault2010-02-051-2/+2
| | |
| * | new sql_rename_col method on db helpersSylvain Th?nault2010-02-052-0/+13
| | |
| * | backport datetime functions from c wSylvain Th?nault2010-02-052-6/+80
| | |
| * | conflicts on merge has not been totally resolvedSylvain Th?nault2010-02-051-18/+2
| | |
| * | backport stableSylvain Th?nault2010-02-057-55/+302
| |\ \
| | * | update copyrightsSylvain Th?nault2010-01-262-3/+3
| | | |
| | * | main_usage / main_run api fixes:Sylvain Th?nault2010-01-261-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | - __doc__ is not a good local variable name (in main_usage) - main_run now accept 'copyright' as argument - main_usage handle cases where copyright is empty
| | * | fix the mysql restore pb by documenting that backup/restore command maySylvain Th?nault2010-01-262-14/+16
| | | | | | | | | | | | | | | | | | | | return command either as a list or as string (in which case a subshell has to be used to run it)
| | * | update changelogSylvain Th?nault2010-01-251-0/+8
| | | |
| | * | breaks cw < 3.6 compatSylvain Th?nault2010-01-251-1/+1
| | | |
| | * | changed backup / restore api (BREAKS COMPAT):Sylvain Th?nault2010-01-251-31/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - backup_command is now backup_commands (eg return a list of commands) - each command returned in backup_commands/restore_commands is now a list that may be used as argument to subprocess.call XXX except for the mysql helper that still needs update
| | * | deprecation: deprecated now takes an optional 'stacklevel' argument, default ↵Sylvain Th?nault2010-01-251-2/+2
| | | | | | | | | | | | | | | | to 2
| | * | backport stableSylvain Th?nault2010-01-253-4/+8
| | |\ \
| | * | | enable support for backup and restore operations in SQL Server (ticket 19687)Alexandre Fayolle2010-01-202-0/+74
| | | | |
| | * | | simplify call to execute by removing useless try...except blockAlexandre Fayolle2010-01-201-4/+1
| | | | |
| | * | | restore pyodbc as the default driver for SQL ServerAlexandre Fayolle2010-01-201-3/+3
| | | | |
| | * | | use a lock to mitigate concurrency caused perf. issues on SQL ServerAlexandre Fayolle2010-01-201-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without locking, internal locks in the SQL Server Native client driver cause massive contentions and perf degradation when multiple threads retreive data. This is a temporary fix. The correct fix will be longer to implement and will consist in accessing the db from different processes rather than different threads, and therefore will require rewriting a python driver (which will delegate the operations to pyodbc)