summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* unpack_sequence(): In finally clause, watch out for Py_DECREFBarry Warsaw1997-08-251-2/+2
* regression test for new sequence unpacking semanticsBarry Warsaw1997-08-251-0/+131
* Output for sequence unpacking testBarry Warsaw1997-08-251-0/+1
* eval_code2(): collapsed the implementations of UNPACK_TUPLE andBarry Warsaw1997-08-251-33/+74
* Checkpoint.Guido van Rossum1997-08-252-5/+369
* Allow assignments to instance.__dict__ and instance.__class__. TheGuido van Rossum1997-08-251-17/+57
* Rename roundup() to roundupsize(), as there's a macro roundup() in theGuido van Rossum1997-08-251-2/+2
* Removed some colons that shouldn't be there (probably leftovers fromGuido van Rossum1997-08-252-26/+52
* Arbitrary point checkpoint commit. Take no notice.Guido van Rossum1997-08-254-6/+248
* Examples of metaprogramming in pure Python.Guido van Rossum1997-08-232-0/+291
* Added a few more tests of exception class raisingBarry Warsaw1997-08-221-0/+8
* generated output for new testsBarry Warsaw1997-08-221-0/+2
* Added tests of the new builtin functions issubclass() and isinstance()Barry Warsaw1997-08-221-0/+36
* cmp_exception gets promoted (essentially) to the C API functionBarry Warsaw1997-08-221-59/+10
* Three new C API functions:Barry Warsaw1997-08-222-0/+111
* Two new built-in functions: issubclass() and isinstance(). Both takeBarry Warsaw1997-08-221-5/+59
* Correct off-by-two-pixels error.Guido van Rossum1997-08-221-1/+1
* Add unsupported variable EXE which can be set to .exe on systems whereGuido van Rossum1997-08-221-1/+4
* Added configuration tests for presence of alarm(), pause(), and getpwent()Guido van Rossum1997-08-225-11/+24
* Oops, don't suppress echo of the rm command in l2hclean!Fred Drake1997-08-221-1/+1
* Simplify LaTeX2HTML targets && support re-use of output directories (whichFred Drake1997-08-221-17/+10
* Reverse the search order for the Don Beaudry hook so that the firstGuido van Rossum1997-08-221-4/+3
* Changed description of SchedParams() in the following way:Fred Drake1997-08-222-4/+4
* Added missing "\end{funcdesc}" after FindFolder documentation.Fred Drake1997-08-222-0/+2