Age | Commit message (Collapse) | Author |
|
- When wrapping literals: just go away
- When wrapping variables whose values are already definitely integers (eg output of 'id()'): ditto
- When wrapping variables of unknown provenance or which are definitely
NOT integers: replaced with int()
|
|
I feel like we should be able to just nuke byte_chr and friends at this
point, but it's not entirely obvious, so let's rock that boat later.
|
|
Includes a handful of refactors and new semiprivate
attributes on Transport and AuthHandler for better
test visibility.
|
|
|
|
Fixes #1369
|
|
|
|
|
|
|
|
Choosing to skip it in some edge/corner cases where it's more harmful
than helpful. Also choosing to replace many non-%s specifiers with
regular old {} since I don't see why one would normally care. Again,
eschewing that in spots where it seems like it might matter.
|
|
|
|
|