aboutsummaryrefslogtreecommitdiff
path: root/python/google/protobuf
Commit message (Expand)AuthorAgeFilesLines
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-0167-67/+67
* merge tags/2.6.0 into trunkjieluo@google.com2014-08-252-22/+1
* make dist complains the file name is too long and refuse to put it to tar. Ch...jieluo@google.com2014-08-141-1/+1
* Add deleted tests back for reflection_cpp2_test.py by addtional exception catchjieluo@google.com2014-08-141-0/+47
* put python cpp tests into pyext/jieluo@google.com2014-08-134-26/+0
* down integrate python opensource to svnjieluo@google.com2014-08-1259-864/+9873
* down integrate to svnjieluo@google.com2014-07-185-2261/+0
* Down-integrate from internal branchxiaofeng@google.com2013-02-252-2/+27
* Fix issues: 342, 424, 428, 430, 436xiaofeng@google.com2012-12-041-6/+0
* Down-integrate from internal branchxiaofeng@google.com2012-09-2231-227/+3159
* Fixed a memory leak in python CPP implementation.liujisi@google.com2011-06-071-1/+3
* Escape C++ Trigraphs.liujisi@google.com2010-12-211-0/+1
* Boost version number to 2.4.0-pre, add more test cases for text_format.py abo...liujisi@google.com2010-12-091-4/+15
* Add new files for vcprojs, fix issues: 165, 211, 228, 240liujisi@google.com2010-12-071-1/+1
* Fix issues: 166 167 172 175 181 188 192 194 195.liujisi@google.com2010-12-031-0/+3
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-0219-1149/+4871
* Fix issue 208.kenton@google.com2010-07-272-3/+33
* Fix issue 207kenton@google.com2010-07-272-1/+22
* Tweak doc comments.kenton@google.com2010-01-081-2/+6
* Address comments from various code reviews.kenton@google.com2010-01-071-3/+9
* Actually, that last revision can be simpler -- we don't need to parse strings...kenton@google.com2009-12-231-1/+1
* In Python, avoid relying on float('inf') and float('nan') as these don't work...kenton@google.com2009-12-233-11/+42
* Same as r275 except for Python.kenton@google.com2009-12-232-2/+10
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-1822-3323/+3032
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-2915-42/+1235
* Fix test failure on 64-bit python.kenton@google.com2009-05-011-1/+1
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-254-2/+147
* Improve performance of Python serialization. Patch from Will Pierce.kenton@google.com2009-04-181-6/+12
* Generate field number constants. Patch from Michael Poole.kenton@google.com2009-04-182-0/+53
* Push out changes from internal codebase.kenton@google.com2009-01-2212-96/+494
* Adding slicing support for repeated scalar fields and get/delete slice for co...pesho.petrov2008-12-242-27/+98
* Fix call to superclass.__init__() to work on newer versions of Python.kenton@google.com2008-12-021-1/+1
* Integrate changes from internal code.kenton@google.com2008-11-2113-133/+204
* * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure ifkenton@google.com2008-10-031-4/+2
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-2426-303/+903
* Add missing file.temporal2008-08-131-0/+216
* Integrate recent changes from google3.temporal2008-08-134-223/+378
* Applied Ulrich Kunitz's patches to slightly optimize Python serialization code.temporal2008-07-272-4/+3
* Sync code with Google-internal branch. Changes:temporal2008-07-233-7/+16
* Fix Python service CallMethod() implementation.temporal2008-07-182-2/+20
* Initial checkin.temporal2008-07-1027-0/+7128