aboutsummaryrefslogtreecommitdiff
path: root/python/google
Commit message (Expand)AuthorAgeFilesLines
* 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-1028-0/+7129