Sign in
flutter
/
third_party
/
protobuf
/
1673389ef1993eb1fa2b7ab0829744280f54ea47
/
python
5d63097
Merge branch 'master' into down-integrate-with-msvc-fix
by Adam Cozzette
· 8 years ago
5a76e63
Integrated internal changes from Google
by Adam Cozzette
· 8 years ago
130bb07
typo
by Ian Hunter
· 8 years ago
7c913d8
Use -DPROTOBUF_PYTHON_ALLOW_OVERSIZE_PROTOS
by Richard Shin
· 8 years ago
daba665
Fix python_cpp test on Mac. Link staticly when building extension, so that the extension doesn't require installing protobuf library. (#2232)
by Paul Yang
· 8 years ago
1c4cf0e
Fix python cpp.
by Bo Yang
· 8 years ago
f933d10
Update version number.
by Feng Xiao
· 8 years ago
23d4688
Fix python bugs for internal integration.
by Bo Yang
· 8 years ago
15f4db6
Bump version number to 3.1.0-alpha-1.
by Bo Yang
· 8 years ago
cc8ca5b
Integrate internal changes
by Bo Yang
· 8 years ago
58860c0
Merge remote-tracking branch 'origin/3.0.x' into merge
by Jisi Liu
· 9 years ago
6e11540
Bump version number to 3.0.2
by Jisi Liu
· 9 years ago
64958cd
Fix to typo/oversight in python tests
by Jonathon Love
· 9 years ago
3886860
Typo: beffer -> buffer
by Adam Matan
· 9 years ago
811674f
add setup.cfg for building wheels
by Jisi Liu
· 9 years ago
fb7a7c5
Bump version number for GA
by Jisi Liu
· 9 years ago
932f94e
Update version number to 3.0.0-beta-4
by Feng Xiao
· 9 years ago
9086d96
Integrate from internal code base.
by Feng Xiao
· 9 years ago
3808d09
Fix spelling in strings and comments
by Otto Kekäläinen
· 9 years ago
b83af52
Fixed string formatting in text_format.py to be Python2.6-compatible
by Adam Cozzette
· 9 years ago
d64a2d9
Integrated internal changes from Google
by Adam Cozzette
· 9 years ago
350453f
Make surrogate regex even more lenient.
by Josh Haberman
· 9 years ago
923d2c7
JSON surrogates Python: adjust regex for OSX error message.
by Josh Haberman
· 9 years ago
6a61894
Added test for surrogates (valid and invalid).
by Josh Haberman
· 9 years ago
4833b4c
Surrogate checking is unpredictable, so always manually check.
by Josh Haberman
· 9 years ago
bd98eae
Fixed Python by updating failure lists and fixed a few broken tests.
by Josh Haberman
· 9 years ago
cbb9183
Merge pull request #1559 from google/beta-3
by Jisi Liu
· 9 years ago
b01b1a8
JSON format for Any message must print @type first, use OrderedDict instead of {}
by Jie Luo
· 9 years ago
b3bb46c
Added download_url to be able to upload to pypi.
by Jisi Liu
· 9 years ago
dbed8a0
Update version numbers for beta3
by Jisi Liu
· 9 years ago
f8a5c5f
Fix using std::shared_ptr
by Jisi Liu
· 9 years ago
75e5898
Fix the std::string error introduced in integration.
by Jisi Liu
· 9 years ago
cf14183
Down integrate from Google internal.
by Jisi Liu
· 9 years ago
cba75ad
Merge branch 'master' of github.com:google/protobuf
by Jisi Liu
· 9 years ago
cf828de
Linking the cpp implementation extension statically with libprotobuf
by Manjunath Kudlur
· 9 years ago
1bf446c
Disable sign-compare warning.
by Jisi Liu
· 9 years ago
7b1cbbd
Fix signed-compare warning.
by Jisi Liu
· 9 years ago
012ac9a
revert unexpected change for py26
by Jisi Liu
· 9 years ago
1283625
Added an API to allow oversize protos when using C++ extension in Python
by Manjunath Kudlur
· 9 years ago
fc7eeda
Fix json_format.py in py26
by Jisi Liu
· 9 years ago
0de06f5
Merge branch 'master' of github.com:google/protobuf
by Jisi Liu
· 9 years ago
3b3c8ab
Integrate google internal changes.
by Jisi Liu
· 9 years ago
3dd3238
Merge pull request #1306 from silviulica/master
by Joshua Haberman
· 9 years ago
4573edb
Update version to 3.0.0b2.post2
by Silviu Calinoiu
· 9 years ago
0e7c0c2
Add back the namespace_packages arg in setup.py.
by Craig Citro
· 9 years ago
786f80f
Add a modified patch from craigcitro@ to handle namespace sharing.
by Silviu Calinoiu
· 9 years ago
99a3e30
Added PROTOBUF_PYTHON_ALLOW_OVERSIZE_PROTOS macro and setting it when
by Manjunath Kudlur
· 9 years ago
5477f8c
Manually down-integrate python JSON struct support from internal code base.
by CH Albach
· 9 years ago
06fd6fa
Fixed Python 3.x C++ build, and updated conformance failure lists.
by Josh Haberman
· 9 years ago
e891c29
Allow conformance test runner to tolerate crashes, and re-enable conformance tests.
by Josh Haberman
· 9 years ago
e1abdf2
Fixed compile for Python 3. There are still some crashes though.
by Josh Haberman
· 9 years ago
283c40c
Require six>=1.9 for Python.
by Feng Xiao
· 9 years ago
b7610f1
Add missing files to EXTRA_DIST.
by Feng Xiao
· 9 years ago
27b2423
Disable python conformnace tests as well.
by Feng Xiao
· 9 years ago
a0b8fd5
Fix Python 2.6 test failures.
by Feng Xiao
· 9 years ago
aa7e17a
Update version numbers.
by Feng Xiao
· 9 years ago
e841bac
Down-integrate from internal code base.
by Feng Xiao
· 9 years ago
96537c4
Bringing in internal::shared_ptr into google:protobuf namespace.
by Manjunath Kudlur
· 9 years ago
3f9b4f2
Updated for c++98 compatibility
by Manjunath Kudlur
· 9 years ago
3ff1dca
Enable fast cpp protos in the python interface.
by Manjunath Kudlur
· 9 years ago
4b31ffa
Added Python failure lists, and fixes to make sure failure propagates.
by Josh Haberman
· 9 years ago
325392d
Conformance test implementation for Python.
by Josh Haberman
· 9 years ago
c3ca920
Pass $CC environment variable through tox.
by Josh Haberman
· 9 years ago
d8814ed
Special-case Clang-only warning flags to Clang.
by Josh Haberman
· 9 years ago
30cbd4c
Disable some more warnings to be warnings-free.
by Josh Haberman
· 9 years ago
70ffefa
Fixed compile errors after rebase.
by Josh Haberman
· 9 years ago
00700b7
Removed all warnings from the Python/C++ build.
by Josh Haberman
· 9 years ago
2850a98
fix json_format for python2.6:
by Jie Luo
· 9 years ago
f6fa5c7
add complete WKT for python.
by Jisi Liu
· 9 years ago
7464f40
Generate well known types for python.
by Jisi Liu
· 9 years ago
78d040a
remove extra collection import
by Jisi Liu
· 9 years ago
72bd9c9
disable tests for python-cpp under py26 as well.
by Jisi Liu
· 9 years ago
f509c7b
disable py2.6 tests for json_format_test
by Jisi Liu
· 9 years ago
dbea00a
Revert back changes to import unittest2 for py26
by Jisi Liu
· 9 years ago
a783eaf
make the python json test less strict on expected errors.
by Jisi Liu
· 9 years ago
8d8177c
Merge remote-tracking branch 'origin/master' into fix-author
by Jisi Liu
· 9 years ago
46e8ff6
Down-integrate from google internal.
by Jisi Liu
· 9 years ago
d9598ca
Fix Python 3.4 cpp implementation
by Dan O'Reilly
· 10 years ago
4472b4a
Fixed assignment syntax error.
by Josh Haberman
· 10 years ago
fc80fad
Fix for https://github.com/google/protobuf/issues/758
by Josh Haberman
· 10 years ago
a3a2605
Excludes a failing python cpp test case.
by Feng Xiao
· 10 years ago
e94e062
Merge branch 'master' of github.com:google/protobuf into beta-1
by Feng Xiao
· 10 years ago
c7a1f8e
Merge pull request #728 from dano/py3_str_compat
by Joshua Haberman
· 10 years ago
ffe9215
Update version number.
by Feng Xiao
· 10 years ago
b192ba8
Merge remote-tracking branch 'origin/master' into beta-1
by Feng Xiao
· 10 years ago
b17ec3c
Down-integrate from internal code base.
by Feng Xiao
· 10 years ago
eee38b0
Down-integrate from google3.
by Feng Xiao
· 10 years ago
38eef02
Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.
by Dan O'Reilly
· 10 years ago
fc80874
Start work on getting text handled properly on PY3
by Dan O'Reilly
· 10 years ago
87993d7
assertEquals is deprecated
by Tamir Duberstein
· 10 years ago
821fcb2
Use assertIsInstance
by Tamir Duberstein
· 10 years ago
09831c8
Clean up exception syntax
by Tamir Duberstein
· 10 years ago
322d893
Remove Python 2.5 cruft
by Tamir Duberstein
· 10 years ago
46969b9
Set DYLD_LIBRARY_PATH for OSX
by Dan O'Reilly
· 10 years ago
b0f6611
Down-integrate from internal branch.
by Jisi Liu
· 10 years ago
3791c80
Fix travis build
by Dan O'Reilly
· 10 years ago
5de2a81
Improve tox.ini, install py26 for travis.
by Dan O'Reilly
· 10 years ago
afa488c
Remove debug code
by Dan O'Reilly
· 10 years ago
416f001
Use tox in travis build. Tweak tox.ini
by Dan O'Reilly
· 10 years ago
3bdfb4b
Add some clarifying comments. Remove ez_setup.py.
by Dan O'Reilly
· 10 years ago
Next »