Benjamin Peterson
47e782a67a
update for copyright for 2015
12 years ago
Ned Deily
5d3febf0cf
Issue #17128 : Use private version of OpenSSL for 3.x OS X 10.5+ installers.
Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot
verify newer SHA-256 certs as now used by python.org services. Document
in the installer ReadMe some of the certificate management issues that
users now need to be more concerned with due to PEP 476's enabling cert
verification by default. For now, continue to use the Apple-supplied
0.9.8 libs for the 10.6+ installer since they use Apple private APIs to
verify certificates using the system- and user-managed CA keychain stores.
12 years ago
Georg Brandl
525d355984
Fixing broken links in doc, part 3: the rest
12 years ago
Georg Brandl
e73778c1ac
Use https:// URLs when referring to python.org hosts.
12 years ago
Georg Brandl
edc3cbaaba
Copyright year update, add version to licenses.
12 years ago
Larry Hastings
3101b70762
Final documentation fixes for 3.4.0 final.
12 years ago
Martin v. Löwis
24e43308b7
* Issue #16113 : Remove sha3 module again.
Patch by Christian Heimes, with modifications.
13 years ago
Benjamin Peterson
fa10ae0978
update copyright year
13 years ago
Stefan Krah
29e64548c5
Fix typo.
13 years ago
Stefan Krah
345ec35da3
Fix whitespace.
13 years ago
Stefan Krah
1761fa9dd1
Add libmpdec license.
13 years ago
Victor Stinner
ed3b0bca3e
Issue #18874 : Implement the PEP 454 (tracemalloc)
13 years ago
Christian Heimes
985ecdcfc2
ssue #19183 : Implement PEP 456 'secure and interchangeable hash algorithm'.
Python now uses SipHash24 on all major platforms.
13 years ago
Georg Brandl
587b30571d
Closes #19043 : remove detailed listing of versions from license files
Since all versions since 2.2 are under the same licensing terms,
this saves the release manager from touching the two files for
very new minor release.
13 years ago
Georg Brandl
03b273f4d1
Add 3.3.1 to LICENSE files.
13 years ago
Georg Brandl
a7d2f0061f
Copyright update to 2013.
13 years ago
Benjamin Peterson
198399d92c
bring Python into 2013
14 years ago
Benjamin Peterson
b25d611f8d
bring Python into 2013
14 years ago
Christian Heimes
4a0270d82b
Issue #16113 : integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
14 years ago
Georg Brandl
08a9012352
Bump version to 3.4.0 alpha 0.
14 years ago
Ezio Melotti
4f24af065d
#16014 : fix broken link.
14 years ago
Ezio Melotti
fe11e81136
#16014 : fix broken link.
14 years ago
Georg Brandl
4168764c1a
Add 3.2.3 version to the license table.
14 years ago
Georg Brandl
f125bf5f94
Update copyright years and version name.
14 years ago
Georg Brandl
e578021696
Add 3.2.3 to license.
14 years ago
Barry Warsaw
74f4bd53e0
Bump some more copyright years (as per PEP 101), since this is the first
release of 2.6 for 2012.
14 years ago
Benjamin Peterson
5f8d60647b
add another year to glorious PSF IP
15 years ago
Benjamin Peterson
f606e682a4
add another year to glorious PSF IP
15 years ago
Sandro Tosi
b2761186af
#12761 : fix wording of zlib license section
15 years ago
Sandro Tosi
f6b25b9e35
#12761 : fix wording of zlib license section
15 years ago
Sandro Tosi
4047d68a05
#12761 : fix wording of zlib license section
15 years ago
Georg Brandl
96d237c40a
Update versions in LICENSE files.
15 years ago
Éric Araujo
ee19c772cb
Remove mentions of previous license in profile module docs ( #12417 followup).
Also remove an extra docstring.
15 years ago
Éric Araujo
345fff3de8
Remove mentions of previous license in profile module ( #12417 followup)
15 years ago
Éric Araujo
5cf8660f0b
Fix a few misuses of :option: I missed in r86521.
Extract of the commit message:
Fix usage of :option: in the docs (#9312 ).
:option: is used to create a link to an option of python, not to mark
up any instance of any arbitrary command-line option. These were
changed to ````.
15 years ago
Éric Araujo
d2f8cec885
Fix a few misuses of :option: I missed in r86521.
Extract of the commit message:
Fix usage of :option: in the docs (#9312 ).
:option: is used to create a link to an option of python, not to mark
up any instance of any arbitrary command-line option. These were
changed to ````.
15 years ago
Barry Warsaw
cf0d8ab818
Replay changeset 70238:03e488b5c009 from fubar branch. Original commit
message:
Reconcile with the 2.6svn branch. The 2.6.7 release will be made from
Subversion, but there were differences, so this brings them in sync. These
changes should *not* propagate to any newer versions.
15 years ago
Georg Brandl
3ebb6b3615
Bump trunk to 3.3 alpha 0.
16 years ago
Georg Brandl
ed13853e5d
Happy New Year! (CET edition)
16 years ago
Marc-André Lemburg
bd5283f7ad
Merged revisions 84941 via svnmerge from
svn+pythonssh://pythondev@svn.python.org/python/branches/py3k
........
r84941 | marc-andre.lemburg | 2010-09-21 13:55:27 +0200 (Tue, 21 Sep 2010) | 3 lines
Add missing word.
........
16 years ago
Marc-André Lemburg
5a58772c2a
Merged revisions 84941 via svnmerge from
svn+pythonssh://pythondev@svn.python.org/python/branches/py3k
........
r84941 | marc-andre.lemburg | 2010-09-21 13:55:27 +0200 (Tue, 21 Sep 2010) | 3 lines
Add missing word.
........
16 years ago
Marc-André Lemburg
45fb9a1c23
Add missing word.
16 years ago
Marc-André Lemburg
e94fa057f9
Merged revisions 84938 via svnmerge from
svn+pythonssh://pythondev@svn.python.org/python/branches/py3k
........
r84938 | marc-andre.lemburg | 2010-09-21 13:37:43 +0200 (Tue, 21 Sep 2010) | 5 lines
Add OpenSSL license to the Python license documenation page.
See #9119 .
........
16 years ago
Marc-André Lemburg
8680735a45
Merged revisions 84938 via svnmerge from
svn+pythonssh://pythondev@svn.python.org/python/branches/py3k
........
r84938 | marc-andre.lemburg | 2010-09-21 13:37:43 +0200 (Tue, 21 Sep 2010) | 5 lines
Add OpenSSL license to the Python license documenation page.
See #9119 .
........
16 years ago
Marc-André Lemburg
6b91fc4d62
Add OpenSSL license to the Python license documenation page.
See #9119 .
16 years ago
Matthias Klose
3e8230d50c
Merged revisions 84743 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84743 | matthias.klose | 2010-09-12 18:31:58 +0200 (So, 12 Sep 2010) | 3 lines
- Issue #9817 : Add expat COPYING file; add expat, libffi and expat licenses
to Doc/license.rst.
........
16 years ago
Matthias Klose
167c3bc3c1
Merged revisions 84743 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84743 | matthias.klose | 2010-09-12 18:31:58 +0200 (So, 12 Sep 2010) | 3 lines
- Issue #9817 : Add expat COPYING file; add expat, libffi and expat licenses
to Doc/license.rst.
........
16 years ago
Matthias Klose
62d52fd966
- Issue #9817 : Add expat COPYING file; add expat, libffi and expat licenses
to Doc/license.rst.
16 years ago
Georg Brandl
fff9021f75
Update copyright years and add releases to release list. Also update Sphinx version number.
16 years ago
Benjamin Peterson
7b18c93da6
fix date
16 years ago