index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2011-07-20
add description of keys and values
Chris McDonough
2011-07-20
name noncpython versions we work with
Chris McDonough
2011-07-20
typo
Chris McDonough
2011-07-20
use less awkward language
Chris McDonough
2011-07-20
- Reordered chapters in narrative section for better new user friendliness.
Chris McDonough
2011-07-20
add more index markers
Chris McDonough
2011-07-20
use env26
Chris McDonough
2011-07-19
- Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial.
Chris McDonough
2011-07-19
remove process=1 option; see http://stackoverflow.com/questions/6703850/cant-...
Chris McDonough
2011-07-18
prep for 1.1b4
Chris McDonough
2011-07-16
ordering
Chris McDonough
2011-07-16
- Change paster pviews and paster proutes to use bootstrap.
Chris McDonough
2011-07-16
mention manual logging config
Chris McDonough
2011-07-16
mention paster pshell using bootstrap
Chris McDonough
2011-07-16
Changed the URL generation example to be more practical.
Michael Merickel
2011-07-16
Reworked pyramid.scripting. Modified docs and made make_request private.
Michael Merickel
2011-07-16
Renamed the 'info' dict to 'env' in scripting.
Michael Merickel
2011-07-16
garden
Michael Merickel
2011-07-16
Mmm, maybe the bad func name was pasted from an emacs buffer
Carlos de la Guardia
2011-07-16
typo in func name
Carlos de la Guardia
2011-07-16
promote bootstrap to major feature
Chris McDonough
2011-07-16
note version reqt; fix dangling ref
Chris McDonough
2011-07-16
- Added a section entitled "Writing a Script" to the "Command-Line Pyramid"
Chris McDonough
2011-07-15
remove bogus information about route_name, refer to the right method of Confi...
Chris McDonough
2011-07-15
prep for 1.1b3
Chris McDonough
2011-07-15
- get_root2 -> prepare
Chris McDonough
2011-07-14
Added test coverage for p.paster.bootstrap.
Michael Merickel
2011-07-14
Added p.paster.bootstrap for handling simple loading of INI files.
Michael Merickel
2011-07-14
Added p.scripting.get_root2 that doesn't require an app arg.
Michael Merickel
2011-07-14
Added some docs for make_request and global_registries.
Michael Merickel
2011-07-14
Edited docs/narr/viewconfig.rst via GitHub
AnneGilles
2011-07-14
describe what Pyramid does
Chris McDonough
2011-07-14
we no longer support py24
Chris McDonough
2011-07-14
mention traversal
Chris McDonough
2011-07-14
note that flask does not use import ordering, but complexity ordering
Chris McDonough
2011-07-14
Sentence was badly structured and also had a word capitalized after a comma
Carlos de la Guardia
2011-07-14
Removed superfluous 'and'
Carlos de la Guardia
2011-07-14
corrected typo
Carlos de la Guardia
2011-07-14
eliminated repeated word
Carlos de la Guardia
2011-07-14
typo
Chris McDonough
2011-07-14
promote http_cache to major feature
Chris McDonough
2011-07-14
forgot to change whatsnew
Chris McDonough
2011-07-14
- New API class: ``pyramid.static.static_view``. This supersedes the
Chris McDonough
2011-07-13
move all paster commands to a separate chapter
Chris McDonough
2011-07-13
prep for 1.1b2
Chris McDonough
2011-07-12
clarify
Chris McDonough
2011-07-12
- New environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and new
Chris McDonough
2011-07-12
- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` scaffolds
Chris McDonough
2011-07-12
- The ``Configurator.add_route`` method allowed two routes with the same
Chris McDonough
2011-07-12
- Previously, If a ``BeforeRender`` event subscriber added a value via the
Chris McDonough
[next]