[google-appengine] Python 2 End of Life 2020

2015-04-16 Thread Jay Kyburz
Hello Googlers, 

There is an interesting discussion today on Hacker News about how Debian 
has started moving from P2 to P3 because of the looming EOL deadline in 
2020. 
https://news.ycombinator.com/item?id=9388502

Does anybody know if there are plans in the works to provide a Python 3 
implementation of App Engine I can port my apps to sometime in the next 5 
years.  I've been searching around but can find nothing. 

5 years may sound like a long time to many of you, but the last 5 years of 
using App Engine have seemed to fly by for me. 

I have a lot of code to port and it might be a biggish job. 

If Google is looking for more staff to handle the port I would be happy to 
contribute.

Jay.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a336be6a-f0e3-487f-aa4c-36dd8c1117c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: javax.script support on Appengine

2015-04-16 Thread Randy Balaban
This post has a deleted post.  I believe it was mine.  Does anyone have a 
copy of what I typed?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2cdba046-54ea-406d-a3f2-8f94748b218b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Modules and GAE Launcher (PHP)

2015-04-16 Thread Mars Lan
If you really want precise control over the loading order, please run 
dev_appserver directly from command line.

On Thursday, April 16, 2015 at 1:55:50 AM UTC-7, Paul Canning wrote:
>
> Why assume I'm on Mac?
>
> I'm on Windows 7.
>
> I got it to work by typing in the full file path, but it likes to load the 
> secondary module first, which I feel is wrong. 
>
> Settings defined as extra flags should be loaded after the default module.
>
> If I try and put the default module in the flags, before the second 
> module, it fails.
> On 15 Apr 2015 21:37, "Mars Lan" > wrote:
>
>> I assume you're on Mac? Is so, you should be able to set the "Extra 
>> Flags" to /absolute/path/to/your/module.yaml and expect it to work. 
>>
>> On Wednesday, April 15, 2015 at 7:19:49 AM UTC-7, Paul Canning wrote:
>>>
>>> Any help with this?
>>>
>>> Still can't get it to work
>>>
>>> On Thursday, April 9, 2015 at 11:58:36 AM UTC+1, Paul Canning wrote:

 I tried the following in the Launch Settings:

 module_dir/module_config.yaml
 module_dir
 /module_dir
 /module_dir/module_config.yaml

 Nothing works.

>>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/7B4UnbkBvPg/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-appengi...@googlegroups.com .
>> To post to this group, send email to google-a...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-appengine/d5e46150-0d87-4f24-a494-a6cbd12b0e89%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5d55c00e-aba4-4430-a5d0-f01c1cb54abb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-16 Thread Katie Ball (Google Cloud Support)
Hi Karl,

You've taken some extra time and extra care to put this feedback together 
-- thank you! It's incredibly helpful; this is exactly what we need in 
order to better serve our users and the cloud computing community. 

I've already taken your feedback to the appropriate team members to start 
improving things as suggested in your post.

Is there anything that you are currently struggling with? If there is, we'd 
like to offer our help as a thank you.

To our GCP community members: do you have any additional feedback you'd 
like to send our way? Any +1's to Karl's points? We'd love to hear from you!

Thanks again,
Katie

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9bf4066c-1634-4d35-9b20-2e1f102b79e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Mac launcher log window fonts

2015-04-16 Thread Andrea Longo
Is there a way to change the font size in the log windows? I don't see any 
preference that controls fonts or formatting. All of the text in the UI is 
tiny, most of it I can ignore once I know what it is. But I'm really 
getting tired of copying and pasting the log window contents to another 
editor just so I can read my dev logging.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/aedadc29-72c4-4807-84cd-562fa886eb19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine SDK version 1.9.19 is now available

2015-04-16 Thread Sarah Murphy
*Java*

   - appcfg now outputs a warning if OAuth2 is not used for authentication
   - When deploying or managing an application. OAuth2 will become the 
   default in the 1.9.20 release.
   - Fixed an bug in the Java SDK where LogQuery throws an exception when 
   more than 20 log entries are queried.
   - Added a Files API deprecation warning to the Java DevAppServer.
   - Allow applications to use the class 
   javax.xml.crypto.dom.DOMURIReference.
   - https://code.google.com/p/googleappengine/issues/detail?id=11363
   

*Go*

This release is based on Go 1.4.2.

appengine/socket:   

   - Add Conn.KeepAlive method.
   


On Wednesday, April 15, 2015 at 3:38:34 PM UTC-7, Sarah Murphy wrote:
>
> Greetings! The latest version of the Google App Engine SDK is now 
> available and available for download here. 
> 
>
> New features and bugfixes:
>
> *All*
>
>- appcfg now outputs a warning if OAuth2 is not used for 
>authentication when deploying or managing an application. OAuth2 will 
>become the default in the 1.9.20 release.
>- Many Admin Console pages now redirect to the Developer Console. 
>Users may still choose to return to the Admin Console.
>- App creation feature is now disabled on the Admin Console. Users 
>will need to create Cloud Projects in the Developer Console.
>- Removed Memcache top keys report by ops rate. Users still have 
>access to Memcache top keys report by MCU (Memcache unit)
>- Increased indexed string and blob length limits to 1500 bytes.
>
> *Managed VMs*
>
>- Added ability to specify the GCE network in which to create managed 
>VMs. If unspecified, the 'default' network is used.
>
> *Python*
>
>- Fixed a bug in Dev App server that prevented Google Cloud Endpoints 
>APIs from accepting gzipped responses in local testing.
>   - https://code.google.com/p/googleappengine/issues/detail?id=9140
>- Updated Openssl to v1.0.1l
>
> *PHP*
>
>- Updated Openssl to v1.0.1l
>- The following headers can be set when writing objects to Google 
>Cloud Storage: 'Cache-Control', 'Content-Disposition', 'Content-Encoding', 
>'Content-Language', and 'Content-Type'
>   - https://code.google.com/p/googleappengine/issues/detail?id=11651
>- Fixed misleading filesystem errors due to the read-only production 
>filesystem
>- Enabled stat cache for Google Cloud Storage
>- Removed the glob:// stream wrapper
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/edef4123-8942-415e-bc86-3ffe04530dff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Modules and GAE Launcher (PHP)

2015-04-16 Thread Paul Canning
Why assume I'm on Mac?

I'm on Windows 7.

I got it to work by typing in the full file path, but it likes to load the
secondary module first, which I feel is wrong.

Settings defined as extra flags should be loaded after the default module.

If I try and put the default module in the flags, before the second module,
it fails.
On 15 Apr 2015 21:37, "Mars Lan"  wrote:

> I assume you're on Mac? Is so, you should be able to set the "Extra Flags"
> to /absolute/path/to/your/module.yaml and expect it to work.
>
> On Wednesday, April 15, 2015 at 7:19:49 AM UTC-7, Paul Canning wrote:
>>
>> Any help with this?
>>
>> Still can't get it to work
>>
>> On Thursday, April 9, 2015 at 11:58:36 AM UTC+1, Paul Canning wrote:
>>>
>>> I tried the following in the Launch Settings:
>>>
>>> module_dir/module_config.yaml
>>> module_dir
>>> /module_dir
>>> /module_dir/module_config.yaml
>>>
>>> Nothing works.
>>>
>>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/7B4UnbkBvPg/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/d5e46150-0d87-4f24-a494-a6cbd12b0e89%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAH%2B40aPQzn2-wK6kXQG-5rSiXk7jgU%2BfMa5WVbK8pgnfYVMqhQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.