summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Document new Windows build # scheme.Tim Peters2000-09-071-0/+45
* Greatly enhanced the section on creating built distributions; inGreg Ward2000-09-071-26/+169
* Typo fix.Greg Ward2000-09-071-1/+1
* Removing this file again to set its status to 'dead'.Guido van Rossum2000-09-071-1570/+0
* Simple fix from Jin Fulton to avoid returning a half-initializedGuido van Rossum2000-09-071-2/+2
* Another typo (in the list comprehension example).Guido van Rossum2000-09-061-1/+1
* Add new section "What About Python 1.6?"Andrew M. Kuchling2000-09-061-2/+55
* Fix three typos.Guido van Rossum2000-09-061-3/+3
* Removed mention of the winreg module, since it was deleted from 2.0b1Andrew M. Kuchling2000-09-061-5/+3
* Added a \versionadded statement to the getfqdn() description.Fred Drake2000-09-061-0/+1
* Bullet-proofing of 'make_release_tree()':Greg Ward2000-09-061-6/+14
* Reorganized logic in 'get_file_list()' so it's easier to read, and fixed aGreg Ward2000-09-061-7/+8
* Typo fix.Greg Ward2000-09-062-2/+2
* General overhaul of the "Creating a Source Distribution" section --Greg Ward2000-09-061-51/+80
* Fix mkhowto so that the bookmarks for the PDF work for both "howto" andFred Drake2000-09-051-1/+5
* This commit was manufactured by cvs2svn to create tag 'r20b1'.v2.0b1cvs2svn2000-09-051-0/+1
* Added Windows news. Also repeated 1.6 Windows news since most people gettingTim Peters2000-09-051-2/+33
* Added BeOpen support plug.Guido van Rossum2000-09-051-0/+4
* All the NEWS that I could finish in 15 minutes (and then some)Jeremy Hylton2000-09-051-13/+59
* current progress on 2.0 NEWSJeremy Hylton2000-09-051-5/+79
* Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for nextTim Peters2000-09-052-2/+7
* Many changes suggested by Bob Weiner, mostly small grammatical fixesGuido van Rossum2000-09-051-126/+136
* compromise value for threshold0: not too high, not too lowJeremy Hylton2000-09-051-1/+1
* The malloc rearrangement was actually already in 1.6.Guido van Rossum2000-09-051-3/+0
* Added readline news. (Skip)Guido van Rossum2000-09-051-0/+3
* Fix PDF generation.Fred Drake2000-09-052-4/+12
* Minor nit to make this work a little better with the PDF generation fix.Fred Drake2000-09-051-2/+2
* Don't emit 8 lines of (c) information at startup -- use the same textGuido van Rossum2000-09-051-1/+4
* Minor markup revisions for consistency with the rest of the documentation.Fred Drake2000-09-051-33/+33
* Added entry for mmap module.Fred Drake2000-09-052-0/+2
* Barry Warsaw: Fixed -+ operator. Added some new sections. Leave someGuido van Rossum2000-09-051-2/+29
* Now that I've got real docs, redirect _DOC_ out of the Python 1.6 tree andTim Peters2000-09-051-1/+2
* The usual.Guido van Rossum2000-09-055-23/+30
* Sh*t! Should use $(srcdir)/LICENSE of course.Guido van Rossum2000-09-051-1/+1
* Install LICENSE as LICENSE.txt in the <prefix>/lib/python<version>Guido van Rossum2000-09-051-0/+1
* Instead of printing all 9 lines of copyright info, printGuido van Rossum2000-09-051-1/+4
* The GCC version is loooooooooong; put it on a new line.Guido van Rossum2000-09-051-1/+1
* Add new builtin commands "copyright", "license", "credits" whichGuido van Rossum2000-09-051-1/+52
* Added the 2.0b1 news.Guido van Rossum2000-09-051-8/+264
* Update license according to the LICENSE file in the source tree.Fred Drake2000-09-051-30/+83
* Set the date.Fred Drake2000-09-051-1/+1
* Since it looks like the dual license clause may be neither necessaryGuido van Rossum2000-09-051-11/+5
* Fleshed out the section on the setup config file, setup.cfg.Greg Ward2000-09-041-26/+139
* Various corrections pointed out by Detlef LannertAndrew M. Kuchling2000-09-041-30/+30
* Added release dates (in some cases detemined by looking at the mtimeGuido van Rossum2000-09-041-2/+20
* 1.6 is history.Guido van Rossum2000-09-041-1/+305
* For this server to work on Windows, directories should use "/" as theGuido van Rossum2000-09-041-2/+3
* Tim Peters: "Audun S. Runde mailto:audun@mindspring.com wins aGuido van Rossum2000-09-041-0/+1
* test_mmap wrote null bytes into its expected-output file; this caused me toTim Peters2000-09-043-2/+5
* Fixes bug in --with-libdb. If --with-libdb was not specified (default is toSkip Montanaro2000-09-042-416/+455