What’s New? Add sites command Fix logging configuration to reduce the amount of output Add regex option to redirects command Add rename command Support –dry-run for ‘tags canonicalize’ Add ‘tags canonicalize’ command Convert to cliff Switch packaging from distribute to setuptools and pbr
What’s New? Improve test coverage for several key modules. Use a 404 error in the web app when a run cannot be found in the db. Fix python version check in server mode. Fix listener/publisher to work under Python 3. Use daemon mode for local tracer thread. Fix the way the replay command calls the output formatter. Prefix console output to differentiate it from the app under test. Beaker fails under python 3, so make it optional.
What’s New? Add support for multiple threads, tracking which thread includes each trace event. Fix logic for determining whether to ignore stdlib modules and packages from the site-packages directory. Use browser session to track pagination and filter parameters in the web views. Fix path handling for virtualenvs. Add static HTML report. Fix pagination for small page count. Add export and import commands.
What’s New? This is a bug-fix release.
Make postmkproject use VIRTUALENVWRAPPER_HOOK_DIR Miscellaneous test environment improvements Set VIRTUALENVWRAPPER_SCRIPT correctly for different shells rmvirtualenv displays a message if environment does not exist changed phrasing of environment not found message Add tests for wipenv with editable packages Remove obsolete information about pip environment vars from documentation Replace manually maintained history in documentation with ChangeLog
What’s New in This Release? This is a point release with some packaging fixes for Debian and a small code change to improve string handling.
remove announce.rst; moved to blogging repository Merged in eriol/sphinxcontrib-spelling (pull request #2) Removed no more used CHANGES file Updated path of test_wordlist.txt Merged in bmispelon/sphinxcontrib-spelling/isupper (pull request #1) Use str.isupper() instead of ad-hoc method fix syntax for tags directive
What is virtualenvwrapper? virtualenvwrapper is a set of extensions to virtualenv. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.
What’s New? Run User Postactivate after changing dirs Changed comments and mode for sourced user scripts Update .gitignore to include bin, include, lib Define mode constant for sourced-only files Do not specify a version for pbr Use VIRTUALENVWRAPPER_ENV_BIN_DIR throughout Extract basic help text from the script Add list of commands as basic help output Update author email in packaging metadata Clean up comment about zsh behavior in lazy mode Fix syntax error (empty if block) Installing Visit the virtualenvwrapper project page for download links and installation instructions.
The UI for the timer attached to my sprinkler system makes it difficult to understand exactly when the various sprinklers will run. All of the data is there, but with only a few controls and a small LCD screen, there aren’t a lot of presentation options. Using Python’s calendar module I was able to write a simple program to format the data to make it easier to identify cases where I might be over, or under, watering.
What’s New In This Release? Fix error: variable ‘kw’ referenced before assignment Fix default handling for zero values Fixing spelling mistakes A proper check of UuidType pecan: cleanup, use global vars and staticmethod args_from_args() to work with an instance of UserType