Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove note about this being a draft document. | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+1 |
| | | | | Note the actual date of 2.1's release | ||||
* | Look to the future: bump the version number. | Fred Drake | 2001-07-18 | 1 | -18/+29 |
| | | | | | | | Do more to ensure we don't do any more formatting than we need to. Use separate targets for the distribution packages for paper-based and non-paper-based formats; this avoids some extra packaging when a complete distribution is being built with both paper sizes. | ||||
* | 2.2a1 is out; look to the future. | Fred Drake | 2001-07-18 | 1 | -1/+1 |
| | |||||
* | Ignore all .tar files in the top directory; we're about to generate | Fred Drake | 2001-07-18 | 1 | -1/+1 |
| | | | | more of them. | ||||
* | Lots of small updates, some long overdue. | Fred Drake | 2001-07-18 | 1 | -24/+35 |
| | |||||
* | Add a more substantial example startup file for the interactive shell; | Fred Drake | 2001-07-18 | 1 | -7/+44 |
| | | | | | | | | sample startup script provided by Itamar Shtull-Trauring. This closes SF patch #410890. Add some logical markup where it was missing. | ||||
* | Change the command lines to use a similar "phrasing" to that used in the | Fred Drake | 2001-07-18 | 1 | -15/+15 |
| | | | | | other documentation makefiles. This is probably not sufficient to run the conversion on Windows, but goes at least part way. | ||||
* | "Make small changes, but carry a big diff." | Fred Drake | 2001-07-18 | 1 | -248/+247 |
| | | | | | | | Minor local consistency adjustments. A couple of small tweaks to the setdlopenflags() description. For setprofile() and settrace(), convert some references to become hyperlinks in the HTML version. | ||||
* | Add some symbolic names to support hyperlinked references. | Fred Drake | 2001-07-18 | 1 | -2/+2 |
| | |||||
* | Made a few minor style & markup changes to the new {get,set}dlopenflags() | Fred Drake | 2001-07-18 | 1 | -15/+17 |
| | | | | descriptions; added availability notes. | ||||
* | Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. | Martin v. Löwis | 2001-07-18 | 1 | -0/+21 |
| | | | | Add dlopenflags to PyInterpreterState, and use it in dlopen calls. | ||||
* | Ignore the html-*.tar file that can now be generated as an intermediate. | Fred Drake | 2001-07-17 | 1 | -0/+1 |
| | |||||
* | Revise the rules for building the distribution files for the HTML format. | Fred Drake | 2001-07-17 | 1 | -7/+10 |
| | | | | These work again. | ||||
* | Mirror Guido's latest changes to the license file. | Fred Drake | 2001-07-17 | 1 | -32/+44 |
| | |||||
* | Be more specific about some of the dependencies, to avoid re-building when | Fred Drake | 2001-07-17 | 1 | -10/+12 |
| | | | | some of the mostly-general files get changed. | ||||
* | Define new markup for 5-column tables. | Fred Drake | 2001-07-17 | 3 | -7/+109 |
| | |||||
* | Kill another merge zombie. | Fred Drake | 2001-07-17 | 1 | -7/+0 |
| | |||||
* | Kill a merge zombie. | Fred Drake | 2001-07-17 | 1 | -7/+0 |
| | |||||
* | Update the availability information for os.tempnam(), os.tmpfile(), and | Fred Drake | 2001-07-17 | 1 | -1/+3 |
| | | | | os.tmpnam(). | ||||
* | Adding what's done of the documentation for the new profiling & | Fred Drake | 2001-07-17 | 1 | -0/+53 |
| | | | | | tracing interface. Incomplete, but better to check it in since I've been including it in my updates. | ||||
* | Delete sentence fragment (noted by Fred Bremmer) | Andrew M. Kuchling | 2001-07-17 | 1 | -5/+5 |
| | |||||
* | Bump the release number. | Fred Drake | 2001-07-17 | 1 | -65/+62 |
| | | | | | | | | Make the syntax of compound command lines more portable (nmake, CygWin). These changes are an adaptation of SF patch #429611. Use the new tools/rewrite.py instead of grep/date/sed to transform html/index.html.in into html/index.html; this is required for portability. | ||||
* | Make the syntax for compound command lines more portable (nmake, CygWin). | Fred Drake | 2001-07-17 | 1 | -8/+8 |
| | | | | | | This is probably not sufficient by itself for the info generation, and is being done mostly to keep the style consistent with additional patches that will be applied to Doc/Makefile. | ||||
* | Script to re-write @FOO@-style marks with values, initializing the | Fred Drake | 2001-07-17 | 1 | -0/+55 |
| | | | | | | | | | | | | replacement for @DATE@ from a TeX file containing a \date{...} mark (such as texinputs/boilerplate.tex). This will be used to re-write the html/index.html.in file instead of a combination of grep, date, and sed -- this is more portable to non-Unix platforms. This solves part of the problem reported in SF patch #429611, but does not use the suggested patch. | ||||
* | Update the release information. | Fred Drake | 2001-07-17 | 1 | -1/+1 |
| | |||||
* | Now we're picking nits: get my name right! ;-) | Fred Drake | 2001-07-17 | 1 | -1/+1 |
| | |||||
* | Add FLD to credit list | Andrew M. Kuchling | 2001-07-17 | 1 | -2/+3 |
| | | | | Correct grammatical error | ||||
* | Job.__init__(): Only create the builddir directory if it will be used (by | Fred Drake | 2001-07-17 | 1 | -6/+7 |
| | | | | | | | | building the HTML or text documentation). There is no need to create it for other formats. Job.build_html(): The builddir parameter is always passed in, so it need not be optional. | ||||
* | Cleaned up a number of minor nits, use markup a little more consistently. | Fred Drake | 2001-07-17 | 1 | -16/+25 |
| | |||||
* | Minor rewrites to iterator and generator sections | Andrew M. Kuchling | 2001-07-17 | 1 | -63/+75 |
| | | | | | Credit both Neil and Tim for generators Fix indentation of a few paragraphs | ||||
* | Fix a couple of minor markup nits. | Fred Drake | 2001-07-17 | 1 | -5/+5 |
| | | | | | Footnotes should be added *after* punctuation, not before. (Yes, this should be merged with the descr branch. Sorry, Tim!) | ||||
* | Updated the documentation in several respects: | Barry Warsaw | 2001-07-16 | 1 | -14/+46 |
| | | | | | | | | | | | - This module, despite its name, now should conform to RFC 2822, the update to RFC 822. - This module doesn't just represent "email headers", but entire email messages. - Added documentation for other useful public functions such as quote(), unquote(), praseaddr(), and dump_address_pair(). | ||||
* | Revise the description of time.clock() so that it correctly describes the | Fred Drake | 2001-07-16 | 1 | -5/+11 |
| | | | | | | Windows version of the function as well as the Unix flavor. This fixes SF bug #441357. | ||||
* | Use \longprogramopt, as suggested by FLD | Andrew M. Kuchling | 2001-07-16 | 1 | -2/+2 |
| | |||||
* | Use \verb for configure switches, because inside \code multiple dashes | Andrew M. Kuchling | 2001-07-16 | 1 | -3/+2 |
| | | | | | are merged to a single hyphen. Delete forgotten CVS conflict marker | ||||
* | Write some entries in the "Other changes" section | Andrew M. Kuchling | 2001-07-16 | 1 | -53/+88 |
| | | | | | Write description of .encode()/.decode for the Unicode section Bump version number | ||||
* | Began actually writing: | Andrew M. Kuchling | 2001-07-16 | 1 | -27/+480 |
| | | | | | | | * iterators * generators * copied the nested scopes section from the 2.1 article * standard library changes | ||||
* | Change the target name for \kbd. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
| | |||||
* | Add another name. | Fred Drake | 2001-07-14 | 1 | -0/+1 |
| | |||||
* | Oops, one more caret. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
| | |||||
* | Fix the markup of the caret charater in a couple of places; LaTeX's | Fred Drake | 2001-07-14 | 1 | -2/+2 |
| | | | | | | special character bite us again. ;-( This fixes SF bug #440911. | ||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 21 | -72/+79 |
| | |||||
* | Correct a couple of errors noted by Alex Martelli. | Fred Drake | 2001-07-14 | 1 | -3/+3 |
| | |||||
* | Remove comments about XML and HTML; those sections are no | Fred Drake | 2001-07-14 | 1 | -2/+1 |
| | | | | | | longer part of this chapter. Minor change to match the style guide. | ||||
* | Add a little more information about the usage of some terms where the | Fred Drake | 2001-07-14 | 1 | -8/+24 |
| | | | | | | | style guide can use a little clarification, and present some minor specific markup. Make a few adjustments to conform to the style guide. | ||||
* | Minor change to match the style guide. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
| | |||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 7 | -17/+17 |
| | |||||
* | Minor change to match the style guide. | Fred Drake | 2001-07-14 | 2 | -2/+2 |
| | |||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -3/+4 |
| | | | | | Make the reference to the python-docs email address a hyperlink; we want to encourage responses to the plea for help! | ||||
* | Add entry for xmlrpclib documentation. | Fred Drake | 2001-07-12 | 2 | -0/+2 |
| |