summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A new attempt at rationalizing the "history of the software" section,Guido van Rossum2001-07-171-45/+60
* Adding what's done of the documentation for the new profiling &Fred Drake2001-07-171-0/+53
* Use the "st" versions of the "ast" calls in the parser module -- there isFred Drake2001-07-171-2/+2
* The syntax trees handled by this module are not "abstract," so take theFred Drake2001-07-171-132/+136
* Typo repair.Tim Peters2001-07-171-1/+1
* Remove code to initialize globals that are never used.Fred Drake2001-07-171-22/+11
* Delete sentence fragment (noted by Fred Bremmer)Andrew M. Kuchling2001-07-171-5/+5
* - Add news about generators.Guido van Rossum2001-07-171-1/+15
* Bump the release number.Fred Drake2001-07-171-65/+62
* Add a really stupid warning about 'yield' used as an identifier.Guido van Rossum2001-07-171-0/+12
* Make the syntax for compound command lines more portable (nmake, CygWin).Fred Drake2001-07-171-8/+8
* Script to re-write @FOO@-style marks with values, initializing theFred Drake2001-07-171-0/+55
* Update the release information.Fred Drake2001-07-171-1/+1
* Deleting zombiesGuido van Rossum2001-07-1722-2716/+0
* Now we're picking nits: get my name right! ;-)Fred Drake2001-07-171-1/+1
* 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