summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-13fix interface for IRendererChris McDonough
2011-02-13Merge branch 'lambacck-master'Chris McDonough
2011-02-13note changesChris McDonough
2011-02-13Merge branch 'master' of https://github.com/lambacck/pyramid into ↵Chris McDonough
lambacck-master
2011-02-12Add make_localizer function & docs & testsChristopher Lambacher
2011-02-12Fix tests on win32Christopher Lambacher
2011-02-12Separate making Localizer from getting cached oneChristopher Lambacher
2011-02-12- ``pyramid_alchemy`` paster template now uses ``query.get`` rather thanChris McDonough
``query.filter_by`` to take better advantage of identity map caching. - ``pyramid_alchemy`` paster template now has unit tests.
2011-02-12fix typoChris McDonough
2011-02-09docs.pylonsproject.org->pylonsproject.orgChris McDonough
2011-02-09- Integers and longs passed as ``elements`` to ``pyramid.url.resource_url``Chris McDonough
or ``pyramid.request.Request.resource_url`` e.g. ``resource_url(context, request, 1, 2)`` (``1`` and ``2`` are the ``elements``) will now be converted implicitly to strings in the result. Previously passing integers or longs as elements would cause a TypeError. Closes #124
2011-02-09docstring fix (not explicitly parent, just lineage)Chris McDonough
2011-02-09remove unintentional change added by previous commit to fix url matching ↵Chris McDonough
issue #123
2011-02-09- URL pattern markers used in URL dispatch are permitted to specify a customChris McDonough
regex. For example, the pattern ``/{foo:\d+}`` means to match ``/12345`` (foo==12345 in the match dictionary) but not ``/abc``. However, custom regexes in a pattern marker which used squiggly brackets did not work. For example, ``/{foo:\d{4}}`` would fail to match ``/1234`` and ``/{foo:\d{1,2}}`` would fail to match ``/1`` or ``/11``. One level of inner squiggly brackets is now recognized so that the prior two patterns given as examples now work. See also https://github.com/Pylons/pyramid/issues/#issue/123. Closes #123
2011-02-07de-bfgChris McDonough
2011-02-07point to pylonsproject.orgChris McDonough
2011-02-05for print space purposes, move return to same line as function definitionChris McDonough
2011-02-05add missing import (thanks donri)Chris McDonough
2011-02-05Merge branch 'cmbeelby-master'Chris McDonough
2011-02-05mention Chris BeeblyChris McDonough
2011-02-05fix conflictsChris McDonough
2011-02-04Merge branch '1.0-book'Chris McDonough
2011-02-04new foreword textChris McDonough
2011-02-03Corrected a/an usage and also clarified "deployment" to mean to a production ↵Chris Beelby
system (as opposed to deploying to a development, QA, etc... machine)
2011-02-02Wrong name for variableChris Beelby
2011-02-02Capitalization fixChris Beelby
2011-02-01gardenChris McDonough
2011-02-01Merge branch '1.0-branch'Chris McDonough
2011-02-01credit huguesChris McDonough
2011-01-31Merge branch 'cconrad-master'Chris McDonough
2011-01-31Merge branch 'master' of https://github.com/cconrad/pyramid into cconrad-masterChris McDonough
2011-01-31renderingChris McDonough
2011-01-30Typo - "tutorial.models.Wiki" should be "tutorial.models.Page"Claus Conrad
2011-01-30deferChris McDonough
2011-01-30note removalChris McDonough
2011-01-30prep for 1.0Chris McDonough
2011-01-30had to remove flow of auth chapter due to space constraintsChris McDonough
2011-01-30remove useless warningsChris McDonough
2011-01-30use the right isbnChris McDonough
2011-01-30fix referencesChris McDonough
2011-01-30we no longer use intersphinxChris McDonough
2011-01-30make function on 2.4 and 2.5Chris McDonough
2011-01-30make pass predictably on jythonChris McDonough
2011-01-30skip chameleon-using tests on pypy and jythonChris McDonough
2011-01-30More errors in narrative fixed.Chris Beelby
2011-01-30fix too-long linesChris McDonough
2011-01-30fix too-long linesChris McDonough
2011-01-30fix too-long linesChris McDonough
2011-01-30fix too-long linesChris McDonough
2011-01-30fix too-long linesChris McDonough