Brian Warner

Results 159 comments of Brian Warner

I just tested trunk against python3.4, and it passed tests fine. We landed a newer version (#14) of this PR years ago. I think this one can probably be closed.

Oh, also, Versioneer is py2/py3-compatible. I don't think curve25519-donna is entirely py3-clean yet (I'll run some tests), but this won't make the situation worse.

Just tested it: curve25519-donna does seem to be py3-clean. OTOH, Versioneer is not py2.5-compatible, so this would break the outstanding pull-request that adds py2.5 compatibility. If you land this one,...

Hm. It was Linux (Debian "buster"), and `cargo-outdated v0.9.1`. I got the same result on an Ubuntu 18.04 "bionic" platform (and which was a server, rather than my development machine,...

strace shows it doing a lot of work in a subdirectory of `/tmp`, but also looking in `/tmp` itself for some files. Here's a **stripped down** copy of the `strace`...

Huh, weird, thanks for investigating! I read through the ticket, but it wasn't clear to me whether their intended behavior was just to search *downwards* for `Cargo.toml` files, or whether...

At dinner tonight, @markrwilliams and I came up with some ideas: * a context manager which takes one or more Transitioner instances, and returns an object with accumulates transitions that...

Yeah.. the unit tests use pre-generated certificates (so they'll be repeatable, specifically so that the "who's in charge?" higher-key comparison always gives the same result), and those certificates are deliberately...

API plan: the normal API surface will accept both bytes and text on both py2+py3. The return values will be version-native strings (so bytes on py2 and text on py3)....

Actually, I'm not going to bother supporting py2. I want the new py3 version to interoperate with the old py2 version (which means paying careful attention to the values you...