Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-common
Commits
c4e07aed9ae0
Commit
f2e1b5ea
authored
Apr 28, 2010
by
Sylvain Thénault
Browse files
missing replacement in disclaimer; include COPYING.LESSER in manifest; kill DEPENDS file
--HG-- branch : stable
parent
eba6cc7240c6
Changes
76
Hide whitespace changes
Inline
Side-by-side
DEPENDS
deleted
100644 → 0
View file @
eba6cc72
python-egenix-mxdatetime
\ No newline at end of file
MANIFEST.in
View file @
c4e07aed
include ChangeLog
include README
include COPYING
include
DEPENDS
include
COPYING.LESSER
include bin/pytest
include bin/pytest.bat
include test/data/ChangeLog
...
...
__init__.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Logilab common library (aka Logilab's extension to the standard library).
:type STD_BLACKLIST: tuple
...
...
__pkginfo__.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""logilab.common packaging information"""
__docformat__
=
"restructuredtext en"
...
...
adbh.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Helpers for DBMS specific (advanced or non standard) functionalities.
"""
__docformat__
=
"restructuredtext en"
...
...
cache.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Cache module, with a least recently used algorithm for the management of the
deletion of entries.
...
...
changelog.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Manipulation of upstream change log files.
The upstream change log files format handled is simpler than the one
...
...
clcommands.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Helper functions to support command line tools providing more than
one command.
...
...
cli.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Command line interface helper classes.
It provides some default commands, a help system, a default readline
...
...
compat.py
View file @
c4e07aed
...
...
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Wrappers around some builtins introduced in python 2.3, 2.4 and
2.5, making them available in for earlier versions of python.
...
...
configuration.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Classes to handle advanced configuration in simple to complex applications.
Allows to load the configuration from a file or from command line
...
...
contexts.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""A few useful context managers
...
...
corbautils.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""A set of utility function to ease the use of OmniORBpy.
...
...
daemon.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""A daemon mix-in class.
...
...
date.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Date manipulation helper functions.
...
...
db.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Wrappers to get actually replaceable DBAPI2 compliant modules and
database connection whatever the database and client lib used.
...
...
dbf.py
View file @
c4e07aed
...
...
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""This is a DBF reader which reads Visual Fox Pro DBF format with Memo field
Usage:
...
...
debugger.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Customized version of pdb's default debugger.
- sets up a history file
...
...
decorators.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""A few useful function/method decorators.
...
...
deprecation.py
View file @
c4e07aed
...
...
@@ -14,7 +14,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with
Foobar
. If not, see <http://www.gnu.org/licenses/>.
# with
logilab-common
. If not, see <http://www.gnu.org/licenses/>.
"""Deprecation utilities.
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment