FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python - MapTex/protobuf · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MapTex
/
protobuf
Public
forked from
protocolbuffers/protobuf
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
protobuf
python
on
main
User selector
Datepicker
Commit history
Commits on Jun 13, 2024
Add type name info for upb python parse error message in MergeFromStrig(). To keep same with cpp extension.
Show description for d879311
anandolee
authored and
copybara-github
committed
d879311
View commit details
Copy full SHA for d879311
View code at this point
Browse repository at this point
Fix delimited inheritance in all languages.
Show description for 8beb970
mkruskal-google
authored and
copybara-github
committed
8beb970
View commit details
Copy full SHA for 8beb970
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
Fix forward for Python bytearray.
Show description for 1f98445
haberman
authored and
copybara-github
committed
1f98445
View commit details
Copy full SHA for 1f98445
View code at this point
Browse repository at this point
make bytearray work (again) (#16691)
Show description for eb67a91
jensbjorgensen
authored and
copybara-github
committed
eb67a91
View commit details
Copy full SHA for eb67a91
View code at this point
Browse repository at this point
Fix stack overflow on self-recursive messages with pybind11
Show description for 3784ba1
protobuf-github-bot
authored and
copybara-github
committed
3784ba1
View commit details
Copy full SHA for 3784ba1
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
Fixed a couple of compiler warnings.
Show description for bffd01c
haberman
authored and
copybara-github
committed
bffd01c
View commit details
Copy full SHA for bffd01c
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
Automated rollback of commit 4dc164884ca80a546df6005d80ad6bb147f97382.
Show description for 4a5660c
protobuf-github-bot
authored and
copybara-github
committed
4a5660c
View commit details
Copy full SHA for 4a5660c
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
Automated rollback of commit e207f27a35eafe3fb4ad2cb64db316f583d79a38.
Show description for b3bcbd9
protobuf-github-bot
authored and
copybara-github
committed
b3bcbd9
View commit details
Copy full SHA for b3bcbd9
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
Automated rollback of commit e1bf1f048e783578bcbdaa4572ce3c93908b6494.
Show description for 4dc1648
mkruskal-google
authored and
copybara-github
committed
4dc1648
View commit details
Copy full SHA for 4dc1648
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
Nextgen Proto Pythonic API: Timestamp/Duration assignment, creation and calculation
Show description for b690e72
anandolee
authored and
copybara-github
committed
b690e72
View commit details
Copy full SHA for b690e72
View code at this point
Browse repository at this point
Update rules_python to 0.28.0
Show description for e1bf1f0
protobuf-github-bot
authored and
copybara-github
committed
e1bf1f0
View commit details
Copy full SHA for e1bf1f0
View code at this point
Browse repository at this point
Internal Change
Show description for e207f27
protobuf-github-bot
authored and
copybara-github
committed
e207f27
View commit details
Copy full SHA for e207f27
View code at this point
Browse repository at this point
Commits on May 29, 2024
Nextgen Proto Pythonic API: “Add-on” proto for length prefixed serialize/parse
Show description for 3a9f074
anandolee
authored and
copybara-github
committed
3a9f074
View commit details
Copy full SHA for 3a9f074
View code at this point
Browse repository at this point
Rename `DynamicCastToGenerated`/`DownCastToGenerated` to
Show description for 18da465
protobuf-github-bot
authored and
copybara-github
committed
18da465
View commit details
Copy full SHA for 18da465
View code at this point
Browse repository at this point
Commits on May 28, 2024
rename upb_Message_WhichOneof to upb_Message_WhichOneofByDef
Show description for 0730adb
honglooker
authored and
copybara-github
committed
0730adb
View commit details
Copy full SHA for 0730adb
View code at this point
Browse repository at this point
Commits on May 25, 2024
Fixed printing of nan floats/doubles in Python.
Show description for f651080
protobuf-github-bot
authored and
copybara-github
committed
f651080
View commit details
Copy full SHA for f651080
View code at this point
Browse repository at this point
Commits on May 21, 2024
Use lower_with_under for Python nextgen tests
Show description for 696b5a3
anandolee
authored and
copybara-github
committed
696b5a3
View commit details
Copy full SHA for 696b5a3
View code at this point
Browse repository at this point
Commits on May 16, 2024
Nextgen Proto Pythonic API: “Add-on” proto for JSON serialize/parse
Show description for 6c91de9
anandolee
authored and
copybara-github
committed
6c91de9
View commit details
Copy full SHA for 6c91de9
View code at this point
Browse repository at this point
Commits on May 14, 2024
internal change
Show description for 5a91707
anandolee
authored and
copybara-github
committed
5a91707
View commit details
Copy full SHA for 5a91707
View code at this point
Browse repository at this point
Commits on May 10, 2024
Add Nextgen python proto_test to github
Show description for e7fdab4
anandolee
authored and
copybara-github
committed
e7fdab4
View commit details
Copy full SHA for e7fdab4
View code at this point
Browse repository at this point
Commits on May 9, 2024
Nextgen Proto Pythonic API: “Add-on” proto for serialize/parse
Show description for 495ba7b
anandolee
authored and
copybara-github
committed
495ba7b
View commit details
Copy full SHA for 495ba7b
View code at this point
Browse repository at this point
Commits on May 7, 2024
use struct instead of ctype. allows the protobuf python library to work on cpython 3.11's new wasm target [1]
Show description for 9de810a
anandolee
authored and
copybara-github
committed
9de810a
View commit details
Copy full SHA for 9de810a
View code at this point
Browse repository at this point
Commits on May 6, 2024
Nextgen Proto Pythonic API: Add 'in' operator
Show description for 24f27c3
anandolee
authored and
copybara-github
committed
24f27c3
View commit details
Copy full SHA for 24f27c3
View code at this point
Browse repository at this point
Commits on May 1, 2024
Automated rollback of commit f799af8bf5c1ff24fa4b6aedfeaef99ef09dd16e.
Show description for c4bf83b
kmonte
authored and
copybara-github
committed
c4bf83b
View commit details
Copy full SHA for c4bf83b
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
Add unit test enum showing allocation in repeated enum lists
Show description for b3e7a00
protobuf-github-bot
authored and
copybara-github
committed
b3e7a00
View commit details
Copy full SHA for b3e7a00
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
Catch all the exceptions in python JSON ParseDict and raise
Show description for 9cc5be1
anandolee
authored and
copybara-github
committed
9cc5be1
View commit details
Copy full SHA for 9cc5be1
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
Internal changes.
Show description for 1a7aa2c
protobuf-github-bot
authored and
copybara-github
committed
1a7aa2c
View commit details
Copy full SHA for 1a7aa2c
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
Improve C++, Python, Java runtime version representations to avoid merge conflicts during release.
Show description for 971f88a
protobuf-github-bot
authored and
copybara-github
committed
971f88a
View commit details
Copy full SHA for 971f88a
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
Updating version.json and repo version numbers to: 28-dev (#16555)
Show description for 95877d8
mkruskal-google
authored and
copybara-github
committed
95877d8
View commit details
Copy full SHA for 95877d8
View code at this point
Browse repository at this point
Commits on Apr 17, 2024
Automated rollback of commit 57772cdae7a97495efdbf2f5438801890cb0f93b.
Show description for f799af8
anandolee
authored and
copybara-github
committed
f799af8
View commit details
Copy full SHA for f799af8
View code at this point
Browse repository at this point
Use newly split feature defaults in plugins and runtimes.
Show description for db5814e
mkruskal-google
authored and
copybara-github
committed
db5814e
View commit details
Copy full SHA for db5814e
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
Refactor editions infrastructure to a top-level directory.
Show description for ea81024
mkruskal-google
authored and
copybara-github
committed
ea81024
View commit details
Copy full SHA for ea81024
View code at this point
Browse repository at this point
Add __or__ to enum_type_wrapper so they can be used in type unions
Show description for 57772cd
kmonte
authored and
copybara-github
committed
57772cd
View commit details
Copy full SHA for 57772cd
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
Implement feature lifetime validation in protoc and the C++ runtime.
Show description for b3b4497
mkruskal-google
authored and
copybara-github
committed
b3b4497
View commit details
Copy full SHA for b3b4497
View code at this point
Browse repository at this point
Copy py_proto_library from rules_python to protobuf
Show description for 8257c44
protobuf-github-bot
authored and
copybara-github
committed
8257c44
View commit details
Copy full SHA for 8257c44
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL