Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
f47db47c
Commit
f47db47c
authored
May 06, 2015
by
Joshua Haberman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #281 from tamird/cleanup-setup-py
Cleanup setup.py
parents
1f34eb6e
21a7cf96
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
34 additions
and
19 deletions
+34
-19
.gitignore
.gitignore
+1
-0
add_person.py
examples/add_person.py
+1
-1
list_people.py
examples/list_people.py
+1
-1
MANIFEST.in
python/MANIFEST.in
+14
-0
_parameterized.py
python/google/protobuf/internal/_parameterized.py
+1
-1
descriptor_database_test.py
python/google/protobuf/internal/descriptor_database_test.py
+1
-1
descriptor_pool_test.py
python/google/protobuf/internal/descriptor_pool_test.py
+1
-1
descriptor_test.py
python/google/protobuf/internal/descriptor_test.py
+1
-1
generator_test.py
python/google/protobuf/internal/generator_test.py
+1
-1
message_factory_test.py
python/google/protobuf/internal/message_factory_test.py
+1
-1
message_test.py
python/google/protobuf/internal/message_test.py
+1
-1
proto_builder_test.py
python/google/protobuf/internal/proto_builder_test.py
+1
-1
reflection_test.py
python/google/protobuf/internal/reflection_test.py
+1
-1
service_reflection_test.py
python/google/protobuf/internal/service_reflection_test.py
+2
-2
symbol_database_test.py
python/google/protobuf/internal/symbol_database_test.py
+1
-1
text_encoding_test.py
python/google/protobuf/internal/text_encoding_test.py
+1
-1
text_format_test.py
python/google/protobuf/internal/text_format_test.py
+1
-1
unknown_fields_test.py
python/google/protobuf/internal/unknown_fields_test.py
+1
-1
wire_format_test.py
python/google/protobuf/internal/wire_format_test.py
+1
-1
setup.py
python/setup.py
+0
-0
arena_nc_test.py
src/google/protobuf/arena_nc_test.py
+1
-1
No files found.
.gitignore
View file @
f47db47c
...
...
@@ -51,6 +51,7 @@ cpp_test*.pb.*
*.pyc
*.egg-info
*_pb2.py
python/*.egg
python/.eggs/
python/build/
python/google/protobuf/compiler/
...
...
examples/add_person.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
# See README.txt for information and build instructions.
...
...
examples/list_people.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
# See README.txt for information and build instructions.
...
...
python/MANIFEST.in
0 → 100644
View file @
f47db47c
prune google/protobuf/internal/import_test_package
exclude google/protobuf/internal/*_pb2.py
exclude google/protobuf/internal/*_test.py
exclude google/protobuf/internal/*.proto
exclude google/protobuf/internal/test_util.py
recursive-exclude google *_test.py
recursive-exclude google *_test.proto
recursive-exclude google unittest*_pb2.py
global-exclude *.dll
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.so
python/google/protobuf/internal/_parameterized.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/descriptor_database_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/descriptor_pool_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/descriptor_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/generator_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/message_factory_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/message_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/proto_builder_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/reflection_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
# -*- coding: utf-8 -*-
#
# Protocol Buffers - Google's data interchange format
...
...
python/google/protobuf/internal/service_reflection_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
@@ -81,7 +81,7 @@ class FooUnitTest(unittest.TestCase):
self
.
assertEqual
(
'Method Bar not implemented.'
,
rpc_controller
.
failure_message
)
self
.
assertEqual
(
None
,
self
.
callback_response
)
class
MyServiceImpl
(
unittest_pb2
.
TestService
):
def
Foo
(
self
,
rpc_controller
,
request
,
done
):
self
.
foo_called
=
True
...
...
python/google/protobuf/internal/symbol_database_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/text_encoding_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/text_format_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/google/protobuf/internal/unknown_fields_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
# -*- coding: utf-8 -*-
#
# Protocol Buffers - Google's data interchange format
...
...
python/google/protobuf/internal/wire_format_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
python/setup.py
View file @
f47db47c
This diff is collapsed.
Click to expand it.
src/google/protobuf/arena_nc_test.py
View file @
f47db47c
#! /usr/bin/python
#! /usr/bin/
env
python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2008 Google Inc. All rights reserved.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment