summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Names changedJack Jansen1997-09-012-38/+38
* #typoGuido van Rossum1997-08-301-1/+1
* Document newly revamped site configuration mechanism.Guido van Rossum1997-08-302-38/+126
* Added docs for 'user' customization module. Renamed libuser.texGuido van Rossum1997-08-305-3/+126
* Inline PyObject_CallObject (Marc-Andre Lemburg).Guido van Rossum1997-08-302-1/+9
* Added os.altsep; this is '/' on DOS/Windows, and None on systems withGuido van Rossum1997-08-292-4/+16
* Write out the dynamic OS choice, to avoid exec statements.Guido van Rossum1997-08-291-51/+66
* Added -X option to suppress default import of site.py. Also split theGuido van Rossum1997-08-291-5/+13
* Added NoSite flag.Guido van Rossum1997-08-291-0/+1
* Two independent changes (oops):Guido van Rossum1997-08-291-4/+35
* New site.py semantics. Searches inGuido van Rossum1997-08-291-28/+103
* Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag soBarry Warsaw1997-08-291-2/+3
* Removed obsolete exception PyExc_AccessError.Barry Warsaw1997-08-291-43/+171
* Added Py_UseClassExceptionsFlag, the variable containing the state ofBarry Warsaw1997-08-291-5/+106
* Added extern definition for -X flag variable.Barry Warsaw1997-08-291-0/+1
* New file, which is imported by the built-in module when python isBarry Warsaw1997-08-291-0/+164
* Expanded r() function to handle class exceptions.Barry Warsaw1997-08-291-1/+6
* Parse new command line option -X which enables exception classes.Barry Warsaw1997-08-291-1/+6
* Declarations for two phase initialization and finalization functionsBarry Warsaw1997-08-291-2/+4
* Added externs for three new exceptions PyExc_StandardError,Barry Warsaw1997-08-291-1/+7
* PyErr_NoMemory(): If the pre-instantiated memory exception is non-nullBarry Warsaw1997-08-291-1/+9
* Added a new variable TESTPYTHON which contains the path (and args) forBarry Warsaw1997-08-291-2/+3
* Subtle changes to the AIX shared library things to make them workGuido van Rossum1997-08-292-5/+5
* Should remove getbuildno.o/buildno files in clobber/distclean targets.Guido van Rossum1997-08-291-1/+2
* Cprrect stuoid tyops -- was comparing variabes with themselves becauseGuido van Rossum1997-08-291-3/+3
* eval_code2(), set_exc_info(): Call PyErr_NormalizeException() theBarry Warsaw1997-08-281-2/+2
* Added (binaryfunc) casts to function pointers in method lists.Guido van Rossum1997-08-281-4/+4
* Some long variables should have been int to match the 'i' format specifier.Guido van Rossum1997-08-281-3/+3
* user.py -- when imported, execfile(~/.pythonrc.py).Guido van Rossum1997-08-281-0/+38
* Complete log of changes since 1.5a3 at the end.Guido van Rossum1997-08-281-13/+143
* Added faqwiz and webchecker.Guido van Rossum1997-08-281-0/+6
* Added section about multiple FAQs.Guido van Rossum1997-08-281-2/+22
* New installation instructions show how to maintain multiple FAQs.Guido van Rossum1997-08-284-35/+60
* Removed faqmain.py -- it was an earlier implementation and noGuido van Rossum1997-08-271-858/+0
* Referred to POSIX docs as well as to Unix docs.Guido van Rossum1997-08-272-6/+6
* Put all prints inside "if verbose:"Jack Jansen1997-08-271-20/+23
* Removed debug printJack Jansen1997-08-271-1/+0
* Modified for CW Pro projects and new filenamesJack Jansen1997-08-271-68/+46
* Added #include <WETabs.h>, which had somehow gone missingJack Jansen1997-08-273-4/+20
* Modified for installer and new names of various applets. Also cleanedJack Jansen1997-08-277-139/+115
* Modified for new scripting supportJack Jansen1997-08-272-70/+266
* Moved suites to their own folderJack Jansen1997-08-2716-2066/+6267
* Fixed bugs regarding lines starting with '.' (both receiving and sending).Guido van Rossum1997-08-261-4/+25
* Ignore whitespace between formats (not internal to a count+format).Guido van Rossum1997-08-263-0/+13
* Explicitly close the socket and temp file in URLopener.retrieve(), soGuido van Rossum1997-08-261-0/+2
* PyErr_Print(): Use PyErr_GivenExceptionMatches() instead of pointerBarry Warsaw1997-08-261-2/+4
* Replaced by ReadMeJack Jansen1997-08-261-142/+0
* Adapted from ReadMeOrSuffer for the new installerJack Jansen1997-08-261-0/+149
* Handle systemclicks ourselves, in stead of passing them to Sioux. ThisJack Jansen1997-08-261-10/+15
* Completed first draft.Guido van Rossum1997-08-264-18/+467