| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | _PyMalloc_Free(): As was already done for _PyMalloc_Malloc, rearranged | Tim Peters | 2002-03-31 | 1 | -37/+47 |
|
|
* | Added a long-overdue comment block giving an overview of pool operations | Tim Peters | 2002-03-31 | 1 | -3/+60 |
|
|
* | Suite to talk to the OSX Terminal application. | Jack Jansen | 2002-03-30 | 2 | -0/+345 |
|
|
* | Got rid of obsolete way to get at various toolbox types. | Jack Jansen | 2002-03-30 | 1 | -5/+3 |
|
|
* | Add Mac/Lib/lib-scriptpackages to sys.path too. | Jack Jansen | 2002-03-30 | 1 | -2/+4 |
|
|
* | Modified to allow it to run in MachoPython in a reasonable way. It still | Jack Jansen | 2002-03-30 | 1 | -10/+17 |
|
|
* | It's once again thought safe to call the pymalloc free/realloc with an | Tim Peters | 2002-03-30 | 1 | -14/+27 |
|
|
* | new_arena(): In error cases, reset the number of available pools to 0. | Tim Peters | 2002-03-30 | 1 | -0/+1 |
|
|
* | Changed the #-of-arenas counters to uints -- no need to be insane about | Tim Peters | 2002-03-30 | 1 | -10/+11 |
|
|
* | Eliminate DONT_SHARE_SHORT_STRINGS. | Tim Peters | 2002-03-30 | 2 | -15/+5 |
|
|
* | Patch #536908: Add missing #include guards/extern "C". | Martin v. Löwis | 2002-03-30 | 3 | -0/+26 |
|
|
* | Turns out the off_t macro isn't used anymore, so got rid of it. | Tim Peters | 2002-03-30 | 1 | -3/+0 |
|
|
* | Now that we're no longer linking arenas together, there's no need to | Tim Peters | 2002-03-30 | 1 | -25/+21 |
|
|
* | Retract the claim that this is always safe if PyMem_{Del, DEL, Free, FREE} | Tim Peters | 2002-03-30 | 1 | -0/+4 |
|
|
* | Lots of changes: | Tim Peters | 2002-03-30 | 1 | -127/+225 |
|
|
* | Auxiliary files used by BuildApplet for MachoPython. | Jack Jansen | 2002-03-29 | 3 | -0/+52 |
|
|
* | Auxiliary files for building the IDE applet. Running the IDE through | Jack Jansen | 2002-03-29 | 2 | -0/+57 |
|
|
* | Handle .icns and .plist files for applets. | Jack Jansen | 2002-03-29 | 1 | -5/+23 |
|
|
* | Missed one version number. | Jack Jansen | 2002-03-29 | 1 | -1/+1 |
|
|
* | Use the right types for a couple of fields of the type structure. | Fred Drake | 2002-03-29 | 1 | -2/+2 |
|
|
* | Started updating information about defining attributes on types. | Fred Drake | 2002-03-29 | 1 | -7/+171 |
|
|
* | First stab at an icon for the IDE. | Jack Jansen | 2002-03-29 | 1 | -0/+0 |
|
|
* | repair damage: canceling the "save options" dialog now works again. | Just van Rossum | 2002-03-29 | 1 | -4/+3 |
|
|
* | repair damage: now works again as a CFM app. | Just van Rossum | 2002-03-29 | 1 | -1/+1 |
|
|
* | Completely revamped newline handling. PyEdit is now newline-preserving | Jack Jansen | 2002-03-29 | 1 | -20/+55 |
|
|
* | Allow file without filetype as long as they end in ".py". | Jack Jansen | 2002-03-29 | 1 | -1/+11 |
|
|
* | Implemented buildtools for MachoPython .app bundles. The API is compatible | Jack Jansen | 2002-03-29 | 1 | -2/+150 |
|
|
* | Don't attempt to create a dummy fsspec if the user cancelled out, just | Jack Jansen | 2002-03-29 | 1 | -3/+6 |
|
|
* | Re-raise the Res.Error if the file doesn't exist. | Jack Jansen | 2002-03-29 | 1 | -0/+2 |
|
|
* | Added -Wno-long-double | Jack Jansen | 2002-03-29 | 1 | -1/+2 |
|
|
* | Changed visible name (in dock, menubar) of the interpreter to PythonW. | Jack Jansen | 2002-03-29 | 2 | -11/+11 |
|
|
* | Add missing typecast. | Neil Schemenauer | 2002-03-29 | 1 | -1/+2 |
|
|
* | [Patch #536769] Add -Xcompiler flag for adding arguments and switches for | Andrew M. Kuchling | 2002-03-29 | 2 | -0/+3 |
|
|
* | Patch #527027: Allow building python as shared library. | Martin v. Löwis | 2002-03-29 | 6 | -481/+599 |
|
|
* | As part of fixing bug #536241, add a test case for string.zfill() with Unicode | Andrew M. Kuchling | 2002-03-29 | 1 | -1/+4 |
|
|
* | [Bug #536241] string.zfill() produces mangled output for a Unicode string. | Andrew M. Kuchling | 2002-03-29 | 1 | -8/+8 |
|
|
* | Add two tests for string.zfill | Andrew M. Kuchling | 2002-03-29 | 1 | -0/+3 |
|
|
* | Allow .pyc files as applets as well as .py files. .py files have | Jack Jansen | 2002-03-29 | 1 | -4/+9 |
|
|
* | If the file has no resource fork first check to see whether it's a | Jack Jansen | 2002-03-29 | 1 | -5/+12 |
|
|
* | Removed debug. | Jack Jansen | 2002-03-29 | 1 | -1/+0 |
|
|
* | In MachoPython print "Pythonw" in banner to distinguish from command-line | Jack Jansen | 2002-03-29 | 1 | -7/+6 |
|
|
* | Added target "installunixprograms" which installs python and pythonw in | Jack Jansen | 2002-03-29 | 1 | -2/+22 |
|
|
* | Shell script that invokes Python.app from the command line. Called pythonw | Jack Jansen | 2002-03-29 | 1 | -0/+2 |
|
|
* | Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. | Tim Peters | 2002-03-29 | 6 | -102/+19 |
|
|
* | Call PyObject_GC_UnTrack before putting an object on the list of trash. | Neil Schemenauer | 2002-03-29 | 1 | -2/+2 |
|
|
* | If the GC is enabled then don't use the ob_type pointer to create a list | Neil Schemenauer | 2002-03-29 | 1 | -1/+12 |
|
|
* | Make _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC is not defined. | Neil Schemenauer | 2002-03-29 | 1 | -0/+2 |
|
|
* | News for SF #535905. | Guido van Rossum | 2002-03-29 | 1 | -0/+6 |
|
|
* | Mark a couple of types that had not been marked. | Fred Drake | 2002-03-28 | 1 | -5/+5 |
|
|
* | Added comments for more entries of the type structure in the example | Fred Drake | 2002-03-28 | 1 | -19/+19 |
|
|