- a0d1833 Fixed typo spotted by Whomas Touters. by Jack Jansen · 22 years ago
- 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
- 77d0717 Define WITH_PYMALLOC as 1 by Jack Jansen · 22 years ago
- 059ed83 - Got rid if WITH_CYCLE_GC by Jack Jansen · 22 years ago
- fc7d379 - Got rid of newmodule.c - These are the final projects that support classic. by Jack Jansen · 22 years ago
- 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
- 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
- 422cdde Enable WITH_PYMALLOC. by Jack Jansen · 22 years ago
- a258324 Enable universal newline support for MacPython. by Jack Jansen · 23 years ago
- 5159f1d Got rid of ifdefs for long-obsolete GUSI versions and other lurkers. by Jack Jansen · 23 years ago
- 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 23 years ago
- b952651 Merging changes from release22-branch. by Jack Jansen · 23 years ago
- 6bc62c4 Applying r22c1 branch mods back to the trunk. by Jack Jansen · 23 years ago
- 28f1401 We have strdup(), but not its prototype:-( by Jack Jansen · 23 years ago
- b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
- f122d36 Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by the Metrowerks compiler for quite some time. by Jack Jansen · 23 years ago
- 5d528b7 Tweaks for MacPython 2.2b1 by Jack Jansen · 23 years ago
- b58f1c0 Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandler by Jack Jansen · 23 years ago
- 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
- f7e5714 Final tweaks for 2.2a3 distribution. by Jack Jansen · 23 years ago
- fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
- a5ffeb6 Added preferences/startup options for division warning by Jack Jansen · 23 years ago
- 77105a9 The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. by Jack Jansen · 23 years ago
- 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
- b760923 Got rid of 68k-Mac and other outdated ifdefs. by Jack Jansen · 23 years ago
- 67992b7 Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. by Jack Jansen · 23 years ago
- 59c14e2 Bit the bullet and enabled garbage collection (finally). by Jack Jansen · 23 years ago
- a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 23 years ago
- cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
- b4a7db7 config.h renamed to pyconfig.h by Jack Jansen · 23 years ago
- 4e566ab Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable. by Jack Jansen · 23 years ago
- 4542897 Added the new unicode defines. Not really tested yet, but Python compiles again at least. by Jack Jansen · 23 years ago
- 0e2d6bf Updated to reflect the current state of config.h.in. by Jack Jansen · 23 years ago
- 0268ac8 Include Carbon/Carbon.h if appropriate. by Jack Jansen · 23 years ago
- 9f66b4a include Carbon/Carbon.h in stead of universal headers, if appropriate. by Jack Jansen · 23 years ago
- f57a4a2 Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py_BuildTuple helpers) from one dynamically imported module to another. by Jack Jansen · 23 years ago
- 0194ad5 Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes by Jack Jansen · 23 years ago
- 6e68a7e Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation. by Jack Jansen · 23 years ago
- b4b27be - Raise console window on input. Fixes Carbon hang. by Jack Jansen · 24 years ago
- 2b73fe9 Updated for 2.1b2 distribution. by Jack Jansen · 24 years ago
- 4cf97c4 Files for second 2.1b1 distribution. by Jack Jansen · 24 years ago
- 1d79f79 Files for 2.1b1 distribution. by Jack Jansen · 24 years ago
- 2f9a9e3 2.1a2 distribution files. by Jack Jansen · 24 years ago
- 90f22fe Brought in line with current config.h.in. by Jack Jansen · 24 years ago
- 8a38714 Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 24 years ago
- add58f9 Added prototype for DlgObj_WhichDialog() by Jack Jansen · 24 years ago
- 50bf148 Qdoffs now exports the GWorldObj_{New,Convert} functions. by Jack Jansen · 24 years ago
- 87f204a Final version used for 2.0 distribution. by Jack Jansen · 24 years ago
- 8413b47 Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested. by Jack Jansen · 24 years ago
- d5fd45f Made options global (as PyMac_options) so macosmodule can access it. by Jack Jansen · 24 years ago
- 4a5eb96 Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number. by Jack Jansen · 24 years ago
- 7a1b6fe Added prototype for DlgObj_ConvertToWindow(). by Jack Jansen · 24 years ago
- 5660639 Moved PyOS_StackCheck prototype to pythonrun.h by Jack Jansen · 24 years ago
- 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
- a44923f Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. by Jack Jansen · 24 years ago
- 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
- 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 24 years ago
- bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 24 years ago
- c3f593e Don't declare sync if we use gusi. by Jack Jansen · 24 years ago
- e17fd2a Got rid of __SC__ ifdefs. by Jack Jansen · 24 years ago
- 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
- d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
- fe38d29 PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility. by Jack Jansen · 24 years ago
- 021da55 Removed THINK_C support. by Jack Jansen · 24 years ago
- a04b24b Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, System 5) or earlier anymore:-) by Jack Jansen · 24 years ago
- 7bfc2eb Fixed to work again without USE_GUSI and with USE_MSL_MALLOC by Jack Jansen · 24 years ago
- e4d7b5e Changed for the new preference resource version. by Jack Jansen · 24 years ago
- ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 25 years ago
- 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 25 years ago
- 5c21420 Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, so tracking the new defines will be easier in future. by Jack Jansen · 25 years ago
- b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
- 8f5725a First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE by Jack Jansen · 25 years ago
- f941acd Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H by Jack Jansen · 25 years ago
- 32a15ad MrC also needs BAD_STATIC_FORWARD define. by Jack Jansen · 25 years ago
- c7fda7e Make macglue.h C++ compatible. by Jack Jansen · 25 years ago
- 245d179 Added pascal-style string name of preference file resource, and bracketed by Jack Jansen · 26 years ago
- b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
- deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
- 60a9ee2 Added SIZEOF_VOID_P and HAVE_LONG_LONG by Jack Jansen · 26 years ago
- 158d5b5 I guess I'll have to commit this file occasionally... by Jack Jansen · 26 years ago
- 6a474c5 Define some things to 1 (in stead of empty) to be compatible with new PIL by Jack Jansen · 26 years ago
- debafb9 Added SIZEOF_INT and SIZEOF_LONG by Jack Jansen · 26 years ago
- f22e67d Added prototypes for the code resource routines, and for Pstring by Jack Jansen · 26 years ago
- 1ed7036 Version for 1.5.1 by Jack Jansen · 27 years ago
- bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 27 years ago
- 0dca752 Add (temporary) PyMac_{Build,Get}wide by Jack Jansen · 27 years ago
- 4f2936e Add HAVE_MKTIME by Jack Jansen · 27 years ago
- c84cb95 Added declarations for mac{set,get}filetype by Jack Jansen · 27 years ago
- 64da169 Added CHECK_IMPORT_CASE by Jack Jansen · 27 years ago
- 6b02ac2 I give in. Now Tk is also using resources just above 128, so Python by Jack Jansen · 27 years ago
- c6bb281 Added old-exceptions and no-site-python options and upped preference by Jack Jansen · 27 years ago
- 447e01b Preference resource now has a version number by Jack Jansen · 27 years ago
- 222c34e Moved the include of macbuildno.h to getbuildinfo.c. Putting it here by Jack Jansen · 27 years ago
- 2d30840 Define BUILDNO in macbuildno.h (incremented by fullbuild) by Jack Jansen · 27 years ago
- 50ea919 Mods for user mainloop event handling by Jack Jansen · 27 years ago
- eda7863 Make imports faster on the Mac, by by Jack Jansen · 27 years ago
- 0130f0f Added prototype for PyMac_RestoreMenuBar by Jack Jansen · 27 years ago
- 4a79a4b Removed SetScheduleTimes and PyMac_DoYieldEnabled by Jack Jansen · 27 years ago
- 001aa86 Added a range of resource numbers reserved for Bruce by Jack Jansen · 27 years ago
- 570e4b7 Added PyMac_StopGUSISpin by Jack Jansen · 27 years ago