Next | Query returned 14 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2010-04-19 11:43:39 by Kamel Derouiche | Files touched by this commit (5)
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
   2009-08-20 02:29:15 by Kamel Derouiche | Files touched by this commit (3)
Log message:

	changes-pkgsrc:
	--------------
	o Update version 0.44.0 available 
   2009-07-07 00:33:21 by Kamel Derouiche | Files touched by this commit (4)
Log message:

	Update package:
	--------------
	o 0.41.0 to 0.42.0
	o Added dependency: py-readline, py-django,Py-Pyro
	o Improve Test : done 
	
	Observation:
	-----------
	Please review options.mk 
	Please global review 
   2009-06-18 01:27:34 by Kamel Derouiche | Files touched by this commit (6) | Imported package
Log message:
Import py25-logilab-common-0.41.0 as wip/py-logilab-common.

logilab-common is a collection of Python packages and modules,designed to ease:

 * handling command line options and configuration files
 * writing interactive command line tools
 * manipulation files and character strings
 * interfacing to OmniORB
 * generating of SQL queries
 * running unit tests
 * manipulating tree structures
 * accessing RDBMS (currently postgreSQL, MySQL and sqlite)
 * generating text and HTML reports
 * logging


Next | Query returned 14 messages, browsing 11 to 20 | previous