summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated functionsRaymond Hettinger2003-08-051-12/+0
|
* SF patch #782810: typo in libfuture.texRaymond Hettinger2003-08-051-1/+1
| | | | (Contributed by George Yoshida)
* Patch #781126: Fix markup for add_fallback. Will backport to 2.3.Martin v. Löwis2003-08-051-1/+1
|
* init_myformat(): None of the "mark" values can be empty strings, orFred Drake2003-08-051-3/+10
| | | | | | | | | | | LaTeX2HTML feels free to remove a surrounding element that contains no other content. Since such an element is typically a named anchor used for hyperlinking, they should not be removed. Unfortunatley, making sure these marks are non-empty is the most direct way of avoiding this behavior. Thanks to Dave Kuhlman for tracking this down; this was some excellent detective work!
* Add note about fileno not being usable as a normal file descriptor in Windows.Brett Cannon2003-08-051-0/+4
|
* better support for well-formed XHTMLFred Drake2003-08-051-4/+4
|
* make the portions of the generated HTML produced by these styles betterFred Drake2003-08-052-73/+87
| | | | conform to XHTML rules.
* Clarified that TypeErrors can be raised by anyRaymond Hettinger2003-08-041-1/+1
| | | | | | function (not just builtins). The issue arose in a thread on comp.lang.python.
* As discussed on python-dev, changed builtin.zip() to handle zero argumentsRaymond Hettinger2003-08-021-4/+8
| | | | by returning an empty list instead of raising a TypeError.
* Everyone knows what Fred meant, but I thought I'd make it official... ;-)Skip Montanaro2003-07-311-2/+2
|
* Generalize the template for the "What's New" document so it's easierFred Drake2003-07-301-0/+149
| | | | | to extract next time without having to remember where in CVS to dig it out.
* there's a new "What's New" for Python 2.4Fred Drake2003-07-301-1/+1
|
* 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.