From 700c2713060491331111dae119b4e12c9f5f0eaf Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 20 Oct 2014 21:17:05 +0200 Subject: [PATCH 1/9] ENH: link title image to webpage --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 30e3346..82209a3 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@
  • portable
  • -

    WinPython

    +

    WinPython

    The easiest way to run Python, Spyder with SciPy and friends on any Windows PC, without installing anything!

    From 960fddc9be2622fbc9151b639740614cdfbe81cb Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 20 Oct 2014 21:20:17 +0200 Subject: [PATCH 2/9] MAINT: remove paragraph referencing Python(x,y) --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 82209a3..ebc2923 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,6 @@

    Overview

  • A configuration file allows to set environment variables at runtime
  • -

    WinPython vs. Python(x,y): WinPython is not an attempt to replace Python(x,y), this is just something different (see motivation and concept): more flexible, easier to maintain, movable and less invasive for the OS, but certainly less user-friendly, with less packages/contents and without any integration to Windows explorer.

    WinPython Small Logos

    Portable or not, the choice is yours!

    From f15813a04bd5ec0ce9e2c17555216df365b8b520 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 20 Oct 2014 21:27:36 +0200 Subject: [PATCH 3/9] ENH: Adding note for highlights of current version --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index ebc2923..850182e 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@

    Recent Releases

    Released in October 2014:

    +

    Highlights: Included MinGW-Compiler and fully integrated Cython and Numba! Want to take a look at the usage example?

    • WinPython 2.7.8.2, Release Information. Downloads: 32bit and 64bit
    • WinPython 3.3.5.2, Release Information. Downloads: 32bit and 64bit
    • From af1d27dd6c6b5feaf7ecab19fea4b5236da55b20 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 28 Oct 2014 22:17:49 +0100 Subject: [PATCH 4/9] ENH: Emphasize pre-configured environment, runs out of the box --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 850182e..a3ee089 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@

    WinPython

    -

    The easiest way to run Python, Spyder with SciPy and friends on any Windows PC, without installing anything!

    +

    The easiest way to run Python, Spyder with SciPy and friends out of the box on any Windows PC, without installing anything!

    We are currently reorganizing the project structure. The project home, including source code and build documentation, can be found in our Github organization winpython, the downloads page is currently on Sourceforge, the Discussion group on Google Groups, and our Tickets are also now on Github (but the old ones are on Sourceforge).

    @@ -50,8 +50,8 @@

    Overview

  • Regular scientific users: interactive data processing and visualization using Python with Spyder
  • Advanced scientific users and software developers: Python applications development with Spyder, version control with Mercurial and other development tools (like gettext, etc.)
  • -
  • Portable: preconfigured, it should run out of the box on any machine under Windows (without any requirement) and the folder containing WinPython can be moved to any location (local, network or removable drive) with most of the application settings
  • -
  • Flexible: one can install (or should I write "use" as it's portable) as many WinPython versions as necessary (like isolated and self-consistent environments), even if those versions are running different versions of Python (2.7, 3.3) or different architectures (32bit or 64bit) on the same machine
  • +
  • Portable: preconfigured, it should run out of the box on any machine under Windows (without any requirement) and without administrator privileges. The folder containing WinPython can be moved to any location (local, network or removable drive) with most of the application settings. There's no need to configure the environment or load or compile any packages after downloading except unpacking. WinPython is ready to play with, as all important and most used packages are already pre-loaded, this is also the main difference to other distributions, like Anaconda
  • +
  • Flexible: one can install (or should I write "use" as it's portable) as many WinPython versions as necessary (like isolated and self-consistent environments), even if those versions are running different versions of Python (2.7, 3.3) or different architectures (32bit or 64bit) on the same machine.
  • Customizable:
    • The integrated package manager (wppm, as WinPython Package Manager) helps installing, uninstalling or upgrading Python packages (see WPPM wiki page for more details on supported package formats)
    • @@ -76,3 +76,4 @@

      Portable or not, the choice is yours!

      + From db7f6bcb3d83fd4c3cfa5fc3ccfd48f4e064b4fc Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 28 Oct 2014 22:19:40 +0100 Subject: [PATCH 5/9] BUG: Fix encoding by switching to UTF-8 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a3ee089..2d43d04 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - + WinPython @@ -73,7 +73,7 @@

      Portable or not, the choice is yours!

    That is exactly what the official Python installer would do to your machine: in other words, you can have it both ways!
  • - + From 9478f595fe4177d484960eac745ec1cc66afc7f4 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 1 Nov 2014 17:54:25 +0100 Subject: [PATCH 6/9] BUG: we are not supporting XP, but Vista, aren't we? --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2d43d04..8f8420b 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@

    Recent Releases

    Older releases can be found at the Downloads page of the former maintainer and creator Pierre Raybaut, but note that they may be outdated.

    Overview

    -

    WinPython is a free open-source portable distribution of the Python programming language for Windows XP/7/8, designed for scientists, supporting both 32bit and 64bit versions of Python 2 and Python 3.

    +

    WinPython is a free open-source portable distribution of the Python programming language for Windows Vista/7/8, designed for scientists, supporting both 32bit and 64bit versions of Python 2 and Python 3.

    WinPython Launcher Icons

    It is a full-featured (see what's inside WinPython 2.7 or WinPython 3.3) Python-based scientific environment: