summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of --with-check-import-case. (Jason Tishler, SF #409924)Guido van Rossum2001-03-204-383/+343
* SF patch #408326 by Robin Thomas: slice objects comparable, notGuido van Rossum2001-03-201-3/+23
* SF patch 407758, "timemodule patches for Cygwin", from Norman Vine.Tim Peters2001-03-201-0/+7
* Fixup handling of free variables in methods when the class scope alsoJeremy Hylton2001-03-201-3/+12
* Add test for a list comprehension that is nested in the left-hand partJeremy Hylton2001-03-192-0/+6
* Fix crashes in nested list comprehensionsJeremy Hylton2001-03-191-8/+10
* When building the installer, prompt for the location of the system directoryTim Peters2001-03-191-3/+5
* Add a whole lot of stuff to __all__.Guido van Rossum2001-03-191-3/+6
* Markup nit: For the Python documents, we use \empt instead of \textit.Fred Drake2001-03-191-1/+1
* Repair test_doctest's expected-output file (Guido added some new output).Tim Peters2001-03-181-0/+2
* add errorTab to __all__ on win*Skip Montanaro2001-03-181-0/+1
* Committing patch 405101Moshe Zadka2001-03-181-0/+27
* Make doctest's self-test succeed after the previous change.Guido van Rossum2001-03-181-0/+2
* Print a bunch of asterisks before the failure summary, to separate itGuido van Rossum2001-03-181-0/+1
* Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to useEric S. Raymond2001-03-182-10/+12
* SF bug [ #409448 ] Complex division is braindeadTim Peters2001-03-183-8/+124
* Fix bug #233253: the --define and --undef options didn't work, whetherAndrew M. Kuchling2001-03-171-0/+15
* Bug #409403: Signal an error if the distribution's metadata has no versionAndrew M. Kuchling2001-03-171-0/+4
* Tidy up the ordering of include and library directories, puttingAndrew M. Kuchling2001-03-171-4/+4
* SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_THREADS.Tim Peters2001-03-171-173/+182
* Distutils version number has been changed from 1.0.1 to 1.0.2preThomas Heller2001-03-161-1/+1
* The bdist_wininst.py command has been recreated after wininst.exeThomas Heller2001-03-161-272/+308
* Add documentation for SGMLParser.handle_decl().Fred Drake2001-03-161-0/+10
* Change RuntimeError to SGMLParseError, which subclasses RuntimeErrorFred Drake2001-03-161-5/+53
* Finally fill in the documentation for the PyDict_Next() function. It isFred Drake2001-03-161-2/+20
* Install the Python DLL with execute priviledge set. This is required forNeil Schemenauer2001-03-161-1/+1
* Whitespace normalization.Tim Peters2001-03-166-14/+9
* Files for second 2.1b1 distribution.Jack Jansen2001-03-156-3/+7