summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/config.mk
Commit message (Expand)AuthorAgeFilesLines
* s4-python: rename samba.glue to samba._glue to indicate it's private.Jelmer Vernooij2010-04-081-4/+4
* s4-python: Install external included packages only if they're not present on ...Jelmer Vernooij2010-03-311-2/+2
* python: Fix rule for generating docs using pydoctor.Jelmer Vernooij2010-03-291-4/+5
* s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij2010-03-291-1/+1
* python: Add 'make pylint' convenience rule.Jelmer Vernooij2010-03-011-0/+5
* Add 'pyflakes' rule.Jelmer Vernooij2010-03-011-0/+5
* s4-build: avoid finding python symlinksAndrew Tridgell2010-02-121-1/+1
* pyxattr: Move to the same directory as the xattr code.Jelmer Vernooij2010-01-251-21/+0
* s4: add python bindings for wrap_(s|g)etxattrMatthieu Patou2010-01-211-0/+21
* Import testtools as well, required for subunit.Jelmer Vernooij2010-01-161-1/+1
* Fix installation path of the subunit python modules.Timur I Bakeyev2009-06-091-1/+1
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-021-1/+1
* s4:scripting/python: we should not silence warnings on handwritten python bin...Stefan Metzmacher2009-02-021-1/+1
* s4:auth: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-1/+1
* s4:python glue: fix dependecy to pyldbStefan Metzmacher2009-01-211-1/+1
* Convert auth python module to "plain" C rather than using SWIG.Jelmer Vernooij2008-12-211-1/+1
* py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij2008-12-211-5/+5
* Use plain C implementation for misc Python module rather than SWIG.Jelmer Vernooij2008-12-201-6/+4
* Fix installation of Samba 4 during merged build.Jelmer Vernooij2008-10-301-1/+1
* Move pytalloc to talloc directory.Jelmer Vernooij2008-10-241-1/+1
* Move all subunit files to lib directory.Jelmer Vernooij2008-10-081-2/+2
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-311-1/+1
* Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-301-1/+1
* dcerpc is now samba.dcerpc, avoid including source code in API documentation.Jelmer Vernooij2008-05-231-1/+3
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
* Fix dependencies and imports.Jelmer Vernooij2008-05-221-2/+2
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-2/+7
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
* Use src dir.Jelmer Vernooij2008-05-181-6/+6
* Use variables for source path in libnet/ and scripting/python.Jelmer Vernooij2008-05-181-6/+6
* Install python modules by default.Jelmer Vernooij2008-05-161-0/+2
* Remove smbpython.Jelmer Vernooij2008-05-111-5/+0
* Complete dependencies for python modules (actually matters when built standal...Jelmer Vernooij2008-05-111-1/+7
* Install standalone python modules (so we can use stock python rather than smb...Jelmer Vernooij2008-05-101-6/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-251-0/+6
|\
| * Fix the build.Jelmer Vernooij2008-04-151-10/+0
| * Fix unresolved symbols.Jelmer Vernooij2008-04-141-3/+5
| * Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-3/+6
| * Move standard make compilation rules to build/make.Jelmer Vernooij2008-04-141-16/+1
| * build: we don't rely on bash yet:-) '==' should be just '='Stefan Metzmacher2008-03-131-1/+1
| * Fix typos, avoid DEPEND_LIST from growing with empty elements.Jelmer Vernooij2008-02-291-2/+1
| * use gmake to handle .py file copies.Jelmer Vernooij2008-02-291-0/+4
| * Remove sDefault as static variable.Jelmer Vernooij2008-02-281-1/+1
* | Fix includes.Jelmer Vernooij2008-03-041-0/+2
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-3/+6
* | Fix pydoctor.Jelmer Vernooij2008-02-261-5/+2
* | use make macro for python.Jelmer Vernooij2008-02-261-27/+0
* | use gmake to handle .py file copies.Jelmer Vernooij2008-02-161-0/+4
|/
* Fix syntax of docstrings, set project name when generating Python API documen...Jelmer Vernooij2008-02-091-1/+1
* python: Build shared python modules for generic use.Jelmer Vernooij2008-01-161-2/+8