60 Commits (a36f1b43e738a7f5e40ab11b621803d684c3d65a)

Author SHA1 Message Date
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
liujisi@google.com ef9acc464d Update version to 2.5.0-pre 12 years ago
xiaofeng@google.com b55a20fa2c Down-integrate from internal branch 12 years ago
liujisi@google.com 9ced30caf9 Down-integration form opensource depot 13 years ago
liujisi@google.com e8e6eed0be Fixed a memory leak in python CPP implementation. 14 years ago
liujisi@google.com 5c24564811 Update mainline version to 2.4.2-pre. 14 years ago
liujisi@google.com 03aaa0417f Python CPP implementation now requires c++ libprotobuf installed before running 14 years ago
liujisi@google.com 01cba4b16e Update mainline version to 2.4.1-pre. 14 years ago
liujisi@google.com 42e67e081a update ez_setup.py to fix the python2.6 problem. 14 years ago
liujisi@google.com 5c20ca1fcc Escape C++ Trigraphs. 14 years ago
liujisi@google.com 6f2c3b8734 Boost version number to 2.4.0-pre, add more test cases for text_format.py about unicode field. 14 years ago
liujisi@google.com 9b7f6c544a Fix issues: 223 224 242. 14 years ago
liujisi@google.com 1fd96c43a0 Add new files for vcprojs, fix issues: 165, 211, 228, 240 14 years ago
liujisi@google.com 2726e7a6eb Fix issues: 166 167 172 175 181 188 192 194 195. 14 years ago
liujisi@google.com 33165fe0d5 Submit recent changes from internal branch. See CHANGES.txt for more details. 14 years ago
kenton@google.com 80aa23df6c Fix Issue 218: Check for protoc executable in vsprojects directory. 14 years ago
kenton@google.com 27028bcb97 Fix issue 208. 15 years ago
kenton@google.com 0c293def6c Fix issue 207 15 years ago
kenton@google.com ea75323710 Update version number in trunk to 2.3.1. 15 years ago
kenton@google.com 7b7a80eae4 Tweak doc comments. 15 years ago
kenton@google.com 535301894e Address comments from various code reviews. 15 years ago
kenton@google.com 46ed74e8d4 Actually, that last revision can be simpler -- we don't need to parse strings at all, as simply entering 1e1000 as a float literal in Python will be evaluated as infinity. 15 years ago
kenton@google.com d0047c43d9 In Python, avoid relying on float('inf') and float('nan') as these don't work on Windows with Python pre-2.6. 15 years ago
kenton@google.com eef5f8396d Same as r275 except for Python. 15 years ago
kenton@google.com afd32abb75 Set version to 2.3.0-pre. 15 years ago
kenton@google.com fccb146e3f Massive roll-up of changes. See CHANGES.txt. 15 years ago
kenton@google.com 8169c7fcde Set version number to 2.2.1 in trunk. 16 years ago
kenton@google.com 445f1023e1 Update version number to 2.2.0-pre. 16 years ago
kenton@google.com 80b1d62bfc Submit recent changes from internal branch, including "lite mode" for 16 years ago
kenton@google.com 1fb3d394e5 Update version number in trunk. 16 years ago
kenton@google.com 3d694ad2d8 Fix test failure on 64-bit python. 16 years ago
kenton@google.com d37d46dfbc Integrate recent changes from Google-internal code tree. See CHANGES.txt 16 years ago
kenton@google.com 4152d554c4 Handle .exe extension when looking for protoc in setup.py. 16 years ago
kenton@google.com a6de64aef3 setup.py shouldn't fail if protoc path contains whitespace. 16 years ago
kenton@google.com 9af2f4c50b Update ez_setup.py to latest version, so it works with Python 2.6. 16 years ago
kenton@google.com a8e8ccf29c Improve performance of Python serialization. Patch from Will Pierce. 16 years ago
kenton@google.com cfa2d8aa87 Generate field number constants. Patch from Michael Poole. 16 years ago
kenton@google.com 2d6daa72ab Push out changes from internal codebase. 16 years ago
pesho.petrov 87e64e1cee Adding slicing support for repeated scalar fields and get/delete slice for composite fields. 16 years ago
kenton@google.com d41578239c Update trunk version to 2.0.4-SNAPSHOT. 16 years ago
kenton@google.com eb241fadf2 Fix call to superclass.__init__() to work on newer versions of Python. 16 years ago
kenton@google.com 26bd9eee6e Integrate changes from internal code. 16 years ago
kenton@google.com 7b29a2695c Update version number to 2.0.3-SNAPSHOT. 16 years ago
kenton@google.com a41a9dd532 * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure if 16 years ago
kenton@google.com 24bf56fb3a Integrate changes from internal Google-internal branch. 16 years ago
kenton@google.com 4410396f11 Work around absence of hash_map. 16 years ago