summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extend isclass() to work for extension classes (by looking for __bases__).Ka-Ping Yee2001-03-231-1/+1
* Add some initial text for the appendix on future statements and nested scopes.Jeremy Hylton2001-03-231-0/+149
* Note that assignments to __debug__ are illegalJeremy Hylton2001-03-231-0/+2
* News items for my recent checkinsJeremy Hylton2001-03-231-0/+16
* Script for starting pydoc with a GUI in Windows.Ka-Ping Yee2001-03-231-0/+2
* Make it illegal to assign to __debug__ as per Guido's request.Jeremy Hylton2001-03-231-1/+12
* Browser compatibility fixes.Ka-Ping Yee2001-03-231-7/+8
* Revert to ver 1.22, which was the version before the nested scopesJeremy Hylton2001-03-231-91/+106
* Small formatting improvements.Ka-Ping Yee2001-03-231-10/+13
* Show inherited methods, with hyperlinks to the base class they came from.Ka-Ping Yee2001-03-231-112/+168
* Bump version number.Fred Drake2001-03-231-1/+1
* Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).Tim Peters2001-03-231-1/+1
* Provide a StopTokenizing exception for conveniently exiting the loop.Ka-Ping Yee2001-03-231-10/+11
* Explain the difference between NL and NEWLINE.Ka-Ping Yee2001-03-231-1/+4
* Give a slightly better explanation of excepthook.Ka-Ping Yee2001-03-231-4/+6
* Don't have trace() skip the top frame; return them all.Ka-Ping Yee2001-03-232-6/+7
* When creating an attribute node using createAttribute() orFred Drake2001-03-231-1/+2
* Update to the most recent weakref changes.Fred Drake2001-03-231-11/+4
* Convert the weakref test suite to PyUNIT, and add tests that exercise weakFred Drake2001-03-232-260/+252
* When the regression test is run in verbose mode, make the PyUNIT-basedFred Drake2001-03-231-1/+1
* Add support for weak references to the function and method types.Fred Drake2001-03-232-3/+13
* Add the necessary field for weak reference support to the function andFred Drake2001-03-232-0/+2
* Fix memory leak with SyntaxError. (The DECREF was originally hiddenGuido van Rossum2001-03-231-0/+1
* Add a paragraph about obmalloc turning up bugs in extension modulesAndrew M. Kuchling2001-03-231-2/+21
* Add Jeremy's compiler to the Windows install.Tim Peters2001-03-231-0/+18
* Add section for PEP 241Andrew M. Kuchling2001-03-231-5/+109
* Add sys.excepthook.Ka-Ping Yee2001-03-234-23/+108
* Fixes for various issues reported and discovered since Python 9:Ka-Ping Yee2001-03-231-224/+329
* SRE 2.1b2: increase the chances that the sre test works on otherFredrik Lundh2001-03-222-14/+3
* First cut at a high-level symbol table interfaceJeremy Hylton2001-03-221-0/+258
* SRE 2.1b2: forgot to update one output file (sorry, Fred!)Fredrik Lundh2001-03-221-0/+8
* add DEF_BOUND constantJeremy Hylton2001-03-221-0/+1
* Strip \r as trailing whitespace as part of soft line endings.Guido van Rossum2001-03-221-1/+1
* Update the Tix version (long overdue :-).Guido van Rossum2001-03-221-4/+4
* Add a wrapper function for ssl() on Windows. Inspired by SF patchGuido van Rossum2001-03-221-6/+11
* This is SF patch #405952, by Anthony Baxter:Guido van Rossum2001-03-221-5/+14
* A small change to the C API for weakly-referencable types: Such typesFred Drake2001-03-223-5/+8
* Inform the cycle-detector that the a weakref object no longer needs to beFred Drake2001-03-221-1/+1
* Make cPickle use the recently-added PyInstance_NewRaw() API to createFred Drake2001-03-221-11/+3
* Make this IDLE version 0.8. (We have to skip 0.7 because that was aGuido van Rossum2001-03-221-1/+1
* Don't use __debug__ as if it were some module global. Use DEBUGGuido van Rossum2001-03-221-15/+15
* Bump the version number.Fred Drake2001-03-221-1/+1
* Update to the current state of the universe.Fred Drake2001-03-221-5/+18
* Be more clear about the specific rules for supporting the cyclic GC in anFred Drake2001-03-221-4/+126
* Fix typo in history.Thomas Wouters2001-03-221-1/+1
* SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicodeFredrik Lundh2001-03-221-3/+8
* sre 2.1b2 update:Fredrik Lundh2001-03-228-49/+165
* Added news items for the DistutilsAndrew M. Kuchling2001-03-221-0/+21
* Updated history. Incorporated 1.6.1 license.Guido van Rossum2001-03-221-67/+76
* Synchronize with 1.6 of PyXML:Martin v. Löwis2001-03-221-3/+11