solya0x
c86571e4c9
Update copyright years to 2024. (GH-113608)
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-01-16 21:54:05 +01:00
Ronald Oussoren
4cfce3a4da
gh-108269: Add CFBundleAllowMixedLocalizations to Info.plist on macOS (GH-113213)
...
Adding this key with a value of true enables detecting the
users prefered language in libraries accessing system APIs
for this.
2023-12-18 18:41:41 -05:00
Benjamin Peterson
11f99323c2
Update copyright years to 2023. (gh-100848)
2023-01-08 09:13:25 -06:00
Erlend Egeberg Aasland
06fc249135
gh-89610: Add .pyi as a recognised extension for IDLE on macOS ( #95393 )
...
This allows opening stub files by double clicking on them in the Finder.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2022-07-28 19:04:26 -04:00
Benjamin Peterson
ba00f0d93a
Update copyright year to 2022. (GH-30335)
...
Automerge-Triggered-By: GH:benjaminp
2022-01-02 12:08:48 -08:00
Dong-hee Na
de6f20a6de
Bring Python into the new year. (GH-24036)
2021-01-02 00:37:23 +09:00
Benjamin Peterson
946b29ea0b
Bring Python into the next decade. (GH-17801)
2020-01-02 18:56:34 -08:00
Benjamin Peterson
9a69ae8a78
Bump copyright years to 2019. (GH-11404)
2019-01-02 07:46:53 -08:00
Benjamin Peterson
65f2a6dcc2
advance copyright years to 2018 ( #5094 )
2018-01-04 22:34:19 -08:00
Ned Deily
c276ffa0a9
ring IDLE.app into 2017, too
2017-01-02 02:46:09 -05:00
Ned Deily
cb0613b860
Update copyright dates in Mac plists.
2014-01-01 13:05:03 -08:00
Ned Deily
9cd864dcbf
Issue #15587 : Enable Tk high-resolution text rendering on Macs with
...
Retina displays. Applies to Tkinter apps, such as IDLE, on OS X
framework builds linked with Cocoa Tk 8.5+.
Suggested by Kevin Walzer
2013-02-01 23:12:42 -08:00
Ned Deily
3108fb5b45
Update copyright dates in Mac plists.
2013-01-01 12:07:15 -08:00
Ned Deily
4391173778
Update copyright dates in Mac plists.
2012-01-01 01:09:19 -08:00
Georg Brandl
f8dc9ca84e
#10844 : update copyright years in Mac plists.
2011-01-06 10:05:26 +00:00
Ronald Oussoren
2160015915
Make it possible to install a framework build of Python 3.x on OSX.
...
This the build machinery on OSX to re-enable building (and installing)
PythonLauncher.app and IDLE.app.
This needs ports of fixes to Lib/distutils/util.py and Include/pymacconfig.h
to be fully functiontional, to be fully functional.
I also have a patch for Makefile.pre.in that I'll post on bugs.python.org
for review.
2008-12-30 12:59:02 +00:00
Benjamin Peterson
de9c869fb8
Hopefully fix make framework install on Mac (see 3174)
...
Removal of the Mac modules broke many of the Mac scripts (including
BuildApplet.py) so the building of the Python launcher and IDLE.app was
broken. I manually copied built versions of those apps into Mac. Everything else
which used Mac modules had to die.
2008-07-01 18:23:09 +00:00