| Commit message (Expand) | Author | Age | Files | Lines |
* | test_basic(): Add a test for "person@dom.ain (User J. Person)" which | Barry Warsaw | 2001-07-16 | 1 | -0/+12 |
|
|
* | Stoopid change, just to mention that the last checkin resolves SF bug | Barry Warsaw | 2001-07-16 | 1 | -1/+1 |
|
|
* | Fix address parsing to be RFC 2822 conformant. Specifically, dots are | Barry Warsaw | 2001-07-16 | 1 | -105/+123 |
|
|
* | File handlers don't work on the mac, so don't pretend they do. I guess this i... | Jack Jansen | 2001-07-16 | 1 | -1/+2 |
|
|
* | Add a unit test for sgmllib (needs work, but has already caught problems). | Fred Drake | 2001-07-16 | 1 | -0/+243 |
|
|
* | Give more useful information about a failing PyUnit-style test. | Fred Drake | 2001-07-16 | 1 | -2/+11 |
|
|
* | Remove a duplicate test. | Fred Drake | 2001-07-16 | 1 | -1/+0 |
|
|
* | Document doctest's generator-future hack. | Tim Peters | 2001-07-16 | 1 | -0/+7 |
|
|
* | In CDATA mode, make sure entity-reference syntax is not interpreted; | Fred Drake | 2001-07-16 | 1 | -8/+26 |
|
|
* | jcompile(): inherit the CO_GENERATOR_ALLOWED flag from the 'base' | Guido van Rossum | 2001-07-16 | 1 | -0/+1 |
|
|
* | PyRun_StringFlags(): forgot to pass the flags on to | Guido van Rossum | 2001-07-16 | 1 | -1/+4 |
|
|
* | Fix SF #441664: Python crash on del of a slice of a mmap | Thomas Wouters | 2001-07-16 | 1 | -0/+10 |
|
|
* | Revise the description of time.clock() so that it correctly describes the | Fred Drake | 2001-07-16 | 1 | -5/+11 |
|
|
* | Fix a mismatched parenthesis in the last patch. | Guido van Rossum | 2001-07-16 | 1 | -1/+1 |
|
|
* | Use \longprogramopt, as suggested by FLD | Andrew M. Kuchling | 2001-07-16 | 1 | -2/+2 |
|
|
* | [Bug #441527] Fixes for preprocessor support, contributed by Tarn | Andrew M. Kuchling | 2001-07-16 | 1 | -4/+5 |
|
|
* | Use \verb for configure switches, because inside \code multiple dashes | Andrew M. Kuchling | 2001-07-16 | 1 | -3/+2 |
|
|
* | Write some entries in the "Other changes" section | Andrew M. Kuchling | 2001-07-16 | 1 | -53/+88 |
|
|
* | Added installation instructions. | Kurt B. Kaiser | 2001-07-16 | 2 | -0/+240 |
|
|
* | Add a script "idles" which opens a Python Shell window. | Kurt B. Kaiser | 2001-07-16 | 1 | -0/+13 |
|
|
* | Ugly. A pile of new xxxFlags() functions, to communicate to the parser | Tim Peters | 2001-07-16 | 5 | -14/+65 |
|
|
* | Call out IDLE Fork in startup message. | Kurt B. Kaiser | 2001-07-16 | 1 | -1/+1 |
|
|
* | Add a script "idles" which opens a Python Shell window. | Kurt B. Kaiser | 2001-07-16 | 2 | -12/+12 |
|
|
* | future.c: insert a cosmetic space. | Tim Peters | 2001-07-16 | 2 | -2/+2 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 11 | -33/+77 |
|
|
* | Began actually writing: | Andrew M. Kuchling | 2001-07-16 | 1 | -27/+480 |
|
|
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 | 8 | -3/+47 |
|
|
* | Remove redundant include of assert.h. | Tim Peters | 2001-07-15 | 1 | -1/+0 |
|
|
* | Python.h: Don't attempt to redefine NDEBUG if it's already defined. | Tim Peters | 2001-07-15 | 5 | -4/+2 |
|
|
* | Define NDEBUG when Py_DEBUG undefined, to disable the assert macro. | Guido van Rossum | 2001-07-15 | 1 | -0/+4 |
|
|
* | long_format: Simplify the overly elaborate base-is-a-power-of-2 code. | Tim Peters | 2001-07-15 | 1 | -28/+16 |
|
|
* | [Bug #438050] Check for sys/poll.h in configure script | Andrew M. Kuchling | 2001-07-14 | 3 | -295/+287 |
|
|
* | [Bug #438050] | Andrew M. Kuchling | 2001-07-14 | 1 | -1/+3 |
|
|
* | Fix bug #417212: "curses.newwin can return pads" by changing the Python | Andrew M. Kuchling | 2001-07-14 | 1 | -3/+2 |
|
|
* | Fix bug #437487: "2.1 build on Solaris fails if CC is set" | Andrew M. Kuchling | 2001-07-14 | 1 | -1/+2 |
|
|
* | _Py_GetObjects(): GCC suggests to add () around && within || for some | Guido van Rossum | 2001-07-14 | 1 | -1/+1 |
|
|
* | tabnanny and pyclbr are now found in /Lib | Kurt B. Kaiser | 2001-07-14 | 2 | -708/+0 |
|
|
* | Remove, was retained for 1.5.2 support | Kurt B. Kaiser | 2001-07-14 | 1 | -157/+0 |
|
|
* | Minimal text editor using MLTE (code based on wed.py, the waste demo). | Jack Jansen | 2001-07-14 | 1 | -0/+464 |
|
|
* | Various small fixes. The demo now starts to limp along. | Jack Jansen | 2001-07-14 | 3 | -2/+36 |
|
|
* | The constants for MLTE. | Jack Jansen | 2001-07-14 | 1 | -0/+164 |
|
|
* | divrem1 & long_format: found a clean way to factor divrem1 so that | Tim Peters | 2001-07-14 | 1 | -28/+54 |
|
|
* | long_format(): Simplify new code a bit. | Tim Peters | 2001-07-14 | 1 | -5/+8 |
|
|
* | Be more permissive in what is accepted as an attribute name; this makes | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Installing Idle to site-packages via Distutils does not | Kurt B. Kaiser | 2001-07-14 | 1 | -1/+1 |
|
|
* | py-cvs-2001_07_13 (Rev 1.3) merge | Kurt B. Kaiser | 2001-07-14 | 1 | -3/+3 |
|
|
* | py-cvs-2001_07_13 (Rev 1.4) merge | Kurt B. Kaiser | 2001-07-14 | 1 | -8/+0 |
|
|
* | py-cvs-2001_07_13 (Rev 1.4) merge | Kurt B. Kaiser | 2001-07-14 | 1 | -6/+20 |
|
|
* | py-cvs-2001_07_13 (Rev 1.16) merge | Kurt B. Kaiser | 2001-07-14 | 1 | -11/+23 |
|
|
* | py-cvs-2001_07_13 (Rev 1.34) merge | Kurt B. Kaiser | 2001-07-14 | 1 | -1/+1 |
|
|