Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Got rid of mactoolboxglue.c | Jack Jansen | 2001-06-13 | 1 | -0/+0 |
| | |||||
* | Added pymactoolboxglue.c and changed the exported symbols having to do with ↵ | Jack Jansen | 2001-05-17 | 3 | -38/+204 |
| | | | | this. | ||||
* | Added iterobject.c to the project. And trying my first checkin at the same time. | Jack Jansen | 2001-05-12 | 5 | -0/+22 |
| | |||||
* | Files for 2.1 distribution. | Jack Jansen | 2001-04-25 | 7 | -17/+48 |
| | |||||
* | Disable fused-add-mul instructions. They give a nonstandard result for some ↵ | Jack Jansen | 2001-04-03 | 1 | -0/+0 |
| | | | | things that test_coercion complains about. The added performance is probably minimal for Python anyway. | ||||
* | Updated for 2.1b2 distribution. | Jack Jansen | 2001-03-27 | 2 | -0/+0 |
| | |||||
* | Disable fused-add-mul instructions. They give a nonstandard result for some ↵ | Jack Jansen | 2001-03-26 | 1 | -0/+0 |
| | | | | things that test_coercion complains about. The added performance is probably minimal for Python anyway. | ||||
* | Fixed some access paths. | Jack Jansen | 2001-03-26 | 1 | -0/+0 |
| | |||||
* | Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported ↵ | Jack Jansen | 2001-03-20 | 2 | -0/+1 |
| | | | | under Carbon. | ||||
* | Files for second 2.1b1 distribution. | Jack Jansen | 2001-03-15 | 3 | -0/+0 |
| | |||||
* | Files for 2.1b1 distribution. | Jack Jansen | 2001-03-06 | 3 | -0/+0 |
| | |||||
* | PythonInterpreterClassic and PythonInterpreterCarbon now have filetype ↵ | Jack Jansen | 2001-03-06 | 1 | -0/+0 |
| | | | | "Atmp". The ConfigurePythonXXX scripts will set this to APPL when copying either of those to PythonInterpreter. | ||||
* | Added future.c | Jack Jansen | 2001-02-27 | 4 | -0/+0 |
| | |||||
* | Soundex has gone. | Jack Jansen | 2001-02-27 | 6 | -2/+0 |
| | |||||
* | 2.1a2 distribution files. | Jack Jansen | 2001-02-17 | 3 | -0/+0 |
| | |||||
* | Not sure what changed, probably an artefact of the new modules and/or new gusi. | Jack Jansen | 2001-02-12 | 5 | -22/+201 |
| | |||||
* | The interpreters built are now called PythonInterpreterClassic and ↵ | Jack Jansen | 2001-02-12 | 1 | -0/+0 |
| | | | | PythonInterpreterCarbon. The fullbuild script takes care of copying either of these to PythonInterpreter. | ||||
* | Added modules _testcapi, _weakref, _symtable. | Jack Jansen | 2001-02-12 | 12 | -0/+5727 |
| | |||||
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵ | Jack Jansen | 2001-02-11 | 5 | -97/+117 |
| | | | | 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. | ||||
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 3 | -0/+1087 |
| | |||||
* | Added cellobject.c | Jack Jansen | 2001-01-28 | 3 | -0/+0 |
| | |||||
* | Got waste to work for Carbon. | Jack Jansen | 2001-01-26 | 1 | -0/+0 |
| | |||||
* | ucnhash module has gone, xreadlines module added. | Jack Jansen | 2001-01-25 | 3 | -0/+0 |
| | |||||
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 4 | -1909/+0 |
| | |||||
* | Got rid of extraneous Modues:TE in the search path. | Jack Jansen | 2001-01-24 | 20 | -144/+0 |
| | |||||
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵ | Jack Jansen | 2001-01-24 | 4 | -0/+2264 |
| | | | | waste uses a mixture between Waste 2.0 and Waste 1.3. | ||||
* | Projects for Carbon plugin modules. | Jack Jansen | 2001-01-23 | 32 | -0/+17533 |
| | |||||
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 23 | -69/+69 |
| | |||||
* | Regenerated (shoulnd't make a difference). | Jack Jansen | 2001-01-22 | 23 | -69/+78 |
| | |||||
* | Unicodedatabase.c has gone. | Jack Jansen | 2001-01-22 | 6 | -7/+0 |
| | |||||
* | Re-generated with relative paths. | Jack Jansen | 2001-01-21 | 23 | -324/+324 |
| |