Re: [webkit-dev] Removing Support for Python 2.5

2011-11-21 Thread Adam Barth
I'm happy to give the Chromium project as much time as it needs to
remove these dependencies on Python 2.5, but I'd like to set a
deadline so that the WebKit project doesn't need to support Python 2.5
indefinitely.  Is three months sufficient?

(I'm happy to help make this happen on the Chromium side with my
Chromium hat on, but I probably won't be able to do it all myself.)

Thanks,
Adam


On Fri, Nov 18, 2011 at 10:09 AM, Tony Chang t...@chromium.org wrote:
 The bot step that runs ui_tests uses scripts/slave/runtest.py.  You could
 probably set PATH in that script before launching ui_tests.
 http://build.chromium.org/p/chromium/builders/Mac10.5%20Tests%20%282%29/builds/10395/steps/ui_tests/logs/stdio
 http://src.chromium.org/viewvc/chrome/trunk/tools/build/scripts/slave/runtest.py?revision=103047view=markup

 On Thu, Nov 17, 2011 at 5:22 PM, Adam Barth aba...@webkit.org wrote:

 (Sorry if we're spamming webkit-dev with this thread.  We can move it
 to a Chromium infrastructure mailing list if we're bugging anyone.)

 On Thu, Nov 17, 2011 at 5:17 PM, Dirk Pranke dpra...@chromium.org wrote:
  On Thu, Nov 17, 2011 at 5:06 PM, Eric Seidel e...@webkit.org wrote:
  On Thu, Nov 17, 2011 at 4:53 PM, Tony Chang t...@chromium.org wrote:
  new-run-webkit-httpd imports common/host.py which imports lots of
  stuff
  including common/net/buildbot.py, which will fail to import the json
  module.
  I would land smaller pieces so the rollback isn't as painful. :)
 
  Adam appears to have listed the files:
 
  http://codesearch.google.com/#search/exact_package=chromiumq=new-run-webkittype=cs
 
  Can someone with chromium commit-bit, please move those 3 files to
  call python 2.7 in whatever the proper way is, so we can move forward
  here?
 
  2.7? Aren't we just requiring 2.6? I don't think any of the Chromium
  bots can assume 2.7 (except for the ones Tony has upgraded), and none
  of my machines (except for maybe my Lion machine at home) even have
  2.7 installed.

 The pattern Tony used for new-run-webkit-tests was to detect whether
 Python 2.7 was installed at a certain path before trying to use it.
 That pattern seems like it would work in these cases too.  The one
 tricky one is ui_test because the launcher is in C++.  Perhaps it
 should call a wrapper script instead?

 Adam


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-18 Thread Tony Chang
The bot step that runs ui_tests uses scripts/slave/runtest.py.  You could
probably set PATH in that script before launching ui_tests.

http://build.chromium.org/p/chromium/builders/Mac10.5%20Tests%20%282%29/builds/10395/steps/ui_tests/logs/stdio
http://src.chromium.org/viewvc/chrome/trunk/tools/build/scripts/slave/runtest.py?revision=103047view=markup


On Thu, Nov 17, 2011 at 5:22 PM, Adam Barth aba...@webkit.org wrote:

 (Sorry if we're spamming webkit-dev with this thread.  We can move it
 to a Chromium infrastructure mailing list if we're bugging anyone.)

 On Thu, Nov 17, 2011 at 5:17 PM, Dirk Pranke dpra...@chromium.org wrote:
  On Thu, Nov 17, 2011 at 5:06 PM, Eric Seidel e...@webkit.org wrote:
  On Thu, Nov 17, 2011 at 4:53 PM, Tony Chang t...@chromium.org wrote:
  new-run-webkit-httpd imports common/host.py which imports lots of stuff
  including common/net/buildbot.py, which will fail to import the json
 module.
  I would land smaller pieces so the rollback isn't as painful. :)
 
  Adam appears to have listed the files:
 
 http://codesearch.google.com/#search/exact_package=chromiumq=new-run-webkittype=cs
 
  Can someone with chromium commit-bit, please move those 3 files to
  call python 2.7 in whatever the proper way is, so we can move forward
  here?
 
  2.7? Aren't we just requiring 2.6? I don't think any of the Chromium
  bots can assume 2.7 (except for the ones Tony has upgraded), and none
  of my machines (except for maybe my Lion machine at home) even have
  2.7 installed.

 The pattern Tony used for new-run-webkit-tests was to detect whether
 Python 2.7 was installed at a certain path before trying to use it.
 That pattern seems like it would work in these cases too.  The one
 tricky one is ui_test because the launcher is in C++.  Perhaps it
 should call a wrapper script instead?

 Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Eric Seidel
I would like to move forward with this change.

Any further objections?

On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
 Now that Apple has removed the Leopard build bot (and presumably
 stopped supporting WebKit on Leopard), all webkit platforms I know of
 have Python 2.6 or higher.

 My plan is to remove all of our 2.5 supporting code in the next week,
 requiring Python 2.6 or later for WebKit.

 Let me know if this will be an issue for you.

 Thanks!

 -eric

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Dirk Pranke
The Chromium Leopard bots are still using 2.5 as far as I know. Unless
move forward includes you upgrading those bots, you shouldn't remove
the 2.5 compat code until they have been upgraded. (If you are signing
up to upgrade them, then great!).

-- Dirk
On Thu, Nov 17, 2011 at 2:24 PM, Eric Seidel e...@webkit.org wrote:
 I would like to move forward with this change.

 Any further objections?

 On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
 Now that Apple has removed the Leopard build bot (and presumably
 stopped supporting WebKit on Leopard), all webkit platforms I know of
 have Python 2.6 or higher.

 My plan is to remove all of our 2.5 supporting code in the next week,
 requiring Python 2.6 or later for WebKit.

 Let me know if this will be an issue for you.

 Thanks!

 -eric

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Dirk Pranke
On Thu, Nov 17, 2011 at 2:45 PM, Adam Barth aba...@webkit.org wrote:
 On Thu, Nov 17, 2011 at 2:42 PM, Dirk Pranke dpra...@chromium.org wrote:
 The Chromium Leopard bots are still using 2.5 as far as I know. Unless
 move forward includes you upgrading those bots, you shouldn't remove
 the 2.5 compat code until they have been upgraded. (If you are signing
 up to upgrade them, then great!).

 Tony already upgraded the bots.

 Adam


I have been corrected. You have my blessings :).
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Tony Chang
Only new-run-webkit-tests uses python 2.7 on the leopard bots.  There are
other bot steps in chromium that would break.  I mention a couple cases
here:
http://code.google.com/p/chromium/issues/detail?id=103266#c6

Alternately, we could try to fully switch the leopard bots to 2.7 (
http://crbug.com/103828), but that's a larger task.

On Thu, Nov 17, 2011 at 3:19 PM, Dirk Pranke dpra...@chromium.org wrote:

 On Thu, Nov 17, 2011 at 2:45 PM, Adam Barth aba...@webkit.org wrote:
  On Thu, Nov 17, 2011 at 2:42 PM, Dirk Pranke dpra...@chromium.org
 wrote:
  The Chromium Leopard bots are still using 2.5 as far as I know. Unless
  move forward includes you upgrading those bots, you shouldn't remove
  the 2.5 compat code until they have been upgraded. (If you are signing
  up to upgrade them, then great!).
 
  Tony already upgraded the bots.
 
  Adam
 

 I have been corrected. You have my blessings :).
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Eric Seidel
Other bot steps in Chromium depend on webkitpy?

I'm tempted to just make the change and see what breaks.  We can
always roll it out if things are really bad.

I'll prepare an updated patch.

-eric

On Thu, Nov 17, 2011 at 4:37 PM, Tony Chang t...@chromium.org wrote:
 Only new-run-webkit-tests uses python 2.7 on the leopard bots.  There are
 other bot steps in chromium that would break.  I mention a couple cases
 here:
 http://code.google.com/p/chromium/issues/detail?id=103266#c6
 Alternately, we could try to fully switch the leopard bots to 2.7
 (http://crbug.com/103828), but that's a larger task.

 On Thu, Nov 17, 2011 at 3:19 PM, Dirk Pranke dpra...@chromium.org wrote:

 On Thu, Nov 17, 2011 at 2:45 PM, Adam Barth aba...@webkit.org wrote:
  On Thu, Nov 17, 2011 at 2:42 PM, Dirk Pranke dpra...@chromium.org
  wrote:
  The Chromium Leopard bots are still using 2.5 as far as I know. Unless
  move forward includes you upgrading those bots, you shouldn't remove
  the 2.5 compat code until they have been upgraded. (If you are signing
  up to upgrade them, then great!).
 
  Tony already upgraded the bots.
 
  Adam
 

 I have been corrected. You have my blessings :).
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Adam Barth
On Thu, Nov 17, 2011 at 4:37 PM, Tony Chang t...@chromium.org wrote:
 Only new-run-webkit-tests uses python 2.7 on the leopard bots.  There are
 other bot steps in chromium that would break.  I mention a couple cases
 here:
 http://code.google.com/p/chromium/issues/detail?id=103266#c6
 Alternately, we could try to fully switch the leopard bots to 2.7
 (http://crbug.com/103828), but that's a larger task.

For some reason, that bug is Restrict-View-Commit, but here's the relevant part:

--
I think we may still need to fix a few calls in chromium for
new-run-webkit-httpd and new-run-webkit-websocketserver

http://codesearch.google.com/#search/exact_package=chromiumq=new-run-webkittype=cs

Those will use the system python unless we tweak the bot step or the
c++ code that runs them.
--

Adam


 On Thu, Nov 17, 2011 at 3:19 PM, Dirk Pranke dpra...@chromium.org wrote:

 On Thu, Nov 17, 2011 at 2:45 PM, Adam Barth aba...@webkit.org wrote:
  On Thu, Nov 17, 2011 at 2:42 PM, Dirk Pranke dpra...@chromium.org
  wrote:
  The Chromium Leopard bots are still using 2.5 as far as I know. Unless
  move forward includes you upgrading those bots, you shouldn't remove
  the 2.5 compat code until they have been upgraded. (If you are signing
  up to upgrade them, then great!).
 
  Tony already upgraded the bots.
 
  Adam
 

 I have been corrected. You have my blessings :).
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Adam Barth
The remaining things seem related to websocket-server and
new-run-webkit-httpd, which I don't think will be effected by your
change.

Adam


On Thu, Nov 17, 2011 at 4:40 PM, Eric Seidel e...@webkit.org wrote:
 Other bot steps in Chromium depend on webkitpy?

 I'm tempted to just make the change and see what breaks.  We can
 always roll it out if things are really bad.

 I'll prepare an updated patch.

 -eric

 On Thu, Nov 17, 2011 at 4:37 PM, Tony Chang t...@chromium.org wrote:
 Only new-run-webkit-tests uses python 2.7 on the leopard bots.  There are
 other bot steps in chromium that would break.  I mention a couple cases
 here:
 http://code.google.com/p/chromium/issues/detail?id=103266#c6
 Alternately, we could try to fully switch the leopard bots to 2.7
 (http://crbug.com/103828), but that's a larger task.

 On Thu, Nov 17, 2011 at 3:19 PM, Dirk Pranke dpra...@chromium.org wrote:

 On Thu, Nov 17, 2011 at 2:45 PM, Adam Barth aba...@webkit.org wrote:
  On Thu, Nov 17, 2011 at 2:42 PM, Dirk Pranke dpra...@chromium.org
  wrote:
  The Chromium Leopard bots are still using 2.5 as far as I know. Unless
  move forward includes you upgrading those bots, you shouldn't remove
  the 2.5 compat code until they have been upgraded. (If you are signing
  up to upgrade them, then great!).
 
  Tony already upgraded the bots.
 
  Adam
 

 I have been corrected. You have my blessings :).
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Tony Chang
new-run-webkit-httpd imports common/host.py which imports lots of stuff
including common/net/buildbot.py, which will fail to import the json module.

I would land smaller pieces so the rollback isn't as painful. :)

On Thu, Nov 17, 2011 at 4:42 PM, Adam Barth aba...@webkit.org wrote:

 The remaining things seem related to websocket-server and
 new-run-webkit-httpd, which I don't think will be effected by your
 change.

 Adam


 On Thu, Nov 17, 2011 at 4:40 PM, Eric Seidel e...@webkit.org wrote:
  Other bot steps in Chromium depend on webkitpy?
 
  I'm tempted to just make the change and see what breaks.  We can
  always roll it out if things are really bad.
 
  I'll prepare an updated patch.
 
  -eric
 
  On Thu, Nov 17, 2011 at 4:37 PM, Tony Chang t...@chromium.org wrote:
  Only new-run-webkit-tests uses python 2.7 on the leopard bots.  There
 are
  other bot steps in chromium that would break.  I mention a couple cases
  here:
  http://code.google.com/p/chromium/issues/detail?id=103266#c6
  Alternately, we could try to fully switch the leopard bots to 2.7
  (http://crbug.com/103828), but that's a larger task.
 
  On Thu, Nov 17, 2011 at 3:19 PM, Dirk Pranke dpra...@chromium.org
 wrote:
 
  On Thu, Nov 17, 2011 at 2:45 PM, Adam Barth aba...@webkit.org wrote:
   On Thu, Nov 17, 2011 at 2:42 PM, Dirk Pranke dpra...@chromium.org
   wrote:
   The Chromium Leopard bots are still using 2.5 as far as I know.
 Unless
   move forward includes you upgrading those bots, you shouldn't
 remove
   the 2.5 compat code until they have been upgraded. (If you are
 signing
   up to upgrade them, then great!).
  
   Tony already upgraded the bots.
  
   Adam
  
 
  I have been corrected. You have my blessings :).
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Adam Barth
I see.  These servers integrate with the Port objects to do
port-specific processing.

Adam


On Thu, Nov 17, 2011 at 4:53 PM, Tony Chang t...@chromium.org wrote:
 new-run-webkit-httpd imports common/host.py which imports lots of stuff
 including common/net/buildbot.py, which will fail to import the json module.
 I would land smaller pieces so the rollback isn't as painful. :)

 On Thu, Nov 17, 2011 at 4:42 PM, Adam Barth aba...@webkit.org wrote:

 The remaining things seem related to websocket-server and
 new-run-webkit-httpd, which I don't think will be effected by your
 change.

 Adam


 On Thu, Nov 17, 2011 at 4:40 PM, Eric Seidel e...@webkit.org wrote:
  Other bot steps in Chromium depend on webkitpy?
 
  I'm tempted to just make the change and see what breaks.  We can
  always roll it out if things are really bad.
 
  I'll prepare an updated patch.
 
  -eric
 
  On Thu, Nov 17, 2011 at 4:37 PM, Tony Chang t...@chromium.org wrote:
  Only new-run-webkit-tests uses python 2.7 on the leopard bots.  There
  are
  other bot steps in chromium that would break.  I mention a couple cases
  here:
  http://code.google.com/p/chromium/issues/detail?id=103266#c6
  Alternately, we could try to fully switch the leopard bots to 2.7
  (http://crbug.com/103828), but that's a larger task.
 
  On Thu, Nov 17, 2011 at 3:19 PM, Dirk Pranke dpra...@chromium.org
  wrote:
 
  On Thu, Nov 17, 2011 at 2:45 PM, Adam Barth aba...@webkit.org wrote:
   On Thu, Nov 17, 2011 at 2:42 PM, Dirk Pranke dpra...@chromium.org
   wrote:
   The Chromium Leopard bots are still using 2.5 as far as I know.
   Unless
   move forward includes you upgrading those bots, you shouldn't
   remove
   the 2.5 compat code until they have been upgraded. (If you are
   signing
   up to upgrade them, then great!).
  
   Tony already upgraded the bots.
  
   Adam
  
 
  I have been corrected. You have my blessings :).
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Dirk Pranke
On Thu, Nov 17, 2011 at 5:06 PM, Eric Seidel e...@webkit.org wrote:
 On Thu, Nov 17, 2011 at 4:53 PM, Tony Chang t...@chromium.org wrote:
 new-run-webkit-httpd imports common/host.py which imports lots of stuff
 including common/net/buildbot.py, which will fail to import the json module.
 I would land smaller pieces so the rollback isn't as painful. :)

 Adam appears to have listed the files:
 http://codesearch.google.com/#search/exact_package=chromiumq=new-run-webkittype=cs

 Can someone with chromium commit-bit, please move those 3 files to
 call python 2.7 in whatever the proper way is, so we can move forward
 here?

2.7? Aren't we just requiring 2.6? I don't think any of the Chromium
bots can assume 2.7 (except for the ones Tony has upgraded), and none
of my machines (except for maybe my Lion machine at home) even have
2.7 installed.

-- Dirk
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-17 Thread Adam Barth
(Sorry if we're spamming webkit-dev with this thread.  We can move it
to a Chromium infrastructure mailing list if we're bugging anyone.)

On Thu, Nov 17, 2011 at 5:17 PM, Dirk Pranke dpra...@chromium.org wrote:
 On Thu, Nov 17, 2011 at 5:06 PM, Eric Seidel e...@webkit.org wrote:
 On Thu, Nov 17, 2011 at 4:53 PM, Tony Chang t...@chromium.org wrote:
 new-run-webkit-httpd imports common/host.py which imports lots of stuff
 including common/net/buildbot.py, which will fail to import the json module.
 I would land smaller pieces so the rollback isn't as painful. :)

 Adam appears to have listed the files:
 http://codesearch.google.com/#search/exact_package=chromiumq=new-run-webkittype=cs

 Can someone with chromium commit-bit, please move those 3 files to
 call python 2.7 in whatever the proper way is, so we can move forward
 here?

 2.7? Aren't we just requiring 2.6? I don't think any of the Chromium
 bots can assume 2.7 (except for the ones Tony has upgraded), and none
 of my machines (except for maybe my Lion machine at home) even have
 2.7 installed.

The pattern Tony used for new-run-webkit-tests was to detect whether
Python 2.7 was installed at a certain path before trying to use it.
That pattern seems like it would work in these cases too.  The one
tricky one is ui_test because the launcher is in C++.  Perhaps it
should call a wrapper script instead?

Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-07 Thread Rafael Antognolli
Hello,  I should have asked on this thread before, but just saw it
now. But since it's in the same topic, what do you think about
changing python scripts from using /usr/bin/python to /usr/bin/python2
?

I opened a bug for this some minutes ago:
https://bugs.webkit.org/show_bug.cgi?id=71723

Regards,
Rafael

On Fri, Nov 4, 2011 at 9:45 PM, Eric Seidel e...@webkit.org wrote:
 Tony: I would recommend upgrading to at least 2.7 on those machines.
 http://www.python.org/download/releases/2.7.2/

 I would love to switch us to require 2.7 but such would currently too
 much of a burden on SnowLeopard-based developers.

 -eric

 On Fri, Nov 4, 2011 at 4:03 PM, Adam Barth aba...@webkit.org wrote:
 I misremembered.  Looking at depot_tools, it seems Chromium only does
 this on Windows.

 Looks like we might need to upgrade the Chromium bots to use 2.6.
 Python 2.5 is super old at this point.

 Adam


 On Fri, Nov 4, 2011 at 4:01 PM, Tony Chang t...@chromium.org wrote:
 Are you sure?  This output has references
 to System/Library/Frameworks/Python.framework/Versions/2.5.  I also thought
 that's why NRWT was slow on the Leopard bots: python 2.5 doesn't have the
 multiprocess module.
 http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20%28dbg%29%281%29/builds/4090/steps/webkit_tests/logs/stdio

 It may just be a bug that these bots aren't using python2.6.

 On Fri, Nov 4, 2011 at 3:40 PM, Adam Barth aba...@webkit.org wrote:

 Yes, Chromium versions its Python independently from the OS.

 Adam


 On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai o...@chromium.org wrote:
  I believe the chromium port always uses 2.6 though, no?
 
  On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber tha...@chromium.org wrote:
 
  The chromium port still has a bot that runs tests (but doesn't build)
  on
  10.5.
 
  Nico
 
  On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
   Now that Apple has removed the Leopard build bot (and presumably
   stopped supporting WebKit on Leopard), all webkit platforms I know of
   have Python 2.6 or higher.
  
   My plan is to remove all of our 2.5 supporting code in the next week,
   requiring Python 2.6 or later for WebKit.
  
   Let me know if this will be an issue for you.
  
   Thanks!
  
   -eric
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




-- 
Rafael Antognolli
ProFUSION embedded systems
http://profusion.mobi
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-07 Thread Adam Barth
$ /usr/bin/python2
-bash: /usr/bin/python2: No such file or directory

I have a pretty standard setup, so it looks like that won't work for
most developers.

Adam


On Mon, Nov 7, 2011 at 1:08 PM, Rafael Antognolli
antogno...@profusion.mobi wrote:
 Hello,  I should have asked on this thread before, but just saw it
 now. But since it's in the same topic, what do you think about
 changing python scripts from using /usr/bin/python to /usr/bin/python2
 ?

 I opened a bug for this some minutes ago:
 https://bugs.webkit.org/show_bug.cgi?id=71723

 Regards,
 Rafael

 On Fri, Nov 4, 2011 at 9:45 PM, Eric Seidel e...@webkit.org wrote:
 Tony: I would recommend upgrading to at least 2.7 on those machines.
 http://www.python.org/download/releases/2.7.2/

 I would love to switch us to require 2.7 but such would currently too
 much of a burden on SnowLeopard-based developers.

 -eric

 On Fri, Nov 4, 2011 at 4:03 PM, Adam Barth aba...@webkit.org wrote:
 I misremembered.  Looking at depot_tools, it seems Chromium only does
 this on Windows.

 Looks like we might need to upgrade the Chromium bots to use 2.6.
 Python 2.5 is super old at this point.

 Adam


 On Fri, Nov 4, 2011 at 4:01 PM, Tony Chang t...@chromium.org wrote:
 Are you sure?  This output has references
 to System/Library/Frameworks/Python.framework/Versions/2.5.  I also thought
 that's why NRWT was slow on the Leopard bots: python 2.5 doesn't have the
 multiprocess module.
 http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20%28dbg%29%281%29/builds/4090/steps/webkit_tests/logs/stdio

 It may just be a bug that these bots aren't using python2.6.

 On Fri, Nov 4, 2011 at 3:40 PM, Adam Barth aba...@webkit.org wrote:

 Yes, Chromium versions its Python independently from the OS.

 Adam


 On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai o...@chromium.org wrote:
  I believe the chromium port always uses 2.6 though, no?
 
  On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber tha...@chromium.org wrote:
 
  The chromium port still has a bot that runs tests (but doesn't build)
  on
  10.5.
 
  Nico
 
  On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
   Now that Apple has removed the Leopard build bot (and presumably
   stopped supporting WebKit on Leopard), all webkit platforms I know of
   have Python 2.6 or higher.
  
   My plan is to remove all of our 2.5 supporting code in the next week,
   requiring Python 2.6 or later for WebKit.
  
   Let me know if this will be an issue for you.
  
   Thanks!
  
   -eric
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




 --
 Rafael Antognolli
 ProFUSION embedded systems
 http://profusion.mobi

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-07 Thread Joe Mason
Has there been any thought of moving to /usr/bin/env python for systems with 
python installed in a different path?

 -Original Message-
 From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-
 boun...@lists.webkit.org] On Behalf Of Adam Barth
 Sent: Monday, November 07, 2011 4:36 PM
 To: Rafael Antognolli
 Cc: WebKit Development
 Subject: Re: [webkit-dev] Removing Support for Python 2.5
 
 $ /usr/bin/python2
 -bash: /usr/bin/python2: No such file or directory
 
 I have a pretty standard setup, so it looks like that won't work for
 most developers.
 
 Adam
 
 
 On Mon, Nov 7, 2011 at 1:08 PM, Rafael Antognolli
 antogno...@profusion.mobi wrote:
  Hello,  I should have asked on this thread before, but just saw it
  now. But since it's in the same topic, what do you think about
  changing python scripts from using /usr/bin/python to
 /usr/bin/python2
  ?
 
  I opened a bug for this some minutes ago:
  https://bugs.webkit.org/show_bug.cgi?id=71723
 
  Regards,
  Rafael
 
  On Fri, Nov 4, 2011 at 9:45 PM, Eric Seidel e...@webkit.org wrote:
  Tony: I would recommend upgrading to at least 2.7 on those machines.
  http://www.python.org/download/releases/2.7.2/
 
  I would love to switch us to require 2.7 but such would currently
 too
  much of a burden on SnowLeopard-based developers.
 
  -eric
 
  On Fri, Nov 4, 2011 at 4:03 PM, Adam Barth aba...@webkit.org
 wrote:
  I misremembered.  Looking at depot_tools, it seems Chromium only
 does
  this on Windows.
 
  Looks like we might need to upgrade the Chromium bots to use 2.6.
  Python 2.5 is super old at this point.
 
  Adam
 
 
  On Fri, Nov 4, 2011 at 4:01 PM, Tony Chang t...@chromium.org
 wrote:
  Are you sure?  This output has references
  to System/Library/Frameworks/Python.framework/Versions/2.5.  I
 also thought
  that's why NRWT was slow on the Leopard bots: python 2.5 doesn't
 have the
  multiprocess module.
 
 http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%2
 0%28dbg%29%281%29/builds/4090/steps/webkit_tests/logs/stdio
 
  It may just be a bug that these bots aren't using python2.6.
 
  On Fri, Nov 4, 2011 at 3:40 PM, Adam Barth aba...@webkit.org
 wrote:
 
  Yes, Chromium versions its Python independently from the OS.
 
  Adam
 
 
  On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai o...@chromium.org
 wrote:
   I believe the chromium port always uses 2.6 though, no?
  
   On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber
 tha...@chromium.org wrote:
  
   The chromium port still has a bot that runs tests (but doesn't
 build)
   on
   10.5.
  
   Nico
  
   On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org
 wrote:
Now that Apple has removed the Leopard build bot (and
 presumably
stopped supporting WebKit on Leopard), all webkit platforms
 I know of
have Python 2.6 or higher.
   
My plan is to remove all of our 2.5 supporting code in the
 next week,
requiring Python 2.6 or later for WebKit.
   
Let me know if this will be an issue for you.
   
Thanks!
   
-eric
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
   
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 
 
  --
  Rafael Antognolli
  ProFUSION embedded systems
  http://profusion.mobi
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful

Re: [webkit-dev] Removing Support for Python 2.5

2011-11-07 Thread Adam Barth
On Mon, Nov 7, 2011 at 2:41 PM, Joe Mason jma...@rim.com wrote:
 Has there been any thought of moving to /usr/bin/env python for systems 
 with python installed in a different path?

Yes.  I'm happy to review any patches that change use to using
/usr/bin/env python.

Adam


 -Original Message-
 From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-
 boun...@lists.webkit.org] On Behalf Of Adam Barth
 Sent: Monday, November 07, 2011 4:36 PM
 To: Rafael Antognolli
 Cc: WebKit Development
 Subject: Re: [webkit-dev] Removing Support for Python 2.5

 $ /usr/bin/python2
 -bash: /usr/bin/python2: No such file or directory

 I have a pretty standard setup, so it looks like that won't work for
 most developers.

 Adam


 On Mon, Nov 7, 2011 at 1:08 PM, Rafael Antognolli
 antogno...@profusion.mobi wrote:
  Hello,  I should have asked on this thread before, but just saw it
  now. But since it's in the same topic, what do you think about
  changing python scripts from using /usr/bin/python to
 /usr/bin/python2
  ?
 
  I opened a bug for this some minutes ago:
  https://bugs.webkit.org/show_bug.cgi?id=71723
 
  Regards,
  Rafael
 
  On Fri, Nov 4, 2011 at 9:45 PM, Eric Seidel e...@webkit.org wrote:
  Tony: I would recommend upgrading to at least 2.7 on those machines.
  http://www.python.org/download/releases/2.7.2/
 
  I would love to switch us to require 2.7 but such would currently
 too
  much of a burden on SnowLeopard-based developers.
 
  -eric
 
  On Fri, Nov 4, 2011 at 4:03 PM, Adam Barth aba...@webkit.org
 wrote:
  I misremembered.  Looking at depot_tools, it seems Chromium only
 does
  this on Windows.
 
  Looks like we might need to upgrade the Chromium bots to use 2.6.
  Python 2.5 is super old at this point.
 
  Adam
 
 
  On Fri, Nov 4, 2011 at 4:01 PM, Tony Chang t...@chromium.org
 wrote:
  Are you sure?  This output has references
  to System/Library/Frameworks/Python.framework/Versions/2.5.  I
 also thought
  that's why NRWT was slow on the Leopard bots: python 2.5 doesn't
 have the
  multiprocess module.
 
 http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%2
 0%28dbg%29%281%29/builds/4090/steps/webkit_tests/logs/stdio
 
  It may just be a bug that these bots aren't using python2.6.
 
  On Fri, Nov 4, 2011 at 3:40 PM, Adam Barth aba...@webkit.org
 wrote:
 
  Yes, Chromium versions its Python independently from the OS.
 
  Adam
 
 
  On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai o...@chromium.org
 wrote:
   I believe the chromium port always uses 2.6 though, no?
  
   On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber
 tha...@chromium.org wrote:
  
   The chromium port still has a bot that runs tests (but doesn't
 build)
   on
   10.5.
  
   Nico
  
   On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org
 wrote:
Now that Apple has removed the Leopard build bot (and
 presumably
stopped supporting WebKit on Leopard), all webkit platforms
 I know of
have Python 2.6 or higher.
   
My plan is to remove all of our 2.5 supporting code in the
 next week,
requiring Python 2.6 or later for WebKit.
   
Let me know if this will be an issue for you.
   
Thanks!
   
-eric
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
   
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 
 
  --
  Rafael Antognolli
  ProFUSION embedded systems
  http://profusion.mobi
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

 -
 This transmission (including any attachments) may contain confidential 
 information, privileged material (including material protected by the 
 solicitor-client or other applicable privileges), or constitute non-public 
 information. Any use of this information by anyone other than the intended 
 recipient is prohibited. If you have received this transmission in error, 
 please immediately reply to the sender and delete this information from your 
 system. Use

[webkit-dev] Removing Support for Python 2.5

2011-11-04 Thread Eric Seidel
Now that Apple has removed the Leopard build bot (and presumably
stopped supporting WebKit on Leopard), all webkit platforms I know of
have Python 2.6 or higher.

My plan is to remove all of our 2.5 supporting code in the next week,
requiring Python 2.6 or later for WebKit.

Let me know if this will be an issue for you.

Thanks!

-eric
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-04 Thread Nico Weber
The chromium port still has a bot that runs tests (but doesn't build) on 10.5.

Nico

On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
 Now that Apple has removed the Leopard build bot (and presumably
 stopped supporting WebKit on Leopard), all webkit platforms I know of
 have Python 2.6 or higher.

 My plan is to remove all of our 2.5 supporting code in the next week,
 requiring Python 2.6 or later for WebKit.

 Let me know if this will be an issue for you.

 Thanks!

 -eric
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-04 Thread Ojan Vafai
I believe the chromium port always uses 2.6 though, no?

On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber tha...@chromium.org wrote:

 The chromium port still has a bot that runs tests (but doesn't build) on
 10.5.

 Nico

 On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
  Now that Apple has removed the Leopard build bot (and presumably
  stopped supporting WebKit on Leopard), all webkit platforms I know of
  have Python 2.6 or higher.
 
  My plan is to remove all of our 2.5 supporting code in the next week,
  requiring Python 2.6 or later for WebKit.
 
  Let me know if this will be an issue for you.
 
  Thanks!
 
  -eric
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-04 Thread Adam Barth
Yes, Chromium versions its Python independently from the OS.

Adam


On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai o...@chromium.org wrote:
 I believe the chromium port always uses 2.6 though, no?

 On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber tha...@chromium.org wrote:

 The chromium port still has a bot that runs tests (but doesn't build) on
 10.5.

 Nico

 On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
  Now that Apple has removed the Leopard build bot (and presumably
  stopped supporting WebKit on Leopard), all webkit platforms I know of
  have Python 2.6 or higher.
 
  My plan is to remove all of our 2.5 supporting code in the next week,
  requiring Python 2.6 or later for WebKit.
 
  Let me know if this will be an issue for you.
 
  Thanks!
 
  -eric
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-04 Thread Tony Chang
Are you sure?  This output has references
to System/Library/Frameworks/Python.framework/Versions/2.5.  I also thought
that's why NRWT was slow on the Leopard bots: python 2.5 doesn't have the
multiprocess module.

http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20%28dbg%29%281%29/builds/4090/steps/webkit_tests/logs/stdio

It may just be a bug that these bots aren't using python2.6.

On Fri, Nov 4, 2011 at 3:40 PM, Adam Barth aba...@webkit.org wrote:

 Yes, Chromium versions its Python independently from the OS.

 Adam


 On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai o...@chromium.org wrote:
  I believe the chromium port always uses 2.6 though, no?
 
  On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber tha...@chromium.org wrote:
 
  The chromium port still has a bot that runs tests (but doesn't build) on
  10.5.
 
  Nico
 
  On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
   Now that Apple has removed the Leopard build bot (and presumably
   stopped supporting WebKit on Leopard), all webkit platforms I know of
   have Python 2.6 or higher.
  
   My plan is to remove all of our 2.5 supporting code in the next week,
   requiring Python 2.6 or later for WebKit.
  
   Let me know if this will be an issue for you.
  
   Thanks!
  
   -eric
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-04 Thread Adam Barth
I misremembered.  Looking at depot_tools, it seems Chromium only does
this on Windows.

Looks like we might need to upgrade the Chromium bots to use 2.6.
Python 2.5 is super old at this point.

Adam


On Fri, Nov 4, 2011 at 4:01 PM, Tony Chang t...@chromium.org wrote:
 Are you sure?  This output has references
 to System/Library/Frameworks/Python.framework/Versions/2.5.  I also thought
 that's why NRWT was slow on the Leopard bots: python 2.5 doesn't have the
 multiprocess module.
 http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20%28dbg%29%281%29/builds/4090/steps/webkit_tests/logs/stdio

 It may just be a bug that these bots aren't using python2.6.

 On Fri, Nov 4, 2011 at 3:40 PM, Adam Barth aba...@webkit.org wrote:

 Yes, Chromium versions its Python independently from the OS.

 Adam


 On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai o...@chromium.org wrote:
  I believe the chromium port always uses 2.6 though, no?
 
  On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber tha...@chromium.org wrote:
 
  The chromium port still has a bot that runs tests (but doesn't build)
  on
  10.5.
 
  Nico
 
  On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
   Now that Apple has removed the Leopard build bot (and presumably
   stopped supporting WebKit on Leopard), all webkit platforms I know of
   have Python 2.6 or higher.
  
   My plan is to remove all of our 2.5 supporting code in the next week,
   requiring Python 2.6 or later for WebKit.
  
   Let me know if this will be an issue for you.
  
   Thanks!
  
   -eric
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-04 Thread Eric Seidel
For those wishing to follow along at home (or just to spectate at the
epic-hack that was python 2.5 support), the bug is
https://bugs.webkit.org/show_bug.cgi?id=71593.

On Fri, Nov 4, 2011 at 4:03 PM, Adam Barth aba...@webkit.org wrote:
 I misremembered.  Looking at depot_tools, it seems Chromium only does
 this on Windows.

 Looks like we might need to upgrade the Chromium bots to use 2.6.
 Python 2.5 is super old at this point.

 Adam


 On Fri, Nov 4, 2011 at 4:01 PM, Tony Chang t...@chromium.org wrote:
 Are you sure?  This output has references
 to System/Library/Frameworks/Python.framework/Versions/2.5.  I also thought
 that's why NRWT was slow on the Leopard bots: python 2.5 doesn't have the
 multiprocess module.
 http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20%28dbg%29%281%29/builds/4090/steps/webkit_tests/logs/stdio

 It may just be a bug that these bots aren't using python2.6.

 On Fri, Nov 4, 2011 at 3:40 PM, Adam Barth aba...@webkit.org wrote:

 Yes, Chromium versions its Python independently from the OS.

 Adam


 On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai o...@chromium.org wrote:
  I believe the chromium port always uses 2.6 though, no?
 
  On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber tha...@chromium.org wrote:
 
  The chromium port still has a bot that runs tests (but doesn't build)
  on
  10.5.
 
  Nico
 
  On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
   Now that Apple has removed the Leopard build bot (and presumably
   stopped supporting WebKit on Leopard), all webkit platforms I know of
   have Python 2.6 or higher.
  
   My plan is to remove all of our 2.5 supporting code in the next week,
   requiring Python 2.6 or later for WebKit.
  
   Let me know if this will be an issue for you.
  
   Thanks!
  
   -eric
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Removing Support for Python 2.5

2011-11-04 Thread Eric Seidel
Tony: I would recommend upgrading to at least 2.7 on those machines.
http://www.python.org/download/releases/2.7.2/

I would love to switch us to require 2.7 but such would currently too
much of a burden on SnowLeopard-based developers.

-eric

On Fri, Nov 4, 2011 at 4:03 PM, Adam Barth aba...@webkit.org wrote:
 I misremembered.  Looking at depot_tools, it seems Chromium only does
 this on Windows.

 Looks like we might need to upgrade the Chromium bots to use 2.6.
 Python 2.5 is super old at this point.

 Adam


 On Fri, Nov 4, 2011 at 4:01 PM, Tony Chang t...@chromium.org wrote:
 Are you sure?  This output has references
 to System/Library/Frameworks/Python.framework/Versions/2.5.  I also thought
 that's why NRWT was slow on the Leopard bots: python 2.5 doesn't have the
 multiprocess module.
 http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20%28dbg%29%281%29/builds/4090/steps/webkit_tests/logs/stdio

 It may just be a bug that these bots aren't using python2.6.

 On Fri, Nov 4, 2011 at 3:40 PM, Adam Barth aba...@webkit.org wrote:

 Yes, Chromium versions its Python independently from the OS.

 Adam


 On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai o...@chromium.org wrote:
  I believe the chromium port always uses 2.6 though, no?
 
  On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber tha...@chromium.org wrote:
 
  The chromium port still has a bot that runs tests (but doesn't build)
  on
  10.5.
 
  Nico
 
  On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel e...@webkit.org wrote:
   Now that Apple has removed the Leopard build bot (and presumably
   stopped supporting WebKit on Leopard), all webkit platforms I know of
   have Python 2.6 or higher.
  
   My plan is to remove all of our 2.5 supporting code in the next week,
   requiring Python 2.6 or later for WebKit.
  
   Let me know if this will be an issue for you.
  
   Thanks!
  
   -eric
   ___
   webkit-dev mailing list
   webkit-dev@lists.webkit.org
   http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev