1. 99f3ba1 Remove possibly-misleading Expat version by Andrew M. Kuchling · 21 years ago
  2. d75e7e4 Explicitly define public symbols via __all__: see discussion with Raymond by Steve Purcell · 21 years ago
  3. d55111f * Converted test to unittest format. * Expanded coverage. by Raymond Hettinger · 21 years ago
  4. 2e9da60 The previous change works much faster (one lookup per key) when by Raymond Hettinger · 21 years ago
  5. 91dd19d SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 21 years ago
  6. 42a61ed Simplify doctest of tee(). by Raymond Hettinger · 21 years ago
  7. cbe81f2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 21 years ago
  8. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  9. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  10. 74c8e55 SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 21 years ago
  11. 614438a fix markup buglets by Fred Drake · 21 years ago
  12. f5c87c4 - added many links into the library reference by Fred Drake · 21 years ago
  13. 626d472 - add several links into the library reference by Fred Drake · 21 years ago
  14. 11b138f remove useless <br/> from the top navigation panel by Fred Drake · 21 years ago
  15. 4587fa2 try to fix up the padding inside a notice environment so they fit in a by Fred Drake · 21 years ago
  16. fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  17. 7c4d8f3 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 21 years ago
  18. b7b1db9 Oops. Really fix the indentation problem this time. by Jeremy Hylton · 21 years ago
  19. d7fb676 Fix inconsistent mix of tabs and spaces that caused test to fail. by Jeremy Hylton · 21 years ago
  20. 62dba4c select.select() now accepts a sequence (as defined by PySequence_Fast()) for by Brett Cannon · 21 years ago
  21. fd4fa88 mention new module doc display feature of pydoc in libref and NEWS by Skip Montanaro · 21 years ago
  22. 6e380cd SF bug #803679: Missing section number in csv module documentation by Raymond Hettinger · 21 years ago
  23. 5bcc933 SF bug #803842: Wrong description of regexp concatenation by Raymond Hettinger · 21 years ago
  24. 4997a69 display link to module docs when it looks like the object module is a core by Skip Montanaro · 21 years ago
  25. 0d6e8cd SF bug #802302: Invalid documentation for dbhash. by Raymond Hettinger · 21 years ago
  26. bed92ee SF patch #800899: Making "|" directive from REs a bit clearer. by Raymond Hettinger · 21 years ago
  27. 62685d3 Python Bug 775061 by Kurt B. Kaiser · 21 years ago
  28. 9756f38 Fix typo. by Raymond Hettinger · 21 years ago
  29. f5f0c17 end-of-sentence punctuation comes *before* \footnote, not after by Fred Drake · 21 years ago
  30. dfa7bd9 SF #801306: Bad RE in scanf example by Raymond Hettinger · 21 years ago
  31. 74923d7 SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 21 years ago
  32. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 21 years ago
  33. 9d50d91 Set the warnings stacklevel to two. by Raymond Hettinger · 21 years ago
  34. f350160 Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  35. b67449d Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  36. c60577e Generalize the last change to check for other markup spacing errors. by Raymond Hettinger · 21 years ago
  37. b9c07af Check for \NULL markup errors. by Raymond Hettinger · 21 years ago
  38. 7bbcde7 Only release buffer after file has been closed. Fixes #800824. by Martin v. Löwis · 21 years ago
  39. ee8f10f Patch #801349: 64-bit fix for AMD64 from Gwenole Beauchesne. by Just van Rossum · 21 years ago
  40. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 21 years ago
  41. a26c16c fix \NULL with following space and no {} (two instances) by Fred Drake · 21 years ago
  42. 4ccf6e7 fix \NULL with following space and no {} by Fred Drake · 21 years ago
  43. 77e0212 Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the by Brett Cannon · 21 years ago
  44. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
  45. 60e868a - reorganize sections by Fred Drake · 21 years ago
  46. 5b52717 add missing dependency by Fred Drake · 21 years ago
  47. 9981213 SF bug 799191: fix markup by Raymond Hettinger · 21 years ago
  48. 1c90a67 SF bug 799367: grammar error by Raymond Hettinger · 21 years ago
  49. 951976d SF bug #801486: Markup error. by Raymond Hettinger · 21 years ago
  50. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  51. c8b08b4 add a note about how \ulink should be different than it actually is by Fred Drake · 21 years ago
  52. 38f6b88 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 21 years ago
  53. c0678ff - create a hyperlink for a section reference (also more robust in the by Fred Drake · 21 years ago
  54. f355213 avoid spurious vertical whitespace preceeding heading which are marked by Fred Drake · 21 years ago
  55. 74530ff markup updates by Fred Drake · 21 years ago
  56. 1b1ca0c normalize whitespace; detabify by Fred Drake · 21 years ago
  57. 41aa018 fix some nuissance formatting problems for the "alltt" environment; by Fred Drake · 21 years ago
  58. d37154f normalize whitespace by Fred Drake · 21 years ago
  59. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 21 years ago
  60. a1a1dba add index entry by Fred Drake · 21 years ago
  61. 6a002ca fix minor markup nits by Fred Drake · 21 years ago
  62. 911e571 add a relevant "see also" link by Fred Drake · 21 years ago
  63. 929d959 make the padding inside a "See also" box more consistent around the sides by Fred Drake · 21 years ago
  64. b24e84c clean up some markup by Fred Drake · 21 years ago
  65. 7a55642 normalize whitespace by Fred Drake · 21 years ago
  66. 0739c44 Suppress more online-only navigation in the printed HTML. by Fred Drake · 21 years ago
  67. ecbfceb make sure cells are really generated for all table cells, even those by Fred Drake · 21 years ago
  68. b79f343 adjust markup to avoid suppressing a word space in content by Fred Drake · 21 years ago
  69. 859c46a Make the redundent portion of the lower navigation area disappear from the by Fred Drake · 21 years ago
  70. 1e3bdf6 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 21 years ago
  71. fa3bdea Patch #798202: detect redhat9 Tcl/Tk in configure script. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  72. e81e9b1 Patch #794826: Add __file__ in dynamically loaded modules for multiple by Martin v. Löwis · 21 years ago
  73. ef36537 Patch #792338: Correct documentation for timetuple return type. by Martin v. Löwis · 21 years ago
  74. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago
  75. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  76. 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
  77. 8ad1dd7 Catch locale.error as well. Fixes #788378. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  78. 25f90d5 Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 21 years ago
  79. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 21 years ago
  80. 2f5bf17 NEWS about email package 794466 patch. by Barry Warsaw · 21 years ago
  81. a74e868 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 21 years ago
  82. 6ec58ca Document the Pynche patch. by Barry Warsaw · 21 years ago
  83. eb296d9 Fix for SF bug #780996, crash when no .pynche file exists and -d by Barry Warsaw · 21 years ago
  84. 6f7b213 use the long names for re compilation options; this makes it easier to by Fred Drake · 21 years ago
  85. f19f861 Modernize code a bit: use isinstance instead of type(); return True/False by Andrew M. Kuchling · 21 years ago
  86. 0ec5288 [Patch #759208] Fix has_key emulation to not raise KeyError by Andrew M. Kuchling · 21 years ago
  87. f70e076 Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 21 years ago
  88. eeca37e SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 21 years ago
  89. 09c7b60 SF patch #798255: Document httplib.HTTPResponse.read "amt" argument by Raymond Hettinger · 21 years ago
  90. 3b9cff1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  91. 5f8b0b1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  92. 5d2e777 SF patch #736962: Port tests to unittest (Part 2) by Raymond Hettinger · 21 years ago
  93. 99c2d53 SF patch #790443: add SafeConfigParser to __all__ by Raymond Hettinger · 21 years ago
  94. aa1178b Minor typo by Raymond Hettinger · 21 years ago
  95. c75c3e0 SF patch #791153: inconsistency with implementation(logging) by Raymond Hettinger · 21 years ago
  96. ec99b5f SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  97. b5cb665 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  98. 14cc1e3 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
  99. 574aa32 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
  100. 6f6d7b93 SF bug #797853: Small problems with the csv module's documentation by Raymond Hettinger · 21 years ago