summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* boilerplate to start off "What's New in Python 2.4"Fred Drake2003-07-301-0/+136
|
* Update to the same version info used by the interpreter.Fred Drake2003-07-302-4/+4
|
* [Bug #779469] Fix error in example codeAndrew M. Kuchling2003-07-301-2/+3
|
* update the documentation contact addressFred Drake2003-07-3015-22/+22
|
* - update the documentation contact addressFred Drake2003-07-301-10/+1
| | | | - remove text about the long-moved Mac OS libref chapter
* Bump version number; record 2.3 release dateAndrew M. Kuchling2003-07-291-3/+3
|
* Update release information.Fred Drake2003-07-291-2/+2
|
* Bump version information.Fred Drake2003-07-291-1/+1
|
* Update URL.Fred Drake2003-07-281-1/+1
|
* Bump release number.Fred Drake2003-07-242-2/+2
|
* Fix representation of ^= operator in __ixor__() documentation.Fred Drake2003-07-231-1/+1
| | | | Closes SF bug #776181. Should be backported.
* Important usability fix in itertools documentation.Raymond Hettinger2003-07-221-3/+3
|
* Avoid a 301 permanent redirect.Fred Drake2003-07-221-16/+18
| | | | | | Part of SF patch #773007. Also fixed a number of mostly cosmetic markup errors.
* Avoid a 301 permanent redirect.Fred Drake2003-07-222-2/+2
| | | | Part of SF patch #773007.
* Avoid a few 301 permanent redirects.Fred Drake2003-07-221-3/+3
| | | | Part of SF patch #773007.
* Avoid a 301 permanent redirect.Fred Drake2003-07-221-1/+1
| | | | Part of SF patch #773007.
* Merge the old dumbdbm documetation into the new docs that have been added.Fred Drake2003-07-212-59/+28
| | | | Make some module references hyperlinks.
* Change \code to \verb, because TeX merges the two dashes into aAndrew M. Kuchling2003-07-211-1/+1
| | | | | | hyphen, resulting in the output '-list-classifiers', not the correct '--list-classifiers'. I've verified that the line is now correct in the DVI, PDF, HTML, and ASCII versions.
* SF bug #774411: Typo in socket documentationRaymond Hettinger2003-07-201-1/+1
|
* Add introductory paragraphsAndrew M. Kuchling2003-07-181-57/+69
| | | | | | Remove comment about MacOS changes; I'm not going to have time to figure out what they are Move PEP 273 section into numeric order
* Add a few more itemsAndrew M. Kuchling2003-07-181-5/+22
|
* Complete the rewrite pass; add a few more items; bump version number to ↵Andrew M. Kuchling2003-07-171-113/+126
| | | | 0.90; remove comment about draft status
* more markup chagesFred Drake2003-07-171-33/+38
|
* Include the GNU info format in the edist target since we're nowFred Drake2003-07-171-1/+1
| | | | building a fair portion of the documentation as info.
* - remove mention of the isprivate flag, since that isn't directlyFred Drake2003-07-171-15/+12
| | | | | documented here, and according to Tim, should never have been there - misc. cleanups for consistency
* Minor corrections.Raymond Hettinger2003-07-172-2/+8
|
* - put the GNU info packages in the same place as everything elseFred Drake2003-07-171-2/+5
| | | | - add a convenience target to create the package list directly
* - update the list of documents for which GNU info is builtFred Drake2003-07-171-9/+8
| | | | - convert tabs to spaces
* Bump version numbers.Fred Drake2003-07-172-2/+2
|
* - improve the description of how user-defined methodFred Drake2003-07-171-25/+85
| | | | | | | | objects get made - improve the description of attribute retrieval from classes and class instances - add brief documentation of static method and class method objects.
* Note that Unicode strings are now supported in sys.path.Fred Drake2003-07-171-0/+2
| | | | SF patch #764594.
* Make the howto document class work properly with the pypaper.styFred Drake2003-07-171-1/+1
| | | | | paper-size hook. SF patch #772550.
* Zap the C API subsection altogether for now. It's not actually usable fromSkip Montanaro2003-07-161-58/+0
| | | | C yet anyway.
* Mention list.index; more small textual changesAndrew M. Kuchling2003-07-161-26/+30
|
* Add reminder list of things to document; mention sys.getcheckinterval() and ↵Andrew M. Kuchling2003-07-161-1/+9
| | | | socket.timeout exception
* expose the C API subsection which was hidden from LaTeX in a comment. InSkip Montanaro2003-07-161-22/+27
| | | | | | | | | | | the info conversion the \comment LaTeX macro mapped to a Texinfo @ignore macro. Unfortunately, py2texi.el is not smart enough to avoid generating links to the @ignore'd section, which causes makeinfo to croak. Exposing this text is probably not the most correct thing to do, as this documentation really belongs in the C API manual. This does get the info files generated, however, which is a more practical goal considering the impending release of 2.3rc1.
* Clarify the lack of relationship between rich comparison operators.Raymond Hettinger2003-07-161-0/+5
| | | | Prompted by a discussion on comp.lang.python.
* Doctest now examines all docstrings by default. Previously, it wouldRaymond Hettinger2003-07-161-6/+7
| | | | | | | | | | | | skip over functions with private names (as indicated by the underscore naming convention). The old default created too much of a risk that user tests were being skipped inadvertently. Note, this change could break code in the unlikely case that someone had intentionally put failing tests in the docstrings of private functions. The breakage is easily fixable by specifying the old behavior when calling testmod() or Tester(). The more likely case is that the silent failure was unintended and that the user needed to be informed so the test could be fixed.
* Lots of markup cleanups to avoid warnings from the GNU info generation;Fred Drake2003-07-163-23/+23
| | | | these make sense even without that processing chain.
* Remove \versionchanged; the text was too complex for the GNU infoFred Drake2003-07-161-4/+4
| | | | | conversion to support. Keep the content as normal content, with a note that this applies starting in Python 2.3.
* Minor text changes; update bug/patch count (quite a jump!)Andrew M. Kuchling2003-07-161-18/+18
|
* Make it easier to figure out the where a menuselection starts and endsFred Drake2003-07-163-2/+4
| | | | by controling the font.
* Cygwin instructions:Fred Drake2003-07-161-5/+5
| | | | | - added missing period - added markup so it's easier to tell which names are special
* A variety of markup-level adjustments.Fred Drake2003-07-161-6/+6
|
* Discussion of signatures for unicode.translate() and str.translate()Raymond Hettinger2003-07-162-10/+10
| | | | | were in the wrong file. Moved out of libstring.tex and into libstdtypes.tex.
* - update some commentsFred Drake2003-07-161-9/+21
| | | | | | - add support for the "What's New" document - add short aliases for individual documents; nice for debugging conversions
* Pass along the selected "What's New" document to the make file for theFred Drake2003-07-161-1/+1
| | | | GNU info conversion.
* Adjust description of the internationalized domain name encoding toFred Drake2003-07-161-1/+1
| | | | better accomodate the GNU info conversion.
* Map \envvar to the TeXinfo equivalent, @env.Fred Drake2003-07-161-1/+1
|
* Simple support for the alltt environment.Fred Drake2003-07-161-1/+3
|