summaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/python/python_generator.cc
AgeCommit message (Expand)Author
2015-02-25Down integrate from Google internal.Jisi Liu
2015-02-17Integrate changes from Google open-source branch.Josh Haberman
2014-12-12Reverting the space at the end for both files changedKrishna
2014-12-12Reverting the space at the endKrishna
2014-12-12Returned print_indent and print_outdent back to printservicestub and printser...Krishna
2014-12-11Reverted changes to cpp_helpers.cc and made code reviews to python_geenerator.ccKrishna
2014-12-10Fixed bugsKrishna
2014-12-10Source code refactoring. Extracted common functionality in cpp_helpers.cc and...Krishna
2014-11-14Down-integrate from internal code base (C++ maps support).Feng Xiao
2014-11-10Down-integrate from internal code base.Feng Xiao
2014-10-01Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao
2014-08-12down integrate python opensource to svnjieluo@google.com
2014-07-18down integrate to svnjieluo@google.com
2012-09-22Down-integrate from internal branchxiaofeng@google.com
2010-11-02Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com
2009-12-23Actually, that last revision can be simpler -- we don't need to parse strings...kenton@google.com
2009-12-23In Python, avoid relying on float('inf') and float('nan') as these don't work...kenton@google.com
2009-12-18Massive roll-up of changes. See CHANGES.txt.kenton@google.com
2009-04-18Generate field number constants. Patch from Michael Poole.kenton@google.com
2009-01-22Push out changes from internal codebase.kenton@google.com
2008-09-24Integrate changes from internal Google-internal branch.kenton@google.com
2008-07-10Initial checkin.temporal