| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PyFrame_FastToLocals() and counterpart to deal with cells and | Jeremy Hylton | 2001-03-21 | 3 | -75/+182 |
|
|
* | Use proper compiler flags on UnixWare. | Martin v. Löwis | 2001-03-21 | 2 | -203/+225 |
|
|
* | Add newline to end of file. | Guido van Rossum | 2001-03-21 | 1 | -1/+1 |
|
|
* | Document tix directory. | Martin v. Löwis | 2001-03-21 | 1 | -0/+2 |
|
|
* | Add section on 2.1b2. | Martin v. Löwis | 2001-03-21 | 1 | -0/+11 |
|
|
* | Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix | Martin v. Löwis | 2001-03-21 | 1 | -15/+1 |
|
|
* | Patch #410231: Add the Python Tix library. | Martin v. Löwis | 2001-03-21 | 38 | -0/+3794 |
|
|
* | Patch #409504: Fix regex problems, consider \-continuation lines in Makefile | Martin v. Löwis | 2001-03-21 | 2 | -2/+15 |
|
|
* | Update Windows installer for 2.1b2. | Tim Peters | 2001-03-21 | 3 | -4/+6 |
|
|
* | Addrf simple test that import is case-sensitive. | Tim Peters | 2001-03-21 | 1 | -1/+10 |
|
|
* | Started on 2.1b2 release notes. Cleaned out alfa notes, etc. | Jack Jansen | 2001-03-20 | 1 | -20/+11 |
|
|
* | Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supp... | Jack Jansen | 2001-03-20 | 1 | -1/+1 |
|
|
* | Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported ... | Jack Jansen | 2001-03-20 | 3 | -0/+29 |
|
|
* | Moved the description of the tzparse module to the "Obsolete" section | Fred Drake | 2001-03-20 | 1 | -4/+5 |
|
|
* | Case-checking was broken on the Macintosh. Fixed. | Jack Jansen | 2001-03-20 | 1 | -3/+2 |
|
|
* | Got module to work under Carbon. Also disabled a few more bits of cfm68k supp... | Jack Jansen | 2001-03-20 | 1 | -12/+21 |
|
|
* | Added riscos modules to modules that don't have to be included. | Jack Jansen | 2001-03-20 | 1 | -1/+3 |
|
|
* | Lawrence Hudson, SF #401702: Modify co_filename in frozen programs | Guido van Rossum | 2001-03-20 | 2 | -3/+42 |
|
|
* | Bump version to 2.1b2. | Guido van Rossum | 2001-03-20 | 1 | -3/+3 |
|
|
* | Add a deprecation warning to this module. | Guido van Rossum | 2001-03-20 | 1 | -0/+5 |
|
|
* | Bug #409419: delete seek() and tell() methods, so callers can use getattr() | Andrew M. Kuchling | 2001-03-20 | 1 | -6/+0 |
|
|
* | * Fixing the password-proxy bug | Moshe Zadka | 2001-03-20 | 1 | -7/+8 |
|
|
* | Get rid of --with-check-import-case. (Jason Tishler, SF #409924) | Guido van Rossum | 2001-03-20 | 4 | -383/+343 |
|
|
* | SF patch #408326 by Robin Thomas: slice objects comparable, not | Guido van Rossum | 2001-03-20 | 1 | -3/+23 |
|
|
* | SF patch 407758, "timemodule patches for Cygwin", from Norman Vine. | Tim Peters | 2001-03-20 | 1 | -0/+7 |
|
|
* | Fixup handling of free variables in methods when the class scope also | Jeremy Hylton | 2001-03-20 | 1 | -3/+12 |
|
|
* | Add test for a list comprehension that is nested in the left-hand part | Jeremy Hylton | 2001-03-19 | 2 | -0/+6 |
|
|
* | Fix crashes in nested list comprehensions | Jeremy Hylton | 2001-03-19 | 1 | -8/+10 |
|
|
* | When building the installer, prompt for the location of the system directory | Tim Peters | 2001-03-19 | 1 | -3/+5 |
|
|
* | Add a whole lot of stuff to __all__. | Guido van Rossum | 2001-03-19 | 1 | -3/+6 |
|
|
* | Markup nit: For the Python documents, we use \empt instead of \textit. | Fred Drake | 2001-03-19 | 1 | -1/+1 |
|
|
* | Repair test_doctest's expected-output file (Guido added some new output). | Tim Peters | 2001-03-18 | 1 | -0/+2 |
|
|
* | add errorTab to __all__ on win* | Skip Montanaro | 2001-03-18 | 1 | -0/+1 |
|
|
* | Committing patch 405101 | Moshe Zadka | 2001-03-18 | 1 | -0/+27 |
|
|
* | Make doctest's self-test succeed after the previous change. | Guido van Rossum | 2001-03-18 | 1 | -0/+2 |
|
|
* | Print a bunch of asterisks before the failure summary, to separate it | Guido van Rossum | 2001-03-18 | 1 | -0/+1 |
|
|
* | Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to use | Eric S. Raymond | 2001-03-18 | 2 | -10/+12 |
|
|
* | SF bug [ #409448 ] Complex division is braindead | Tim Peters | 2001-03-18 | 3 | -8/+124 |
|
|
* | Fix bug #233253: the --define and --undef options didn't work, whether | Andrew M. Kuchling | 2001-03-17 | 1 | -0/+15 |
|
|
* | Bug #409403: Signal an error if the distribution's metadata has no version | Andrew M. Kuchling | 2001-03-17 | 1 | -0/+4 |
|
|
* | Tidy up the ordering of include and library directories, putting | Andrew M. Kuchling | 2001-03-17 | 1 | -4/+4 |
|
|
* | SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_THREADS. | Tim Peters | 2001-03-17 | 1 | -173/+182 |
|
|
* | Distutils version number has been changed from 1.0.1 to 1.0.2pre | Thomas Heller | 2001-03-16 | 1 | -1/+1 |
|
|
* | The bdist_wininst.py command has been recreated after wininst.exe | Thomas Heller | 2001-03-16 | 1 | -272/+308 |
|
|
* | Add documentation for SGMLParser.handle_decl(). | Fred Drake | 2001-03-16 | 1 | -0/+10 |
|
|
* | Change RuntimeError to SGMLParseError, which subclasses RuntimeError | Fred Drake | 2001-03-16 | 1 | -5/+53 |
|
|
* | Finally fill in the documentation for the PyDict_Next() function. It is | Fred Drake | 2001-03-16 | 1 | -2/+20 |
|
|
* | Install the Python DLL with execute priviledge set. This is required for | Neil Schemenauer | 2001-03-16 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-03-16 | 6 | -14/+9 |
|
|
* | Files for second 2.1b1 distribution. | Jack Jansen | 2001-03-15 | 6 | -3/+7 |
|
|