2084 Commits (67efea7cf3869c5f84759037dffa1982cd8f32f1)
 

Author SHA1 Message Date
Joshua Haberman ffdcc46390
Fixed a handful of reference leaks found in a debug build of Python (#484) 3 years ago
Joshua Haberman 1c955f37ce
Mass API rename and clang-reformat (#485) 3 years ago
Joshua Haberman de3b396bd8
Merge pull request #483 from haberman/python-fixes4 3 years ago
Joshua Haberman 201d2265e3 Variable rename for readability. 3 years ago
Joshua Haberman 8c256cc677 Addressed PR comments. 3 years ago
Joshua Haberman 5953ac4736 Backed out Reify() signature change. 3 years ago
Joshua Haberman fff8dfb035 Cleaned up reporting of initialization errors. 3 years ago
Joshua Haberman 917f425326 Removed extraneous whitespace. 3 years ago
Joshua Haberman 4c005384d6 A few readability improvements. 3 years ago
Joshua Haberman d4c0c638b8 Cleaned up ListFields sorting. 3 years ago
Joshua Haberman d8915b3174 Cleaned up IsInitialized(). 3 years ago
Joshua Haberman cfeb1ad685 Removed extraneous whitespace. 3 years ago
Joshua Haberman 62702b6cb1 Matched text format for maps. 3 years ago
Joshua Haberman f7b1cd3b3e Fixed TextFormat tests by providing testdata. 3 years ago
Joshua Haberman 3eae44bada Refine the exception type when assigning improper attributes. 3 years ago
Joshua Haberman 1c37c488d4 Refined error message. 3 years ago
Joshua Haberman 8af637bcd2 Added extension field numbers. 3 years ago
Joshua Haberman c75b39fc4d Accept bytes object as field name. 3 years ago
Joshua Haberman 61d6eff5c4 Throw the proper errors for message initialization failure. 3 years ago
Joshua Haberman 4984a22e75 Fixed error message when serializing with required fields missing. 3 years ago
Joshua Haberman bca2688f3a Implemented weird behavior when a field contains invalid UTF-8. 3 years ago
Joshua Haberman 3b25e6fde3 Implemented msg.<NAME>_FIELD_NUMBER attributes. 3 years ago
Joshua Haberman 4993f7a73a Sort ListFields() results. 3 years ago
Joshua Haberman cbe314d91e Implemented IsInitialized(), fixing several more tests. 3 years ago
Joshua Haberman 586f84cd30 Properly check type of integers when converting. 3 years ago
Joshua Haberman 7de3052fbb Implemented reverse(). 3 years ago
Joshua Haberman 4447d87695 Fixed tests that were missing enum type wrapper class. 3 years ago
Joshua Haberman a2e280e865 Fixed slice assignment of unequal length. 3 years ago
Joshua Haberman 71bfff27cf Added an extension iteration test that does pass. 3 years ago
Joshua Haberman 2fea0ea19d Implemented iteration over extension dict. 3 years ago
Joshua Haberman 1be47593f0 Fixed disconnecting before Clear(). 3 years ago
Joshua Haberman 075f4a2aec
Merge pull request #482 from haberman/python-fixes3 3 years ago
Joshua Haberman c2053d2bc2 Addressed PR comment. 3 years ago
Joshua Haberman 00c106f551 Addressed PR comments. 3 years ago
Joshua Haberman 6c2eeb1f41 Added C escaping in def_to_proto. 3 years ago
Joshua Haberman 7a24340a26 Fixed some more tests. 3 years ago
Joshua Haberman a754a370a9 Added beginnings of support for descriptor DB. 3 years ago
Joshua Haberman fc725be5bc Implemented proper unescaping of bytes defaults. 3 years ago
Joshua Haberman 8f0a2cd603 Implemented the behavior of ignoring duplicate added filenames. 3 years ago
Joshua Haberman 89ff28cead Fixed a few tests: extensions are not fields. 3 years ago
Joshua Haberman b13fc03095
Merge pull request #481 from haberman/wrapping-upb-doc 3 years ago
Joshua Haberman f0673715fd Fixed some typos and wordsmithing. 3 years ago
Joshua Haberman eb8d8c5c16 Removed transparent backgrounds to be viewable on GitHub dark mode. 3 years ago
Joshua Haberman 5832e8038b Grudgingly moved to separate files for SVGs. 3 years ago
Joshua Haberman 8716432bfa Added off-line renderer that invokes dot. 3 years ago
Joshua Haberman 11c9468759 WIP. 3 years ago
Joshua Haberman 107032d2ff
Merge pull request #478 from haberman/python-fixes2 3 years ago
Joshua Haberman e5d8d28b0f Addressed PR comments. 3 years ago
Joshua Haberman 54b775d4f4 WIP. 3 years ago
Joshua Haberman edf9f63800
Merge pull request #479 from fmeum/main 3 years ago