summaryrefslogtreecommitdiff
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-0829-65/+65
* OSX tweak.Just van Rossum2001-12-081-1/+3
* Don't do App.DrawThemeListBoxFrame() upon activate: it startsJust van Rossum2001-12-081-2/+2
* Not being able to copy PythonCore to the system-folder is not a fatal error, ...Jack Jansen2001-12-072-4/+8
* Replace sprintf() with PyOS_snprintf().Jack Jansen2001-12-053-9/+9
* Link more modules with weak import, and add CarbonAccessors.o to all relevant...Jack Jansen2001-12-051-6/+7
* Define NDEBUG if Py_DEBUG isn't defined.Jack Jansen2001-12-0511-0/+33
* Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus appear...Jack Jansen2001-12-043-35/+145
* removed some dead code.Just van Rossum2001-12-031-15/+0
* Removed old and broken AE-based browser controller, use webbrowser.pyJust van Rossum2001-12-031-31/+11
* A system() lookalike that sends commands to ToolServer, by Daniel Brotsky. Th...Jack Jansen2001-12-031-0/+67
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-3050-298/+1805
* a whole bunch of OSX tweaksJust van Rossum2001-11-1810-69/+105
* Add the MSL C library to the set of standard librariesJack Jansen2001-11-102-1/+37
* Fixed various problems with command-dot handling (some very old):Jack Jansen2001-11-101-45/+52
* Changed names, added bridge functions to macfs.fsref objects andJack Jansen2001-11-061-67/+48
* Added an error message when using FSRef objects on platforms that don'tJack Jansen2001-11-061-0/+1
* Added hfsplusapi module.Jack Jansen2001-11-064-0/+6
* Added longlong routines.Jack Jansen2001-11-062-1/+8
* Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by t...Jack Jansen2001-11-061-2/+2
* Removed unused variable.Jack Jansen2001-11-061-1/+0
* First couple of fixes to make it compile with Universal 3.3.2.Jack Jansen2001-11-061-10/+21
* HFS+ API contributed by Nitin Ganatra. This checkin is identical to what he s...Jack Jansen2001-11-061-0/+1547
* Correctly builds the C module now.Jack Jansen2001-11-052-5/+1600
* First tweaks to allow MacPython to be compiled withJack Jansen2001-11-055-22/+9
* Fixed broken newlines and changed module name. Still untested.Jack Jansen2001-11-052-23/+18
* Regenerated with CF accessors.Jack Jansen2001-11-052-0/+72
* Carbon Event Manager module donated by Donovan Preston. Checked in as I recei...Jack Jansen2001-11-052-0/+332
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-052-38/+140
* MacPython -vv equivalent printed incorrect filenames, fixed. AlsoJack Jansen2001-11-051-11/+1
* added acces to the cellSize field, rewrote setattr codeJust van Rossum2001-11-052-24/+32
* Rewritten the List Definition for the traceback window in Python,Just van Rossum2001-11-051-9/+112
* More List Manager interfacing:Just van Rossum2001-11-053-23/+363
* macdinkingJust van Rossum2001-11-022-10/+9
* use 32bit APIs for control values, refactor slightlyJust van Rossum2001-11-021-42/+28
* use proper APIs for activate/deactivateJust van Rossum2001-11-021-17/+5
* wintertime bluesJust van Rossum2001-11-021-0/+0
* removed import display hackeryJust van Rossum2001-11-022-66/+5
* some support for syntax coloring, disabled for nowJust van Rossum2001-11-022-42/+149
* changed the default fontJust van Rossum2001-11-021-1/+1
* fixed a non-Carbon Carbon importJust van Rossum2001-11-021-1/+1
* - rearranged some importsJust van Rossum2001-11-021-29/+3
* rearranged some importsJust van Rossum2001-11-024-23/+8
* We always install the Sioux menubar, in stead of only when no menubarJack Jansen2001-11-011-0/+8
* Under MachO-Python unconditionally import macfsn.Jack Jansen2001-11-011-0/+6
* Workaround for odd problem on my machine: without this I get a tracebackJust van Rossum2001-10-311-1/+5
* Moved macfsn hackery from macmain.c to macfsmodule.c so it loadsJust van Rossum2001-10-312-30/+32
* call the correct base method (found due to better inheritance checking in 2.2)Just van Rossum2001-10-311-1/+1
* RegeneratedJack Jansen2001-10-312-18/+4
* Added structseq.cJust van Rossum2001-10-311-0/+0