aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
Commit message (Collapse)AuthorAge
* Update version number to 3.0.0-alpha-2Gravatar Jisi Liu2015-02-21
| | | | Change-Id: Icecb25db34ae5e6d5142a2d75ca7216ba018abb2
* 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
| | |
* | | 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
|/ /
| * Add __version__Gravatar Adal Chiriliuc2014-10-10
| | | | | | | | | | | | | | | | Added __version__ attr to package so that scripts that check local packages to see if newer versions are available can work. Almost all Python packages have a version attr, and the vast majority of them name it "__version__"
| * Revert "Add __version__"Gravatar Adal Chiriliuc2014-10-10
| | | | | | | | This reverts commit 5337cf564f5eb43c1975d1cfd87b4efba9e6bf35.
| * Add __version__Gravatar Adal Chiriliuc2014-10-10
| | | | | | | | | | | | | | | | Added __version__ attr to package so that scripts that check local packages to see if newer versions are available can work. Almost all Python packages have a version attr, and the vast majority of them name it "__version__"
* | Update version number to 2.6.1rc1Gravatar Feng Xiao2014-10-08
|/
* Down-integrate from internal branch.Gravatar Feng Xiao2014-10-07
|
* 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
|
* make dist complains the file name is too long and refuse to put it to tar. ↵Gravatar jieluo@google.com2014-08-14
| | | | Change the file to a shorter name
* Add deleted tests back for reflection_cpp2_test.py by addtional exception catchGravatar jieluo@google.com2014-08-14
|
* change python README.txtGravatar jieluo@google.com2014-08-13
|
* 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
|
* Exclude a failing test in MingW build.Gravatar xiaofeng@google.com2013-02-26
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2013-02-25
|
* 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
|
* Fix issues: 342, 424, 428, 430, 436Gravatar xiaofeng@google.com2012-12-04
|
* 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
|
* Fixed a memory leak in python CPP implementation.Gravatar liujisi@google.com2011-06-07
|
* 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
|
* update ez_setup.py to fix the python2.6 problem.Gravatar liujisi@google.com2011-01-21
|