summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert from using METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-313-85/+44
* Fix whitespaceNeal Norwitz2002-03-311-2/+1
* Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flagsNeal Norwitz2002-03-313-17/+17
* Use symbolic METH_VARARGS instead of 1 for ml_flagsNeal Norwitz2002-03-315-51/+51
* Use docstrings for exception classesNeal Norwitz2002-03-312-2/+4
* Derive exception classes from ExceptionNeal Norwitz2002-03-312-2/+2
* Stop using string exceptionsNeal Norwitz2002-03-312-2/+2
* Add one more assert that indirectly interlocking conditions are consistentTim Peters2002-03-311-0/+1
* Fixed an error in a new assert.Tim Peters2002-03-311-1/+1
* Fixed a typo in a new comment.Tim Peters2002-03-311-1/+1
* _PyMalloc_Free(): As was already done for _PyMalloc_Malloc, rearrangedTim Peters2002-03-311-37/+47
* Added a long-overdue comment block giving an overview of pool operationsTim Peters2002-03-311-3/+60
* Suite to talk to the OSX Terminal application.Jack Jansen2002-03-302-0/+345
* Got rid of obsolete way to get at various toolbox types.Jack Jansen2002-03-301-5/+3
* Add Mac/Lib/lib-scriptpackages to sys.path too.Jack Jansen2002-03-301-2/+4
* Modified to allow it to run in MachoPython in a reasonable way. It stillJack Jansen2002-03-301-10/+17
* It's once again thought safe to call the pymalloc free/realloc with anTim Peters2002-03-301-14/+27
* new_arena(): In error cases, reset the number of available pools to 0.Tim Peters2002-03-301-0/+1
* Changed the #-of-arenas counters to uints -- no need to be insane aboutTim Peters2002-03-301-10/+11
* Eliminate DONT_SHARE_SHORT_STRINGS.Tim Peters2002-03-302-15/+5
* Patch #536908: Add missing #include guards/extern "C".Martin v. Löwis2002-03-303-0/+26
* Turns out the off_t macro isn't used anymore, so got rid of it.Tim Peters2002-03-301-3/+0
* Now that we're no longer linking arenas together, there's no need toTim Peters2002-03-301-25/+21
* Retract the claim that this is always safe if PyMem_{Del, DEL, Free, FREE}Tim Peters2002-03-301-0/+4
* Lots of changes:Tim Peters2002-03-301-127/+225
* Auxiliary files used by BuildApplet for MachoPython.Jack Jansen2002-03-293-0/+52
* Auxiliary files for building the IDE applet. Running the IDE throughJack Jansen2002-03-292-0/+57
* Handle .icns and .plist files for applets.Jack Jansen2002-03-291-5/+23
* Missed one version number.Jack Jansen2002-03-291-1/+1
* Use the right types for a couple of fields of the type structure.Fred Drake2002-03-291-2/+2
* Started updating information about defining attributes on types.Fred Drake2002-03-291-7/+171
* First stab at an icon for the IDE.Jack Jansen2002-03-291-0/+0
* repair damage: canceling the "save options" dialog now works again.Just van Rossum2002-03-291-4/+3
* repair damage: now works again as a CFM app.Just van Rossum2002-03-291-1/+1
* Completely revamped newline handling. PyEdit is now newline-preservingJack Jansen2002-03-291-20/+55
* Allow file without filetype as long as they end in ".py".Jack Jansen2002-03-291-1/+11
* Implemented buildtools for MachoPython .app bundles. The API is compatibleJack Jansen2002-03-291-2/+150
* Don't attempt to create a dummy fsspec if the user cancelled out, justJack Jansen2002-03-291-3/+6
* Re-raise the Res.Error if the file doesn't exist.Jack Jansen2002-03-291-0/+2
* Added -Wno-long-doubleJack Jansen2002-03-291-1/+2
* Changed visible name (in dock, menubar) of the interpreter to PythonW.Jack Jansen2002-03-292-11/+11
* Add missing typecast.Neil Schemenauer2002-03-291-1/+2
* [Patch #536769] Add -Xcompiler flag for adding arguments and switches forAndrew M. Kuchling2002-03-292-0/+3
* Patch #527027: Allow building python as shared library.Martin v. Löwis2002-03-296-481/+599
* As part of fixing bug #536241, add a test case for string.zfill() with UnicodeAndrew M. Kuchling2002-03-291-1/+4
* [Bug #536241] string.zfill() produces mangled output for a Unicode string.Andrew M. Kuchling2002-03-291-8/+8
* Add two tests for string.zfillAndrew M. Kuchling2002-03-291-0/+3
* Allow .pyc files as applets as well as .py files. .py files haveJack Jansen2002-03-291-4/+9
* If the file has no resource fork first check to see whether it's aJack Jansen2002-03-291-5/+12
* Removed debug.Jack Jansen2002-03-291-1/+0