- 3229b85 More on noutrefresh() and scroll(). by Eric S. Raymond · 24 years ago
- 4fda21b updated to document use of sequences of two-element tuples as inputs by Skip Montanaro · 24 years ago
- c37f5b3 Adjust documentation for new.instance() to reflect that the second by Fred Drake · 24 years ago
- 5838d0f Document the PyInstance_*() functions and data. by Fred Drake · 24 years ago
- 9ca35ec Instructive example for strftime(); how to generate RFC822 dates. by Eric S. Raymond · 24 years ago
- e7213c7 Emphasis that instantiating this class doesn't consume the message body. by Eric S. Raymond · 24 years ago
- 66f98b4 Fix a number of typos found by Guido. by Fred Drake · 24 years ago
- 8c071d4 Massively improved documentation for string formatting operations, by Fred Drake · 24 years ago
- 2f4453a Typo: coplete --> complete by Fred Drake · 24 years ago
- e360d95 The combo of getstate/setstate/jumpahead is very powerful, but needs by Tim Peters · 24 years ago
- 8863460 Add bzip2 archives back to the set of generated archives; we had way too by Fred Drake · 24 years ago
- 2905248 Removed references to Python 1.5.3; that was a "tentative" number I used by Fred Drake · 24 years ago
- cf069da Update link to LaTeX2HTML web site. by Fred Drake · 24 years ago
- 517ce23 Clarify winsound.beep docs, in response to c.l.py beep brouhahalet. by Tim Peters · 24 years ago
- d52269b Fix bugs introduced by rewrite (in particular, time-based initialization by Tim Peters · 24 years ago
- d7b5e88 Reworked random.py so that it no longer depends on, and offers all the by Tim Peters · 24 years ago
- 8312577 A \begin{funcdesc} was closed with an \end{methoddesc}. by Barry Warsaw · 24 years ago
- 21f37e1 Fixed a bug where \& was needed. by Barry Warsaw · 24 years ago
- 8ee1a4b Provide a much better (and complete!) description of the lockf() by Barry Warsaw · 24 years ago
- 902446a Supply long-missing docs for random.seed(). Extensive rewrite of module by Tim Peters · 24 years ago
- 9368a12 Fix an obvious usage nit I should have caught myself on the previous by Fred Drake · 24 years ago
- fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 24 years ago
- 0bbaa51 Remove evil "sec:" prefix from some \label markups; this is bad for by Fred Drake · 24 years ago
- b1b6a11 AttributeList --> NamedNodeMap by Fred Drake · 24 years ago
- 0110d3b new unicodedata functions (name, lookup) by Fredrik Lundh · 24 years ago
- eda2844 documented (new) optional doseq parameter to urlencode. by Skip Montanaro · 24 years ago
- 1ae43c4 Add names of people who've pointed out broken links and images by Andrew M. Kuchling · 24 years ago
- d975196 Fredrik pointed out that the database shrank more than 55K by Andrew M. Kuchling · 24 years ago
- 26e94a8 Jeremy didn't write PEP 205, Fred did! by Andrew M. Kuchling · 24 years ago
- f79cb2d Expose the autoraise capability. Improve the documentation. by Eric S. Raymond · 24 years ago
- aeb5532 Oops...finish a mangled sentence. by Eric S. Raymond · 24 years ago
- f7f1851 Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's by Eric S. Raymond · 24 years ago
- f33c118 Add introductory note about this article's draft status by Andrew M. Kuchling · 24 years ago
- da6daee A variety of updates of out-of-date information. by Fred Drake · 24 years ago
- bc3974c When generating the source package, copy in the LICENSE file from the main by Fred Drake · 24 years ago
- 9c3b9b7 Never mind ignoring a copied LICENSE file; let's do this another way. by Fred Drake · 24 years ago
- e94b9f9 Ignore the generated LICENSE file needed for the documentation source package. by Fred Drake · 24 years ago
- 3a045e8 Change the main targets to generate HTML instead of PostScript. by Fred Drake · 24 years ago
- dc40ac0 Added link to the "Python Codecs" project at SourceForge. by Fred Drake · 24 years ago
- 91834c6 Added dictionary.popitem() and the improved XML modules. by Andrew M. Kuchling · 24 years ago
- 0f564ea Change some wording to make this work with PDF generation -- using a PDF by Fred Drake · 24 years ago
- bcb09fa Worked around bug SF #125880: changed the text of three sections that by Fred Drake · 24 years ago
- 5f0decf Clean up the docs for the "random" module according to comments from Tim Peters. by Fred Drake · 24 years ago
- f228fd1 Add reference to PEP 232. by Andrew M. Kuchling · 24 years ago
- 31ab298 Remove the dollar sign from the formatting of environment variables -- by Fred Drake · 24 years ago
- 0a8690a Make "PythonLabs" bold. by Fred Drake · 24 years ago
- c8e8281 Updated note about collection of cyclic garbage, based on comments from by Fred Drake · 24 years ago
- ef8cd7c Minor markup adjustment. by Fred Drake · 24 years ago
- afc7ce1 Fix \seepep handling -- correct URL to the online PEP repository on SF is by Fred Drake · 24 years ago
- b216ab6 Fill out various transcripts and XXX bits, thanks to the WMATA. by Andrew M. Kuchling · 24 years ago
- 90cecee Beginning of a "What's New in Python 2.1" article by Andrew M. Kuchling · 24 years ago
- fe38525 Make the 'time' argument to the timemodule functions strftime, asctime, by Thomas Wouters · 24 years ago
- 5566c1c Fixed a bunch of typos caught by Gilles Civario. by Fred Drake · 24 years ago
- 0fe5af9 Clarify comments about returning None using a return without an expression; by Fred Drake · 24 years ago
- 6f77667 Backed out the unistr() builtin. by Marc-André Lemburg · 24 years ago
- bc0b260 Minor markup cleaning, and one required fix in the unistr() description. by Fred Drake · 24 years ago
- ab782dd Document rich comparisons. by Guido van Rossum · 24 years ago
- 9483bed correct typo - closes bug #129205 by Skip Montanaro · 24 years ago
- 3a9582f Fix the example (it didn't seem to reflect reality). by Ka-Ping Yee · 24 years ago
- a544ea2 Undoing the whitespace patches which sneaked into the earlier patch. by Marc-André Lemburg · 24 years ago
- ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
- 90badd1 Add a missing newline in an example; caught by Chris Ryland by Fred Drake · 24 years ago
- 20ab9e9 Document xreadlines() method. (Forgot to check this in before!) by Guido van Rossum · 24 years ago
- 25be193 Fix a few small markup/consistency nits. by Fred Drake · 24 years ago
- bd1a489 push_source() and pop_source() entry points for shlex instances. by Eric S. Raymond · 24 years ago
- 83ad501 effbot caught a typo! by Barry Warsaw · 24 years ago
- 773d9f0 Document function attributes for both the function type and the method by Barry Warsaw · 24 years ago
- a770e86 Fixing author's email address. by Barry Warsaw · 24 years ago
- 97d3b93 Document changed default to passive mode. by Guido van Rossum · 24 years ago
- 77b20f0 Document filterwarnings(..., append=<bool>). by Guido van Rossum · 24 years ago
- 34bafcc Fix a variety of minor nits and typos caught by Chris Ryland by Fred Drake · 24 years ago
- 1beb3d2 Added note that this module was added in Python 2.1. by Fred Drake · 24 years ago
- ca7e1ee Updated descriptions to incorporate additional information from Tim Peters. by Fred Drake · 24 years ago
- a177c40 Document \code{import} in pth files. by Martin v. Löwis · 24 years ago
- 49c9ac3 Fixed minor markup nits for consistency with the rest of the library reference. by Fred Drake · 24 years ago
- ab78bec Added pointer on POP3 variations. by Eric S. Raymond · 24 years ago
- f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
- 5ac9795 Corrections and additions to the documentation for POP3 and IMAP library by Eric S. Raymond · 24 years ago
- 8321026 SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and by Eric S. Raymond · 24 years ago
- fe338ca Fix a typo, remove one copy of a duplicated name. by Fred Drake · 24 years ago
- 675e1d0 Remove bogus "echo" command. by Fred Drake · 24 years ago
- 3c48ef7 Added documentation for the xreadlines module & related changes. The by Fred Drake · 24 years ago
- 42181db Added a --global-module-index option to specify a (possibly relative) URL by Fred Drake · 24 years ago
- c49480e Miscellaneous updates. by Fred Drake · 24 years ago
- 347a625 Steve Holden <sholden@holdenweb.com>: by Fred Drake · 24 years ago
- d5f0198 Added names. by Fred Drake · 24 years ago
- 986eafd Added missing word; fixed minor nits. by Fred Drake · 24 years ago
- 37f1b34 Added entry for fpectl module documentation. by Fred Drake · 24 years ago
- fa214cc Added entry for fpectl module documentation. by Fred Drake · 24 years ago
- a5e7ad9 Documentation for the fpectl module, from Lee Busby. (Thanks!) by Fred Drake · 24 years ago
- 45b1d6a Explain that long options are matched based on a unique prefix rather than by Fred Drake · 24 years ago
- 81473b1 The Python/C API deals in PyObject*, not PyDictObject*. by Fred Drake · 24 years ago
- e1d4715 Update explanation of the set_location() method to indicate that in by Fred Drake · 24 years ago
- b31d36c Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" to by Fred Drake · 24 years ago
- 445f832 __rcmp__() description: Changed to indicate that this is no longer by Fred Drake · 24 years ago
- 4e18f07 Based on comments from Guido, do not describe bisect() and insert() as by Fred Drake · 24 years ago
- 288927f Markup nit: Command line options should be marked with \programopt. by Fred Drake · 24 years ago
- 316ef7c Markup nit: Command line options should be marked with \programopt. by Fred Drake · 24 years ago
- b162d18 Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>. by Fred Drake · 24 years ago
- 19ae783 Added information about the interaction of opening a file in append mode by Fred Drake · 24 years ago