aboutsummaryrefslogtreecommitdiff
path: root/python/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed compile for Python 3. There are still some crashes though.Josh Haberman2015-12-301-1/+1
* Require six>=1.9 for Python.Feng Xiao2015-12-291-1/+1
* Add missing files to EXTRA_DIST.Feng Xiao2015-12-281-2/+3
* Down-integrate from internal code base.Feng Xiao2015-12-111-0/+1
* Added Python failure lists, and fixes to make sure failure propagates.Josh Haberman2015-12-031-1/+2
* Conformance test implementation for Python.Josh Haberman2015-12-021-0/+7
* Special-case Clang-only warning flags to Clang.Josh Haberman2015-10-281-2/+4
* Disable some more warnings to be warnings-free.Josh Haberman2015-10-281-1/+2
* Removed all warnings from the Python/C++ build.Josh Haberman2015-10-281-1/+8
* add complete WKT for python.Jisi Liu2015-10-061-4/+8
* Generate well known types for python.Jisi Liu2015-10-061-8/+6
* Down-integrate from google internal.Jisi Liu2015-10-051-0/+9
* Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao2015-08-251-31/+22
|\
| * Fix travis buildDan O'Reilly2015-08-201-0/+1
| * Remove debug codeDan O'Reilly2015-08-201-1/+0
| * Use tox in travis build. Tweak tox.iniDan O'Reilly2015-08-201-0/+1
| * Add some clarifying comments. Remove ez_setup.py.Dan O'Reilly2015-08-201-13/+1
| * Get Python 2.6 working.Dan O'Reilly2015-08-141-1/+6
| * Fixing some testsDan O'Reilly2015-08-131-35/+22
| * Merge remote-tracking branch 'upstream/master' into py2_py3_straddleDan O'Reilly2015-08-121-54/+73
| |\
| * | Declare explicit support for Python 3.3 and 3.4.Tres Seaver2015-01-131-0/+4
| * | Merge branch 'python-update_setup' into straddle_py2_py3Tres Seaver2015-01-131-37/+18
| |\ \
| | * | Noramlize 'setup.py' to fit conventions:Tres Seaver2015-01-131-37/+18
| * | | Compatibility with Python2.6 unittest.Tres Seaver2015-01-131-7/+0
| * | | Merge branch 'prep_for_py2_py3_straddle' into straddle_py2_py3Tres Seaver2015-01-131-1/+1
| |\ \ \
| | * | | Overlooked dependency.Tres Seaver2015-01-131-1/+1
| | |/ /
| * / / Drop dependency on 'google.apputils'.Tres Seaver2015-01-131-5/+0
| |/ /
* | / Down-integrate from internal branch.Jisi Liu2015-08-211-0/+6
| |/ |/|
* | Replace the check of "../.git"Feng Xiao2015-05-261-25/+24
* | down-integrate internal changesBo Yang2015-05-211-0/+1
* | Only generate protos in developmentTamir Duberstein2015-05-151-0/+4
* | Use glob to simplifyTamir Duberstein2015-05-151-10/+3
* | Merge pull request #255 from btabibian/masterJoshua Haberman2015-05-071-1/+1
|\ \
| * | mendBehzad Tabibian2015-05-071-1/+1
| * | adding globals() to exec call for python3 compatibilityBehzad Tabibian2015-04-281-1/+1
* | | Noramlize 'setup.py' to fit conventions:Tamir Duberstein2015-05-061-86/+79
* | | Don't hard-code the python pathTamir Duberstein2015-05-061-1/+1
* | | [PYTHON] Drop dependency on 'google.apputils'.Tamir Duberstein2015-04-101-6/+1
* | | [PYTHON] Remove unnecessary `include_dir`Tamir Duberstein2015-04-101-1/+1
* | | Remove useless file that doesn't loadTamir Duberstein2015-04-081-1/+0
|/ /
* | Fix python versions to comply with pep-0440.Jisi Liu2015-03-041-1/+13
* | Bump the version number to 3.0.0-alpha-3-preJisi Liu2015-03-021-1/+1
* | Down integrate from Google internal.Jisi Liu2015-02-251-18/+4
* | Update version number to 3.0.0-alpha-2Jisi Liu2015-02-211-1/+1
|/
* Update version number to v3.0.0-preFeng Xiao2014-12-101-1/+1
* Update version number to v3.0.0-alpha-1Feng Xiao2014-12-031-1/+1
* Fix Python C++ implementation build issues:Feng Xiao2014-11-251-1/+1
* Down-integrate from internal code base.Feng Xiao2014-11-101-0/+3
* Merge pull request #50 from dlitz/compat-py3kFeng Xiao2014-11-081-2/+11
|\
| * Omit google-apputils dependency under Python 3Dwayne Litzenberger2014-10-141-1/+5