summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the get_contact*() accessors instead of get_maintainer*()Andrew M. Kuchling2001-03-221-2/+2
* Set copyright to PSF. Don't bother with 2000.Guido van Rossum2001-03-221-1/+1
* Allow the process of reading back what we wrote to a pty to transformThomas Wouters2001-03-221-24/+36
* Add some news for 2.1b2. I'd still like someone else to add newsGuido van Rossum2001-03-221-3/+55
* Added Gordon McMillan. He should've been in there ages ago. ThanksGuido van Rossum2001-03-221-0/+1
* Change co.detach() to co.back() call.Guido van Rossum2001-03-221-1/+1
* Add more complete reference. Change a co.back() call to co.tran() --Guido van Rossum2001-03-221-1/+2
* Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.pySteve Purcell2001-03-222-256/+244
* Set the line number correctly for a nested function with an exec orJeremy Hylton2001-03-222-2/+6
* Make error messages clearer for illegal combinations of nestedJeremy Hylton2001-03-221-15/+36
* Remove redundant importAndrew M. Kuchling2001-03-221-1/+1
* Back out conversion to string methods; the Distutils is intended to workAndrew M. Kuchling2001-03-224-13/+13
* Call the write_pkg_info methodAndrew M. Kuchling2001-03-221-2/+2
* Add 'platforms' and 'keywords' attributes to the DistributionMetadata class,Andrew M. Kuchling2001-03-221-5/+70
* Patch #407434: add rfc822_escape utility functionAndrew M. Kuchling2001-03-221-0/+10
* Extend support for from __future__ import nested_scopesJeremy Hylton2001-03-225-19/+133
* If a code object is compiled with nested scopes, define the CO_NESTED flag.Jeremy Hylton2001-03-224-1/+13
* Check that f.keys() == [] right after creation -- this prevents bugsGuido van Rossum2001-03-223-3/+6
* Add CONFIG_ARGS Makefile variable (saves the arguments passedNeil Schemenauer2001-03-222-344/+353
* - Remove WITH makefile variable. Its not used for anything.Neil Schemenauer2001-03-221-13/+4
* Don't raise MemoryError in keys() when the database is empty.Guido van Rossum2001-03-221-1/+1
* Changed doctest to run tests in alphabetic order of name.Tim Peters2001-03-213-98/+108