Age | Commit message (Expand) | Author | Files | Lines |
2010-04-08 | s4-python: rename samba.glue to samba._glue to indicate it's private. | Jelmer Vernooij | 1 | -4/+4 |
2010-03-31 | s4-python: Install external included packages only if they're not present on ... | Jelmer Vernooij | 1 | -2/+2 |
2010-03-29 | python: Fix rule for generating docs using pydoctor. | Jelmer Vernooij | 1 | -4/+5 |
2010-03-29 | s4-python: Move dnspython to lib/, like the other Python modules | Jelmer Vernooij | 1 | -1/+1 |
2010-03-01 | python: Add 'make pylint' convenience rule. | Jelmer Vernooij | 1 | -0/+5 |
2010-03-01 | Add 'pyflakes' rule. | Jelmer Vernooij | 1 | -0/+5 |
2010-02-12 | s4-build: avoid finding python symlinks | Andrew Tridgell | 1 | -1/+1 |
2010-01-25 | pyxattr: Move to the same directory as the xattr code. | Jelmer Vernooij | 1 | -21/+0 |
2010-01-21 | s4: add python bindings for wrap_(s|g)etxattr | Matthieu Patou | 1 | -0/+21 |
2010-01-16 | Import testtools as well, required for subunit. | Jelmer Vernooij | 1 | -1/+1 |
2009-06-09 | Fix installation path of the subunit python modules. | Timur I Bakeyev | 1 | -1/+1 |
2009-06-02 | python: Move helper functions for using param into a separate file rather | Jelmer Vernooij | 1 | -1/+1 |
2009-02-02 | s4:scripting/python: we should not silence warnings on handwritten python bin... | Stefan Metzmacher | 1 | -1/+1 |
2009-02-02 | s4:auth: the python bindings don't use swig anymore | Stefan Metzmacher | 1 | -1/+1 |
2009-01-21 | s4:python glue: fix dependecy to pyldb | Stefan Metzmacher | 1 | -1/+1 |
2008-12-21 | Convert auth python module to "plain" C rather than using SWIG. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-21 | py: Fix initialisation of subtypes, fix segfaults. | Jelmer Vernooij | 1 | -5/+5 |
2008-12-20 | Use plain C implementation for misc Python module rather than SWIG. | Jelmer Vernooij | 1 | -6/+4 |
2008-10-30 | Fix installation of Samba 4 during merged build. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-24 | Move pytalloc to talloc directory. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-08 | Move all subunit files to lib directory. | Jelmer Vernooij | 1 | -2/+2 |
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 1 | -1/+1 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-23 | dcerpc is now samba.dcerpc, avoid including source code in API documentation. | Jelmer Vernooij | 1 | -1/+3 |
2008-05-22 | Fix CFLAGS for SWIG files. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-22 | Fix dependencies and imports. | Jelmer Vernooij | 1 | -2/+2 |
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 1 | -2/+7 |
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-18 | Use src dir. | Jelmer Vernooij | 1 | -6/+6 |
2008-05-18 | Use variables for source path in libnet/ and scripting/python. | Jelmer Vernooij | 1 | -6/+6 |
2008-05-16 | Install python modules by default. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-11 | Remove smbpython. | Jelmer Vernooij | 1 | -5/+0 |
2008-05-11 | Complete dependencies for python modules (actually matters when built standal... | Jelmer Vernooij | 1 | -1/+7 |
2008-05-10 | Install standalone python modules (so we can use stock python rather than smb... | Jelmer Vernooij | 1 | -6/+0 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -0/+6 |
2008-04-15 | Fix the build. | Jelmer Vernooij | 1 | -10/+0 |
2008-04-14 | Fix unresolved symbols. | Jelmer Vernooij | 1 | -3/+5 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -3/+6 |
2008-04-14 | Move standard make compilation rules to build/make. | Jelmer Vernooij | 1 | -16/+1 |
2008-03-13 | build: we don't rely on bash yet:-) '==' should be just '=' | Stefan Metzmacher | 1 | -1/+1 |
2008-03-04 | Fix includes. | Jelmer Vernooij | 1 | -0/+2 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 1 | -3/+6 |
2008-02-29 | Fix typos, avoid DEPEND_LIST from growing with empty elements. | Jelmer Vernooij | 1 | -2/+1 |
2008-02-29 | use gmake to handle .py file copies. | Jelmer Vernooij | 1 | -0/+4 |
2008-02-28 | Remove sDefault as static variable. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-26 | Fix pydoctor. | Jelmer Vernooij | 1 | -5/+2 |
2008-02-26 | use make macro for python. | Jelmer Vernooij | 1 | -27/+0 |
2008-02-16 | use gmake to handle .py file copies. | Jelmer Vernooij | 1 | -0/+4 |
2008-02-09 | Fix syntax of docstrings, set project name when generating Python API documen... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-16 | python: Build shared python modules for generic use. | Jelmer Vernooij | 1 | -2/+8 |