aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
Commit message (Collapse)AuthorAge
* Down-integrate from internal code base.Gravatar Feng Xiao2015-08-23
|
* Down-integrate from google3.Gravatar Feng Xiao2015-08-22
|
* Down-integrate from internal branch.Gravatar Jisi Liu2015-08-21
| | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
* Internal local modifications.Gravatar Bo Yang2015-07-09
|
* Update version number to 3.0.0-alpha-4Gravatar Bo Yang2015-05-29
|
* Replace the check of "../.git"Gravatar Feng Xiao2015-05-26
| | | | | | | Checking the existence of ".git" is not the right way to check whether we are in develop environment because we distribute source tar-balls where such a ".git" directory does not exist. Replaced it with checking .proto files.
* Update version number to 3.0.0-alpha-3Gravatar teboring2015-05-23
|
* down-integrate internal changesGravatar Bo Yang2015-05-21
|
* Only generate protos in developmentGravatar Tamir Duberstein2015-05-15
| | | | Fixes #333.
* Use glob to simplifyGravatar Tamir Duberstein2015-05-15
|
* Merge pull request #255 from btabibian/masterGravatar Joshua Haberman2015-05-07
|\ | | | | adding globals() to exec call for python3 compatibility
| * 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.
* | WhitespaceGravatar Tamir Duberstein2015-05-06
| |
* | 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 awkward duplicate testsGravatar Tamir Duberstein2015-04-10
| | | | | | | | We already run all tests with and without `--cpp_implementation`
* | [PYTHON] README: explain homebrew shenanigansGravatar Tamir Duberstein2015-04-10
| |
* | [PYTHON] Remove unnecessary `include_dir`Gravatar Tamir Duberstein2015-04-10
| |
* | [PYTHON] Clarify API version commentGravatar Tamir Duberstein2015-04-10
| |
* | Added Python to Travis build and clarified setup instructions.Gravatar Josh Haberman2015-04-09
| |
* | Remove useless file that doesn't loadGravatar Tamir Duberstein2015-04-08
| | | | | | | | This file was broken in ada6556.
* | Merge pull request #196 from Zex/masterGravatar Joshua Haberman2015-03-31
|\ \ | |/ |/| Fix raise and except syntax issues for py3
* | rename python README, and fix markdown in java and python respectivelyGravatar jesse2015-03-16
| |
* | Fix python versions to comply with pep-0440.Gravatar Jisi Liu2015-03-04
| | | | | | | | Change-Id: Ifb4958e4f371b36f249faa466473f851697edb5c
* | Merge remote-tracking branch 'github/alpha-2-fix'Gravatar Jisi Liu2015-03-04
|\ \ | | | | | | | | | Change-Id: I4c5186b8451713fda38e60dc3f828da6196c7a5e
| * | Fix python package version to alpha-2.Gravatar Jisi Liu2015-03-04
| | | | | | | | | | | | Change-Id: Iae16dcae833959681a5c8e98764e5d1071e6fdcf
* | | Merge pull request #225 from google/post-alpha2-integrateGravatar Jisi Liu2015-03-03
|\ \ \ | | | | | | | | Post alpha2 integrate from google internal for C++ and Java
* | | | Bump the version number to 3.0.0-alpha-3-preGravatar Jisi Liu2015-03-02
| |/ / |/| | | | | | | | Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
| * | Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
|/ / | | | | | | | | | | | | | | - Maps for C++ lite - C++ Arena optimizations. - Java Lite runtime code size optimization. Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
* | Fixes for Python/C++ implementation in open-source:Gravatar Josh Haberman2015-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | * Rosy hack doesn't apply (that test should be removed for the open-source release). * Added our own copy of parameterized.py (the open-source version of Google Apputils doesn't contain it). * The C++ Descriptor object didn't implement extension_ranges. * Had to implement a hack around returning EncodeError, to work around the module-loading behavior of the test runner.
* | 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
| * fix raise syntax issues for py3,Gravatar zex2015-02-06
|/ | | | fix except syntax issue for py3
* Delete unused files.Gravatar Feng Xiao2015-01-27
|
* Merge pull request #143 from Ivoz/patch-1Gravatar Feng Xiao2014-12-22
|\ | | | | Update python version / setuptools instructions
* \ Merge pull request #46 from adalq/versionGravatar Feng Xiao2014-12-20
|\ \ | | | | | | Add __version__
| | * Update python version / setuptools instructionsGravatar Matt Iversen2014-12-17
| |/ |/| | | | | | | Reflect the change that protobuf should now only be supporting 2.6+ (I'd guess note python 3.x+ when its supported in implementation) Refer to the Python Packaging User Guide for installing setuptools (and pip) instead of out of date telecommunity guide.
| * Updated __version__Gravatar Adal Chiriliuc2014-12-14
| |
* | 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-20
| |
* | Down-integrate from internal code base (C++ maps support).Gravatar Feng Xiao2014-11-14
| |
* | Merge branch 'typofixes-vlajos-20141108' of ↵Gravatar Feng Xiao2014-11-11
|\ \ | | | | | | | | | | | | | | | | | | https://github.com/vlajos/protobuf into typo Conflicts: src/google/protobuf/compiler/java/java_file.cc
* | | Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
| | |
| * | typo fixes - https://github.com/vlajos/misspell_fixerGravatar Veres Lajos2014-11-08
|/ /
* | 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
| | |