- 371e4d8 SF bug 1046690: difflib.HtmlDiff doc errors. by Tim Peters · 21 years ago
- b6ffc27 Finish off PEP 324 section; fix Peter's last name by Andrew M. Kuchling · 21 years ago
- c9e7d77 Start section for PEP 324 by Andrew M. Kuchling · 21 years ago
- f3958f1 Add two items by Andrew M. Kuchling · 21 years ago
- 9fc9789 Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and by Johannes Gijsbers · 21 years ago
- 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 21 years ago
- 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 21 years ago
- 7126976 Patch #1042969: add closing brace for \token {generator_expression}. Thanks by Johannes Gijsbers · 21 years ago
- 7a8ce5a [Bug #1022311] curses module uses y,x ordering of arguments, not x,y by Andrew M. Kuchling · 21 years ago
- 293dc9d [Bug #1041501] Fix example code by Andrew M. Kuchling · 21 years ago
- cebdd3c [Bug #1031897] Fix order of decorator application by Andrew M. Kuchling · 21 years ago
- 77d110d SF patch #1041364: True/False instead of 1/0 in libstdtypes.tex by Raymond Hettinger · 21 years ago
- 5e3f923 Add item by Andrew M. Kuchling · 21 years ago
- db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 21 years ago
- 579b3e2 Add some items by Andrew M. Kuchling · 21 years ago
- 29978ae The docs claimed a test would pass that actually wouldn't pass. Repaired by Tim Peters · 21 years ago
- 1dc5b1e Clarified documentation about exc_info keyword parameter by Vinay Sajip · 21 years ago
- 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 21 years ago
- bfe5684 typo by Michael W. Hudson · 21 years ago
- 8df5921 Blarg, fix the versions. by Barry Warsaw · 21 years ago
- 43790b4 Updates for distutils package. by Barry Warsaw · 21 years ago
- 2ec4854 Add documentation about as_string() mangling From_ lines. by Barry Warsaw · 21 years ago
- bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
- 565ea5a SF bug#1038917 fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
- e644a1b Get references working (except for references to "Extending optparse", by Greg Ward · 21 years ago
- 0fe00aa Added 2 notes about the complexities of testing SyntaxErrors. by Edward Loper · 21 years ago
- f751fa6 SF bug #1035279: hex() and oct() documentation is incorrect by Raymond Hettinger · 21 years ago
- 975e725 Fix typo in PyDict_Items doc by Nicholas Bastin · 21 years ago
- 5497fee minor doc tweaks for writexml by Skip Montanaro · 21 years ago
- 67db9a5 typo by Skip Montanaro · 21 years ago
- 01ba799 A number of list examples used 66.6, but I doubt there's any box on which by Tim Peters · 21 years ago
- 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 21 years ago
- aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 21 years ago
- 1793dd3 Fixed minor typo in interactive example (extra '.'s in '...' prompts) by Edward Loper · 21 years ago
- dcdb4b4 Fixed minor typo in interactive example (extra blank line) by Edward Loper · 21 years ago
- 78a5271 SF bug #1033038: Misleading error message in random.choice by Raymond Hettinger · 21 years ago
- ad51226 Fixed minor typo in interactive example by Edward Loper · 21 years ago
- 3077b02 Fixed minor typo in interactive example (backslash shouldn't be doubled) by Edward Loper · 21 years ago
- a7f6281 Updated interactive examples in the "Examples" session to reflect the by Edward Loper · 21 years ago
- b6f7fb7 Major overhaul to reflect Optik 1.5. Section references currently broken. by Greg Ward · 21 years ago
- b6aa856 Patch #1009075, bug #952953: allow execve with empty 2nd argument by Armin Rigo · 21 years ago
- a4c6a85 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 21 years ago
- 456ff91 - Fixed typo in multi-line exception example by Edward Loper · 21 years ago
- 36ee8ce Give a saner example for script_from_examples(); also mention an intended by Tim Peters · 21 years ago
- 9463d87 Made most module references "clickable". by Tim Peters · 21 years ago
- 0041121 Docs for run_docstring_examples(). by Tim Peters · 21 years ago
- 05b05fe Added a lot of new stuff to the debugging section. by Tim Peters · 21 years ago
- 16be62f register_optionflag(): Moved from the Debugging section to the section by Tim Peters · 21 years ago
- 6a0a64b Document set_unittest_reportflags(). by Tim Peters · 21 years ago
- c90ea82 Fix double word error. by Raymond Hettinger · 21 years ago
- 3f79125 Assorted minor changes, plus a lot more soap. by Tim Peters · 21 years ago
- 8c0a2cf Explain the motivation for the unittest functions, and beef up the by Tim Peters · 21 years ago
- b2b26ac Repaired mistakes in the descriptions of testmod()/testfile(), and by Tim Peters · 21 years ago
- 2dc8205 Since the doctest warnings section was reduced to one bullet point, by Tim Peters · 21 years ago
- 39c5de0 In the "doctest warnings" section, removed obsolete info, and noted that by Tim Peters · 21 years ago
- 24f141a Raymond observed that sometimes it's better not to link modules, so I reverted by Johannes Gijsbers · 21 years ago
- 06cc847 Beef up the section on testfile(), giving a complete example in by Tim Peters · 21 years ago
- cac5e7b Typo. by Tim Peters · 21 years ago
- 7a08214 Since the LaTeX isn't doctest'ed, examples are always wrong <wink>. by Tim Peters · 21 years ago
- 27ebcae - Use itemize instead of plain-text '*' for marking up a list. by Johannes Gijsbers · 21 years ago
- 739d49e Added log() function documentation by Vinay Sajip · 21 years ago
- 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 21 years ago
- 9fa544c Update for beta1 by Andrew M. Kuchling · 21 years ago
- 0c78956 Add various items by Andrew M. Kuchling · 21 years ago
- 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 21 years ago
- c6646c0 Added getLoggerClass() by Vinay Sajip · 21 years ago
- b3666a3 - Updated docs to reflect changes in 2.4. by Edward Loper · 21 years ago
- 468af71 Fix minor grammar typo. by Raymond Hettinger · 21 years ago
- 6cc1350 - Updated example output to match actual output by Edward Loper · 21 years ago
- 33db656 Update Template/PEP 292 documentation to current implementation. by Barry Warsaw · 21 years ago
- 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 21 years ago
- 2e6fb46 remove gzipped archives from the list of expected distributions by Fred Drake · 21 years ago
- 266a436 Remove claims that Python source code is ASCII. Fixes #1026038. by Martin v. Löwis · 21 years ago
- 879ddf3 Tweak the wording. Improve examples. Make more brief. by Raymond Hettinger · 21 years ago
- 29c6a79 Cover string.Template in the tutorial's library tour. by Raymond Hettinger · 21 years ago
- 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 21 years ago
- 7642f7a Credit patch from Raymond by Andrew M. Kuchling · 21 years ago
- 8278860 Document testmod's new exclude_empty argument. by Tim Peters · 21 years ago
- 2ee8099 HtmlDiff corrections from Dan Gass, + trimmed trailing whitespace. by Tim Peters · 21 years ago
- 6ab4b99 Patch #1025795: clarify language in Data Structures chapter of tutorial: by Johannes Gijsbers · 21 years ago
- 2014c03 Patch #1022152: add required 'domain' argument to gettext.translation() examples. by Johannes Gijsbers · 21 years ago
- d345225 Patch #1026384: fix two common typo's: by Johannes Gijsbers · 21 years ago
- c9c37ca Patch #1025800: remove TeX quoting from verbatim section. Thanks Dima Dorfman! by Johannes Gijsbers · 21 years ago
- f08437c [Bug #1023359] Make code match inheritance diagram by Andrew M. Kuchling · 21 years ago
- a331e86 Add some stdlib items; remove 'other changes' section; fix sorting error in list of changed modules by Andrew M. Kuchling · 21 years ago
- 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 21 years ago
- 2cc0c30 Bump version number by Andrew M. Kuchling · 21 years ago
- a79ec22 Update PEP292 section by Andrew M. Kuchling · 21 years ago
- 961c288 document the exceptions raised by sgmllib, htmllib, and HTMLParser by Fred Drake · 21 years ago
- a2544ee fix typo in markup by Fred Drake · 21 years ago
- 216b249 make_nav_panel(): Don't cause side-effects on the input variables; by Fred Drake · 21 years ago
- 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
- 8158e84 Fix erroneous docstring comment. by Raymond Hettinger · 21 years ago
- 785c65c Markup nits. by Raymond Hettinger · 21 years ago
- bb30af4 Add missing close parenthesis. by Raymond Hettinger · 21 years ago
- 18c6960 SF bug #901654: split method documentation can be improved by Raymond Hettinger · 21 years ago
- 1b26297 Rework some wording. by Brett Cannon · 21 years ago
- 2a72f19 SF bug #1020540: a wrong link from "frame object" in lib index by Raymond Hettinger · 21 years ago
- 1fbf9c5 Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained by Tim Peters · 21 years ago
- a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 21 years ago