Jisi Liu
7d8564f220
Update version number to 3.0.0-alpha-2
...
Change-Id: Icecb25db34ae5e6d5142a2d75ca7216ba018abb2
10 years ago
zex
a4f634ce74
fix raise syntax issues for py3,
...
fix except syntax issue for py3
10 years ago
Feng Xiao
ae11803d77
Delete unused files.
10 years ago
Tres Seaver
daeaa6a28b
Declare explicit support for Python 3.3 and 3.4.
10 years ago
Tres Seaver
f1eae1a168
Test under tox: Python 2.6, 2.7, 3.3, 3.4.
10 years ago
Tres Seaver
a2abc947c0
Straddle Python 2.6, 2.7, 3.3, 3.4.
10 years ago
Tres Seaver
3d5460dd90
Don't check in derived objects.
10 years ago
Tres Seaver
71edc31f23
Compatibility with Python2.6 unittest.
10 years ago
Tres Seaver
47ee4d37c1
Use 'io.BytesIO' rather than 'cStringIO.StringIO'.
10 years ago
Tres Seaver
d25e6686d9
Typo.
10 years ago
Tres Seaver
fec1b8e444
Overlooked dependency.
10 years ago
Tres Seaver
7ee25830c6
Drop dependency on 'google.apputils'.
...
Use stdlib's 'unittest' instead.
10 years ago
Tres Seaver
f336d4b7a5
Prepare for Python2-Python3 straddle.
...
- Remove PY25 cruft.
- Selectively apply cleanups from 'python-modernize':
- New exception syntax.
- Use 'six' to handle module renames.
- Use 'six' to handle text / binary stuff.
This PR covers most of the work from #66 which falls inside `python`
(rather than the Python code generation stuff in 'src').
10 years ago
Tres Seaver
7c7f06c50e
Update to new canonical 'ez_setup.py'.
...
Downloaded from https://bootstrap.pypa.io/ez_setup.py .
10 years ago
Tres Seaver
e17f78bbbf
Noramlize 'setup.py' to fit conventions:
...
- 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.
10 years ago
Matt Iversen
4186d4c9c9
Update python version / setuptools instructions
...
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.
10 years ago
Adal Chiriliuc
4f0170d465
Updated __version__
10 years ago
Feng Xiao
cb0ba5f04c
Update version number to v3.0.0-pre
10 years ago
Feng Xiao
81a630c66e
Update version number to v3.0.0-alpha-1
10 years ago
Feng Xiao
d1ec493a12
Fix Python C++ implementation build issues:
...
1. Haven't included the include path for "config.h".
2. Use of C++11 auto keyword.
10 years ago
Feng Xiao
99aa0f9e8f
Down-integrate from internal code base.
10 years ago
Feng Xiao
f157a5651c
Down-integrate from internal code base (C++ maps support).
10 years ago
Feng Xiao
6ef984af4b
Down-integrate from internal code base.
10 years ago
Veres Lajos
c76807211a
typo fixes - https://github.com/vlajos/misspell_fixer
10 years ago
Feng Xiao
df5481c6b3
Update version number to 2.6.2-pre.
10 years ago
Feng Xiao
bba83652e1
Update version number to 2.6.1.
10 years ago
Dwayne Litzenberger
b460610b69
Omit google-apputils dependency under Python 3
...
Temporary change until a py3k-compatible google-apputils is released.
10 years ago
Dwayne Litzenberger
0fd260eae7
Use 2to3 when building under Python 3.
10 years ago
Adal Chiriliuc
374b95146e
Add __version__
...
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__"
10 years ago
Adal Chiriliuc
6f7aa2f678
Revert "Add __version__"
...
This reverts commit 5337cf564f
.
10 years ago
Adal Chiriliuc
5337cf564f
Add __version__
...
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__"
10 years ago
Feng Xiao
d9d1da95c6
Update version number to 2.6.1rc1
10 years ago
Feng Xiao
0971bb0d57
Down-integrate from internal branch.
10 years ago
Feng Xiao
e428862450
Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers
10 years ago
David Hirschfeld
ef6eff20bd
Explicitly specify pyext/cpp_message.py in py_modules list
10 years ago
jieluo@google.com
a21bf2e646
merge 2.6.0 to trunk
10 years ago
jieluo@google.com
1eba9d9c74
merge tags/2.6.0 into trunk
10 years ago
jieluo@google.com
e61b513b1f
make dist complains the file name is too long and refuse to put it to tar. Change the file to a shorter name
10 years ago
jieluo@google.com
24095cc7e5
Add deleted tests back for reflection_cpp2_test.py by addtional exception catch
10 years ago
jieluo@google.com
5dd5f0d09a
change python README.txt
10 years ago
jieluo@google.com
b70e586603
put python cpp tests into pyext/
10 years ago
jieluo@google.com
7580a8929f
add shared_pr.h
10 years ago
jieluo@google.com
bde4a3254a
down integrate python opensource to svn
10 years ago
jieluo@google.com
4de8f55113
down integrate to svn
11 years ago
xiaofeng@google.com
2c9392f8dd
Update version number in trunk
12 years ago
xiaofeng@google.com
a36f1b43e7
Exclude a failing test in MingW build.
12 years ago
xiaofeng@google.com
7f372559cc
Down-integrate from internal branch
12 years ago
xiaofeng@google.com
a655b98171
Fix issue 438: add missing 'enum_type_wrapper' to setup.py
12 years ago
liujisi@google.com
e34f1f63b6
Find the protoc from environ first for python.
12 years ago
xiaofeng@google.com
eaaef0b39b
Fix issues: 342, 424, 428, 430, 436
12 years ago