- 17 Jul, 2003 13 commits
-
-
Jeremy Hylton authored
-
Fred Drake authored
building a fair portion of the documentation as info.
-
Fred Drake authored
documented here, and according to Tim, should never have been there - misc. cleanups for consistency
-
Just van Rossum authored
-
Tim Peters authored
-
Raymond Hettinger authored
-
Jeremy Hylton authored
I tested against VC 7.0 and it caused no problems there.
-
Fred Drake authored
- add a convenience target to create the package list directly
-
Fred Drake authored
- convert tabs to spaces
-
Fred Drake authored
-
Fred Drake authored
objects get made - improve the description of attribute retrieval from classes and class instances - add brief documentation of static method and class method objects.
-
Fred Drake authored
SF patch #764594.
-
Fred Drake authored
paper-size hook. SF patch #772550.
-
- 16 Jul, 2003 27 commits
-
-
Neil Schemenauer authored
module had been compiled. It gives too many spurious warnings.
-
Neil Schemenauer authored
module had been compiled. It gives too many spurious warnings.
-
Skip Montanaro authored
C yet anyway.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Add reminder list of things to document; mention sys.getcheckinterval() and socket.timeout exception
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
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.
-
Raymond Hettinger authored
Prompted by a discussion on comp.lang.python.
-
Raymond Hettinger authored
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.
-
Fred Drake authored
these make sense even without that processing chain.
-
Fred Drake authored
conversion to support. Keep the content as normal content, with a note that this applies starting in Python 2.3.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
The !PyType_Check(base) check snuck in as part of rev 2.215, but was unrelated to the SF patch that is mentioned in the checkin comment. The test is currently unnecessary because base is set to the return value of best_bases(), which returns a type or NULL.
-
Andrew M. Kuchling authored
-
Fred Drake authored
by controling the font.
-
Fred Drake authored
- added missing period - added markup so it's easier to tell which names are special
-
Andrew MacIntyre authored
- more clean up of the generated import library definiton (.DEF file) following checking of patch 770521, and tightening of the sed regexps. - use -O3 even with gcc 2.8.1 - worth nearly 10% with 2.3; worth nothing with 2.2.x. - clean up a couple of whitespace issues introduced by a cut'n'paste.
-
Fred Drake authored
-
Raymond Hettinger authored
were in the wrong file. Moved out of libstring.tex and into libstdtypes.tex.
-
Raymond Hettinger authored
unittest environment. Since his extension finds docstrings in private functions, it exposed a bug in the difflib doctests.
-
Raymond Hettinger authored
Note, these tests were not getting exercised because doctest skips over private functions.
-
Raymond Hettinger authored
-
Fred Drake authored
- add support for the "What's New" document - add short aliases for individual documents; nice for debugging conversions
-
Fred Drake authored
GNU info conversion.
-
Fred Drake authored
better accomodate the GNU info conversion.
-
Mark Hammond authored
encoding. Use sys.getfilesystemencoding().
-
Fred Drake authored
-