Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.8
/
Mac
/
Tools
tag
831340af84b4220c9974aaf34df17969a1da9666
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Oct 07 19:01:55 2024
object
39b2f82717a69dde7212bc39b673b0f55c99e6a3
Python 3.8 end of life
b29d0a5
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
by Ned Deily
· 4 years, 4 months ago
c959fa9
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19110)
by Miss Islington (bot)
· 5 years ago
c981ad1
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
by Jon Janzen
· 6 years ago
1339944
Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.
by Ned Deily
· 11 years ago
94e44a9
Issue #14455: fix handling of unsigned long long values for binary plist files
by Ronald Oussoren
· 12 years ago
8f8ec92
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
b992a0e
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
6db6653
Issue #14455: Fix some issues with plistlib
by Ronald Oussoren
· 12 years ago
c5cf797
Issue #14455: plistlib now supports binary plists and has an updated API.
by Ronald Oussoren
· 12 years ago
dcdd794
Issue #19128: Remove nonfunctional, unused Mac help indexing tool from repo.
by Ned Deily
· 12 years ago
b48925a
#16135: Removal of OS/2 support (I)
by Jesus Cea
· 13 years ago
90db661
Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren.
by Vinay Sajip
· 13 years ago
2895244
Closes #15173: Tidied up copyright statements and removed pythonv references.
by Vinay Sajip
· 13 years ago
430d7a3
Remove obsolete fixapplepython23 script and PythonSystemFixes
by Ned Deily
· 13 years ago
7ded1f0
Implemented PEP 405 (Python virtual environments).
by Vinay Sajip
· 13 years ago
4969f70
#11515: Merge with 3.1.
by Ezio Melotti
· 14 years ago
82bfcc8
Merged revisions 81649 via svnmerge from
by Ronald Oussoren
· 15 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
051858e
Merged revisions 79902 via svnmerge from
by Benjamin Peterson
· 15 years ago
b366cda
Merged revisions 78755 via svnmerge from
by Ronald Oussoren
· 15 years ago
755740f
Forward port a number of OSX bugfixes from the trunk to 3.2
by Ronald Oussoren
· 16 years ago
6f6c562
Merged revisions 77031 via svnmerge from
by Ronald Oussoren
· 16 years ago
934896d
Merged revisions 69846 via svnmerge from
by Mark Dickinson
· 16 years ago
2160015
Make it possible to install a framework build of Python 3.x on OSX.
by Ronald Oussoren
· 17 years ago
de9c869
Hopefully fix make framework install on Mac (see 3174)
by Benjamin Peterson
· 17 years ago
4e6531e
Removed remnants of os.path.walk().
by Alexandre Vassalotti
· 17 years ago
2a691a8
Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
by Benjamin Peterson
· 17 years ago
c76473d
Fix Mac build, patch #1091 by Humberto Diogenes.
by Georg Brandl
· 18 years ago
828f04a
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
by Collin Winter
· 18 years ago
e7bf59f
Run 2to3's print fixer over some places that had been missed.
by Collin Winter
· 18 years ago
1dd46a0
Convert raise statements in Mac/.
by Collin Winter
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
73e5a5b
Merge the rest of the trunk.
by Thomas Wouters
· 19 years ago
1ba5b3b
Merged revisions 46607-46608 via svnmerge from
by Thomas Wouters
· 19 years ago
d910855
Remove apply()
by Neal Norwitz
· 19 years ago
ac3625f
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
by Neal Norwitz
· 19 years ago
db390c1
fix typos, mostly in comments
by Fred Drake
· 20 years ago
7eb4b7d
Fix all wrong instances of "it's".
by Georg Brandl
· 20 years ago
5a3c7c3
Oops, there was a tab in there.
by Jack Jansen
· 21 years ago
30620ac
Workaround for the fact that urllib2 doesn't default to "file:" urls.
by Jack Jansen
· 21 years ago
de2ecb8
Updated version numbers.
by Jack Jansen
· 21 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 21 years ago
ad1654e
After more than two years of puzzlement Jurjen Bos found the reason for
by Jack Jansen
· 21 years ago
4f90137
- Added a note about fixversions.py - Ran it.
by Jack Jansen
· 21 years ago
0701bd6
Fix for #860242: use correct names in the "save preferences" dialog.
by Jack Jansen
· 21 years ago
30184f3
- Fix for #862941: "run with commandline python" crashed. Fixed.
by Jack Jansen
· 21 years ago
8d562e6
Very large scripts folders could crash the IDE, because it runs out
by Jack Jansen
· 21 years ago
fe99927
- Allow easy opening of experimental database, if pimp >= 0.4
by Jack Jansen
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 22 years ago
001734c
fixed long standing typo
by Just van Rossum
· 22 years ago
ac5d667
Fix (workaround, actually) for bug #844676: deselecting "show hidden" can
by Jack Jansen
· 22 years ago
9cc4fcd
Package Mnager error dialogs could refer to hidden packages, which was
by Jack Jansen
· 22 years ago
28ecf70
Getting rid of support for MacOS9 and earlier. This is the first step,
by Jack Jansen
· 22 years ago
d48364e
Forward port of various fixes that were initially only done on the
by Jack Jansen
· 22 years ago
4e6b3c5
Fix for [ 782686 ]: new files used \r as the default line separator
by Just van Rossum
· 22 years ago
7e94a9a
fix for bug [819860]: make sure the buffer gets emptied, even if WEInsert() fails
by Just van Rossum
· 22 years ago
40b2e83
We erronuously re-used the pimpinstaller object if there were multiple installs.
by Jack Jansen
· 22 years ago
a7203d1
Because plistlib doesn't catch all possible errors that can
by Jack Jansen
· 22 years ago
dd614fd
Fixed lots of minor issues found by Edward Moy: incorrect version
by Jack Jansen
· 22 years ago
2a97dcc
Use splitlines() in stead of split() to split lines, and added a method
by Jack Jansen
· 22 years ago
9f0c575
- Get the database from a different place.
by Jack Jansen
· 22 years ago
31fa845
Added Help menu. Fixes #731635
by Jack Jansen
· 22 years ago
8d97b9b
fixed some DeprecationWarnings
by Just van Rossum
· 22 years ago
ba5db20
also support cmd-. in the interactive window
by Just van Rossum
· 22 years ago
eb64af9
add explicit support for cancelling a running script (CFM-based MacPython had this built-in)
by Just van Rossum
· 22 years ago
476736e
more dead code removal
by Just van Rossum
· 22 years ago
5ef0e7c
dead code removal
by Just van Rossum
· 22 years ago
9a79182
Fix for #731643: allow "lookup in documentation" to also work if the
by Jack Jansen
· 22 years ago
4e2d232
Install automatic GIL switcher upon IDE startup.
by Just van Rossum
· 22 years ago
d797e7b
Fixed age-old beginner's error: don't start the main loop as a side
by Just van Rossum
· 22 years ago
f776dee
Hiding packages was done incorrectly. Fixed.
by Jack Jansen
· 22 years ago
36b5198
Refer people to the help pages on failure to load the database.
by Jack Jansen
· 22 years ago
a950d7b
Added support for per-user installs.
by Jack Jansen
· 22 years ago
4323090
Adapted GUI for per-user install. Doesn't do anything yet, though
by Jack Jansen
· 22 years ago
aca44e2
Added a File->Generate OSA Suite command.
by Jack Jansen
· 22 years ago
08801db
The MacPython introductory help is now called MacPython Help, and the
by Jack Jansen
· 22 years ago
f3ef038
- Don't ask for bring-to-front when quitting through an appleevent.
by Jack Jansen
· 22 years ago
5125c76
Gave the text fields a little more space, so they don't get cut off.
by Jack Jansen
· 22 years ago
1221524
Don't call AEInteractWithUser unconditionally on a quit appleevent. The
by Jack Jansen
· 22 years ago
d5532af
Check modes on install and temporary directories. Fixes #693230.
by Jack Jansen
· 22 years ago
f172871
Removed silly print.
by Jack Jansen
· 22 years ago
c00b6d7
Added an "Open Recent" command. Fixes 607810.
by Jack Jansen
· 22 years ago
5bb97e6
Checking mac-specific stuff from the 2.3a2 branch in on the trunk.
by Jack Jansen
· 23 years ago
fd3e54c
When building an applet clear out the tempfile and dir afterwards.
by Jack Jansen
· 23 years ago
4ab8437
Allow opening of alternate databases.
by Jack Jansen
· 23 years ago
c13f19f
Icons for the package manager.
by Jack Jansen
· 23 years ago
ffb8fef
Allow this to run both standalone and as a window in the IDE.
by Jack Jansen
· 23 years ago
a359a3d
More int() around float arguments.
by Jack Jansen
· 23 years ago
c0452da
Create applets slightly differently: by saving the sourcecode to a
by Jack Jansen
· 23 years ago
113af98
Renamed InstallManager to PackageManager, finished a first stab at the
by Jack Jansen
· 23 years ago
9c679f8
In a MultiList select all cells in the row, not only the first one.
by Jack Jansen
· 23 years ago
73019a6
An install manager window for the IDE and standalone use. Unfinished.
by Jack Jansen
· 23 years ago
726b238
- More int() calls around floating point numbers passed where integers are
by Jack Jansen
· 23 years ago
e7ee17c
Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now
by Jack Jansen
· 23 years ago
611b9f6
Added "Open File by Name" command which presens a filename dialog. If
by Jack Jansen
· 23 years ago
d424836
Cast various floats to ints so we don't get warnings.
by Jack Jansen
· 23 years ago
fd0b00e
Use new file dialogs.
by Jack Jansen
· 23 years ago
b340acf
Use new file dialogs.
by Jack Jansen
· 23 years ago
7a503a4
Fix bug #670845: cut & clear in the output window now work, in that
by Just van Rossum
· 23 years ago
Next »