aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Update version number to 3.0.0-alpha-4Bo Yang2015-05-291-1/+1
* Replace the check of "../.git"Feng Xiao2015-05-261-25/+24
* Update version number to 3.0.0-alpha-3teboring2015-05-231-1/+1
* down-integrate internal changesBo Yang2015-05-2142-544/+3282
* 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-062-86/+93
* | WhitespaceTamir Duberstein2015-05-061-1/+1
* | Don't hard-code the python pathTamir Duberstein2015-05-0616-16/+16
* | [PYTHON] Drop dependency on 'google.apputils'.Tamir Duberstein2015-04-1017-97/+97
* | [PYTHON] Remove awkward duplicate testsTamir Duberstein2015-04-103-162/+0
* | [PYTHON] README: explain homebrew shenanigansTamir Duberstein2015-04-101-8/+26
* | [PYTHON] Remove unnecessary `include_dir`Tamir Duberstein2015-04-101-1/+1
* | [PYTHON] Clarify API version commentTamir Duberstein2015-04-101-2/+2
* | Added Python to Travis build and clarified setup instructions.Josh Haberman2015-04-091-10/+16
* | Remove useless file that doesn't loadTamir Duberstein2015-04-082-664/+0
* | Merge pull request #196 from Zex/masterJoshua Haberman2015-03-311-2/+2
|\ \ | |/ |/|
| * fix raise syntax issues for py3,zex2015-02-061-2/+2
* | rename python README, and fix markdown in java and python respectivelyjesse2015-03-161-6/+11
* | Fix python versions to comply with pep-0440.Jisi Liu2015-03-042-2/+14
* | Merge remote-tracking branch 'github/alpha-2-fix'Jisi Liu2015-03-041-1/+1
|\ \
| * | Fix python package version to alpha-2.Jisi Liu2015-03-041-1/+1
* | | Merge pull request #225 from google/post-alpha2-integrateJisi Liu2015-03-036-15/+22
|\ \ \
| * | | Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-286-15/+22
| |/ /
* / / Bump the version number to 3.0.0-alpha-3-preJisi Liu2015-03-021-1/+1
|/ /
* | Fixes for Python/C++ implementation in open-source:Josh Haberman2015-02-259-23/+484
* | Down integrate from Google internal.Jisi Liu2015-02-2536-2077/+5690
* | Update version number to 3.0.0-alpha-2Jisi Liu2015-02-211-1/+1
|/
* Delete unused files.Feng Xiao2015-01-271-27/+0
* Merge pull request #143 from Ivoz/patch-1Feng Xiao2014-12-221-2/+2
|\
| * Update python version / setuptools instructionsMatt Iversen2014-12-171-2/+2
* | Merge pull request #46 from adalq/versionFeng Xiao2014-12-201-0/+35
|\ \ | |/ |/|
| * Updated __version__Adal Chiriliuc2014-12-141-1/+1
| * Add __version__Adal Chiriliuc2014-10-101-0/+35
| * Revert "Add __version__"Adal Chiriliuc2014-10-102-35/+0
| * Add __version__Adal Chiriliuc2014-10-102-0/+35
* | 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-252-5/+9
* | Down-integrate from internal code base.Feng Xiao2014-11-201-1/+1
* | Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-143-24/+20
* | Merge branch 'typofixes-vlajos-20141108' of https://github.com/vlajos/protobu...Feng Xiao2014-11-116-6/+6
|\ \
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-086-6/+6
* | | Down-integrate from internal code base.Feng Xiao2014-11-1045-594/+1223
|/ /
* | 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
| * | Use 2to3 when building under Python 3.Dwayne Litzenberger2014-10-141-1/+6