- 02 Sep, 2016 1 commit
-
-
Jonathon Love authored
Fix to typo/oversight in python tests, only affecting python 3
-
- 03 Aug, 2016 1 commit
-
-
Adam Matan authored
-
- 29 Jul, 2016 1 commit
-
-
Jisi Liu authored
-
- 25 Jul, 2016 1 commit
-
-
Jisi Liu authored
-
- 13 Jul, 2016 2 commits
- 03 Jul, 2016 1 commit
-
-
Otto Kekäläinen authored
-
- 30 Jun, 2016 1 commit
-
-
Adam Cozzette authored
In Python 2.6 the positional argument specifiers are apparently required to be explicitly specified: http://stackoverflow.com/questions/10054122/valueerror-zero-length-field-name-in-format-python
-
- 29 Jun, 2016 1 commit
-
-
Adam Cozzette authored
This includes all internal changes from around May 20 to now.
-
- 07 Jun, 2016 1 commit
-
-
Josh Haberman authored
-
- 06 Jun, 2016 1 commit
-
-
Josh Haberman authored
OS X's version of Python has a slightly different error message for this error case.
-
- 03 Jun, 2016 3 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
-
Josh Haberman authored
Python 2.x doesn't detect unpaired surrogates so we have to do that manually.
-
- 17 May, 2016 2 commits
- 10 May, 2016 1 commit
-
-
Jisi Liu authored
-
- 05 May, 2016 2 commits
- 28 Apr, 2016 1 commit
-
-
Jisi Liu authored
-
- 01 Apr, 2016 1 commit
-
-
Manjunath Kudlur authored
-
- 31 Mar, 2016 5 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Manjunath Kudlur authored
-
Jisi Liu authored
-
- 30 Mar, 2016 1 commit
-
-
Jisi Liu authored
-
- 07 Mar, 2016 1 commit
-
-
Silviu Calinoiu authored
-
- 05 Mar, 2016 1 commit
-
-
Craig Citro authored
Improves #1296. The problem: in the previous patch, we tweaked the __init__.py files to use namespaces, but no longer declared ourselves as a namespace package. The second half was unwise. Note that this only comes up when installing protobuf alongside another package that also installs into the google namespace; as of right now, the only PyPI package that does is googleapis-common-protos, though the GAE SDK also uses google.appengine. Installing either or both of those alongside this package now works. The case that still remains is the upgrade path, which is also what worried me in #713. It seems that if protobuf 2.6.1 is installed, there's no way to safely upgrade that to work with a newer protobuf. However, `pip uninstall` && `pip install` does the trick.
-
- 02 Mar, 2016 2 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
-
- 19 Feb, 2016 1 commit
-
-
Silviu Calinoiu authored
-
- 16 Feb, 2016 1 commit
-
-
Manjunath Kudlur authored
--allow_oversize_protos=true is passed to bazel build. When this macro is set, SetTotalBytesLimit is called to remove the 64MB limit on binary protos when during ParseFromString.
-
- 30 Jan, 2016 1 commit
-
-
CH Albach authored
-
- 16 Jan, 2016 1 commit
-
-
Josh Haberman authored
-
- 12 Jan, 2016 1 commit
-
-
Josh Haberman authored
-
- 31 Dec, 2015 1 commit
-
-
Josh Haberman authored
-
- 29 Dec, 2015 1 commit
-
-
Feng Xiao authored
We use six sub-modules that aren't available in old versions. Not specifying this requirement in the setup will lead to much less readable runtime errors. It's particuarlly problematic for Mac OSX users because the system comes with an old six version 1.4.1 by default. [skip ci]
-
- 28 Dec, 2015 1 commit
-
-
Feng Xiao authored
Also delete some unused files.
-
- 21 Dec, 2015 1 commit
-
-
Feng Xiao authored
The testee program crashes on some inputs. Change-Id: Iab27b80e29b7a56c5bd7cb4724531ecf9bb2823a
-