- f8d9a97 Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 19 years ago
- b158255 Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes. by Georg Brandl · 19 years ago
- e7d9539 Bug #1482988: indicate more prominently that the Stats class is in the pstats module. by Georg Brandl · 19 years ago
- 0901965 Minor language edit by Andrew M. Kuchling · 19 years ago
- fb10858 [Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. Lee by Andrew M. Kuchling · 19 years ago
- ce5933f Use \versionchanged for the feature change by George Yoshida · 19 years ago
- d3d8ecd describe optional arguments for DocFileSuite by George Yoshida · 19 years ago
- d8accb3 Get rid of a couple more context object references, fix some markup and clarify what happens when a generator context function swallows an exception. by Nick Coghlan · 19 years ago
- afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 19 years ago
- a3a1329 Correct some formulations, fix XXX comments. by Martin v. Löwis · 19 years ago
- 4511a71 Whitespace normalization. by Tim Peters · 19 years ago
- 3053667 fix up whitespace in prompt strings by Fred Drake · 19 years ago
- 5f1cca0 one more place to avoid extra markup (how many will there be?) by Fred Drake · 19 years ago
- 2de7a35 one more place to avoid extra markup by Fred Drake · 19 years ago
- 6b07be9 at least comment on why curly-quotes are not enabled by Fred Drake · 19 years ago
- f25fa6d avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to by Fred Drake · 19 years ago
- f863609 tell LaTeX2HTML to: - use UTF-8 output - not mess with the >>> prompt! by Fred Drake · 19 years ago
- e10b21b remove unnecessary assignment by Fred Drake · 19 years ago
- f322d68 Update context manager section for removal of __context__ by Andrew M. Kuchling · 19 years ago
- a71fd71 Documentation bug: PySet_Pop() returns a new reference (because the by Armin Rigo · 19 years ago
- da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 19 years ago
- a883701 Provide encoding as keyword argument; soften warning paragraph about encodings by Andrew M. Kuchling · 19 years ago
- 017e68c SF #1479988: add methods to allow access to weakrefs for the by Fred Drake · 19 years ago
- c4edb0e SF #1479181: split open() and file() from being aliases for each other. by Neal Norwitz · 19 years ago
- 4bbf66e Markup fixes by Andrew M. Kuchling · 19 years ago
- 6849488 Add item by Andrew M. Kuchling · 19 years ago
- edbe657 Markup fixes; add some XXX comments noting problems by Andrew M. Kuchling · 19 years ago
- d22c6db add dependency by Fred Drake · 19 years ago
- 5f43074 Add msilib documentation. by Martin v. Löwis · 19 years ago
- 82560eb Further integration of the documentation for the sqlite3 module. There's still by Gerhard Häring · 19 years ago
- e3c958c Some ElementTree fixes: import from xml, not xmlcore; fix case of module name; mention list() instead of getchildren() by Andrew M. Kuchling · 19 years ago
- 6550f03 - minor clarification in section title by Fred Drake · 19 years ago
- 0961228 Add item by Andrew M. Kuchling · 19 years ago
- 4b5caae Add urllib2 HOWTO from Michael Foord by Andrew M. Kuchling · 19 years ago
- 3c1983f Patch #1479438: add \keyword markup for "with". by Georg Brandl · 19 years ago
- 3583cff Patch #1472854: make the rlcompleter.Completer class usable on non- by Georg Brandl · 19 years ago
- fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 19 years ago
- 5085fe2 Use \versionchanged instead of \versionadded for new parameter support. by George Yoshida · 19 years ago
- c923611 Add two items by Andrew M. Kuchling · 19 years ago
- eb2e192 This is the start of documentation for the sqlite3 module. Please feel free to by Gerhard Häring · 19 years ago
- aa013da Add item by Andrew M. Kuchling · 19 years ago
- 18db487 Make case of 'ZIP' consistent by Andrew M. Kuchling · 19 years ago
- b37bcb5 Add item by Andrew M. Kuchling · 19 years ago
- f674939 grammar fix by George Yoshida · 19 years ago
- d771672 correct a dead link by George Yoshida · 19 years ago
- 6778007 Bug #1475009: clarify ntpath.join behavior with absolute components by Georg Brandl · 19 years ago
- 9dea97a fix markup glitch by George Yoshida · 19 years ago
- 8bf9398 markup fix by George Yoshida · 19 years ago
- efd3a09 Mention the xmlrpclib.Error base class, which is used in one of the examples by Andrew M. Kuchling · 19 years ago
- 356f938 [Bug #1477140] Import Error base class by Andrew M. Kuchling · 19 years ago
- 7acb7b4 [Bug #1477102] Add necessary import to example by Andrew M. Kuchling · 19 years ago
- 99714cf Bump document version by Andrew M. Kuchling · 19 years ago
- 1e649be Now that 2.5a2 is out, revert to the current date by Andrew M. Kuchling · 19 years ago
- c7d0032 2.5a2 by Anthony Baxter · 19 years ago
- 4b8ec63 add missing word by Fred Drake · 19 years ago
- dbb8c41 - update version numbers in file names again, until we have a better way by Fred Drake · 19 years ago
- 0999433 one more place to use the current Python version by Fred Drake · 19 years ago
- 9818924 Add labels to all sections by Andrew M. Kuchling · 19 years ago
- 7e5abb9 [Bug #1475080] Fix example by Andrew M. Kuchling · 19 years ago
- 790c3c1 Fix an error in the last contextlib.closing example by Nick Coghlan · 19 years ago
- a5f1fd0 minor adjustment suggested by Peter Gephardt by Fred Drake · 19 years ago
- 2afbf96 markup fixes, cleanup by Fred Drake · 19 years ago
- 3bbbc49 minor tweak by George Yoshida · 19 years ago
- d798a18 Rework context terminology by Andrew M. Kuchling · 19 years ago
- b33842a Add two items; easy_install is now off the table, though pkgutil still is by Andrew M. Kuchling · 19 years ago
- 34a70c6 Fix markup glitch in unittest docs. Will backport. by Thomas Wouters · 19 years ago
- e708cf5 Fix latex typo by Nick Coghlan · 19 years ago
- a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 19 years ago
- 327ea38 Revert previous change, SKIP had a versionadded elsewhere by Neal Norwitz · 19 years ago
- 85c767a versionadded for SKIP by Neal Norwitz · 19 years ago
- 711bf30 Patch #1475231: add a new SKIP doctest option, thanks to Edward Loper. by Tim Peters · 19 years ago
- 0a7ed8c Edits, using the new term 'context specifier' in a few places by Andrew M. Kuchling · 19 years ago
- 877cf23 Change PEP 343 related documentation to use the term context specifier instead of context object by Nick Coghlan · 19 years ago
- 8dc73d2 Bug #1337990: clarified that `doctest` does not support examples by Tim Peters · 19 years ago
- d4c2177 Add two items by Andrew M. Kuchling · 19 years ago
- edb575e Edits to the PEP 343 section by Andrew M. Kuchling · 19 years ago
- 9ab2f45 it's always helpful if the example works... by Skip Montanaro · 19 years ago
- 56a3706 minor tweak by Skip Montanaro · 19 years ago
- 47767c3 first cut at trace module doc by Skip Montanaro · 19 years ago
- 09b1bc3 Take 2 on mentioning the with statement, this time without inadvertently killing the Unicode examples by Nick Coghlan · 19 years ago
- e0ea50b Add a (very) brief mention of the with statement to the end of chapter 8 by Nick Coghlan · 19 years ago
- fee3dfc Update with statement documentation to use same terminology as 2.5a1 implementation by Nick Coghlan · 19 years ago
- 5ef9d9f Update contextlib documentation to use the same terminology as the module implementation by Nick Coghlan · 19 years ago
- 84faa85 Add a Context Types section to parallel the Iterator Types section (uses the same terminology as the 2.5a1 implementation) by Nick Coghlan · 19 years ago
- a1d3b10 wrap SyntaxError with \exception{} by George Yoshida · 19 years ago
- ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
- 51a23fe - add versionadded tag - make arbitrary arguments come last by George Yoshida · 19 years ago
- 3c134a2 Typo fixes by George Yoshida · 19 years ago
- 8694a6d Add libctypes as a dep by Neal Norwitz · 19 years ago
- 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
- 3ccdb6a Typo fixes by Andrew M. Kuchling · 19 years ago
- a93ee47 Guido wrote contextlib, not me, but thanks anyway. ;) by Phillip J. Eby · 19 years ago
- 9f7e58a Documentation for ctypes. by Thomas Heller · 19 years ago
- cd84b92 Correct the grammar by George Yoshida · 19 years ago
- 0d84028 Fix a markup. This generated a ugly code, "P>". by George Yoshida · 19 years ago
- e78eeb1 Add item by Andrew M. Kuchling · 19 years ago
- fb08e73 Add \label to make better HTML filenames by Andrew M. Kuchling · 19 years ago
- 42c6e2f Add two items; typographical improvement for the 'with' statement; minor edits by Andrew M. Kuchling · 19 years ago
- ba67a8a Typo, grammar fixes. This file could use another proofreading pass. by Andrew M. Kuchling · 19 years ago
- 3a7b58e Add TODO item by Andrew M. Kuchling · 19 years ago