Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got rid of unused Compat files. | Jack Jansen | 2002-12-13 | 3 | -0/+0 |
| | |||||
* | Still used the old config file. Fixed. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
| | |||||
* | Enable _AH module. | Jack Jansen | 2002-09-06 | 1 | -0/+0 |
| | |||||
* | Added carbon Help module. | Jack Jansen | 2002-09-06 | 1 | -0/+0 |
| | |||||
* | Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and ↵ | Jack Jansen | 2002-09-06 | 2 | -0/+0 |
| | | | | this is probably a better fix than lowering the recursion limit. | ||||
* | Added _IBCarbon module. | Jack Jansen | 2002-08-05 | 1 | -0/+0 |
| | |||||
* | - Got rid of non-carbon builds | Jack Jansen | 2002-06-26 | 5 | -0/+0 |
| | | | | | - Use precompiled headers - Rationalize config file names. | ||||
* | - Got rid of newmodule.c | Jack Jansen | 2002-06-20 | 2 | -0/+0 |
| | | | | - These are the final projects that support classic. | ||||
* | Added pycfbridge.c | Jack Jansen | 2002-05-07 | 1 | -0/+0 |
| | |||||
* | Added enumobject.c | Jack Jansen | 2002-05-07 | 2 | -0/+0 |
| | |||||
* | Added boolobject.c | Jack Jansen | 2002-04-11 | 3 | -0/+0 |
| | |||||
* | Include obmalloc.c in the build. | Jack Jansen | 2002-03-25 | 2 | -0/+0 |
| | |||||
* | Updated for new included expat and new waste. | Jack Jansen | 2002-03-14 | 1 | -0/+0 |
| | |||||
* | CGStubLib wasn't weak-linked, fixed. 221 candidate. | Jack Jansen | 2002-03-05 | 1 | -0/+0 |
| | |||||
* | Updated for CW7 and Tcl/Tk 8.3.4. | Jack Jansen | 2002-01-10 | 1 | -0/+0 |
| | |||||
* | Merging changes from release22-branch. | Jack Jansen | 2001-12-27 | 1 | -0/+0 |
| | |||||
* | Finally CW7 allows me to replace the continually-in-need-of-updating exports ↵ | Jack Jansen | 2001-12-15 | 3 | -5211/+7 |
| | | | | files with one 6-line anti-export-file. Yeah! (Thanks Alex, for reminding me:-) | ||||
* | Updated to CodeWarrior Pro 7. | Jack Jansen | 2001-12-14 | 5 | -0/+0 |
| | |||||
* | project file for CoreGraphics | Just van Rossum | 2001-12-13 | 2 | -0/+1 |
| | |||||
* | Updated for hfsplus module, new gusi libs. | Jack Jansen | 2001-12-11 | 1 | -0/+0 |
| | |||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 5 | -77/+94 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Added hfsplusapi module. | Jack Jansen | 2001-11-06 | 1 | -0/+0 |
| | |||||
* | Added longlong routines. | Jack Jansen | 2001-11-06 | 2 | -1/+8 |
| | |||||
* | Regenerated with CF accessors. | Jack Jansen | 2001-11-05 | 2 | -0/+72 |
| | |||||
* | Regenerated | Jack Jansen | 2001-10-31 | 2 | -18/+4 |
| | |||||
* | Added structseq.c | Just van Rossum | 2001-10-31 | 1 | -0/+0 |
| | |||||
* | Tweaks for MacPython 2.2b1 | Jack Jansen | 2001-10-23 | 2 | -2/+6 |
| | |||||
* | Tweaks for MacPython 2.2b1. | Jack Jansen | 2001-10-23 | 1 | -0/+0 |
| | |||||
* | Some of the lesser used targets still used FMADD/FMSUB instructions. Fixed. | Jack Jansen | 2001-10-10 | 2 | -0/+0 |
| | |||||
* | Mods by Alexandre Parenteau to allow embedding programs to disable the ↵ | Jack Jansen | 2001-10-08 | 2 | -6/+12 |
| | | | | | | MacPython console window completely, and optionally route console output (and input) to routines provided by the embedding app. Things don't fully work yet, but at least it doesn't break anything. | ||||
* | Added weakrefobject.c and regenerated .exp files. | Jack Jansen | 2001-10-08 | 4 | -6/+38 |
| | |||||
* | Final tweaks for 2.2a3 distribution. | Jack Jansen | 2001-09-08 | 4 | -12/+40 |
| | |||||
* | Regenerated, mainly for new GC routines. | Jack Jansen | 2001-09-01 | 2 | -8/+38 |
| | |||||
* | Superseded by the (generated) xx.mcp. | Jack Jansen | 2001-08-30 | 1 | -0/+0 |
| | |||||
* | Updated to the current state of affairs. | Jack Jansen | 2001-08-27 | 2 | -0/+0 |
| | |||||
* | Added targets for building the Carbon and Classic interpreter if you don't ↵ | Jack Jansen | 2001-08-27 | 1 | -0/+0 |
| | | | | want to go through fullbuild.py. | ||||
* | Oops, this file shouldn't have been removed. | Jack Jansen | 2001-08-20 | 1 | -0/+1 |
| | |||||
* | The destination folder is now :Lib:lib-dynload | Jack Jansen | 2001-08-19 | 1 | -0/+0 |
| | |||||
* | Got rid of all the plugin xml files: they are generated, and | Jack Jansen | 2001-08-19 | 135 | -63926/+0 |
| | | | | | | | | | they were only in the repository for people building MacPython from CVS (the .cmp project files are in a MacPython source distribution). The process to regenerate them is now easier (and documented!) so these shouldn't be needed anymore. And eventually they should all be built by setup.py anyway. | ||||
* | Removed expat from the access paths, it isn't needed. | Jack Jansen | 2001-08-16 | 1 | -0/+0 |
| | |||||
* | Regenerated. | Jack Jansen | 2001-08-10 | 2 | -232/+248 |
| | |||||
* | Changed reference to config.h to pyconfig.h. | Jack Jansen | 2001-08-10 | 1 | -0/+0 |
| | |||||
* | Adapted for pymactoolbox.c and changed externals elsewhere. | Jack Jansen | 2001-08-08 | 4 | -2/+0 |
| | |||||
* | Brought up-to-date. | Jack Jansen | 2001-08-07 | 1 | -0/+0 |
| | |||||
* | Yet another project. | Jack Jansen | 2001-08-07 | 2 | -0/+1078 |
| | |||||
* | Project files for the new plugin modules, plus a few that hadn't been added ↵ | Jack Jansen | 2001-08-07 | 38 | -0/+18457 |
| | | | | yet but should have been. | ||||
* | Bit another bullet: all toolbox modules are now in dynamically loaded ↵ | Jack Jansen | 2001-08-07 | 3 | -116/+0 |
| | | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. | ||||
* | Bit the bullet and enabled garbage collection (finally). | Jack Jansen | 2001-08-07 | 3 | -7/+14 |
| | | | | Also updated pyconfig.h to the current state of pyconfig.h.in. | ||||
* | Added descrobject.c and mysnprintf.c | Jack Jansen | 2001-08-03 | 2 | -0/+0 |
| | |||||
* | Regenerated for new description stuff. | Jack Jansen | 2001-08-03 | 2 | -326/+456 |
| |