aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Update version number in trunk.kenton@google.com2009-05-131-1/+1
* 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
* Handle .exe extension when looking for protoc in setup.py.kenton@google.com2009-04-221-0/+2
* setup.py shouldn't fail if protoc path contains whitespace.kenton@google.com2009-04-181-2/+3
* Update ez_setup.py to latest version, so it works with Python 2.6.kenton@google.com2009-04-181-6/+10
* 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
* Update trunk version to 2.0.4-SNAPSHOT.kenton@google.com2008-12-051-1/+1
* 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-2114-133/+205
* Update version number to 2.0.3-SNAPSHOT.kenton@google.com2008-10-161-1/+1
* * 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-2427-304/+904
* Work around absence of hash_map.kenton@google.com2008-09-191-1/+1
* Add code suggested by Michal Januszewski <michalj@gmail.com> to ensure thattemporal2008-09-151-0/+5
* 2.0.1 release.temporal2008-08-272-1/+9
* Add missing module to setup.py.temporal2008-08-181-1/+2
* 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
* misc. stuff:temporal2008-07-211-0/+12
* Fix Python service CallMethod() implementation.temporal2008-07-182-2/+20
* Initial checkin.temporal2008-07-1033-0/+9126