- Sep 10, 2019
-
-
paulavidas authored
In case of a partial write BufferedIOBase doesn't return the length of data written, but gives a BlockingIOError that contains the number of characters written. See https://docs.python.org/3/library/io.html#io.BufferedIOBase.write Also, RawIOBase returns None (and not 0) when no data can be written. PiperOrigin-RevId: 268167212
-
- Sep 06, 2019
-
-
tanujdhir authored
PiperOrigin-RevId: 267572487
-
- Sep 05, 2019
-
-
paulavidas authored
PiperOrigin-RevId: 267326166
-
- Sep 04, 2019
- Sep 03, 2019
-
-
tanujdhir authored
PiperOrigin-RevId: 266956553
-
paulavidas authored
PiperOrigin-RevId: 266909815
-
paulavidas authored
PiperOrigin-RevId: 266909283
-
- Sep 02, 2019
-
-
paulavidas authored
PiperOrigin-RevId: 266746557
-
- Aug 28, 2019
- Aug 26, 2019
-
-
tholenst authored
PiperOrigin-RevId: 265407325
-
- Aug 23, 2019
-
-
paulavidas authored
PiperOrigin-RevId: 265029049
-
- Aug 21, 2019
-
-
tanujdhir authored
PiperOrigin-RevId: 264581506
-
- Aug 20, 2019
-
-
tholenst authored
This uses KeyTypeManagers to implement the ECIES Key Managers; making the code slightly simpler. The main simplification happens when we update the tests in a follow up cl. PiperOrigin-RevId: 264382557
-
- Aug 16, 2019
-
-
tholenst authored
We will migrate the test in an upcoming cl. PiperOrigin-RevId: 263749532
-
- Aug 15, 2019
-
-
tholenst authored
We will migrate the test in an upcoming cl. PiperOrigin-RevId: 263530089
-
- Aug 13, 2019
-
-
paulavidas authored
PiperOrigin-RevId: 263109082
-
- Aug 05, 2019
-
-
tanujdhir authored
PiperOrigin-RevId: 261633704
-
- Jul 31, 2019
-
-
tholenst authored
We plan to remove these; so we instead manually register all key managers in python. PiperOrigin-RevId: 260936807
-
- Jul 24, 2019
-
-
epuig authored
PiperOrigin-RevId: 259716293
-
- Jul 22, 2019
- Jul 19, 2019
-
-
tanujdhir authored
PiperOrigin-RevId: 258923426
-
- Jul 18, 2019
-
-
tanujdhir authored
PiperOrigin-RevId: 258731746
-
- Jul 17, 2019
- Jul 16, 2019
- Jul 15, 2019
- Jul 11, 2019
- Jul 10, 2019
- Jul 09, 2019
-
-
juerg authored
PiperOrigin-RevId: 257174178
-