Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another typo (in the list comprehension example). | Guido van Rossum | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | Add new section "What About Python 1.6?" | Andrew M. Kuchling | 2000-09-06 | 1 | -2/+55 |
| | | | | Document some things in the 2.0 NEWS files that should be mentioned here. | ||||
* | Fix three typos. | Guido van Rossum | 2000-09-06 | 1 | -3/+3 |
| | |||||
* | Removed mention of the winreg module, since it was deleted from 2.0b1 | Andrew M. Kuchling | 2000-09-06 | 1 | -5/+3 |
| | |||||
* | Added a \versionadded statement to the getfqdn() description. | Fred Drake | 2000-09-06 | 1 | -0/+1 |
| | |||||
* | Bullet-proofing of 'make_release_tree()': | Greg Ward | 2000-09-06 | 1 | -6/+14 |
| | | | | | | - 'mkpath()' the distribution dir in case of empty manifest - warn if empty manifest - detect, warn about, and skip non-regular files in manifest | ||||
* | Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a | Greg Ward | 2000-09-06 | 1 | -7/+8 |
| | | | | | bug to boot: now works even if both MANIFEST and MANIFEST.in don't exist. Don't hardcode setup.py, use 'self.distribution.script_name'. | ||||
* | Typo fix. | Greg Ward | 2000-09-06 | 2 | -2/+2 |
| | |||||
* | General overhaul of the "Creating a Source Distribution" section -- | Greg Ward | 2000-09-06 | 1 | -51/+80 |
| | | | | better explanation of manifest files, in particular. | ||||
* | Fix mkhowto so that the bookmarks for the PDF work for both "howto" and | Fred Drake | 2000-09-05 | 1 | -1/+5 |
| | | | | "manual" class documents. | ||||
* | This commit was manufactured by cvs2svn to create tag 'r20b1'.v2.0b1 | cvs2svn | 2000-09-05 | 1 | -0/+1 |
| | |||||
* | Added Windows news. Also repeated 1.6 Windows news since most people getting | Tim Peters | 2000-09-05 | 1 | -2/+33 |
| | | | | | | 2.0b1 for Windows will not have bothered getting 1.6. Also changed "Changed, New, Obsolete Tools" to say "None" since nobody had put an entry there. | ||||
* | Added BeOpen support plug. | Guido van Rossum | 2000-09-05 | 1 | -0/+4 |
| | |||||
* | All the NEWS that I could finish in 15 minutes (and then some) | Jeremy Hylton | 2000-09-05 | 1 | -13/+59 |
| | | | | | Removed some attributions from the shorter entries in Changed Modules, because that section is so long. | ||||
* | current progress on 2.0 NEWS | Jeremy Hylton | 2000-09-05 | 1 | -5/+79 |
| | |||||
* | Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next | Tim Peters | 2000-09-05 | 2 | -2/+7 |
| | | | | installer. | ||||
* | Many changes suggested by Bob Weiner, mostly small grammatical fixes | Guido van Rossum | 2000-09-05 | 1 | -126/+136 |
| | | | | | or other clarifications, with the occasional plug for BeOpen PythonLabs thrown in. Also added a trademarks disclaimer. | ||||
* | compromise value for threshold0: not too high, not too low | Jeremy Hylton | 2000-09-05 | 1 | -1/+1 |
| | |||||
* | The malloc rearrangement was actually already in 1.6. | Guido van Rossum | 2000-09-05 | 1 | -3/+0 |
| | |||||
* | Added readline news. (Skip) | Guido van Rossum | 2000-09-05 | 1 | -0/+3 |
| | |||||
* | Fix PDF generation. | Fred Drake | 2000-09-05 | 2 | -4/+12 |
| | | | | | | | The \\ introduced in the \author in boilerplate.tex broke the PDF generation because line breaks are not allowed in the "Document Info" metadata stored in the PDF file. This changes the line break to a ", " (comma-space) in that context. | ||||
* | Minor nit to make this work a little better with the PDF generation fix. | Fred Drake | 2000-09-05 | 1 | -2/+2 |
| | | | | This does not change the HTML or PostScript output. | ||||
* | Don't emit 8 lines of (c) information at startup -- use the same text | Guido van Rossum | 2000-09-05 | 1 | -1/+4 |
| | | | | as main.c. | ||||
* | Minor markup revisions for consistency with the rest of the documentation. | Fred Drake | 2000-09-05 | 1 | -33/+33 |
| | |||||
* | Added entry for mmap module. | Fred Drake | 2000-09-05 | 2 | -0/+2 |
| | |||||
* | Barry Warsaw: Fixed -+ operator. Added some new sections. Leave some | Guido van Rossum | 2000-09-05 | 1 | -2/+29 |
| | | | | | | | | XXX notes for now. I could use help here!!!! Please mail me patches ASAP. We may have to put some of this off to 2.0final, but it's best to have it in shape now... | ||||
* | Now that I've got real docs, redirect _DOC_ out of the Python 1.6 tree and | Tim Peters | 2000-09-05 | 1 | -1/+2 |
| | | | | | to the new docs. Added a description to the Tcl/Tk file copies. | ||||
* | The usual. | Guido van Rossum | 2000-09-05 | 5 | -23/+30 |
| | |||||
* | Sh*t! Should use $(srcdir)/LICENSE of course. | Guido van Rossum | 2000-09-05 | 1 | -1/+1 |
| | |||||
* | Install LICENSE as LICENSE.txt in the <prefix>/lib/python<version> | Guido van Rossum | 2000-09-05 | 1 | -0/+1 |
| | | | | directory. | ||||
* | Instead of printing all 9 lines of copyright info, print | Guido van Rossum | 2000-09-05 | 1 | -1/+4 |
| | | | | "Type \"copyright\", \"credits\" or \"license\" for more information." | ||||
* | The GCC version is loooooooooong; put it on a new line. | Guido van Rossum | 2000-09-05 | 1 | -1/+1 |
| | |||||
* | Add new builtin commands "copyright", "license", "credits" which | Guido van Rossum | 2000-09-05 | 1 | -1/+52 |
| | | | | display the information you would expect them to display. | ||||
* | Added the 2.0b1 news. | Guido van Rossum | 2000-09-05 | 1 | -8/+264 |
| | |||||
* | Update license according to the LICENSE file in the source tree. | Fred Drake | 2000-09-05 | 1 | -30/+83 |
| | |||||
* | Set the date. | Fred Drake | 2000-09-05 | 1 | -1/+1 |
| | |||||
* | Since it looks like the dual license clause may be neither necessary | Guido van Rossum | 2000-09-05 | 1 | -11/+5 |
| | | | | | | | | | | | | nor sufficient to make Python 2.0 compatible with the GPL, we won't bother with it now. In other words, we're still where we were weeks ago -- CNRI believes that its license is GPL-compatible, Stallman says it's not. I'm trying to arrange a meeting between their lawyers so they can work it out. Whether dual licensing is the solution is open at this point. If it is the (only!) solution, we'll add that to the BeOpen license for 2.0 final. | ||||
* | Fleshed out the section on the setup config file, setup.cfg. | Greg Ward | 2000-09-04 | 1 | -26/+139 |
| | | | | | Added a few clarifying footnotes and cross-references. Various minor tweaks. | ||||
* | Various corrections pointed out by Detlef Lannert | Andrew M. Kuchling | 2000-09-04 | 1 | -30/+30 |
| | |||||
* | Added release dates (in some cases detemined by looking at the mtime | Guido van Rossum | 2000-09-04 | 1 | -2/+20 |
| | | | | of distribution files in ftp://ftp.python.org/pub/python/src/). | ||||
* | 1.6 is history. | Guido van Rossum | 2000-09-04 | 1 | -1/+305 |
| | |||||
* | For this server to work on Windows, directories should use "/" as the | Guido van Rossum | 2000-09-04 | 1 | -2/+3 |
| | | | | | | | | separator in the href, not os.sep. Added a <title> tag to directory listings. Bumped version to 0.5. | ||||
* | Tim Peters: "Audun S. Runde mailto:audun@mindspring.com wins a | Guido van Rossum | 2000-09-04 | 1 | -0/+1 |
| | | | | | Fabulous Prize for being our first Windows ME tester! Also our only, and I think he should get another prize just for that." | ||||
* | test_mmap wrote null bytes into its expected-output file; this caused me to | Tim Peters | 2000-09-04 | 3 | -2/+5 |
| | | | | | | | | | | | waste an hour tracking down an illusion; repaired it; writing/reading non- printable characters (except \t\r\n) into/outof text-mode files ain't defined x-platform, and at least some Windows text editors do surprising things in their presence. Also added a by-hand "build humber" to the Windows build, in an approximation of Python's inexplicable BUILD-number Unix scheme. I'll try to remember to increment it each time I make a Windows installer available. It's starting at 2, cuz I've put 2 installers out so far (both with BUILD #0). | ||||
* | Fixes bug in --with-libdb. If --with-libdb was not specified (default is to | Skip Montanaro | 2000-09-04 | 2 | -416/+455 |
| | | | | | | | enable it), but db.h was not found, the WITH_LIBDB macros was still being defined, resulting in compilation errors. Also added a short explain when bsddb support wasn't enabled (because db.h wasn't found) when the user explicitly used --with-libdb on the configure command line. | ||||
* | Correct docstring about return value when group didn't participate in match | Andrew M. Kuchling | 2000-09-04 | 1 | -4/+4 |
| | | | | (pointed out by /F) | ||||
* | All right. More uniformity, and extra blank lines. | Guido van Rossum | 2000-09-04 | 1 | -1/+4 |
| | |||||
* | Use periods, not semicolons between Copyright and All Rights Reserved. | Guido van Rossum | 2000-09-04 | 1 | -3/+3 |
| | |||||
* | Changes in license names by BobW. | Guido van Rossum | 2000-09-04 | 1 | -3/+3 |
| | |||||
* | Fix the char* vs. const char* mismatch for the argument of aix_loaderror() | Vladimir Marangozov | 2000-09-04 | 1 | -1/+1 |
| |