[pylons-devel] Waitress 2.0.0 Released

2021-03-09 Thread Bert JW Regeer
connections. This situation was previously difficult to diagnose. See https://github.com/Pylons/waitress/pull/322 Found a bug? Please direct your closest browser over to https://github.com/Pylons/waitress/issues Thanks, Bert JW Regeer -- You received this message because you are subscribed

[pylons-devel] Re: [pylons-discuss] Waitress version 1.4.3 released -- upgrade as soon as possible

2020-02-03 Thread Bert JW Regeer
Hey all, As a heads up, and to allow for tracking security issues, this issue has now been assigned CVE ID: CVE-2020-5236 Thanks, Bert JW Regeer > On Feb 2, 2020, at 21:59, Bert JW Regeer wrote: > > Hey all, > > I just released a new version of Waitress to fix a bug

[pylons-devel] Waitress version 1.4.3 released -- upgrade as soon as possible

2020-02-02 Thread Bert JW Regeer
, or: • open an issue at https://github.com/Pylons/waitress/issues (if not sensitive or security related) • email the Pylons Security mailing list: pylons-project-secur...@googlegroups.com (if security related) Thank you, Bert JW Regeer -- You received this message because you

[pylons-devel] WebOb 1.8.6 has been released

2020-01-21 Thread Bert JW Regeer
://pypi.org/project/WebOb/1.8.6/ <https://pypi.org/project/WebOb/1.8.6/> Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to pylon

[pylons-devel] Waitress 1.4.1 has been released

2019-12-24 Thread Bert JW Regeer
ress, or any Pylons Project, please do not hesitate to email us at: pylons-project-secur...@googlegroups.com <mailto:pylons-project-secur...@googlegroups.com> Thank you, Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-devel" gro

[pylons-devel] Waitress version 1.4.0 has been released

2019-12-20 Thread Bert JW Regeer
security related) on the Github issue tracker: https://github.com/Pylons/waitress/issues If you have a potential security issue in Waitress, or any Pylons Project, please do not hesitate to email us at: pylons-project-secur...@googlegroups.com Thank you, Bert JW Regeer -- You received this

[pylons-devel] Venusian updates

2019-11-05 Thread Bert JW Regeer
you about dependencies getting updates! I have validated that 3.0.0 correctly has Requires-Python: >=3.5 set and pip won't install it on Python 2 or download it. Thanks all, and please let me know if there are any other issues you run into! Thanks, Bert JW Regeer -- You received this mes

[pylons-devel] Waitress 1.3.1 has been released

2019-08-28 Thread Bert JW Regeer
waitress/issues> Thanks! Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-devel+unsubscr...@googlegroups.com. To view this

[pylons-devel] Waitress 1.3.1 has been released

2019-08-27 Thread Bert JW Regeer
waitress/issues> Thanks! Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-devel+unsubscr...@googlegroups.com. To view this

[pylons-devel] Waitress 1.3.0 beta 0 is now available

2019-04-11 Thread Bert JW Regeer
Hello everyone, With a giant shout-out to Michael Merickel for all his hard work on the latest version of waitress. Deprecations: - The send_bytes adjustment now defaults to 1 and is deprecated pending removal in a future release. It no longer changes how many bytes are placed into the socket

[pylons-devel] Waitress 1.2.1

2019-01-25 Thread Bert JW Regeer
re no other new changes. Please file issues here: https://github.com/Pylons/waitress/issues <https://github.com/Pylons/waitress/issues> Installing it from PyPI (https://pypi.org/project/waitress/ <https://pypi.org/project/waitress/>): pip install waitress==1.2.1 Thanks, Bert JW

[pylons-devel] Waitress 1.2.0 has been released

2019-01-15 Thread Bert JW Regeer
changelog on PyPi: https://pypi.org/project/waitress/1.2.0/ <https://pypi.org/project/waitress/1.2.0/> To install: pip install waitress=1.2.0 If you run into any issues or concerns please file them here: https://github.com/Pylons/waitress/issues Thank you, Bert JW Regeer -- You receive

Re: [pylons-devel] Waitress 1.2.0 beta 1

2019-01-07 Thread Bert JW Regeer
Maybe the docs assume something other than ini file for the > config definition, anyway it was a small gotcha until I removed the quotes. > > Lance > > > > On 12/31/18 3:12 PM, Bert JW Regeer wrote: >> Hey all, >> >> As a new years gift, I have just rel

[pylons-devel] Waitress 1.2.0 beta 1

