summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use proper compiler flags on UnixWare.Martin v. Löwis2001-03-212-203/+225
* Add newline to end of file.Guido van Rossum2001-03-211-1/+1
* Document tix directory.Martin v. Löwis2001-03-211-0/+2
* Add section on 2.1b2.Martin v. Löwis2001-03-211-0/+11
* Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load TixMartin v. Löwis2001-03-211-15/+1
* Patch #410231: Add the Python Tix library.Martin v. Löwis2001-03-2138-0/+3794
* Patch #409504: Fix regex problems, consider \-continuation lines in MakefileMartin v. Löwis2001-03-212-2/+15
* Update Windows installer for 2.1b2.Tim Peters2001-03-213-4/+6
* Addrf simple test that import is case-sensitive.Tim Peters2001-03-211-1/+10
* Started on 2.1b2 release notes. Cleaned out alfa notes, etc.Jack Jansen2001-03-201-20/+11
* Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supp...Jack Jansen2001-03-201-1/+1
* Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported ...Jack Jansen2001-03-203-0/+29
* Moved the description of the tzparse module to the "Obsolete" sectionFred Drake2001-03-201-4/+5
* Case-checking was broken on the Macintosh. Fixed.Jack Jansen2001-03-201-3/+2
* Got module to work under Carbon. Also disabled a few more bits of cfm68k supp...Jack Jansen2001-03-201-12/+21
* Added riscos modules to modules that don't have to be included.Jack Jansen2001-03-201-1/+3
* Lawrence Hudson, SF #401702: Modify co_filename in frozen programsGuido van Rossum2001-03-202-3/+42
* Bump version to 2.1b2.Guido van Rossum2001-03-201-3/+3
* Add a deprecation warning to this module.Guido van Rossum2001-03-201-0/+5
* Bug #409419: delete seek() and tell() methods, so callers can use getattr()Andrew M. Kuchling2001-03-201-6/+0
* * Fixing the password-proxy bugMoshe Zadka2001-03-201-7/+8