Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] Bring Python into the next decade. (GH-17805) | Benjamin Peterson | 2020-01-03 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 946b29ea0b3b386ed05e87e60b8617c9dc19cd53) Co-authored-by: Benjamin Peterson <benjamin@python.org> | ||||
* | [2.7] Bump copyright years to 2019. (GH-11408) | Benjamin Peterson | 2019-01-02 | 1 | -1/+1 |
| | | | (cherry picked from commit 9a69ae8a78785105ded02b083b2e5cd2dd939307) | ||||
* | [2.7] advance copyright years to 2018 (GH-5094). (#5105) | Benjamin Peterson | 2018-01-05 | 1 | -1/+1 |
| | | | (cherry picked from commit 65f2a6dcc2bc28a8566b74c8e9273f982331ec48) | ||||
* | ring in 2017 for Python | Benjamin Peterson | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright dates in OS X installer. | Ned Deily | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | Issue #22471: Avoid Python Launcher.app install problems by removing | Ned Deily | 2014-09-23 | 1 | -2/+0 |
| | | | | vestigial Makefile step. | ||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 5 | -0/+0 |
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. | ||||
* | Update copyright dates in Mac plists. | Ned Deily | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Issue #18377: Code cleanup in Python Launcher | Ronald Oussoren | 2013-07-07 | 8 | -101/+83 |
| | | | | | This changeset fixes a number of compiler warnings in the Python Launcher binary for OSX. It also cleans up whitespace usage in those sources. | ||||
* | Issue #12990: The "Python Launcher" on OSX could not launch python scripts ↵ | Ronald Oussoren | 2013-07-06 | 1 | -1/+1 |
| | | | | that have paths that include wide characters. | ||||
* | Update copyright dates in Mac plists. | Ned Deily | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright dates in Mac plists. | Ned Deily | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Merged revisions 87791 via svnmerge from | Georg Brandl | 2011-01-09 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87791 | georg.brandl | 2011-01-06 11:05:26 +0100 (Do, 06 Jan 2011) | 1 line #10844: update copyright years in Mac plists. ........ | ||||
* | Fix for issue #3646: with this patch it is possible to do a | Ronald Oussoren | 2010-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | framework install of Python in your home directory (on OSX): $ configure --enable-framework=${HOME}/Library/Frameworks $ make && make install Without this patch the framework would get installed just fine, but 'make install' would try to install the application bundles and command-line tools outside the user's home, which doesn't work for non-admin users (and is bad form anyway). | ||||
* | The PythonLauncher change is needed due | Ronald Oussoren | 2010-04-20 | 1 | -1/+1 |
| | | | | | | | | | to changes in how the BASECFLAGS and CFLAGS variables get filled by configure. The Mac/Makefile.in change ensures that pythonw gets build with the rigth deployment targets. | ||||
* | Remove usage of the deprecated '-cString' and '+stringWithCString:' API's | Ronald Oussoren | 2009-03-30 | 1 | -2/+2 |
| | | | | in PythonLauncher, replacing them with the correct counterparts. | ||||
* | Fix for issue 3433 | Ronald Oussoren | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard | Ronald Oussoren | 2008-05-02 | 2 | -102/+43 |
| | | | | This fixes both Python Launchar and the terminalcommand module. | ||||
* | Finish fix for issue2573, previous patch was incomplete. | Ronald Oussoren | 2008-05-02 | 1 | -1/+2 |
| | |||||
* | Fix for bug #1570284 | Ronald Oussoren | 2006-10-08 | 1 | -3/+3 |
| | |||||
* | This fixes bug #1527397: PythonLauncher runs scripts with the wrong working | Ronald Oussoren | 2006-08-01 | 1 | -3/+18 |
| | | | | | directory. It also fixes a bug where PythonLauncher failed to launch scripts when the scriptname (or the path to the script) contains quotes. | ||||
* | - Patch the correct version of python in the Info.plists at build time, instead | Ronald Oussoren | 2006-06-07 | 2 | -5/+8 |
| | | | | | of relying on a maintainer to update them before releases. - Remove the now empty Mac/OSX directory | ||||
* | Move Mac/OSX/PythonLauncher one level up | Ronald Oussoren | 2006-06-07 | 24 | -0/+1372 |