Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added CarbonAccessors.o to the non-carbon targets, and probably a few minor ↵ | Jack Jansen | 2001-01-21 | 4 | -0/+0 |
| | | | | things having to do with Python 2.1a1. | ||||
* | Various tweaks for Python 2.1a1. | Jack Jansen | 2001-01-19 | 3 | -8/+17 |
| | |||||
* | Added Carbon interpreter. | Jack Jansen | 2001-01-16 | 1 | -0/+0 |
| | |||||
* | Converted to CW Pro 6 and new naming scheme. | Jack Jansen | 2001-01-16 | 1 | -0/+0 |
| | |||||
* | Added the 'carb' resource to the carbon interpreter. | Jack Jansen | 2001-01-16 | 1 | -0/+0 |
| | |||||
* | Replaced the single .exp file by two files, one for classic and one for carbon. | Jack Jansen | 2001-01-16 | 2 | -0/+2198 |
| | |||||
* | Added PythonCoreCarbon and PythonInterpreterCarbon targets. | Jack Jansen | 2001-01-14 | 2 | -0/+0 |
| | |||||
* | Added GUSI-Carbon targets (both threading and nonthreading), and they work!! ↵ | Jack Jansen | 2001-01-11 | 1 | -0/+0 |
| | | | | YEAH!!! | ||||
* | Resurrected Small Carbon Python as a target in PythonStandSmall. Still no ↵ | Jack Jansen | 2001-01-09 | 2 | -0/+0 |
| | | | | GUSI, though, so no socket/select/threads. | ||||
* | Replaced with .mcp projects in Extensions/Imaging | Jack Jansen | 2000-12-31 | 2 | -1/+0 |
| | |||||
* | Drag moved to core toolbox modules (Win uses it). | Jack Jansen | 2000-12-12 | 5 | -849/+9 |
| | |||||
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -0/+20 |
| | |||||
* | Updated for the current state of the main Python source tree. | Jack Jansen | 2000-12-03 | 2 | -4/+4 |
| | |||||
* | These have been replaced by the new generated projects. | Jack Jansen | 2000-12-03 | 49 | -47/+0 |
| | |||||
* | The new generated plugin projects. Checked in in XML form, so cvs diffs ↵ | Jack Jansen | 2000-12-03 | 48 | -0/+20650 |
| | | | | should work. | ||||
* | Got it working for all important plugins, and moved it from Build to scripts. | Jack Jansen | 2000-12-03 | 1 | -43/+0 |
| | |||||
* | Generate plugin projects automatically using mkcwproject. There are as of ↵ | Jack Jansen | 2000-11-26 | 1 | -0/+43 |
| | | | | | | yet only three modules done (and one doesn't work:-), the rest TBD. | ||||
* | Getting rid of 68K targets. | Jack Jansen | 2000-11-14 | 11 | -2150/+99 |
| | | | | Started to rename projects to the de-facto standard .mcp extension. | ||||
* | Last CW Pro 5.3 projects. | Jack Jansen | 2000-11-07 | 1 | -0/+0 |
| |