aboutsummaryrefslogtreecommitdiff
path: root/python/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Remove 2to3 code from setup.py. (#5114)Benjamin Peterson2018-09-101-7/+1
* Replace repo links.Feng Xiao2018-08-221-1/+1
* Fix failing tests.Feng Xiao2018-08-091-0/+4
* pyext needs c++11 in linux and mac. (#4930)Arun Olappamanna Vasudevan2018-07-231-6/+1
* Merge pull request #4827 from acozzette/merge-3-6-xAdam Cozzette2018-06-251-4/+2
|\
| * Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-06-251-4/+2
| |\
| | * Always add -std=c++11 for mac (#4684)Paul Yang2018-05-251-4/+2
* | | Update minimal Python version to 2.7 (#4207)Yuchen Xie2018-06-251-4/+3
|/ /
* / global __version__ In setup.py (#4753)cclauss2018-06-251-0/+1
|/
* Fix python ext build on kokoro (#4527)Yilun Chong2018-05-031-0/+2
* Add __init__.py files to compiler and util subpackages (#4117)Thomas Hisch2018-04-091-9/+1
* For windows, all python version should use /MT (#4468)Paul Yang2018-04-061-3/+1
* Merge branch (#4466)Paul Yang2018-04-021-4/+22
* Include no_package.proto in Python testAdam Cozzette2018-03-141-0/+1
* Remove py2.6 support.Jisi Liu2017-12-141-1/+0
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-0/+1
* add proto2 supported for cpp,python,nodejs,ruby,phpYilun Chong2017-06-271-0/+1
* Prefer the term "3-Clause BSD License" over "New BSD License"Sebastian Schuberth2017-02-281-1/+1
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-0/+7
* Factored Conformance and Benchmark test messages into shared test schema. (#1...Joshua Haberman2016-12-031-0/+1
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-0/+2
* Added download_url to be able to upload to pypi.Jisi Liu2016-05-171-0/+1
* Merge branch 'master' of github.com:google/protobufJisi Liu2016-04-011-7/+28
|\
| * Linking the cpp implementation extension statically with libprotobufManjunath Kudlur2016-04-011-7/+28
* | Disable sign-compare warning.Jisi Liu2016-03-311-1/+3
|/
* Add back the namespace_packages arg in setup.py.Craig Citro2016-03-051-0/+1
* Add a modified patch from craigcitro@ to handle namespace sharing.Silviu Calinoiu2016-02-181-1/+0
* Allow conformance test runner to tolerate crashes, and re-enable conformance ...Josh Haberman2016-01-111-0/+4
* 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
| |\ \