pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/py-logilab-common
Module name: wip
Committed by: jihbed
Date: Mon Apr 19 09:43:39 UTC 2010
Modified Files:
wip/py-logilab-common: Makefile PLIST distinfo
Added Files:
wip/py-logilab-common: MESSAGE
Removed Files:
wip/py-logilab-common: options.mk
Log Message:
wip-changes:
-----------
o remove option.mk,
o added MESSAGE
o no fixed EGG_NAME expresion
amont-changes:
-------------
2010-03-16 -- 0.49.0
* date: new 'totime' function
* adbh, db, sqlgen modules moved to the new logilab-database package
* pytest: when -x option is given, stop on the first error even if
there are multiple test directories
2010-02-26 -- 0.48.1
* adbh: added dbport optional argument to [backup|restore]_commands
* db: fix date processing for SQLServer 2005
* testlib: improve XML assertion by using ElementTree parser and a new
'context' lines argument
2010-02-17 -- 0.48.0
* date: fixed mx date time compat for date_range (#20651)
* testlib: generative test should not be interrupted by self.skip() (#20648)
2010-02-10 -- 0.47.0
* adbh: changed backup / restore api (BREAKS COMPAT):
- backup_command is now backup_commands (eg return a list of commands)
- each command returned in backup_commands/restore_commands may now
be list that may be used as argument to subprocess.call, or a string
which will the requires a subshell
- new sql_rename_col method
* deprecation: deprecated now takes an optional 'stacklevel' argument,
default to 2
* date: some functions to ease python's datetime module usage have been
backported
from cubicweb
2009-12-23 -- 0.46.0
* db / adbh: added SQL Server support using Pyodbc
* db:
- New optional extra_args argument to get_connection.
- Support Windows Auth for SQLServer by giving
extra_args='Trusted_Connection' to the sqlserver2005 driver
2009-11-23 -- 0.45.2
* configuration:
- proper bytes and time option types support
- make Method usable as 'callback' value
- fix #8849 Using plugins, options and .pylintrc crashes PyLint
* graph: fix has_path returned value to include the destination node, else
we get
an empty list which makes think there is no path (test added)
2009-08-26 -- 0.45.0
* added function for parsing XML processing instructions
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/py-logilab-common/MESSAGE
cvs -z3 rdiff -u -r1.1.1.1 -r0 wip/py-logilab-common/options.mk
cvs -z3 rdiff -u -r1.3 -r1.4 wip/py-logilab-common/Makefile \
wip/py-logilab-common/PLIST wip/py-logilab-common/distinfo
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-logilab-common/MESSAGE?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-logilab-common/options.mk?r1=1.1.1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-logilab-common/Makefile?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-logilab-common/PLIST?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-logilab-common/distinfo?r1=1.3&r2=1.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index