summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2010-11-05prep for 1.0a1 releaseChris McDonough
2010-11-05fix URLChris McDonough
2010-11-05get rid of a dependency on pkginfoChris McDonough
2010-11-04make starter imperative; add new starter_zcml paster templateChris McDonough
2010-11-02make it unnecessary to change conf.py during a release, change author email, ↵Chris McDonough
change version number to 0.0 until a release
2010-10-30Remove setuptools-git setup_requires (inappropriate for deployment), add ↵Chris McDonough
instructions about how to set up a development checkout to HACKING.txt
2010-10-30require setuptools_git experimentally to run setup.pyChris McDonough
2010-10-29- The ``bfgshell`` paster command is now named ``pshell``.Chris McDonough
2010-10-29pylons paster templatesChris McDonough
2010-10-26add dependency on mako and configure in mako templating by defaultChris McDonough
2010-10-25add 2to3 fixer script for repoze.bfg importsChris McDonough
2010-10-25first cut at converting bfg to pyramidChris McDonough
2010-09-30prep for 1.3a15Chris McDonough
2010-09-15prep for 1.3a14Chris McDonough
2010-09-15FeaturesChris McDonough
-------- - Compatibility with WebOb 1.0. Requirements ------------ - Now requires WebOb >= 1.0. Backwards Incompatibilities --------------------------- - Due to changes introduced WebOb 1.0, the ``repoze.bfg.request.make_request_ascii`` event subscriber no longer works, so it has been removed. This subscriber was meant to be used in a deployment so that code written before BFG 0.7.0 could run unchanged. At this point, such code will need to be rewritten to expect Unicode from ``request.GET``, ``request.POST`` and ``request.params`` or it will need to be changed to use ``request.str_POST``, ``request.str_GET`` and/or ``request.str_params`` instead of the non-``str`` versions of same, as the non-``str`` versions of the same APIs always now perform decoding to Unicode.
2010-09-14prep for 1.3a13Chris McDonough
2010-09-08prep for 1.3a12Chris McDonough
2010-09-08- The ``repoze.bfg.interfaces`` API documentation page is now renderedChris McDonough
via ``repoze.sphinx.autointerface``. - The URL Dispatch narrative chapter now refers to the ``interfaces`` chapter to explain the API of an ``IRoute`` object. - ``tests_require`` now includes ``repoze.sphinx.autointerface`` as a dependency.
2010-09-06prep for 1.3a11 (1.3a10 was a minor brownbag)Chris McDonough
2010-09-06prep for 1.3a10Chris McDonough
2010-08-23prep for 1.3a9Chris McDonough
2010-08-10minimally make tests run under jythonChris McDonough
2010-08-09prep for 1.3a8Chris McDonough
2010-08-01prep for 1.3a7Chris McDonough
2010-07-26prep for 1.3a6Chris McDonough
2010-07-14prep for 1.3a5Chris McDonough
2010-07-04prep for 1.3a4Chris McDonough
2010-07-04prep for 1.3a4Chris McDonough
2010-05-01Prep for release.Chris McDonough
2010-04-28Prep for 1.3a2.Chris McDonough
2010-04-26Prep for 1.3a1.Chris McDonough
2010-04-25Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 ↵Chris McDonough
$REPOZE_SVN/repoze.bfg/branches/i18n No foreigners were harmed in the coding of this feature.
2010-04-21Moved i18n work to a branch and revert to pre-i18n-feature state via svn ↵Chris McDonough
merge -r9054:9030 svn+ssh://repoze@svn.repoze.org/svn/repoze.bfg/trunk
2010-04-19Go with a subclass of z.i18nmid.Message with the args reordered as a compromise.Chris McDonough
Make get_translation always return something.
2010-04-19Pass along translate function to templates.Chris McDonough
2010-04-18- Use "Venusian" (`http://docs.repoze.org/venusianChris McDonough
<http://docs.repoze.org/venusian>`) to perform ``bfg_view`` decorator scanning rather than relying on a BFG-internal decorator scanner. (Truth be told, Venusian is really just a generalization of the BFG-internal decorator scanner). - A new install-time dependency on the ``venusian`` distribution was added. - Remove ``repoze.bfg.compat.pkgutil_26.py`` and import alias ``repoze.bfg.compat.walk_packages``. These were only required by internal scanning machinery; Venusian replaced the internal scanning machinery, so these are no longer required.
2010-04-14Bump versions.Chris McDonough
2010-02-10Prep for 1.2 final.Chris McDonough
2010-02-07Prep for 1.2b6.Chris McDonough
2010-02-04Prep for 1.2b5.Chris McDonough
2010-02-03Prep for 1.2b4.Chris McDonough
2010-01-27Update index with Chameleon 1.1.1.Chris McDonough
2010-01-24Prep for 1.2b3.Chris McDonough
2010-01-21Use book language.Chris McDonough
2010-01-21Prep for 1.2b2.Chris McDonough
2010-01-19- When WebOb 0.9.7.1 was used, a deprecation warning was issued forChris McDonough
the class attribute named ``charset`` within ``repoze.bfg.request.Request``. BFG now *requires* WebOb >= 0.9.7, and code was added so that this deprecation warning has disappeared.
2010-01-18Prep for b1Chris McDonough
Merge a bunch of paper-based docs fixes Configure logging during bfgshell.
2010-01-06Prep for 1.2a11.Chris McDonough
2010-01-04Updated dependency on ``WebOb`` to require a version which supports features ↵Tres Seaver
now used in tests.
2010-01-04Prep for 1.2a10.Chris McDonough