aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/setup.py
Commit message (Collapse)AuthorAge
...
| * | mendGravatar Behzad Tabibian2015-05-07
| | |
* | | Noramlize 'setup.py' to fit conventions:Gravatar Tamir Duberstein2015-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Comply with flake8, except for indentation width, which is 2. - Move human-centric metadata to top of 'setup()' call. - Add Trove classifiers for supported Python versions. - Use 'find_packages()' + MANIFEST.in to avoid errors in listing modules and packages. Closes #131 and #161.
* | | Don't hard-code the python pathGravatar Tamir Duberstein2015-05-06
| | |
| * | adding globals() to exec call for python3 compatibilityGravatar Behzad Tabibian2015-04-28
| | |
* | | [PYTHON] Drop dependency on 'google.apputils'.Gravatar Tamir Duberstein2015-04-10
| | | | | | | | | | | | Use stdlib's 'unittest' instead.
* | | [PYTHON] Remove unnecessary `include_dir`Gravatar Tamir Duberstein2015-04-10
| | |
* | | Remove useless file that doesn't loadGravatar Tamir Duberstein2015-04-08
|/ / | | | | | | This file was broken in ada6556.
* | Fix python versions to comply with pep-0440.Gravatar Jisi Liu2015-03-04
| | | | | | | | Change-Id: Ifb4958e4f371b36f249faa466473f851697edb5c
* | Bump the version number to 3.0.0-alpha-3-preGravatar Jisi Liu2015-03-02
| | | | | | | | Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
* | Down integrate from Google internal.Gravatar Jisi Liu2015-02-25
| | | | | | | | Change-Id: I34d301133eea9c6f3a822c47d1f91e136fd33145
* | Update version number to 3.0.0-alpha-2Gravatar Jisi Liu2015-02-21
| | | | | | | | Change-Id: Icecb25db34ae5e6d5142a2d75ca7216ba018abb2
| * Declare explicit support for Python 3.3 and 3.4.Gravatar Tres Seaver2015-01-13
| |
| * Merge branch 'python-update_setup' into straddle_py2_py3Gravatar Tres Seaver2015-01-13
| |\
| * | Compatibility with Python2.6 unittest.Gravatar Tres Seaver2015-01-13
| | |
| * | Merge branch 'prep_for_py2_py3_straddle' into straddle_py2_py3Gravatar Tres Seaver2015-01-13
| |\ \ | | | | | | | | | | | | | | | | Conflicts: python/setup.py
| | * | Overlooked dependency.Gravatar Tres Seaver2015-01-13
| |/ / |/| |
| * | Drop dependency on 'google.apputils'.Gravatar Tres Seaver2015-01-13
|/ / | | | | | | Use stdlib's 'unittest' instead.
| * Noramlize 'setup.py' to fit conventions:Gravatar Tres Seaver2015-01-13
|/ | | | | | | | | - Move human-centric metadata to top of 'setup()' call. - Add Trove classifiers for supported Python versions. - Use 'find_packages()' + MANIFEST.in to avoid errors in listing modules and packages.
* Update version number to v3.0.0-preGravatar Feng Xiao2014-12-10
|
* Update version number to v3.0.0-alpha-1Gravatar Feng Xiao2014-12-03
|
* Fix Python C++ implementation build issues:Gravatar Feng Xiao2014-11-25
| | | | | 1. Haven't included the include path for "config.h". 2. Use of C++11 auto keyword.
* Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
|
* Merge pull request #50 from dlitz/compat-py3kGravatar Feng Xiao2014-11-08
|\ | | | | setup.py fixes for Python 3
* | Update version number to 2.6.2-pre.Gravatar Feng Xiao2014-10-21
| |
* | Update version number to 2.6.1.Gravatar Feng Xiao2014-10-20
| |
| * Omit google-apputils dependency under Python 3Gravatar Dwayne Litzenberger2014-10-14
| | | | | | | | Temporary change until a py3k-compatible google-apputils is released.
| * Use 2to3 when building under Python 3.Gravatar Dwayne Litzenberger2014-10-14
|/
* Update version number to 2.6.1rc1Gravatar Feng Xiao2014-10-08
|
* Merge pull request #3 from dhirschfeld/pyext-fixGravatar Feng Xiao2014-10-02
|\ | | | | Explicitly specify pyext/cpp_message.py in py_modules list
* | Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | | | | | developers.google.com/protocol-buffers
| * Explicitly specify pyext/cpp_message.py in py_modules listGravatar David Hirschfeld2014-08-27
|/
* merge 2.6.0 to trunkGravatar jieluo@google.com2014-08-25
|
* merge tags/2.6.0 into trunkGravatar jieluo@google.com2014-08-25
|
* put python cpp tests into pyext/Gravatar jieluo@google.com2014-08-13
|
* add shared_pr.hGravatar jieluo@google.com2014-08-12
|
* down integrate python opensource to svnGravatar jieluo@google.com2014-08-12
|
* down integrate to svnGravatar jieluo@google.com2014-07-18
|
* Update version number in trunkGravatar xiaofeng@google.com2013-02-28
|
* Fix issue 438: add missing 'enum_type_wrapper' to setup.pyGravatar xiaofeng@google.com2012-12-08
|
* Find the protoc from environ first for python.Gravatar liujisi@google.com2012-12-05
|
* Update version to 2.5.0-preGravatar liujisi@google.com2012-11-30
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2012-09-22
|
* Down-integration form opensource depotGravatar liujisi@google.com2012-08-01
|
* Update mainline version to 2.4.2-pre.Gravatar liujisi@google.com2011-05-03
|
* Python CPP implementation now requires c++ libprotobuf installed before runningGravatar liujisi@google.com2011-04-29
| | | | setup.py to fix RPATH problem.
* Update mainline version to 2.4.1-pre.Gravatar liujisi@google.com2011-02-02
|
* Fix issues: 223 224 242.Gravatar liujisi@google.com2010-12-08
|
* Submit recent changes from internal branch. See CHANGES.txt for more details.Gravatar liujisi@google.com2010-11-02
|
* Fix Issue 218: Check for protoc executable in vsprojects directory.Gravatar kenton@google.com2010-09-28
|
* Update version number in trunk to 2.3.1.Gravatar kenton@google.com2010-01-09
|