index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mitigate macOS race condition in installer build (GH-6686) (#6689)
Miss Islington (bot)
2018-05-02
1
-0/+4
*
[2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408...
Miss Islington (bot)
2018-04-14
1
-3/+3
*
[2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)
Ned Deily
2018-04-14
12
-448/+405
*
[2.7] advance copyright years to 2018 (GH-5094). (#5105)
Benjamin Peterson
2018-01-05
3
-4/+4
*
Backport Mac installer fixes for git-based workflow (#2837)
Ned Deily
2017-07-24
1
-10/+25
*
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2836)
Ned Deily
2017-07-24
2
-4/+4
*
bpo-23404: make touch becomes make regen-all (#1466)
Victor Stinner
2017-05-05
1
-3/+0
*
ring in 2017 for Python
Benjamin Peterson
2017-01-02
5
-7/+7
*
Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied
Ned Deily
2016-12-03
1
-14/+33
*
Issue #28820: Fix spelling of “practice” as a noun
Martin Panter
2016-11-30
1
-1/+1
*
Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Ned Deily
2016-10-31
2
-10/+8
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
23
-69/+68
*
Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
sashk
2016-09-16
16
-137/+124
*
Correct spelling in documentation and code comments
Martin Panter
2016-09-10
3
-3/+3
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
Issue #27310: remove vestigial import in IDLE.app
Ned Deily
2016-06-14
1
-2/+0
*
Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.
Ned Deily
2016-06-05
1
-3/+3
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Corrections for a/an in code comments and documentation
Martin Panter
2016-05-08
1
-1/+1
*
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
1
-2/+2
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-2/+2
*
Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.
Ned Deily
2016-03-08
1
-3/+3
*
Issue #25136: Add reference to 'xcode-select --install' to Mac README.
Ned Deily
2016-02-24
1
-1/+4
*
Change OS X installer builds targeted for 10.10 and above to build
Ned Deily
2016-02-24
1
-2/+7
*
Issue #26417: Prevent spurious errors and incorrect defaults when
Ned Deily
2016-02-23
3
-175/+19
*
Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.
Ned Deily
2016-02-15
2
-21/+7
*
Update copyrights for 2016.
Ned Deily
2016-01-01
5
-8/+8
*
Issue #25798: Update OS X 10.5+ 32-bit-only installer to build
Ned Deily
2015-12-06
2
-11/+13
*
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
Ned Deily
2015-07-24
2
-4/+4
*
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
Ned Deily
2015-07-04
2
-4/+4
*
Minor updates to the OS X installer ReadMe.rtf.
Ned Deily
2015-05-08
1
-3/+3
*
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
Ned Deily
2015-03-19
2
-11/+11
*
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
Ned Deily
2015-03-06
2
-14/+18
*
Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.
Ned Deily
2015-02-06
1
-3/+3
*
Issue #23212: 2.7-specific OS X installer updates
Ned Deily
2015-01-09
2
-2/+2
*
Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.
Ned Deily
2015-01-09
2
-10/+12
*
Update copyright dates in OS X installer.
Ned Deily
2015-01-01
5
-16/+12
*
Use rtf format files for legacy OS X installer builds.
Ned Deily
2014-12-13
5
-74/+10
*
Issue #23032: Fix installer build failures on OS X 10.4 Tiger
Ned Deily
2014-12-11
1
-0/+7
*
Fix typo in OS X installer readmes.
Ned Deily
2014-12-10
2
-2/+2
*
Update the deprecated plain text version of the OS X installer
Ned Deily
2014-12-10
2
-45/+36
*
Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
Ned Deily
2014-12-10
5
-36/+498
*
Remove line breaks in OS X installer README screen.
Ned Deily
2014-11-22
1
-15/+3
*
Add downloads page link to OS X installer README screens.
Ned Deily
2014-11-22
2
-3/+6
*
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
Ned Deily
2014-11-20
1
-2/+27
*
Update OS X installer documentation files for 2.7.9.
Ned Deily
2014-11-15
3
-89/+155
*
Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.
Ned Deily
2014-11-15
2
-23/+88
*
Issue #22471: Avoid Python Launcher.app install problems by removing
Ned Deily
2014-09-23
1
-2/+0
*
Document 2.7.9 changes in OS X installer build requirements:
Ned Deily
2014-09-05
1
-6/+15
[next]