summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preliminary support for nested scopesJeremy Hylton2001-04-126-178/+792
* Define constants for types of scopesJeremy Hylton2001-04-122-0/+10
* Added a lot of text from Steve Purcell's HTML documentation.Fred Drake2001-04-121-29/+251
* Use "2.1c1" since that is what Guido used for the Python version number.Fred Drake2001-04-122-2/+2
* Update to reflect the new string repr -- \n instead of \012. This is theFred Drake2001-04-121-5/+5
* Prepare for release candidate 1... aka 2.1c1.Guido van Rossum2001-04-121-3/+3
* Markup nit: use \envvar to mark environment variables.Fred Drake2001-04-121-1/+1
* When forming the <A> tag for a \seepep or \seerfc, make sure we stripFred Drake2001-04-121-1/+10
* Update Windows build # and installer for 2.1c1.Tim Peters2001-04-123-8/+6
* Explain popitem()Andrew M. Kuchling2001-04-121-13/+16
* Note that __debug__ assignments are legal again.Guido van Rossum2001-04-121-0/+3
* Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.Tim Peters2001-04-123-25/+53
* 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
* (py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:"Barry Warsaw2001-04-111-3/+3
* Fixed bug in example.Fred Drake2001-04-111-2/+2
* Noted the improved RISCOS port and the new Unixware 7 port.Guido van Rossum2001-04-112-0/+5
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-1115-510/+2408
* Added news about the updated python-mode.elBarry Warsaw2001-04-111-0/+10
* Bumping to version 4.0 since we now support only XEmacs 21.1 and EmacsBarry Warsaw2001-04-110-0/+0
* intermediateBarry Warsaw2001-04-111-51/+148
* Added some additional documentation describing how BabylMailboxBarry Warsaw2001-04-111-4/+12
* Include a synopsis for the chapter overview.Fred Drake2001-04-111-0/+1
* typoJeremy Hylton2001-04-112-8/+16
* [finishing fix from earlier checkins]Jeremy Hylton2001-04-112-0/+2
* Add support for extra (*) arguments to preorder.Jeremy Hylton2001-04-112-6/+6
* Generate docstrings.Jeremy Hylton2001-04-112-6/+52