- b35f0ce Update the description of getboolean() to reflect the changes made by by Fred Drake · 23 years ago
- 0a1fc4e Remove code and docs for the OldProfile and HotProfile classes: code by Tim Peters · 23 years ago
- 8c2c3d3 Update the documentation to reflect the changes to ReferenceError. by Fred Drake · 23 years ago
- bf88b68 Add documentation for the public API for weak reference objects. by Fred Drake · 23 years ago
- 9835206 A regexp example was rendered as by Tim Peters · 23 years ago
- e8f47bb Remove some long-unsupported Mac OS modules. This closes SF patch #460737. by Fred Drake · 23 years ago
- 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
- fcc1633 Update a couple of old addresses that point to CNRI. by Fred Drake · 23 years ago
- 3899d74 Make clear that tuple() accepts the same kind of arguments as list(). by Tim Peters · 23 years ago
- 6f3d826 Expand the documentation of the low-level tracing/profiling interface. by Fred Drake · 23 years ago
- 0481d24 CVS patch [#466628] Doc changes for doctest patch (#466616), from by Tim Peters · 23 years ago
- d90f509 Fredrik tells me the truefalse parameter for boolean() is not part of the by Fred Drake · 23 years ago
- 1350c07 Removed stray backslash (a typo -- my fault). by Tim Peters · 23 years ago
- 20524db The description of dictionary comparison was out of date. Rather than by Tim Peters · 23 years ago
- 6c81e2a "boolean" --> "Boolean" (per the style guide). by Fred Drake · 23 years ago
- 0f0380a Fix some minor style-guide conformance bugs. by Fred Drake · 23 years ago
- fe95e65 Straighten out some markup. "boolean" --> "Boolean" (per the style guide). by Fred Drake · 23 years ago
- 73921b0 Refer to the objects which define __len__(), __*item__(), and __iter__() by Fred Drake · 23 years ago
- e9ba525 Clarify comments about mailbox objects being iterable. by Fred Drake · 23 years ago
- e7877df Docs for SF patch #462628 by Guido van Rossum · 23 years ago
- 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
- 16dc7f4 Patch #462190, patch #464070: Support quoted printable in the binascii module. by Martin v. Löwis · 23 years ago
- af5910f The execfile() docs imply it acts on locals same as exec. But in truth by Tim Peters · 23 years ago
- 1c33daf Correct docs for long(float). by Tim Peters · 23 years ago
- d38b1c7 SF [#466125] PyLong_AsLongLong works for any integer. by Tim Peters · 23 years ago
- ac1af80 Handle PEP references the same way RFC references. by Fred Drake · 23 years ago
- 0d68246 Fix two typos in the text about compile(), and add two caveats from by Guido van Rossum · 23 years ago
- a1c3662 forgot to mark use of StringType and UnicodeType in the text. by Skip Montanaro · 23 years ago
- c7ba0c4 added description of StringTypes object by Skip Montanaro · 23 years ago
- 583061a Fix up whitespace in <args> elements; reduce sequences of consecutive by Fred Drake · 23 years ago
- 2b05ca3 Minor markup improvement. by Fred Drake · 23 years ago
- 599db7d The list.sort() docs require a function that returns -1, 0 or +1. That's by Tim Peters · 23 years ago
- 7988e02 Move XML-RPC-related docs to the "Internet Protocols" chapter. by Fred Drake · 23 years ago
- 06c61b1 Add entry for the SimpleXMLRPCServer module. by Fred Drake · 23 years ago
- e486e0d Preliminary documentation for the SimpleXMLRPCServer module. by Fred Drake · 23 years ago
- d4707e3 Minor additions and rewrites. Bump version number. by Andrew M. Kuchling · 23 years ago
- 3c171d1 Convert to string methods. by Fred Drake · 23 years ago
- 3c10c68 Use consistent version annotations instead of something ad hoc. by Fred Drake · 23 years ago
- 0f9bfd3 Convert most uses of the string module to string methods. (string.join() lives!) by Fred Drake · 23 years ago
- bbf7a40 Added note about non-support of UNC paths on Windows. This fixes SF bug #465447. by Fred Drake · 23 years ago
- b387860 State that encode() and encodestring() append a newline to the input data by Fred Drake · 23 years ago
- 33f4d6d Add entries for the email and compiler packages. by Fred Drake · 23 years ago
- 90e6878 Markup adjustments. by Fred Drake · 23 years ago
- d443d8c Added dependencies for the compiler and email packages. by Fred Drake · 23 years ago
- e2f9917 Migrate the compiler documentation from the Tools/compiler/doc/ directory. by Fred Drake · 23 years ago
- 876389e Do not distinguish \refmodule from \module in the generated output; by Fred Drake · 23 years ago
- 9213b7a Re-write <ulink> elements as described in the conversion spec. by Fred Drake · 23 years ago
- baacc08 Turn \input, \include, and \verbatiminput into XInclude elements instead by Fred Drake · 23 years ago
- b6fa789 Add support for some more markup that had slipped in. Fixed a typo in a comment. by Fred Drake · 23 years ago
- 3fc291a Fix some markup errors. by Fred Drake · 23 years ago
- b802a1e Markup adjustment: \[...\] is math markup and does not translate well when by Fred Drake · 23 years ago
- 3ab0ac7 Remove comment that no longer applies. by Fred Drake · 23 years ago
- c5f8fe3 Updates do email package documentation for markup, style, and organization. by Barry Warsaw · 23 years ago
- 479384e Move the styling for the HTML version of \mailheader into the CSS file. by Fred Drake · 23 years ago
- 203d91a Note that the colon following a mail header name should not be included by Fred Drake · 23 years ago
- e22871e Typo fix. by Greg Ward · 23 years ago
- 8b3a7b5 Move the \mailheader description to the right place. by Fred Drake · 23 years ago
- a6a885b Start making some markup adjustments; Barry has indicated he will work on by Fred Drake · 23 years ago
- 5e63463 The email package documentation, currently organized the way I think by Barry Warsaw · 23 years ago
- 29a67ce Update to support \mailheader and 5-column tables. by Fred Drake · 23 years ago
- 9eda3ae Simplify a helper by returning fewer values. by Fred Drake · 23 years ago
- 5055545 Clarified some points about the interface to the mmap() function. by Fred Drake · 23 years ago
- c0765c2 Minor changes. by Fred Drake · 23 years ago
- c825280 Revise the example to be more resiliant in the face of continued use after by Fred Drake · 23 years ago
- 9081bb1 Added documentation for the SSL interface, contributed by Gerhard Häring. by Fred Drake · 23 years ago
- 74f1a56 Fix a URL (closing SF patch #462195). by Fred Drake · 23 years ago
- f244b2e Add more signature information and some descriptions for the new APIs by Fred Drake · 23 years ago
- 23a78cf Add more reference count information. by Fred Drake · 23 years ago
- 1497b62 Add link to Unix Review's 2.2 article Fix two errors by Andrew M. Kuchling · 23 years ago
- 2c9aa5e Generalize file.writelines() to allow iterable objects. by Tim Peters · 23 years ago
- d61d0d3 Added API information for the PyCallIter_*() and PySeqIter_*() functions. by Fred Drake · 23 years ago
- 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
- e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 23 years ago
- 038d264 Note that files are iterable; describe what the iterator returns. by Fred Drake · 23 years ago
- 56dd35b Bump version number. by Fred Drake · 23 years ago
- c692055 Added reference to Tutorial section on user-defined exceptions for by Fred Drake · 23 years ago
- 13af428 Exceptions in interactive examlpes did not always include the indication of by Fred Drake · 23 years ago
- e0af35e Fill in a few more descriptions for xml.parsers.expat. by Fred Drake · 23 years ago
- 2e29bfb Document new file() constructor, with the body of open()'s text, plus a by Tim Peters · 23 years ago
- f47d8ef Document all the Py*_CheckExact() functions. by Fred Drake · 23 years ago
- 494f2ae Docs and News item for the codecs.py additions. by Marc-André Lemburg · 23 years ago
- 18d8d5a Fix minor usage and consistency nits. by Fred Drake · 23 years ago
- 83eeef4 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: by Guido van Rossum · 23 years ago
- 5b7759f Fixed typo in new 'p' description. by Tim Peters · 23 years ago
- 88091aa SF bug [#461674] struct 'p' format doesn't work (maybe) by Tim Peters · 23 years ago
- ad2dc3f Update the warning about transporting marshals across boxes with different by Tim Peters · 23 years ago
- f2a5f3f Markup adjustments for consistency. by Fred Drake · 23 years ago
- 1efd7ad Add support for SMTP TLS by Andrew M. Kuchling · 23 years ago
- f7fcf5e SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib by Guido van Rossum · 23 years ago
- b9a9628 Admit that we'll never add the args for a "call" event to the profile by Fred Drake · 23 years ago
- ee0fe0b Add missing "}". by Fred Drake · 23 years ago
- 95fefc7 These modules now live under the Carbon package. by Jack Jansen · 23 years ago
- 945bf5f Added applesingle, macresource, Nav and videoreader. by Jack Jansen · 23 years ago
- 827713a Added a note that these are not available under Carbon (or OSX MachO Python). by Jack Jansen · 23 years ago
- 85ddfbc Another documentation contributor. by Fred Drake · 23 years ago
- 098d7fa Document clearly that the only way to retrieve the return code from the by Fred Drake · 23 years ago
- 1c66f89 Added entry for the hmac module. by Fred Drake · 23 years ago
- aae8da1 Documentation for the new login() method of the smtplib.SMTP class, by Fred Drake · 23 years ago
- 4270680 Documentation for the new hmac module, contributed by Gerhard Häring. by Fred Drake · 23 years ago
- 2732cb4 Added documentation on the getfirst() and getlist() methods of the by Fred Drake · 23 years ago