Ee Durbin
Ee Durbin
Currently bootstrap.pypa.io's backend is a VM, which has some flexibility in managing how bootstrap.pypa.io is "put together", which is susceptible to all the failings of kernel panics and misconfiguration that...
Implements `ext.i18n.newstyle_fallback_interpolation` policy which can be set to `True` to gracefully fallback to untranslated strings if an interpolation error occurs due to incorrectly or out-of-date named variables in translations. -...
Similar to #421 when translation strings are not kept perfectly up to date, changes to the names of variables in strings can break behavior on a site. I'd like to...
A recent revelation that significant portions of this code base had been quietly copied into https://github.com/pinterest/pymemcache via https://github.com/pinterest/pymemcache/commit/cff5abfad59baa593996fe7e240fd3944e2c4af2 has lead me to make a decision to relicense this project under...
In order to give flexibility to dependent projects which desire to remain 100% pure python, package the c extension as a setuptools "extra". This will be part of a 2.0.0...
Not sure who owns the login for this bot either. The Python org will soon require 2FA for all member users, so as a stopgap enabling 2FA is sufficient (ideally...
currently the default MOTD doesn't make people aware that hosts are pretty much fully automated by salt. we should override it with something that informs users :)
``` [WARNING ] The function "module.run" is using its deprecated version and will expire in version "Phosphorus". ``` Some of our states use `module.run` which apparently is using a deprecated...
When calling `state.highstate` on any given node, the following log lines appear during execution: ``` [ERROR ] Invalid compound target: for results: [ERROR ] Invalid compound target: for results: ```...