summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify the prompt in an example.Fred Drake2001-08-141-1/+1
* Regenerated from new ast.txt and new astgen.pyJeremy Hylton2001-08-142-24/+46
* Add getChildNodes() method to NodeJeremy Hylton2001-08-142-0/+4
* Add Yield nodeJeremy Hylton2001-08-142-0/+2
* Document the new semantics for setting and deleting a function'sBarry Warsaw2001-08-141-0/+6
* Test the new semantics for setting and deleting a function's __dict__Barry Warsaw2001-08-141-45/+50
* func_getattro(), func_setattro(): Implement the new semantics forBarry Warsaw2001-08-141-8/+22
* Describe the new semantics for setting and deleting a function'sBarry Warsaw2001-08-141-10/+5
* Add "exceptions" to the list of fundamental modulesFred Drake2001-08-141-3/+3
* Insert omitted "the".Fred Drake2001-08-141-1/+1
* Add the smtpd module to the list of undocumented modules; Barry needs toFred Drake2001-08-141-0/+4
* reload(exceptions) should not raise an ImportError, but should actBarry Warsaw2001-08-131-0/+8
* Fixed typo in comment leading up to _PyImport_FixupExtension().Barry Warsaw2001-08-131-1/+1
* Py_Initialize(): Apply patch by Jürgen Hermann to callBarry Warsaw2001-08-131-0/+1
* Repair Unix-specific assumptions that caused this to fail on Windows.Tim Peters2001-08-131-20/+18
* found_terminator(): Add a debug print showing the data.Barry Warsaw2001-08-131-1/+2
* Nick Mathewson: test suite for the class browser support module.Fred Drake2001-08-131-0/+158
* Nick Mathewson: Make sure the recursion is handled properly.Fred Drake2001-08-131-4/+4
* David Goodger <dgoodger@atsautomation.com>:Fred Drake2001-08-131-27/+240
* Remove redundant import (PyChecker).Guido van Rossum2001-08-131-2/+4
* Remove unused variable 'imports' from readmodule_ex().Guido van Rossum2001-08-131-1/+0
* Remove redundant 'import string' (PyChecker).Guido van Rossum2001-08-131-1/+0
* Remove redundant imports (PyChecker).Guido van Rossum2001-08-131-2/+0
* Remove redundant 'import sys' (PyChecker).Guido van Rossum2001-08-131-1/+1
* Remove two redundant statements (PyChecker).Guido van Rossum2001-08-131-2/+0
* Remove redundant assignment l = [] from poll3() -- copy-and-pasteGuido van Rossum2001-08-131-1/+0
* Update a beopen.com e-mailAndrew M. Kuchling2001-08-131-2/+2
* Update a few references to beopen.comAndrew M. Kuchling2001-08-132-3/+3
* Update e-mail addressAndrew M. Kuchling2001-08-131-1/+1
* Commenting out the getfillable() method -- it's broken, and nobodyGuido van Rossum2001-08-131-2/+3
* Add a nameAndrew M. Kuchling2001-08-131-0/+1
* Remove redefinition of has_option() methodAndrew M. Kuchling2001-08-131-7/+0
* Remove empty __init__ (PyChecker)Andrew M. Kuchling2001-08-131-3/+0
* Remove redefinition of writelines() methodAndrew M. Kuchling2001-08-131-5/+0
* Remove unused variable (PyChecker)Andrew M. Kuchling2001-08-133-3/+0
* Remove some dead code (PyChecker)Andrew M. Kuchling2001-08-131-3/+1
* Add forgotten import (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Remove unused import (PyChecker)Andrew M. Kuchling2001-08-132-2/+0
* Remove redundant importAndrew M. Kuchling2001-08-131-1/+1
* Capture exception message (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Remove unused imports (PyChecker)Andrew M. Kuchling2001-08-131-4/+0
* Remove unused variableAndrew M. Kuchling2001-08-131-1/+1
* Fix malformed line (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Fix two bugs discovered by PyChecker. (I cannot test these, but I'mGuido van Rossum2001-08-131-2/+2
* Fix for NameError caught by PyChecker.Andrew M. Kuchling2001-08-131-2/+2
* Fix typo (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Catch curses.error instead of a non-existent global (PyChecker)Andrew M. Kuchling2001-08-131-2/+2
* Remove redundant importAndrew M. Kuchling2001-08-131-1/+0
* + A msg on c.l.py reminded me that docstrings can be implicitly catenated.Tim Peters2001-08-131-28/+48
* further work on font config and general feel improvementsSteven M. Gava2001-08-131-21/+24