| Commit message (Expand) | Author | Age | Files | Lines |
* | If the sunaudiodev module is available but we cannot find an audio | Fred Drake | 2001-04-14 | 1 | -1/+9 |
|
|
* | Import readline when possible to make the commaninterpreter UI nicer. | Eric S. Raymond | 2001-04-14 | 1 | -0/+4 |
|
|
* | Added regression test for SF bug #415660 (failure to invalidate all | Fred Drake | 2001-04-13 | 1 | -5/+24 |
|
|
* | Fix typo in comment (the module is now called _testcapi, not _test). | Guido van Rossum | 2001-04-13 | 1 | -1/+1 |
|
|
* | Change error message raised when free variable is not yet bound. It | Jeremy Hylton | 2001-04-13 | 1 | -1/+2 |
|
|
* | One-character style change to appease Netscape stylesheets. | Ka-Ping Yee | 2001-04-13 | 1 | -1/+1 |
|
|
* | Use nturl2path to generate a file: URL to source files in Windows. | Ka-Ping Yee | 2001-04-13 | 1 | -3/+7 |
|
|
* | Add test for SF bug #405427 | Jeremy Hylton | 2001-04-13 | 2 | -0/+36 |
|
|
* | SF patch #405845 by Martin von Löwis | Jeremy Hylton | 2001-04-13 | 1 | -1/+7 |
|
|
* | Update to reflect new tokenize_test.py | Jeremy Hylton | 2001-04-13 | 1 | -8/+8 |
|
|
* | There's no need for the tokenize tests to include a SyntaxError. | Jeremy Hylton | 2001-04-13 | 1 | -1/+1 |
|
|
* | Clean up isroutine(). | Ka-Ping Yee | 2001-04-13 | 1 | -2/+1 |
|
|
* | Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively. | Ka-Ping Yee | 2001-04-13 | 1 | -2/+2 |
|
|
* | Add inode checks to detect circular symbolic links (so that the | Ka-Ping Yee | 2001-04-13 | 1 | -3/+7 |
|
|
* | Small style change to accommodate Netscape. | Ka-Ping Yee | 2001-04-13 | 1 | -1/+1 |
|
|
* | Robustify getfile() against classes that lie about their __module__s | Ka-Ping Yee | 2001-04-13 | 1 | -1/+1 |
|
|
* | Word-wrap the list of cross-references. | Ka-Ping Yee | 2001-04-13 | 1 | -1/+5 |
|
|
* | Another pass through the topic table to fill in cross references. | Ka-Ping Yee | 2001-04-13 | 1 | -20/+27 |
|
|
* | Make force-loading optional; don't force-load in interactive mode. | Ka-Ping Yee | 2001-04-13 | 1 | -133/+147 |
|
|
* | Remove duplicate type objects from isroutine() and isbuiltin(). | Ka-Ping Yee | 2001-04-13 | 1 | -4/+4 |
|
|
* | Patch #415777: new grouping strategy. | Martin v. Löwis | 2001-04-13 | 3 | -10/+68 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-04-13 | 2 | -2/+1 |
|
|
* | Added a test main to the pstats library that can help you browse profile dumps. | Eric S. Raymond | 2001-04-13 | 1 | -0/+126 |
|
|
* | _synthesize(): Helper function: when the users passes a specific | Fred Drake | 2001-04-12 | 1 | -7/+50 |
|
|
* | Pop loop off the loop stack before handling the loop's else clause. | Jeremy Hylton | 2001-04-12 | 1 | -4/+4 |
|
|
* | Use new _implicitNameOp() to generate name op code for list comprehensions. | Jeremy Hylton | 2001-04-12 | 1 | -4/+17 |
|
|
* | Fix linking to classes (in class tree, and add links on unbound methods). | Ka-Ping Yee | 2001-04-12 | 1 | -24/+23 |
|
|
* | Fix call to ModuleScanner from GUI search interface. | Ka-Ping Yee | 2001-04-12 | 1 | -8/+10 |
|
|
* | Add support for visitAssAttr to findOp(). | Jeremy Hylton | 2001-04-12 | 1 | -1/+1 |
|
|
* | pyassem.py: | Jeremy Hylton | 2001-04-12 | 2 | -14/+111 |
|
|
* | Added a big new Helper class to provide interactive help! | Ka-Ping Yee | 2001-04-12 | 1 | -12/+276 |
|
|
* | Bug 415514 reported that e.g. | Tim Peters | 2001-04-12 | 1 | -4/+4 |
|
|
* | Revise handling of tuple arguments so that the variables names match | Jeremy Hylton | 2001-04-12 | 2 | -8/+8 |
|
|
* | Give up trying to keep dynamically loaded extensions up to date: | Ka-Ping Yee | 2001-04-12 | 1 | -1/+7 |
|
|
* | Robustify getcomments() so it doesn't crash on empty files. | Ka-Ping Yee | 2001-04-12 | 1 | -2/+2 |
|
|
* | Remove forking. Doesn't work in Windows. | Ka-Ping Yee | 2001-04-12 | 1 | -2/+2 |
|
|
* | Typo fixes and small touches. | Ka-Ping Yee | 2001-04-12 | 1 | -13/+16 |
|
|
* | Properly qualify methods inherited from classes in other modules. | Ka-Ping Yee | 2001-04-12 | 1 | -152/+130 |
|
|
* | - New fail*() methods, and comprehensive set of assert*() synonyms | Steve Purcell | 2001-04-12 | 1 | -28/+63 |
|
|
* | Only treat an AugAssign as def if its the target is a Name. | Jeremy Hylton | 2001-04-12 | 1 | -2/+4 |
|
|
* | Fix unpackSequence() to use _nameOp() rather than LOAD_FAST | Jeremy Hylton | 2001-04-12 | 1 | -1/+2 |
|
|
* | Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAME | Jeremy Hylton | 2001-04-12 | 1 | -0/+3 |
|
|
* | Preliminary support for nested scopes | Jeremy Hylton | 2001-04-12 | 3 | -89/+396 |
|
|
* | Define constants for types of scopes | Jeremy Hylton | 2001-04-12 | 1 | -0/+5 |
|
|
* | Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. | Tim Peters | 2001-04-12 | 1 | -0/+16 |
|
|
* | Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of | Tim Peters | 2001-04-12 | 1 | -5/+1 |
|
|
* | SOCKET.py and TERMIOS.py are no longer used in this release. | Guido van Rossum | 2001-04-11 | 3 | -539/+0 |
|
|
* | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 9 | -3/+1800 |
|
|
* | typo | Jeremy Hylton | 2001-04-11 | 1 | -4/+8 |
|
|
* | [finishing fix from earlier checkins] | Jeremy Hylton | 2001-04-11 | 1 | -0/+1 |
|
|