34 Commits (64c0b2ca3da8ffcaf8a8cf150a59eeb300326529)

Author SHA1 Message Date
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Ronald Oussoren aa8efbf084 Another fix for 4-way universal builds, use the right #ifndef guard 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Ronald Oussoren 0d236eb05a Fix build issue on OSX 10.4 18 years ago
Ronald Oussoren 5640ce2f1e MacOS X: Enable 4-way universal builds 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Benjamin Peterson 69a07fbd9b Remove the Mac modules 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Neal Norwitz 96bf3cc3fc Get a bunch of tests working on Mac OS. I suspect that a bunch of the 19 years ago
Guido van Rossum 2f2fffb766 Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). 19 years ago
Guido van Rossum 9e473c28e4 SF patch# 1758570 by Jeffrey Yasskin, who writes: 19 years ago
Martin v. Löwis 95c95ce5be Merged revisions 56483-56491 via svnmerge from 19 years ago
Walter Dörwald 1ab8330827 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 19 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Georg Brandl 5f6861df93 Correct None refcount issue in Mac modules. (Are they 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Neal Norwitz 82d4cc27c6 Fix some warnings on Mac OS X 10.4 20 years ago
Neal Norwitz 8ac83f3152 This should fix a mem leak on the Mac. Brett tested it. 20 years ago
Jack Jansen d7b76e9f69 Fix for #1236090: FSSpec.as_pathname() crashes. 21 years ago
Jack Jansen 918a9e2f63 Updated (and regenerated) for name change in tp_init method arguments: 21 years ago
Raymond Hettinger ec6eb369d5 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core 22 years ago
Jack Jansen 7107c1aff3 Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 23 years ago
Jack Jansen a53f4eba19 Getting rid of code conditional on TARGET_API_MAC_*. 23 years ago
Jack Jansen e48cef7aba Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: 23 years ago
Jack Jansen 3e0196cc00 Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. 23 years ago
Jack Jansen dded84802a Allow unicode pathnames where FSRefs are expected. Fixes 696253. 23 years ago
Jack Jansen 52377e05be The FSAliasFile routines also have an in/out parameter. 23 years ago
Jack Jansen 60ffc2bafc Added a missing INCREF in pathname(). 23 years ago
Jack Jansen 2b3ce3ba3f FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. 23 years ago
Jack Jansen 9c564755b8 Added a convenience routine pathname() which accepts either a string, unicode, 23 years ago
Jack Jansen 2d0909b9cb Implemented FSCatalogInfo structure support, and used this to implement 23 years ago
Jack Jansen bc65521567 Implemented FSCatalogInfo. 23 years ago
Jack Jansen 248f6f1f73 Second-argument alias methods were generated with a variation on 24 years ago
Jack Jansen 00df3e052b If you entered a pathname for a nonexisting file to a FSSpec constructor 24 years ago
Jack Jansen b734869f46 - Various tweaks to shut up compiler warnings. 24 years ago
Jack Jansen e87663306a Added the last missing bits of functionality, and fixed a nasty bug where we 24 years ago
Jack Jansen f955784f0c Regenerated with inheritance-aware xxxx_Check() macros. 24 years ago
Jack Jansen 543c9253cd - Added rawdata initializers 24 years ago
Jack Jansen 1795f29b4b Fixed silly typo. 24 years ago
Jack Jansen e55beefed8 - Added as_pathname and as_tuple methods 24 years ago
Jack Jansen e3a1c8f875 Combined alias and file into a single module. This is the only reasonable 24 years ago
Jack Jansen 6d802a0ce3 Tweaks to make this module OS9-compatible. 24 years ago
Jack Jansen e2ba87396c Got angry and added support for pretty much the whole file and folder 24 years ago