- c6646c0 Added getLoggerClass() by Vinay Sajip · 21 years ago
- b3666a3 - Updated docs to reflect changes in 2.4. by Edward Loper · 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
- 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 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
- 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
- 55be9ea Typo fix: 'comparisions' is not a word 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
- 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
- 0bbf137 Make the api of the _dispatch() method more concrete. I have no idea if by Skip Montanaro · 21 years ago
- ecd5754 Remove rotor reference by Andrew M. Kuchling · 21 years ago
- ab459f7 Remove docs for xreadlines, mpz, rotor by Andrew M. Kuchling · 21 years ago
- e723863 Remove xreadlines reference by Andrew M. Kuchling · 21 years ago
- a46fd84 Remove TERMIOS docs by Andrew M. Kuchling · 21 years ago
- e4133d8 Use correct constant; remove reference to TERMIOS.py by Andrew M. Kuchling · 21 years ago
- 17952b7 Updated doc for getLogger() by Vinay Sajip · 21 years ago
- 38330fe The distinction between comparison flags and reporting flags isn't unique by Tim Peters · 21 years ago
- ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 21 years ago
- 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 21 years ago
- e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 21 years ago
- dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 21 years ago
- 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 21 years ago
- 592ef61 Correct incorrect "it's" to "its". by Johannes Gijsbers · 21 years ago
- f33683f Fine tune a word. by Tim Peters · 21 years ago
- cf53355 Thinko repair. by Tim Peters · 21 years ago
- a07bcd4 Reorg of exception section. Now that there are fewer details needing by Tim Peters · 21 years ago
- f4fd79c Small wording fixups. by Raymond Hettinger · 21 years ago
- a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 21 years ago
- 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 21 years ago
- 0e44807 Restored half of a \versionadded only half of which should have been deleted. by Tim Peters · 21 years ago
- e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 21 years ago
- 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 21 years ago
- 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 21 years ago
- be83737 Patch #798244: More urllib2 examples. by Martin v. Löwis · 21 years ago
- 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 21 years ago
- 08b07de Ah whoops, we didn't turn string into a package (thanks Neal!) by Barry Warsaw · 21 years ago
- 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 21 years ago
- c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 21 years ago
- 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 21 years ago
- 656f7e4 Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything by Tim Peters · 21 years ago
- 8bd5cb3 Add version info by Neal Norwitz · 21 years ago
- c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 21 years ago
- 7109b28 Fix grammar, spotted by Hye-Shik Chang by Neal Norwitz · 21 years ago
- 8e3bec5 Correct argument specifications of load_compiled and load_source: the file by Johannes Gijsbers · 21 years ago
- c890618 Quote # as \# to make lib compile again. by Johannes Gijsbers · 21 years ago
- 8623b36 Try to improve grammar and use versionadded by Neal Norwitz · 21 years ago
- 525b315 Fix markup. versionchanged automatically adds a period, so remove the extra one. by Neal Norwitz · 21 years ago
- 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 21 years ago
- 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 21 years ago
- deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 21 years ago
- 01884d5 Deprecate sys.exitfunc in favor of the atexit module. by Raymond Hettinger · 21 years ago
- 8de636e SF bug #951482: New module: doc versus action by Raymond Hettinger · 21 years ago
- cb40ba1 SF bug #805304: super instances don't support item assignment by Raymond Hettinger · 21 years ago
- 7ec7584 Typo fix by Andrew M. Kuchling · 21 years ago
- 8df4e6b Fix punctuation typo. by Raymond Hettinger · 21 years ago
- 2864b80 Add a notes section to the docs: by Raymond Hettinger · 21 years ago
- e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 21 years ago
- b112d6e bug 990669: os.path.normpath may alter the meaning of a path if it contains by Johannes Gijsbers · 21 years ago
- 83e259a Another microburst of snail-like progress. by Tim Peters · 21 years ago
- 41a65ea Doctest has new traceback gimmicks in 2.4. While trying to document by Tim Peters · 21 years ago
- ee6511b Fix the version number in which changes were made by Neal Norwitz · 21 years ago
- 2603960 Markup fiddling. by Tim Peters · 21 years ago
- 8a3b69c Excruciatingly slow progress on the docs. Option flags / directive names by Tim Peters · 21 years ago
- 5e89795 This is my patch by Michael W. Hudson · 21 years ago
- ba100c9 clarify the behavior of the .first() and .last() methods for empty databases by Fred Drake · 21 years ago
- d62d507 added missing documentation for UseForeignDTD() (new in 2.3) by Fred Drake · 21 years ago
- fb568ca add descriptions for many of the new error codes by Fred Drake · 21 years ago
- 9d92d5a minor changes to make this format again by Fred Drake · 21 years ago
- c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 21 years ago
- 24884a5 [Patch #1005465] Markup tweaks by Andrew M. Kuchling · 21 years ago
- 151df07 - make a module reference a hyperlink - wrap a long line by Fred Drake · 21 years ago
- 9dc19c2 Ooops - for some reason I had the wrong versionadded... by Dave Cole · 21 years ago
- 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 21 years ago
- feec453 Bug 1003935: xrange overflows by Tim Peters · 21 years ago
- 2ee6a70 [Patch #999280 ] Update kwargs in pickle docs to match implementations by Andrew M. Kuchling · 21 years ago
- 17e33e4 [Bug #914375] Crude modulefinder docs, but the module's code is very hard to read and it's not clear which bits are public and which aren't. The module's author should really be doing this (and using docstrings in the code, too) by Andrew M. Kuchling · 21 years ago
- 32dbdda Remove various modules that have been documented by Andrew M. Kuchling · 21 years ago
- 59a27f1 Various minor edits by Andrew M. Kuchling · 21 years ago
- 4cbe95c [Bug #866222] Update docs to match the module by Andrew M. Kuchling · 21 years ago
- 1baa248 Fix by Michael W. Hudson · 21 years ago
- 0188cdb [Bug #998066] Mention result mismatch by Andrew M. Kuchling · 21 years ago
- 8def876 [Bug #873146] Document pickletools module (haven't tested the LaTeX yet) by Andrew M. Kuchling · 21 years ago
- 049e7aa Point out that the setdefault defaults the value to None. Inspired by by Michael W. Hudson · 21 years ago
- cbbee6f [Bug #984952] Include more material from PEP 307. by Andrew M. Kuchling · 21 years ago
- 14d535c [Bug #984952] Include some material from PEP 307 by Andrew M. Kuchling · 21 years ago
- 6f937b1 [Bug #998307] Use open() instead of file() in docs by Andrew M. Kuchling · 21 years ago