- 591f71b New, larger installer bitmap from Erik van Blokland. Added more by Tim Peters · 23 years ago
- ebb7133 Fix typo in module docstring. by Tim Peters · 23 years ago
- 0afb609 Add blurb about cleanfuture.py. Fix misspelling in an older item. by Tim Peters · 23 years ago
- e561463 Move one of the tests into the "PEP 255" section, to reflect a change in by Tim Peters · 23 years ago
- e578a63 Oops, forgot to check in configure. by Jack Jansen · 23 years ago
- b6e9cad Lots of changes in the framework support: by Jack Jansen · 23 years ago
- e925faf With WITH_NEXT_FRAMEWORK defined we now also expect a normal Python by Jack Jansen · 23 years ago
- f5bf77c update simple explanation of parseFile() by Jeremy Hylton · 23 years ago
- 76f42ac First day's progress on documentation by Jeremy Hylton · 23 years ago
- ce575ba Fix a minor typo and mark an exception name that was missed. by Fred Drake · 23 years ago
- c0cf726 Add material about the "r" and "u" prefixes for string literals; should by Fred Drake · 23 years ago
- 0cac5f6 Added some examples of table markup. by Fred Drake · 23 years ago
- 9272b14 Fix typo in astgen script by Jeremy Hylton · 23 years ago
- 3e2aca4 Add information about __floordiv__() and __truediv__() methods for by Fred Drake · 23 years ago
- 4dd64ab Non-function fields, like tp_dictoffset and tp_weaklistoffset, should by Guido van Rossum · 23 years ago
- 481081e Fix SF bug [ #450909 ] __future__.division fails at prompt by Jeremy Hylton · 23 years ago
- 80e3675 Add a test for a weird bug I just discovered: a dynamic subclass by Guido van Rossum · 23 years ago
- d3ba10f Clarify the prompt in an example. This closes SF bug #450633. by Fred Drake · 23 years ago
- 7713ac2 Regenerated from new ast.txt and new astgen.py by Jeremy Hylton · 23 years ago
- eef6590 Add getChildNodes() method to Node by Jeremy Hylton · 23 years ago
- 34aeeff Add Yield node by Jeremy Hylton · 23 years ago
- 9b3be7f Document the new semantics for setting and deleting a function's by Barry Warsaw · 23 years ago
- 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 23 years ago
- 142865c func_getattro(), func_setattro(): Implement the new semantics for by Barry Warsaw · 23 years ago
- 5ef99a0 Describe the new semantics for setting and deleting a function's by Barry Warsaw · 23 years ago
- 680cabb Add "exceptions" to the list of fundamental modules created by Py_Initialize(). by Fred Drake · 23 years ago
- 280f725 Insert omitted "the". by Fred Drake · 23 years ago
- bf781a9 Add the smtpd module to the list of undocumented modules; Barry needs to by Fred Drake · 23 years ago
- b9c1d3d reload(exceptions) should not raise an ImportError, but should act by Barry Warsaw · 23 years ago
- 9288338 Fixed typo in comment leading up to _PyImport_FixupExtension(). by Barry Warsaw · 23 years ago
- 5821bc5 Py_Initialize(): Apply patch by Jürgen Hermann to call by Barry Warsaw · 23 years ago
- 0460106 Repair Unix-specific assumptions that caused this to fail on Windows. by Tim Peters · 23 years ago
- 406d46e found_terminator(): Add a debug print showing the data. by Barry Warsaw · 23 years ago
- 3a28ca8 Nick Mathewson: test suite for the class browser support module. by Fred Drake · 23 years ago
- 03f7a70 Nick Mathewson: Make sure the recursion is handled properly. by Fred Drake · 23 years ago
- 6943a29 David Goodger <dgoodger@atsautomation.com>: by Fred Drake · 23 years ago
- 97dbec9 Remove redundant import (PyChecker). by Guido van Rossum · 23 years ago
- 4a5555b Remove unused variable 'imports' from readmodule_ex(). by Guido van Rossum · 23 years ago
- 8f15bd8 Remove redundant 'import string' (PyChecker). by Guido van Rossum · 23 years ago
- ef8f4de Remove redundant imports (PyChecker). by Guido van Rossum · 23 years ago
- a79bbac Remove redundant 'import sys' (PyChecker). by Guido van Rossum · 23 years ago
- f9f4881 Remove two redundant statements (PyChecker). by Guido van Rossum · 23 years ago
- bfbc18d Remove redundant assignment l = [] from poll3() -- copy-and-paste error. by Guido van Rossum · 23 years ago
- f3b9430 Update a beopen.com e-mail by Andrew M. Kuchling · 23 years ago
- 5996825 Update a few references to beopen.com by Andrew M. Kuchling · 23 years ago
- 392aa1d Update e-mail address by Andrew M. Kuchling · 23 years ago
- 8710681 Commenting out the getfillable() method -- it's broken, and nobody by Guido van Rossum · 23 years ago
- 8837814 Add a name by Andrew M. Kuchling · 23 years ago
- 7c2cf73 Remove redefinition of has_option() method by Andrew M. Kuchling · 23 years ago
- 8ea9227 Remove empty __init__ (PyChecker) by Andrew M. Kuchling · 23 years ago
- f31d313 Remove redefinition of writelines() method Remove unused variable and import by Andrew M. Kuchling · 23 years ago
- 77f9caf Remove unused variable (PyChecker) by Andrew M. Kuchling · 23 years ago
- 1f877ef Remove some dead code (PyChecker) by Andrew M. Kuchling · 23 years ago
- 86c7e22 Add forgotten import (PyChecker) by Andrew M. Kuchling · 23 years ago
- e7abf97 Remove unused import (PyChecker) by Andrew M. Kuchling · 23 years ago
- 6be424f Remove redundant import by Andrew M. Kuchling · 23 years ago
- 994b51e Capture exception message (PyChecker) by Andrew M. Kuchling · 23 years ago
- a49e0a0 Remove unused imports (PyChecker) by Andrew M. Kuchling · 23 years ago
- 3e44248 Remove unused variable by Andrew M. Kuchling · 23 years ago
- 118aa53 Fix malformed line (PyChecker) by Andrew M. Kuchling · 23 years ago
- 49fa2bd Fix two bugs discovered by PyChecker. (I cannot test these, but I'm by Guido van Rossum · 23 years ago
- 246c425 Fix for NameError caught by PyChecker. by Andrew M. Kuchling · 23 years ago
- fd6608b Fix typo (PyChecker) by Andrew M. Kuchling · 23 years ago
- fee3126 Catch curses.error instead of a non-existent global (PyChecker) Edit comment by Andrew M. Kuchling · 23 years ago
- 40ea617 Remove redundant import by Andrew M. Kuchling · 23 years ago
- 3055ad2 + A msg on c.l.py reminded me that docstrings can be implicitly catenated. by Tim Peters · 23 years ago
- 33277c7 further work on font config and general feel improvements by Steven M. Gava · 23 years ago
- 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
- 39f77bc Modify _Set to support iteration. by Jeremy Hylton · 23 years ago
- 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
- f65b1a1 Bump size of sprintf buffer. Suggested by Alex Coventry. by Martin v. Löwis · 23 years ago
- b704238 Tool to delete (or just rewrite parts of) obsolete future statements. by Tim Peters · 23 years ago
- d307740 - Expand test for dynamic objects. by Guido van Rossum · 23 years ago
- 8e24818 Make dynamic types work as intended. Or at least more so. by Guido van Rossum · 23 years ago
- a45da92 Make the output of tests skipped readable (i.e., deliberately break it by Tim Peters · 23 years ago
- 8de8680 Temporary stop-gap fix for dynamic classes, so they pass the test. by Guido van Rossum · 23 years ago
- 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
- 08a6403 Test the unary operator changes to the compiler by Jeremy Hylton · 23 years ago
- f73e30c Add the list of expected skips for Linux 2.x. Restructured the code a by Guido van Rossum · 23 years ago
- a2be2d6 Move line; reported on python-dev by Mark Favas (thanks!). by Tim Peters · 23 years ago
- d5e5a2a SF Patch [ 429024 ] deal with some unary ops at compile time by Jeremy Hylton · 23 years ago
- b5b7b78 Teach regrtest which tests we *expect* to skip on Win32. Please teach it by Tim Peters · 23 years ago
- 28ccc24 removed some cruft by Steven M. Gava · 23 years ago
- a6a4f27 _Condition.wait(): never sleep longer than the timeout time remaining, by Tim Peters · 23 years ago
- ce3016a Merged release21-maint changes. by Jack Jansen · 23 years ago
- dbc363c The test assumed that the local pathname convention for "foo" would sort before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output. by Jack Jansen · 23 years ago
- d7b568a test_glob found a nasty bug in GUSI opendir(): it will not fail when called on files, but in stead open the parent directory! We now explicitly test for the argument being a directory and simulate ENOTDIR otherwise. by Jack Jansen · 23 years ago
- b598222 Before asking the finder to start the application (if start=1 is specified), check that it isn't incidentally running already. by Jack Jansen · 23 years ago
- fb513a2 Got rid of the activate() so codewarrior doesn't come to front. It isn't needed, and without it you can get work done while building the projects:-) by Jack Jansen · 23 years ago
- abce416 Patch by Jonathan Wight (slightly reformatted) to forestall loading the by Jack Jansen · 23 years ago
- 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
- d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
- af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
- c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
- 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
- f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
- abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
- 5b3ac8f some re-design by Steven M. Gava · 23 years ago
- 6b1ab25 supports about changes by Steven M. Gava · 23 years ago
- 0ba4df8 adjust help menu bindings by Steven M. Gava · 23 years ago