Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Paste Users
Conversations
About
Paste Users
Contact owners and managers
1–30 of 281
Mark all as read
Report group
0 selected
Victor Stinner
3/18/14
paste supports Python 3
Hi, I'm working for eNovance. We are trying to port the OpenStack project on Python 3. Since
unread,
paste supports Python 3
Hi, I'm working for eNovance. We are trying to port the OpenStack project on Python 3. Since
3/18/14
Ted Goldstein
3/17/14
Paste waits for a process despite double fork popen
I am trying to fork a program from within Paste and talk to it through python popen. Everything works
unread,
Paste waits for a process despite double fork popen
I am trying to fork a program from within Paste and talk to it through python popen. Everything works
3/17/14
Piotr Dobrogost
,
Piotr Dobrogost
2
3/10/14
Extracting code which parses HTTP headers into stand alone library?
On Mon, Mar 10, 2014 at 9:32 PM, Gael Pasgrimaud <ga...@gawel.org> wrote: > > What about
unread,
Extracting code which parses HTTP headers into stand alone library?
On Mon, Mar 10, 2014 at 9:32 PM, Gael Pasgrimaud <ga...@gawel.org> wrote: > > What about
3/10/14
Andrey Kurilin
2/25/14
Why HTTPClientError and HTTPServerError have status code?
HTTPRedirection, HTTPClientError and HTTPServerError are base exceptions, but HTTPRedirection have no
unread,
Why HTTPClientError and HTTPServerError have status code?
HTTPRedirection, HTTPClientError and HTTPServerError are base exceptions, but HTTPRedirection have no
2/25/14
Rodrigo Alves Lima
,
Michael Merickel
3
12/27/13
Request and response default charset
Thanks! Em sexta-feira, 27 de dezembro de 2013 02h39min45s UTC-2, Michael escreveu: In webob 1.2+ the
unread,
Request and response default charset
Thanks! Em sexta-feira, 27 de dezembro de 2013 02h39min45s UTC-2, Michael escreveu: In webob 1.2+ the
12/27/13
Sławek Kapłoński
9/25/13
Broken pipe error handling
Hello, I'm new in paste and generally in wsgi servers. I want to make simple application which
unread,
Broken pipe error handling
Hello, I'm new in paste and generally in wsgi servers. I want to make simple application which
9/25/13
iaindun...@gmail.com
8/23/13
weird issue when upgrading from webob 1.1 to 1.2.3
Hey folks, I just tried upgrading an app from 1.1 to 1.2.3. Strangely, some pages were fine and some
unread,
weird issue when upgrading from webob 1.1 to 1.2.3
Hey folks, I just tried upgrading an app from 1.1 to 1.2.3. Strangely, some pages were fine and some
8/23/13
Chris McDonough
5/31/13
anybody know who owns webob.org?
I'm guessing it's probably Sergey, or it's someone in the Pylons project. The reason I
unread,
anybody know who owns webob.org?
I'm guessing it's probably Sergey, or it's someone in the Pylons project. The reason I
5/31/13
Shu Lin
,
Taavi Burns
3
4/30/13
Re: log doesn't work
Taavi, The logging tree really helps on understanding of the log. Now, I know the logging is really a
unread,
Re: log doesn't work
Taavi, The logging tree really helps on understanding of the log. Now, I know the logging is really a
4/30/13
Pablo W
3/1/13
Re: Recursive functions in py: blocks
Le mercredi 27 février 2013 16:20:37 UTC+1, Pablo W a écrit : Hi, Are there some restrictions about
unread,
Re: Recursive functions in py: blocks
Le mercredi 27 février 2013 16:20:37 UTC+1, Pablo W a écrit : Hi, Are there some restrictions about
3/1/13
Gael Pasgrimaud
,
Ian Bicking
6
12/24/12
About WSGIProxy
On 18/12/2012 18:55, Gael Pasgrimaud wrote: > On 18/12/2012 18:43, Ian Bicking wrote: >> On
unread,
About WSGIProxy
On 18/12/2012 18:55, Gael Pasgrimaud wrote: > On 18/12/2012 18:43, Ian Bicking wrote: >> On
12/24/12
jimmy
10/22/12
Bug in HTTP Basic Auth
I couldn't get to your trac instance. (http://pythonpaste.org/trac/ report) redirects to (http://
unread,
Bug in HTTP Basic Auth
I couldn't get to your trac instance. (http://pythonpaste.org/trac/ report) redirects to (http://
10/22/12
Sergey Schetinin
10/8/12
Transferring WebOb maintainership to Pylons Project
This is just a short note that I am passing maintainership of WebOb to Pylons project. I don't
unread,
Transferring WebOb maintainership to Pylons Project
This is just a short note that I am passing maintainership of WebOb to Pylons project. I don't
10/8/12
Ian Bicking
9/26/12
Re: [Paste] [Tempita] Minor Bug
Yeah, unfortunately this is just a limitation of how the Tempita is written, it would be hard to fix.
unread,
Re: [Paste] [Tempita] Minor Bug
Yeah, unfortunately this is just a limitation of how the Tempita is written, it would be hard to fix.
9/26/12
Thomas G. Willis
,
Sergey Schetinin
3
7/25/12
Any chance of a webob 1.2.1 release?
YAY thanks so much. On Tuesday, July 24, 2012 11:17:02 PM UTC-4, Sergey Schetinin wrote: Sure. http:/
unread,
Any chance of a webob 1.2.1 release?
YAY thanks so much. On Tuesday, July 24, 2012 11:17:02 PM UTC-4, Sergey Schetinin wrote: Sure. http:/
7/25/12
Simon Yarde
7/16/12
TypeError loadwsgi.py loadcontext
Re Paste Deploy loadwsgi.py loadcontext, uWSGI causes ``uri`` to be passed as bytes whereas Pyramid/
unread,
TypeError loadwsgi.py loadcontext
Re Paste Deploy loadwsgi.py loadcontext, uWSGI causes ``uri`` to be passed as bytes whereas Pyramid/
7/16/12
Pete Zaitcev
,
Sergey Schetinin
3
7/11/12
Range: BYTES=0-999 uppercase
Done, https://github.com/Pylons/webob/pull/62 -- P On Wed, 20 Jun 2012 12:12:41 +0300 Sergey
unread,
Range: BYTES=0-999 uppercase
Done, https://github.com/Pylons/webob/pull/62 -- P On Wed, 20 Jun 2012 12:12:41 +0300 Sergey
7/11/12
Ben Sizer
7/10/12
Invalid character in URL query string causesUnicodeDecodeError exception to be raised
I've copied most of this post over from one I made in pylons-discuss, which hasn't had any
unread,
Invalid character in URL query string causesUnicodeDecodeError exception to be raised
I've copied most of this post over from one I made in pylons-discuss, which hasn't had any
7/10/12
Aaron DeVore
,
Sergey Schetinin
3
6/16/12
UnicodeMultiDict and send_request in the WebOb docs
Confirmed. The package is now updated. Thank you! -Aaron DeVore On Sat, Jun 16, 2012 at 2:55 AM,
unread,
UnicodeMultiDict and send_request in the WebOb docs
Confirmed. The package is now updated. Thank you! -Aaron DeVore On Sat, Jun 16, 2012 at 2:55 AM,
6/16/12
Ian Bicking
,
Oren Weizman
2
5/30/12
Re: [Paste] Setting up EvalException browser debugger
Thanks, this was indeed an issue with how my Apache is setup compared to what Paste expects. On May
unread,
Re: [Paste] Setting up EvalException browser debugger
Thanks, this was indeed an issue with how my Apache is setup compared to what Paste expects. On May
5/30/12
Thomas G. Willis
, …
Ian Bicking
9
5/23/12
new webob release?
And thanks to Chris and Sergey for making up for my less-than-complete tests! On Wed, May 23, 2012 at
unread,
new webob release?
And thanks to Chris and Sergey for making up for my less-than-complete tests! On Wed, May 23, 2012 at
5/23/12
Jonathan Vanasco
5/11/12
webtest's TestApp and HTTPS Detection via PasteDeployPrefix ?
I can't seem to figure this out-- My app uses PasteDeployPrefix to set request.scheme to '
unread,
webtest's TestApp and HTTPS Detection via PasteDeployPrefix ?
I can't seem to figure this out-- My app uses PasteDeployPrefix to set request.scheme to '
5/11/12
Pete Zaitcev
, …
Ian Bicking
4
5/9/12
UTF-8 in query string
On Wed, 9 May 2012 15:08:38 -0500 Ian Bicking <i...@ianbicking.org> wrote: > req.accept =
unread,
UTF-8 in query string
On Wed, 9 May 2012 15:08:38 -0500 Ian Bicking <i...@ianbicking.org> wrote: > req.accept =
5/9/12
Ben Bangert
5/6/12
Paste Trac instance done?
I noticed I'm apparently still running the Trac instance for Paste... I thought that all the
unread,
Paste Trac instance done?
I noticed I'm apparently still running the Trac instance for Paste... I thought that all the
5/6/12
Thomas G. Willis
,
Sergey Schetinin
3
5/5/12
?? webob.Response and environ
OH Geez. Thanks Sergey. You are right of course. I should have seen that. On Friday, May 4, 2012 10:
unread,
?? webob.Response and environ
OH Geez. Thanks Sergey. You are right of course. I should have seen that. On Friday, May 4, 2012 10:
5/5/12
Chris McDonough
, …
Sergey Schetinin
24
4/30/12
webob tests broken...
Could you please add pragmas to exclude the py3 & defensive code from coverage reports, so
unread,
webob tests broken...
Could you please add pragmas to exclude the py3 & defensive code from coverage reports, so
4/30/12
Ben Sizer
,
Wyatt Baldwin
3
4/15/12
WebOb: MultiDict docs and behaviour oddness
On Saturday, 14 April 2012 21:45:06 UTC+1, Wyatt wrote: It looks like you spelled MultiDict
unread,
WebOb: MultiDict docs and behaviour oddness
On Saturday, 14 April 2012 21:45:06 UTC+1, Wyatt wrote: It looks like you spelled MultiDict
4/15/12
Ian Bicking
, …
Thomas G. Willis
20
4/13/12
Including a little wsgiproxy in webob
Mike, As part of my messing around I managed some middleware to do that. https://github.com/twillis/
unread,
Including a little wsgiproxy in webob
Mike, As part of my messing around I managed some middleware to do that. https://github.com/twillis/
4/13/12
Sergey Shepelev
, …
Ian Bicking
7
3/27/12
Directly parse Request, send Response from/to Mongrel2 protocol
On Tue, Mar 27, 2012 at 2:08 PM, brad clements <bkcle...@gmail.com> wrote: I have looked at
unread,
Directly parse Request, send Response from/to Mongrel2 protocol
On Tue, Mar 27, 2012 at 2:08 PM, brad clements <bkcle...@gmail.com> wrote: I have looked at
3/27/12
Jan Pokorný
2
3/5/12
auth_tkt: enable overriding digest algorithms
On 02/03/12 14:48 +0100, Jan Pokorn� wrote: >Hello, > >currently, original mod_auth_tkt
unread,
auth_tkt: enable overriding digest algorithms
On 02/03/12 14:48 +0100, Jan Pokorn� wrote: >Hello, > >currently, original mod_auth_tkt
3/5/12