aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/_parameterized.py
Commit message (Collapse)AuthorAge
* Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
|
* Fix spelling in strings and commentsGravatar Otto Kekäläinen2016-07-03
|
* assertEquals is deprecatedGravatar Tamir Duberstein2015-08-22
|
* Add some clarifying comments. Remove ez_setup.py.Gravatar Dan O'Reilly2015-08-20
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Get Python 2.6 working.Gravatar Dan O'Reilly2015-08-14
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Fixing some testsGravatar Dan O'Reilly2015-08-13
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Don't hard-code the python pathGravatar Tamir Duberstein2015-05-06
|
* [PYTHON] Drop dependency on 'google.apputils'.Gravatar Tamir Duberstein2015-04-10
| | | | Use stdlib's 'unittest' instead.
* Fixes for Python/C++ implementation in open-source:Gravatar Josh Haberman2015-02-25
* Rosy hack doesn't apply (that test should be removed for the open-source release). * Added our own copy of parameterized.py (the open-source version of Google Apputils doesn't contain it). * The C++ Descriptor object didn't implement extension_ranges. * Had to implement a hack around returning EncodeError, to work around the module-loading behavior of the test runner.