summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* _synthesize(): Helper function: when the users passes a specificFred Drake2001-04-121-7/+50
* Pop loop off the loop stack before handling the loop's else clause.Jeremy Hylton2001-04-121-4/+4
* Use new _implicitNameOp() to generate name op code for list comprehensions.Jeremy Hylton2001-04-121-4/+17
* Fix linking to classes (in class tree, and add links on unbound methods).Ka-Ping Yee2001-04-121-24/+23
* Fix call to ModuleScanner from GUI search interface.Ka-Ping Yee2001-04-121-8/+10
* Add support for visitAssAttr to findOp().Jeremy Hylton2001-04-121-1/+1
* pyassem.py:Jeremy Hylton2001-04-122-14/+111
* Added a big new Helper class to provide interactive help!Ka-Ping Yee2001-04-121-12/+276
* Bug 415514 reported that e.g.Tim Peters2001-04-121-4/+4
* Revise handling of tuple arguments so that the variables names matchJeremy Hylton2001-04-122-8/+8
* Give up trying to keep dynamically loaded extensions up to date:Ka-Ping Yee2001-04-121-1/+7
* Robustify getcomments() so it doesn't crash on empty files.Ka-Ping Yee2001-04-121-2/+2
* Remove forking. Doesn't work in Windows.Ka-Ping Yee2001-04-121-2/+2
* Typo fixes and small touches.Ka-Ping Yee2001-04-121-13/+16
* Properly qualify methods inherited from classes in other modules.Ka-Ping Yee2001-04-121-152/+130
* - New fail*() methods, and comprehensive set of assert*() synonymsSteve Purcell2001-04-121-28/+63
* Only treat an AugAssign as def if its the target is a Name.Jeremy Hylton2001-04-121-2/+4
* Fix unpackSequence() to use _nameOp() rather than LOAD_FASTJeremy Hylton2001-04-121-1/+2
* Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAMEJeremy Hylton2001-04-121-0/+3
* Preliminary support for nested scopesJeremy Hylton2001-04-123-89/+396
* Define constants for types of scopesJeremy Hylton2001-04-121-0/+5
* Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.Tim Peters2001-04-121-0/+16
* Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless ofTim Peters2001-04-121-5/+1
* SOCKET.py and TERMIOS.py are no longer used in this release.Guido van Rossum2001-04-113-539/+0
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-119-3/+1800
* typoJeremy Hylton2001-04-111-4/+8
* [finishing fix from earlier checkins]Jeremy Hylton2001-04-111-0/+1
* Add support for extra (*) arguments to preorder.Jeremy Hylton2001-04-111-3/+3
* Generate docstrings.Jeremy Hylton2001-04-111-3/+26
* Add lineno attributes to Discard nodesJeremy Hylton2001-04-111-1/+3
* Make sure the docstring is always entered as the first element in theJeremy Hylton2001-04-111-11/+1
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-112-0/+40
* Idiotic braino caused HTTP openers to ignore proxies.Moshe Zadka2001-04-111-1/+1
* Add a close_request method to the BaseServer so that the TCPServer classKa-Ping Yee2001-04-111-0/+14
* Updated version of RISCOS support. SF patch 411213 by Dietmar SchwertbergerGuido van Rossum2001-04-101-3/+12
* The lower() and tkraise() methods were calling the Canvas widgetGuido van Rossum2001-04-101-2/+2
* mapping(): Remove this function since it does not add anything to the API.Fred Drake2001-04-101-8/+1
* Use the WeakKeyDictionary and WeakValueDictionary classes directlyFred Drake2001-04-101-2/+2
* Since bdist_wininst.py contains the installer executable, it had to beThomas Heller2001-04-101-262/+262
* Fix two unqualified except: clauses.Guido van Rossum2001-04-101-4/+4
* Fix an unqualified except:.Guido van Rossum2001-04-101-1/+1
* Try an except: after an import into "except ImportError".Guido van Rossum2001-04-101-1/+1
* Some other tests, when failing, don't always remove their TESTFN file.Guido van Rossum2001-04-101-0/+6
* When doing the quick test to see whether large files are supported,Guido van Rossum2001-04-101-1/+1
* When zlib can't be imported, zipfile raises RuntimeError, which causesGuido van Rossum2001-04-101-0/+1
* Fix typo in instantiation of ErrorDuringImport.Ka-Ping Yee2001-04-101-1/+1
* Fix synopsis() so it can handle binary module files.Ka-Ping Yee2001-04-101-85/+85
* Add getmodulename() and getmoduleinfo() routines to inspect filenames.Ka-Ping Yee2001-04-101-0/+15
* test_pickle works on sizeof(long)==8 boxes again.Tim Peters2001-04-101-11/+18
* Test full range of native ints. This exposes two more binary pickleTim Peters2001-04-101-0/+19