summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove note about this being a draft document.Andrew M. Kuchling2001-07-191-7/+1
| | | | Note the actual date of 2.1's release
* Look to the future: bump the version number.Fred Drake2001-07-181-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 Drake2001-07-181-1/+1
|
* Ignore all .tar files in the top directory; we're about to generateFred Drake2001-07-181-1/+1
| | | | more of them.
* Lots of small updates, some long overdue.Fred Drake2001-07-181-24/+35
|
* Add a more substantial example startup file for the interactive shell;Fred Drake2001-07-181-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 theFred Drake2001-07-181-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 Drake2001-07-181-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 Drake2001-07-181-2/+2
|
* Made a few minor style & markup changes to the new {get,set}dlopenflags()Fred Drake2001-07-181-15/+17
| | | | descriptions; added availability notes.
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-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 Drake2001-07-171-0/+1
|
* Revise the rules for building the distribution files for the HTML format.Fred Drake2001-07-171-7/+10
| | | | These work again.
* Mirror Guido's latest changes to the license file.Fred Drake2001-07-171-32/+44
|
* Be more specific about some of the dependencies, to avoid re-building whenFred Drake2001-07-171-10/+12
| | | | some of the mostly-general files get changed.
* Define new markup for 5-column tables.Fred Drake2001-07-173-7/+109
|
* Kill another merge zombie.Fred Drake2001-07-171-7/+0
|
* Kill a merge zombie.Fred Drake2001-07-171-7/+0
|
* Update the availability information for os.tempnam(), os.tmpfile(), andFred Drake2001-07-171-1/+3
| | | | os.tmpnam().
* Adding what's done of the documentation for the new profiling &Fred Drake2001-07-171-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. Kuchling2001-07-171-5/+5
|
* Bump the release number.Fred Drake2001-07-171-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 Drake2001-07-171-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 theFred Drake2001-07-171-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 Drake2001-07-171-1/+1
|
* 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
| | | | Correct grammatical error
* Job.__init__(): Only create the builddir directory if it will be used (byFred Drake2001-07-171-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 Drake2001-07-171-16/+25
|
* Minor rewrites to iterator and generator sectionsAndrew M. Kuchling2001-07-171-63/+75
| | | | | Credit both Neil and Tim for generators Fix indentation of a few paragraphs
* Fix a couple of minor markup nits.Fred Drake2001-07-171-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 Warsaw2001-07-161-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 theFred Drake2001-07-161-5/+11
| | | | | | Windows version of the function as well as the Unix flavor. This fixes SF bug #441357.
* Use \longprogramopt, as suggested by FLDAndrew M. Kuchling2001-07-161-2/+2
|
* Use \verb for configure switches, because inside \code multiple dashesAndrew M. Kuchling2001-07-161-3/+2
| | | | | are merged to a single hyphen. Delete forgotten CVS conflict marker
* Write some entries in the "Other changes" sectionAndrew M. Kuchling2001-07-161-53/+88
| | | | | Write description of .encode()/.decode for the Unicode section Bump version number
* Began actually writing:Andrew M. Kuchling2001-07-161-27/+480
| | | | | | | * iterators * generators * copied the nested scopes section from the 2.1 article * standard library changes
* Change the target name for \kbd.Fred Drake2001-07-141-1/+1
|
* Add another name.Fred Drake2001-07-141-0/+1
|
* Oops, one more caret.Fred Drake2001-07-141-1/+1
|
* Fix the markup of the caret charater in a couple of places; LaTeX'sFred Drake2001-07-141-2/+2
| | | | | | special character bite us again. ;-( This fixes SF bug #440911.
* Minor changes to match the style guide.Fred Drake2001-07-1421-72/+79
|
* Correct a couple of errors noted by Alex Martelli.Fred Drake2001-07-141-3/+3
|
* Remove comments about XML and HTML; those sections are noFred Drake2001-07-141-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 theFred Drake2001-07-141-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 Drake2001-07-141-1/+1
|
* Minor changes to match the style guide.Fred Drake2001-07-147-17/+17
|
* Minor change to match the style guide.Fred Drake2001-07-142-2/+2
|
* Minor changes to match the style guide.Fred Drake2001-07-141-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 Drake2001-07-122-0/+2
|