index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lang
/
python
/
setup.py
Age
Commit message (
Expand
)
Author
2012-02-02
Retain copyright on the Python API, add the SWIG license to the local
Keith Bostic
2012-02-02
The Python code is in the public domain.
Keith Bostic
2011-09-02
Split out the Python and examples from the top level Makefile.
Michael Cahill
2011-08-26
Add libtool to the build.
Michael Cahill
2011-07-14
Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile.
Michael Cahill
2011-07-14
In the Python build, only set extra_*_args if CFLAGS or LDFLAGS are set.
Michael Cahill
2011-07-14
Pass CFLAGS and LDFLAGS through to the Python build.
Michael Cahill
2011-04-26
Another fix for relative paths in the Python build: setup.py wants to own the...
Michael Cahill
2011-04-26
Fix Python build again: split SWIG out of setup.py, we want to distribute the
Michael Cahill
2011-04-26
Keep the Python sources in lang/python: that's what we will want to distribute.
Michael Cahill
2011-03-11
Build the Python API into the build directory.
Michael Cahill
2011-03-10
Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf...
Michael Cahill