- 5ed1dac Update documentation for pyexpat (xml.parsers.expat), to reflect the new by Fred Drake · 24 years ago
- 6a360bd Wrote section on nested scopes, and moved it to the front by Andrew M. Kuchling · 24 years ago
- 4e3f275 Improve diagnostic output when an external command returns a non-zero exit by Fred Drake · 24 years ago
- cf26366 Fix markup typo in a {verbatim} environment (there should not be any!); by Fred Drake · 24 years ago
- 40e43bf Document Node.isSameNode(). by Fred Drake · 24 years ago
- f891404 Move the whrandom section back to the documented modules section; this by Fred Drake · 24 years ago
- 269625f Revise the deprecation note for the whrandom module to be correct and a by Fred Drake · 24 years ago
- f0e08ef Remove an now-false statement about there being only one type flag defined. by Fred Drake · 24 years ago
- 24da477 Do not pass names of individual files to shutil.rmtree(); use os.unlink() by Fred Drake · 24 years ago
- 6270031 Adjustments to the text of the UnixMailbox description. Added by Fred Drake · 24 years ago
- 57d943a Move the whrandom entry to the "Obsolete Modules" appendix. by Fred Drake · 24 years ago
- 667c9e4 Minor markup adjustments. by Fred Drake · 24 years ago
- 844bd5b Minor markup adjustments. by Fred Drake · 24 years ago
- 68b6417 Added a warning at the top saying that user code should not use the by Fred Drake · 24 years ago
- 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
- d0946da Fix some markup breakage that prevented formatting; re-wrapped a couple of by Fred Drake · 24 years ago
- c2e35e6 Remove spurious "\end{description}" that caused formatting to fail. by Fred Drake · 24 years ago
- 36154b2 Added entry for weakref documentation. by Fred Drake · 24 years ago
- 0d0e648 Add entry for weakref documentation. by Fred Drake · 24 years ago
- ebcf6a8 Documentation for the weakref module. by Fred Drake · 24 years ago
- 0de88fc Change random.seed() so that it can get at the full range of possible by Tim Peters · 24 years ago
- 0eb1070 update section 4.1 to describe nested scopes by Jeremy Hylton · 24 years ago
- 30dbd14 Document the two changes to the mailbox.py module: by Barry Warsaw · 24 years ago
- b416290 Some rewriting of the "Internationalizing your programs and modules" by Barry Warsaw · 24 years ago
- 5599441 Make HTML the default output format, since that is what people actually by Fred Drake · 24 years ago
- 10f8ba4 Remove note about the compiler not checking for two kinds of illegal by Jeremy Hylton · 24 years ago
- 4308d3c Add note about non-recursive Makefiles by Andrew M. Kuchling · 24 years ago
- 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