| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Add support for extra (*) arguments to preorder. | Jeremy Hylton | 2001-04-11 | 1 | -3/+3 |
|
|
* | Generate docstrings. | Jeremy Hylton | 2001-04-11 | 1 | -3/+26 |
|
|
* | Add lineno attributes to Discard nodes | Jeremy Hylton | 2001-04-11 | 1 | -1/+3 |
|
|
* | Make sure the docstring is always entered as the first element in the | Jeremy Hylton | 2001-04-11 | 1 | -11/+1 |
|
|
* | Test cases for examples of ext call error handling. | Jeremy Hylton | 2001-04-11 | 2 | -0/+40 |
|
|
* | Idiotic braino caused HTTP openers to ignore proxies. | Moshe Zadka | 2001-04-11 | 1 | -1/+1 |
|
|
* | Add a close_request method to the BaseServer so that the TCPServer class | Ka-Ping Yee | 2001-04-11 | 1 | -0/+14 |
|
|
* | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 | 1 | -3/+12 |
|
|
* | The lower() and tkraise() methods were calling the Canvas widget | Guido van Rossum | 2001-04-10 | 1 | -2/+2 |
|
|
* | mapping(): Remove this function since it does not add anything to the API. | Fred Drake | 2001-04-10 | 1 | -8/+1 |
|
|
* | Use the WeakKeyDictionary and WeakValueDictionary classes directly | Fred Drake | 2001-04-10 | 1 | -2/+2 |
|
|
* | Since bdist_wininst.py contains the installer executable, it had to be | Thomas Heller | 2001-04-10 | 1 | -262/+262 |
|
|
* | Fix two unqualified except: clauses. | Guido van Rossum | 2001-04-10 | 1 | -4/+4 |
|
|
* | Fix an unqualified except:. | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | Try an except: after an import into "except ImportError". | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | Some other tests, when failing, don't always remove their TESTFN file. | Guido van Rossum | 2001-04-10 | 1 | -0/+6 |
|
|
* | When doing the quick test to see whether large files are supported, | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | When zlib can't be imported, zipfile raises RuntimeError, which causes | Guido van Rossum | 2001-04-10 | 1 | -0/+1 |
|
|
* | Fix typo in instantiation of ErrorDuringImport. | Ka-Ping Yee | 2001-04-10 | 1 | -1/+1 |
|
|
* | Fix synopsis() so it can handle binary module files. | Ka-Ping Yee | 2001-04-10 | 1 | -85/+85 |
|
|
* | Add getmodulename() and getmoduleinfo() routines to inspect filenames. | Ka-Ping Yee | 2001-04-10 | 1 | -0/+15 |
|
|
* | test_pickle works on sizeof(long)==8 boxes again. | Tim Peters | 2001-04-10 | 1 | -11/+18 |
|
|
* | Test full range of native ints. This exposes two more binary pickle | Tim Peters | 2001-04-10 | 1 | -0/+19 |
|
|
* | Mechanical fiddling for easier reading: every "if" test was enclosed in | Tim Peters | 2001-04-10 | 1 | -35/+35 |
|
|
* | Add globals to list of names returned by get_names(). | Jeremy Hylton | 2001-04-09 | 1 | -7/+13 |
|
|