2018-12-31 Thread Bert JW Regeer
/waitress/1.2.0b1/ <https://pypi.org/project/waitress/1.2.0b1/> pip install waitress=1.2.0b1 Thank you, Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To unsubscribe from this group and stop receiving emails from i

[pylons-devel] WebOb 1.8.2 has been released

2018-06-05 Thread Bert JW Regeer
Docs https://docs.pylonsproject.org/projects/webob/en/1.8-branch/index.html <https://docs.pylonsproject.org/projects/webob/en/1.8-branch/index.html> Issues https://github.com/pylons/webob/issues <https://github.com/pylons/webob/issues> Thanks, Bert JW Regeer -- You received this

[pylons-devel] WebOb 1.8.1 has been released

2018-04-10 Thread Bert JW Regeer
Good evening, I've released WebOb 1.8.1 which contains a small fix to lessen the impact of the new Accept handling that was added to WebOb 1.8.0 when still using the old MIMEAccept API. No further changes were made in this release. Changelog: https://docs.pylonsproject.org/projects/webob/en/1.

[pylons-devel] WebOb 1.8.0 has been released

2018-04-04 Thread Bert JW Regeer
contributors and people that have made this release happen! Cheers, Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-deve

[pylons-devel] WebOb 1.8.0rc1 has been released

2018-01-01 Thread Bert JW Regeer
Pyramid 1.9, so hopefully this upgrade to better Accept handling will be smooth (https://travis-ci.org/bertjwregeer/webobpyramidcompattesting/ <https://travis-ci.org/bertjwregeer/webobpyramidcompattesting/>). Installation: pip install webob==1.8.0rc1 Thank you, Bert JW Regeer -- You

[pylons-devel] Waitress 1.1.0 has been released

2017-10-10 Thread Bert JW Regeer
, please file an issue here: https://github.com/pylons/waitress/issues Thank you, Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to py

Re: [pylons-devel] pserve.exe syntax error on windows with --reload

2016-09-25 Thread Bert JW Regeer
> On Sep 25, 2016, at 00:59 , Marius Gedminas wrote: > > On Sat, Sep 24, 2016 at 04:49:45AM -0700, only...@gmail.com wrote: >> I have created a pyramid application using pcreate, now when I try to run it >> using pserve with --reload, I get following error >> >> SyntaxError: Non-ASCII characte

Re: [pylons-devel] pserve.exe syntax error on windows with --reload

2016-09-24 Thread Bert JW Regeer
What is Does it have a non-ascii character in the folder path? Try moving your project to C:\Projects\myproject or something similar, and that should hopefully avoid the error. Bert > On Sep 24, 2016, at 05:49 , only...@gmail.com wrote: > > > I have created a pyramid application using pcrea

Re: [pylons-devel] PasteDeploy in the Pylons GitHub org?

2016-03-08 Thread Bert JW Regeer
That’s why he is asking if he can create the new repo under the Pylons banner. WebOb is another Ian Bicking project that now lives under the Pylons banner. Bert > On Mar 8, 2016, at 14:13, Jonathan Vanasco wrote: > > Assuming (1) Ian isn't going to maintain it anymore, (2) You have his > bles

Re: [pylons-devel] weberror: Fix CSRF validation when token is unicode

2016-02-08 Thread Bert JW Regeer
WebError 0.12 is out on PyPi. Pulled in that CSRF fix :-) Cheers, Bert > On Feb 8, 2016, at 22:50, Jan Heylen wrote: > > Great, thanks! > > On Tue, Feb 9, 2016 at 1:11 AM, Bert JW Regeer wrote: >> I’ve just received push access to PyPi from Ben Bangert, will pull in

[pylons-devel] New release of WebError, meet version 0.12

2016-02-08 Thread Bert JW Regeer
can easily be verified to work correctly I will merge and release as necessary. I am however NOT maintaining the project, and no new features or additions will be added. Thank you, Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-devel&q

Re: [pylons-devel] weberror: Fix CSRF validation when token is unicode

2016-02-08 Thread Bert JW Regeer
I’ve just received push access to PyPi from Ben Bangert, will pull in that PR and get a new release out that fixes the issue in the next day or so. Thanks, Bert > On Feb 7, 2016, at 06:19, Jan Heylen wrote: > > Hi, > > as user of the pylons web framework, I very much like the interactive > d

[pylons-devel] WebOb 1.6.0a0 has been released

2016-01-28 Thread Bert JW Regeer
it has become more difficult as pip no longer supports it). If you have any issues that come up, please submit them at: https://github.com/Pylons/webob/issues Thank you, Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-devel"

