| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-12 | monkey patch atexit, since it seems to be gernerating this error in same | dianaclarke | |
| cases (but all the tests still pass) Ran 2083 tests in 8.913s OK Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "/mnt/hgfs/workspace/pyramid/pyramid/scripts/pserve.py", line 400, in _remove_pid_file current_pid = os.getpid() AttributeError: 'NoneType' object has no attribute 'getpid' | |||
| 2012-03-12 | test the contents of the pid file in the exception cases | dianaclarke | |
| 2012-03-12 | working on removing: # pragma: no cover from pserve | diana | |
| 2012-03-11 | only self | Chris McDonough | |
| 2012-03-11 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-11 | view class methods were missing self parameter. | Carlos de la Guardia | |
| 2012-03-08 | Merge pull request #463 from dbaty/patch-1 | Chris McDonough | |
| Key and value are inverted in the assertion error message in "DummyTemplateRenderer.assert_()" | |||
| 2012-03-06 | Fixed typo: key (k) and value (v) were inverted. | Damien Baty | |
| 2012-03-05 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-03-05 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-05 | Merge pull request #459 from philip-peterson/patch-1 | Chris McDonough | |
| Fixed some spelling errors | |||
| 2012-03-05 | Fixed some spelling errors | philip-peterson | |
| 2012-03-05 | add_traverser | Chris McDonough | |
| 2012-03-04 | use pylons-discuss as email address in setup.py too | Chris McDonough | |
| 2012-03-04 | point people at pylons-discuss rather than pylons-devel | Chris McDonough | |
| 2012-03-04 | garden titles of index | Chris McDonough | |
| 2012-03-04 | backslash is an escape character in RST | Chris McDonough | |
| 2012-03-03 | untangle impacts of python 3 compat | Chris McDonough | |
| 2012-03-02 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-03-02 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-02 | Merge pull request #458 from mjpieters/contributor-agreement | Chris McDonough | |
| Sign the contributor agreement. | |||
| 2012-03-02 | Merge pull request #457 from mjpieters/doccorrections | Chris McDonough | |
| Minor correction for narrative documentation | |||
| 2012-03-02 | Correct section name in pshell example. | Martijn Pieters | |
| The section in the example is called 'app:main', not 'app:MyProject'. | |||
| 2012-03-02 | Sign the contributor agreement. | Martijn Pieters | |
| 2012-03-02 | Correct minor grammatical error. | Martijn Pieters | |
| 2012-03-02 | Merge pull request #455 from rspivak/ae6d08b96d3a366f979719c05926dc5292d904d3 | Chris McDonough | |
| Finished callbacks documentation update | |||
| 2012-03-02 | Remove some confusion about finished callbacks. | Ruslan Spivak | |
| Rework an example code and remove an incorrect statement about request.exception being set when an exception occurs in a view. The reason for the change is issue #454: https://github.com/Pylons/pyramid/issues/454 | |||
| 2012-03-02 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-03-02 | prep for 1.3b2 | Chris McDonough | |
| 2012-03-02 | point at sqla bug | Chris McDonough | |
| 2012-03-01 | garden | Chris McDonough | |
| 2012-03-01 | revise steps | Chris McDonough | |
| 2012-03-01 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-03-01 | Merge branch 'master' into 1.3-branch | Chris McDonough | |
| 2012-03-01 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-01 | Merge branch 'master' into 1.3-branch | Chris McDonough | |
| 2012-03-01 | wrong class name, fixes #451 | Chris McDonough | |
| 2012-03-01 | Merge pull request #453 from mjpieters/master | Chris McDonough | |
| Fixes #452: remove mention of the `root_factory` argument from the startup narrative. | |||
| 2012-03-01 | Remove mention of the `root_factory` argument. | Martijn Pieters | |
| The example code earlier on the page does not use the `root_factory` argument, only the `settings` argument. This is a fix for pyramid issue #452. | |||
| 2012-02-29 | fix pserve tests under windows on python 2.6 | Chris McDonough | |
| 2012-02-29 | fix pserve tests on windows 2.6 | Chris McDonough | |
| 2012-02-29 | comment | Chris McDonough | |
| 2012-02-29 | remove rant | Chris McDonough | |
| 2012-02-29 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-02-29 | Merge branch 'master' into 1.3-branch | Chris McDonough | |
| 2012-02-29 | garden | Chris McDonough | |
| 2012-02-29 | Merge branch 'fix.win32' | Chris McDonough | |
| 2012-02-29 | only do replacement on windows | Chris McDonough | |
| 2012-02-29 | fix static_url generation for abspaths on windows | Chris McDonough | |
| 2012-02-29 | try fixing this on windows | Chris McDonough | |
