- 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 18 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 18 years ago
- b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 18 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
- 96bf3cc Get a bunch of tests working on Mac OS. I suspect that a bunch of the by Neal Norwitz · 18 years ago
- 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 18 years ago
- fb5d367 Use symbolic name for METH_VARARGS. by Georg Brandl · 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
- 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 18 years ago
- f7a94e4 SF patch# 1761465 by Jeffrey Yasskin. Fix test_aepack and test_applesingle. by Guido van Rossum · 18 years ago
- 2f2fffb Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). by Guido van Rossum · 18 years ago
- 9e473c2 SF patch# 1758570 by Jeffrey Yasskin, who writes: by Guido van Rossum · 18 years ago
- 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 18 years ago
- 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 18 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
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 8786eb5 Fix a couple of warnings on Mac OS X. by Neal Norwitz · 19 years ago
- 73afe9a mwh pointed out _Filemodule.c is generated. So to fix the memory leak by Neal Norwitz · 20 years ago
- 8ac83f3 This should fix a mem leak on the Mac. Brett tested it. by Neal Norwitz · 20 years ago
- f5f32b4 Whitespace normalization. by Tim Peters · 20 years ago
- d7b76e9 Fix for #1236090: FSSpec.as_pathname() crashes. by Jack Jansen · 20 years ago
- 918a9e2 Updated (and regenerated) for name change in tp_init method arguments: by Jack Jansen · 20 years ago
- ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 21 years ago
- 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- ce17cf6 The CF inheritance could cause double frees of the underlying objects. Fixed. by Jack Jansen · 21 years ago
- d9e50f5 CFStringGetUnicode() returned an extra null character at the end of the string. by Jack Jansen · 21 years ago
- 3bfc28c Make CF module PEP253 based (finally). by Jack Jansen · 21 years ago
- 7569450 Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. by Jack Jansen · 21 years ago
- 43285d4 CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when by Jack Jansen · 21 years ago
- e7e9bf2 kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes. by Jack Jansen · 21 years ago
- 49be4cc Setup file to allow the QuickTime for 2.4 to be compiled by Jack Jansen · 21 years ago
- 69387e1 More cases of input parameters passed by reference without const. by Jack Jansen · 22 years ago
- ae57b7f Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy: by Jack Jansen · 22 years ago
- 2e5e644 Added support for APIs in MediaHandlers.h. by Jack Jansen · 22 years ago
- cb2117a Allow passing NULL pointers by passing None. This also works for the by Jack Jansen · 22 years ago
- 007b8eb Added interfaces for most of the stuff in QuickTimeComponents.h. by Jack Jansen · 22 years ago
- 0677824 Added support for ImageCompression.h APIs. by Jack Jansen · 22 years ago
- 59f7dc9 Updated for QuickTime 6.0, Universal Header 3.4.2. by Jack Jansen · 22 years ago
- 0b565a6 - Renamed OSA.ComponentInstance to OSA.OSAComponentInstance. It is not by Jack Jansen · 22 years ago
- 2e20a63 Make this module Python 2.3 compatible, and add a setup script that allows by Jack Jansen · 22 years ago
- 2af4ce8 Made this module compatible with Python2.3, and added a temporary setup by Jack Jansen · 22 years ago
- 67ff6d9 Finished update to UH 3.4.2. by Jack Jansen · 22 years ago
- da6081f Ported to Universal Headers 3.4.2. Qd and Qt remain to be done. by Jack Jansen · 22 years ago
- fe3fe4a Adding an interface to the high-level Open Scripting Architecture, by Jack Jansen · 22 years ago
- 07f1dfa Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558. by Jack Jansen · 22 years ago
- 7d0a609 An interface to the LaunchServices API. by Jack Jansen · 22 years ago
- 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 22 years ago
- bc2fbc7 Getting rid of one more TARGET_API_MAC_OSX. by Jack Jansen · 22 years ago
- a53f4eb Getting rid of code conditional on TARGET_API_MAC_*. by Jack Jansen · 22 years ago
- 9588770 PyDoc_STR is always defined nowadays (and has been for quite some time:-) by Jack Jansen · 22 years ago
- e48cef7 Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: MacOS9isms. by Jack Jansen · 22 years ago
- 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 22 years ago
- f387e2d Gone: all this functionality is now in the Carbon.File and Folder modules. by Jack Jansen · 22 years ago
- fb27656 Getting rid of support for the ancient Apple MPW compiler. 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
- d1f46c8 Don't export the SPB type as "SPB", because it shadows the method SPB, by Jack Jansen · 22 years ago
- e748f03 This wasn't ansified. Fixed. by Jack Jansen · 22 years ago
- ac8bd91 Forgot the code to initialize the glue for the new CFObj_ routines. by Jack Jansen · 22 years ago
- 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 22 years ago
- 0ed3957 modernized ColorPicker somewhat by Just van Rossum · 22 years ago
- d77bee1 fixed typo by Just van Rossum · 22 years ago
- 6767eed Short and sweet module doing something very useful: for event loop by Just van Rossum · 22 years ago
- 8c46ce9 Allow setting the auto dispose flag on window objects. by Jack Jansen · 22 years ago
- 84c2b1b Oops, 'k' is the new format code for un unchecked 32 bit quantity, not 'K'. by Jack Jansen · 22 years ago
- ecc6635 Converted manually written code to the new K format specifier. by Jack Jansen · 22 years ago
- bc4ded9 Give a better error message when a string of the wrong size is by Jack Jansen · 22 years ago
- 3e0196c Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. by Jack Jansen · 22 years ago
- fe94e97 GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by Just. by Jack Jansen · 22 years ago
- dded848 Allow unicode pathnames where FSRefs are expected. Fixes 696253. by Jack Jansen · 22 years ago
- 45f5c4a Removed unused variable by Jack Jansen · 22 years ago
- ee1c85c Various tweaks by Jack because of the different module name, adaptation by Jack Jansen · 22 years ago
- 86f25fb Module to get OSA terminology description through the "official channels", by Jack Jansen · 22 years ago
- 885d4f6 Mod to previous checkin: we must require ascii, not system defautl encoding, by Jack Jansen · 22 years ago
- d505cab Accept only the system default encoding when converting Python by Jack Jansen · 22 years ago
- f92ec2d StdFilterProc() uses InOut parameters. by Jack Jansen · 22 years ago
- 8cd9a4f Added a linkmodel attribute, showing how Python was built. This is so by Jack Jansen · 22 years ago
- 2bc4a47 WASTEconst.py goes one level above the toolbox directory. by Jack Jansen · 22 years ago
- d7c1723 Added a method WMAvailable(). This will return True if and only if there by Jack Jansen · 22 years ago
- 8d4f06a Added itertools module. by Jack Jansen · 23 years ago
- b9fa1a9 Changed an edit instruction because of a changed parameter name (sigh). by Jack Jansen · 23 years ago
- 52377e0 The FSAliasFile routines also have an in/out parameter. by Jack Jansen · 23 years ago
- 60ffc2b Added a missing INCREF in pathname(). by Jack Jansen · 23 years ago
- 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 23 years ago
- 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 23 years ago
- e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 23 years ago
- b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 23 years ago
- c99b675 For reasons unknown previewProc and filterProc were disabled. Enabled them. by Jack Jansen · 23 years ago
- 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 23 years ago
- bc65521 Implemented FSCatalogInfo. by Jack Jansen · 23 years ago
- b2fcd08 Started on implementing support for FSCatalogInfo. Doesn't work yet, don't by Jack Jansen · 23 years ago
- 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 23 years ago
- 5681acb Added zipimport and _random module. by Jack Jansen · 23 years ago
- 248f6f1 Second-argument alias methods were generated with a variation on by Jack Jansen · 23 years ago
- 00df3e0 If you entered a pathname for a nonexisting file to a FSSpec constructor by Jack Jansen · 23 years ago