summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add FLD to credit listAndrew M. Kuchling2001-07-171-2/+3
* Job.__init__(): Only create the builddir directory if it will be used (byFred Drake2001-07-171-6/+7
* Deleting merge zombie.Guido van Rossum2001-07-171-480/+0
* Cleaned up a number of minor nits, use markup a little more consistently.Fred Drake2001-07-171-16/+25
* Minor rewrites to iterator and generator sectionsAndrew M. Kuchling2001-07-171-63/+75
* Fix a couple of minor markup nits.Fred Drake2001-07-171-5/+5
* INSTALLATION: Remove the coexist.patch instructionsKurt B. Kaiser2001-07-172-21/+10
* Put this in the attic, at least for now...Kurt B. Kaiser2001-07-171-186/+0
* Implement idle command interface as suggested by GvR [idle-dev] 16 JulyKurt B. Kaiser2001-07-173-38/+26
* Prepare Windows installer for 2.2a1.Tim Peters2001-07-173-4/+7
* Added tests for the new yield support in the parser module.Fred Drake2001-07-171-1/+132
* Add support for yield statements.Fred Drake2001-07-171-1/+17
* Typo in the classic mlte build line.Jack Jansen2001-07-161-1/+1
* The TNXDraw gworld argument is optional.Jack Jansen2001-07-163-2/+35
* It now works under Carbon. Under Classic the scrollbars don't showJack Jansen2001-07-161-104/+15
* This has never worked on Windows. Now it does. If it breaks on Unix now,Tim Peters2001-07-161-1/+7
* Updated the documentation in several respects:Barry Warsaw2001-07-161-14/+46
* test_basic(): Add a test for "person@dom.ain (User J. Person)" whichBarry Warsaw2001-07-161-0/+12
* Stoopid change, just to mention that the last checkin resolves SF bugBarry Warsaw2001-07-161-1/+1
* Fix address parsing to be RFC 2822 conformant. Specifically, dots areBarry Warsaw2001-07-161-105/+123
* File handlers don't work on the mac, so don't pretend they do. I guess this i...Jack Jansen2001-07-161-1/+2
* Add a unit test for sgmllib (needs work, but has already caught problems).Fred Drake2001-07-161-0/+243
* Give more useful information about a failing PyUnit-style test.Fred Drake2001-07-161-2/+11
* Remove a duplicate test.Fred Drake2001-07-161-1/+0
* Document doctest's generator-future hack.Tim Peters2001-07-161-0/+7
* In CDATA mode, make sure entity-reference syntax is not interpreted;Fred Drake2001-07-161-8/+26
* jcompile(): inherit the CO_GENERATOR_ALLOWED flag from the 'base'Guido van Rossum2001-07-161-0/+1
* PyRun_StringFlags(): forgot to pass the flags on toGuido van Rossum2001-07-161-1/+4
* Fix SF #441664: Python crash on del of a slice of a mmapThomas Wouters2001-07-161-0/+10
* Revise the description of time.clock() so that it correctly describes theFred Drake2001-07-161-5/+11
* Fix a mismatched parenthesis in the last patch.Guido van Rossum2001-07-161-1/+1
* Use \longprogramopt, as suggested by FLDAndrew M. Kuchling2001-07-161-2/+2
* [Bug #441527] Fixes for preprocessor support, contributed by TarnAndrew M. Kuchling2001-07-161-4/+5
* Use \verb for configure switches, because inside \code multiple dashesAndrew M. Kuchling2001-07-161-3/+2
* Write some entries in the "Other changes" sectionAndrew M. Kuchling2001-07-161-53/+88
* Added installation instructions.Kurt B. Kaiser2001-07-162-0/+240
* Add a script "idles" which opens a Python Shell window.Kurt B. Kaiser2001-07-161-0/+13
* Ugly. A pile of new xxxFlags() functions, to communicate to the parserTim Peters2001-07-165-14/+65
* Call out IDLE Fork in startup message.Kurt B. Kaiser2001-07-161-1/+1
* Add a script "idles" which opens a Python Shell window.Kurt B. Kaiser2001-07-162-12/+12
* future.c: insert a cosmetic space.Tim Peters2001-07-162-2/+2
* Part way to allowing "from __future__ import generators" to communicateTim Peters2001-07-1611-33/+77
* Began actually writing:Andrew M. Kuchling2001-07-161-27/+480
* Preliminary support for "from __future__ import generators" to enableGuido van Rossum2001-07-158-3/+47
* Remove redundant include of assert.h.Tim Peters2001-07-151-1/+0
* Python.h: Don't attempt to redefine NDEBUG if it's already defined.Tim Peters2001-07-155-4/+2
* Define NDEBUG when Py_DEBUG undefined, to disable the assert macro.Guido van Rossum2001-07-151-0/+4
* long_format: Simplify the overly elaborate base-is-a-power-of-2 code.Tim Peters2001-07-151-28/+16
* [Bug #438050] Check for sys/poll.h in configure scriptAndrew M. Kuchling2001-07-143-295/+287
* [Bug #438050]Andrew M. Kuchling2001-07-141-1/+3