summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrated an expanded version of some text from Neil Schemenauer aboutFred Drake2001-03-211-3/+85
* Test that traceback module works with SyntaxErrors with or without carets.Jeremy Hylton2001-03-213-0/+43
* Do not print caret when offset is None.Jeremy Hylton2001-03-211-7/+8
* Make PyDict_Next safe to use for loops that merely modify the valuesTim Peters2001-03-211-8/+32
* Use PyObject_IsInstance() to check whether the first argument to anGuido van Rossum2001-03-211-13/+19
* Reformat and edit docstrings to follow modern conventions. SingleJeremy Hylton2001-03-211-50/+68
* Update PyNode_CompileSymtable() to understand future statementsJeremy Hylton2001-03-211-9/+15
* Move the code implementing isinstance() and issubclass() to new CGuido van Rossum2001-03-213-96/+125
* Add test cases for the fnmatch module.Fred Drake2001-03-212-0/+43
* Just import sys at the top instead of inside lots of functions.Fred Drake2001-03-211-3/+35
* The unittest module from PyUNIT, by Steve Purcell.Fred Drake2001-03-211-0/+689
* Donovan Baarda <abo@users.sourceforge.net>:Fred Drake2001-03-211-9/+5
* Fixed a bunch of Tabnanny errorsMoshe Zadka2001-03-211-590/+590
* Add tests for recent changes:Jeremy Hylton2001-03-212-0/+32
* Fix PyFrame_FastToLocals() and counterpart to deal with cells andJeremy Hylton2001-03-213-75/+182