Re: [pylons-devel] github pages for pylons project sites

2016-01-02 Thread Bert JW Regeer
Bert would indeed be happy. Cheers, Bert > On Jan 2, 2016, at 15:22, Michael Merickel wrote: > > Which websites are you planning to affect in the short term? Is it the 3 I > originally listed? I expect Bert will be happy if webob.org is on the list. > > On Sat, Jan 2, 2016 at 4:03 PM, Blaise

Re: [pylons-devel] Please reconsider deprecating --daemon from pserve

2015-12-30 Thread Bert JW Regeer
to daemonise. Bert JW Regeer > On Dec 30, 2015, at 11:40, Iain Duncan wrote: > > Hi folks, I wanted to weigh in on the decision to deprecate --daemon, as I > think that's a bad idea. I agree that in production we should use "real > monitor services", but during

Re: [pylons-devel] wsgi server of choice?

2015-10-20 Thread Bert JW Regeer
Sorry, Michael is right. pserve uses what is defined in the .ini, it has no default… > On Oct 20, 2015, at 12:26, Bert JW Regeer wrote: > > pserve by default uses waitress. But you can change what server it uses in > your .ini file. (Check the section named [server:main]) >

Re: [pylons-devel] wsgi server of choice?

2015-10-20 Thread Bert JW Regeer
pserve by default uses waitress. But you can change what server it uses in your .ini file. (Check the section named [server:main]) I use pserve with waitress for development and deploy with uWSGI. > On Oct 20, 2015, at 11:29, Chris Withers wrote: > > What does pserve use? > > What do people

Re: [pylons-devel] wsgi server of choice?

2015-09-24 Thread Bert JW Regeer
I personally use uWSGI with nginx, however there are also a lot of people that simply reverse proxy to waitress. > On Sep 24, 2015, at 10:25, Chris Withers wrote: > > Hi All, > > What's the recommended wsgi server for Pyramid apps nowadays? > > My go-to would normally be mod_wsgi, but I'm ha

Re: [pylons-devel] Pylons 1.x maintenance

2015-07-19 Thread Bert JW Regeer
> On Jul 19, 2015, at 11:34 , Steve Piercy wrote: > > "Take over" implies ownership. Is that what you mean? > > You could be added as a Core Developer so that you can manage pull requests. > https://github.com/orgs/Pylons/teams/core-developers That’s a non-public team. > > You are more tha

Re: [pylons-devel] Is there something like ApplicationReady signal?

2014-12-09 Thread Bert JW Regeer
At the point that make_wsgi_app() is called is the last time that Pyramid Framework code is run before it gets its first request, when you are being wrapped that is handled at later stages, Pyramid doesn’t know about those wrappers, nor could it possibly know when the appropriate time would be t

Re: [pylons-devel] Add to the assets.yaml

2014-11-04 Thread Bert JW Regeer
Pyramid by default doesn’t have an assets.yaml file. Are you using an extension that parses that file? Bert > On Nov 4, 2014, at 13:59 , Shawn DeWolfe wrote: > > I am wading back into Python, so this may be a newbie question. > > I am working on some modifications to the hypothes.is annotator

Re: [pylons-devel] suggestion - internal lifecycle logging

2014-10-02 Thread Bert JW Regeer
This seems like functionality that any ol’ profiler should be able to give you, and wouldn’t require any changes in Pyramid. Bert On Oct 2, 2014, at 20:10, Jonathan Vanasco wrote: > When doing performance audits, an annoying feature of Pyramid is that it's > not very easy to pinpoint where th

Re: [pylons-devel] Probelms with wairtress in Python 2.7.7

2014-06-05 Thread Bert JW Regeer
https://github.com/Pylons/webob/pull/150 Is an outstanding pull request to fix this in from_file() in WebOb, would this solve the problem? Bert On Jun 5, 2014, at 08:26 , Chris McDonough wrote: > On 06/05/2014 05:39 AM, Christoph Zwerschke wrote: >> Am 04.06.2014 12:58, schrieb Tjelvar: >>> Y

Re: [pylons-devel] 'future_imports' in Mako's template lookup?

2014-04-07 Thread Bert JW Regeer
Hey Vincent, Create a ticket on Github if you would please, and I will take a look at it. It looks like it would be fairly simple to add :-). Cheers, Bert On Apr 7, 2014, at 03:49 , Vincent Férotin wrote: > Hi, Pyramid's developers and Bert! > > Developing a Pyramid application with Mako as