Commit Graph

7 Commits

Author SHA1 Message Date
Michael b8e662bbd1 Python3: 3.5.0
Python 3.4 has been added to the version repo.
2015-09-14 11:57:55 +08:00
Jan Sauer f14d34f9d3 Fix homepage to use SSL in Python3 Cask
The HTTP URL is already getting redirected to HTTPS. Using the HTTPS URL directly
makes it more secure and saves a HTTP round-trip.
2015-06-05 13:46:54 +02:00
Victor Popkov 479f0e993e python3.rb: add name 2015-04-25 17:31:23 +03:00
Zhongke Chen 2b580fb749 update python3 to 3.4.3 2015-04-01 10:08:25 +08:00
Roland Walker a335d3b06d unify and recast "Cask name" & "title" as "token"
* "Canonical App Name" becomes "Simplified App Name"
* devscript `cask_namer` renamed to `generate_cask_token`
* doc file `CASK_NAMING_REFERENCE.md` renamed to `cask_token_reference.md`
* DSL uses `"#{token}"` for interpolation instead of `"#{title}"`
* documentation text
* backend code (variables, method, class names)
* error message text
* tests
* code comments
* Cask comments
* emphasize `tags :name`
* doc: use "vendor" consistently instead of "developer"
* doc: many man page argument descriptions were incorrect
* incidental clarifications

Many backend variables similar to `cask_name` or `cask` have
been standardized to `cask_token`, `token`, etc, resolving a long-
standing ambiguity in which variables named `cask` might contain
a Cask instance or a string token.

In many places the docs could be shortened from "Cask name" to
simply "token", which is desirable because we use the term "Cask"
in too many contexts.
2014-12-01 11:00:23 -05:00
Roland Walker 2cb550fd2c comment re: number in name, python3 2014-11-25 09:00:04 -05:00
Min RK fd6e961a1b Add cask for Python.org python3
python3 is 3.4.2
2014-11-14 10:19:28 -05:00