summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Oops. Need an extra blank line after the PSF license.Guido van Rossum2001-04-131-0/+1
* - Inserted the (tentative) PSF license.Guido van Rossum2001-04-131-9/+64
* Use nturl2path to generate a file: URL to source files in Windows.Ka-Ping Yee2001-04-131-3/+7
* Add test for SF bug #405427Jeremy Hylton2001-04-132-0/+36
* SF patch #405845 by Martin von LöwisJeremy Hylton2001-04-131-1/+7
* Update to reflect new tokenize_test.pyJeremy Hylton2001-04-131-8/+8
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-4/+4
* There's no need for the tokenize tests to include a SyntaxError.Jeremy Hylton2001-04-131-1/+1
* Minor markup adjustments.Fred Drake2001-04-131-2/+2
* Clean up isroutine().Ka-Ping Yee2001-04-131-2/+1
* Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively.Ka-Ping Yee2001-04-131-2/+2
* Add inode checks to detect circular symbolic links (so that theKa-Ping Yee2001-04-131-3/+7
* Small style change to accommodate Netscape.Ka-Ping Yee2001-04-131-1/+1
* Robustify getfile() against classes that lie about their __module__sKa-Ping Yee2001-04-131-1/+1
* Word-wrap the list of cross-references.Ka-Ping Yee2001-04-131-1/+5
* Another pass through the topic table to fill in cross references.Ka-Ping Yee2001-04-131-20/+27
* Make force-loading optional; don't force-load in interactive mode.Ka-Ping Yee2001-04-131-133/+147
* Remove duplicate type objects from isroutine() and isbuiltin().Ka-Ping Yee2001-04-131-4/+4
* Patch #415777: new grouping strategy.Martin v. Löwis2001-04-133-10/+68
* Whitespace normalization.Tim Peters2001-04-132-2/+1
* Update the helper scripts that push development docs to SourceForge;Fred Drake2001-04-132-5/+5
* Add entry for ColorPicker documentation as well.Fred Drake2001-04-131-0/+1
* Documentation for Just's ColorPicker module, so the Mac OS guys getFred Drake2001-04-132-0/+23
* Note additions to pydoc and pstats.Guido van Rossum2001-04-131-0/+5
* Added a test main to the pstats library that can help you browse profile dumps.Eric S. Raymond2001-04-132-0/+131
* _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-122-8/+8
* Use new _implicitNameOp() to generate name op code for list comprehensions.Jeremy Hylton2001-04-122-8/+34
* Because this code was derived from Python 1.6.1 (amongst others), theGuido van Rossum2001-04-122-2/+2
* 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
* Added warning that FancyURLopener prompts the user on the terminal whenFred Drake2001-04-121-0/+21
* Add support for visitAssAttr to findOp().Jeremy Hylton2001-04-122-2/+2
* pyassem.py:Jeremy Hylton2001-04-124-28/+222
* Added a big new Helper class to provide interactive help!Ka-Ping Yee2001-04-121-12/+276
* Added module synopsis for the chapter summary.Fred Drake2001-04-121-67/+186
* Bug 415514 reported that e.g.Tim Peters2001-04-123-42/+47
* Revise handling of tuple arguments so that the variables names matchJeremy Hylton2001-04-124-16/+16
* Convert several \seetext references to \seerfc and \seetitle versions.Fred Drake2001-04-123-19/+22
* 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
* Work around the conversion of ">>" and "<<" to guillemets. Reported byFred Drake2001-04-121-1/+1
* Update copyright to PSF.Guido van Rossum2001-04-121-1/+1
* 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-122-4/+8
* Fix unpackSequence() to use _nameOp() rather than LOAD_FASTJeremy Hylton2001-04-122-2/+4
* Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAMEJeremy Hylton2001-04-122-0/+6