1. 4ccf6e7 fix \NULL with following space and no {} by Fred Drake · 21 years ago
  2. 77e0212 Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the by Brett Cannon · 21 years ago
  3. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
  4. 60e868a - reorganize sections by Fred Drake · 21 years ago
  5. 5b52717 add missing dependency by Fred Drake · 21 years ago
  6. 9981213 SF bug 799191: fix markup by Raymond Hettinger · 21 years ago
  7. 1c90a67 SF bug 799367: grammar error by Raymond Hettinger · 21 years ago
  8. 951976d SF bug #801486: Markup error. by Raymond Hettinger · 21 years ago
  9. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  10. c8b08b4 add a note about how \ulink should be different than it actually is by Fred Drake · 21 years ago
  11. 38f6b88 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 21 years ago
  12. c0678ff - create a hyperlink for a section reference (also more robust in the by Fred Drake · 21 years ago
  13. f355213 avoid spurious vertical whitespace preceeding heading which are marked by Fred Drake · 21 years ago
  14. 74530ff markup updates by Fred Drake · 21 years ago
  15. 1b1ca0c normalize whitespace; detabify by Fred Drake · 21 years ago
  16. 41aa018 fix some nuissance formatting problems for the "alltt" environment; by Fred Drake · 21 years ago
  17. d37154f normalize whitespace by Fred Drake · 21 years ago
  18. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 21 years ago
  19. a1a1dba add index entry by Fred Drake · 21 years ago
  20. 6a002ca fix minor markup nits by Fred Drake · 21 years ago
  21. 911e571 add a relevant "see also" link by Fred Drake · 21 years ago
  22. 929d959 make the padding inside a "See also" box more consistent around the sides by Fred Drake · 21 years ago
  23. b24e84c clean up some markup by Fred Drake · 21 years ago
  24. 7a55642 normalize whitespace by Fred Drake · 21 years ago
  25. 0739c44 Suppress more online-only navigation in the printed HTML. by Fred Drake · 21 years ago
  26. ecbfceb make sure cells are really generated for all table cells, even those by Fred Drake · 21 years ago
  27. b79f343 adjust markup to avoid suppressing a word space in content by Fred Drake · 21 years ago
  28. 859c46a Make the redundent portion of the lower navigation area disappear from the by Fred Drake · 21 years ago
  29. 1e3bdf6 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 21 years ago
  30. fa3bdea Patch #798202: detect redhat9 Tcl/Tk in configure script. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  31. e81e9b1 Patch #794826: Add __file__ in dynamically loaded modules for multiple by Martin v. Löwis · 21 years ago
  32. ef36537 Patch #792338: Correct documentation for timetuple return type. by Martin v. Löwis · 21 years ago
  33. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago
  34. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  35. 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
  36. 8ad1dd7 Catch locale.error as well. Fixes #788378. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  37. 25f90d5 Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 21 years ago
  38. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 21 years ago
  39. 2f5bf17 NEWS about email package 794466 patch. by Barry Warsaw · 21 years ago
  40. a74e868 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 21 years ago
  41. 6ec58ca Document the Pynche patch. by Barry Warsaw · 21 years ago
  42. eb296d9 Fix for SF bug #780996, crash when no .pynche file exists and -d by Barry Warsaw · 21 years ago
  43. 6f7b213 use the long names for re compilation options; this makes it easier to by Fred Drake · 21 years ago
  44. f19f861 Modernize code a bit: use isinstance instead of type(); return True/False by Andrew M. Kuchling · 21 years ago
  45. 0ec5288 [Patch #759208] Fix has_key emulation to not raise KeyError by Andrew M. Kuchling · 21 years ago
  46. f70e076 Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 21 years ago
  47. eeca37e SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 21 years ago
  48. 09c7b60 SF patch #798255: Document httplib.HTTPResponse.read "amt" argument by Raymond Hettinger · 21 years ago
  49. 3b9cff1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  50. 5f8b0b1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  51. 5d2e777 SF patch #736962: Port tests to unittest (Part 2) by Raymond Hettinger · 21 years ago
  52. 99c2d53 SF patch #790443: add SafeConfigParser to __all__ by Raymond Hettinger · 21 years ago
  53. aa1178b Minor typo by Raymond Hettinger · 21 years ago
  54. c75c3e0 SF patch #791153: inconsistency with implementation(logging) by Raymond Hettinger · 21 years ago
  55. ec99b5f SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  56. b5cb665 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  57. 14cc1e3 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
  58. 574aa32 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
  59. 6f6d7b93 SF bug #797853: Small problems with the csv module's documentation by Raymond Hettinger · 21 years ago
  60. 2f3e548 SF bug #732120:An extended definition of "non-overlapping" would save time. by Raymond Hettinger · 21 years ago
  61. 0a6aa28 SF patch #797157: Bug 794658: os.chmod docs, stat constants by Raymond Hettinger · 21 years ago
  62. 6d362b2 SF bug #785222: zlib monotonic test by Raymond Hettinger · 21 years ago
  63. 9d12ab5 Fix long option markup. by Raymond Hettinger · 21 years ago
  64. 0970dba Remove 'e.g.' from error message by Raymond Hettinger · 21 years ago
  65. 8170200 SF patch #797180: Bug 792656: slicing explained by Raymond Hettinger · 21 years ago
  66. 57d7128 SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example by Raymond Hettinger · 21 years ago
  67. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 21 years ago
  68. c11dbcd SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 21 years ago
  69. 6229713 Eliminate unnecessary eval() in tests by Raymond Hettinger · 21 years ago
  70. 4f01f89 For safety, replace a tuple entry before decreffing it. by Raymond Hettinger · 21 years ago
  71. a56f6b6 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 21 years ago
  72. b738041 Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end by Andrew M. Kuchling · 21 years ago
  73. e8792c1 Add tests for meta- bit set by Andrew M. Kuchling · 21 years ago
  74. 72cdb70 [Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave Cinege. by Andrew M. Kuchling · 21 years ago
  75. e752e20 Add simple unit test for ascii.unctrl() function by Andrew M. Kuchling · 21 years ago
  76. ff638ea [Bug #776542] open_https() generates a bad Authorization header because it calls .putheader() wrongly. Reported by Steffen Ries. by Andrew M. Kuchling · 21 years ago
  77. 77ad829 [Bug #780231] One of the changes described in the 2.3 "What's New" document by Andrew M. Kuchling · 21 years ago
  78. 9e78d1e fix minor syntactic faux pas by Fred Drake · 21 years ago
  79. 953c6f5 Make sure parentheses are escaped when used in the format string. by Brett Cannon · 21 years ago
  80. 6676f6e Support DBEnv.set_shm_key() to allow multi-threaded multi-process by Gregory P. Smith · 21 years ago
  81. 376e63d Fix for SF bug [ 784075 ] Fatal Python error: unknown scope by Jeremy Hylton · 21 years ago
  82. ead21f5 Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py by Jeremy Hylton · 21 years ago
  83. 4651f53 Fix typo in docstring: The switch is '-x', not '-s'. by Thomas Heller · 21 years ago
  84. 4f4dbef remove extra word occurance; reported to webmaster by Fred Drake · 21 years ago
  85. 611dbc3 Remove a typo. (Or is this some markup I don't understand? ;-) by Thomas Heller · 21 years ago
  86. 9bfe533 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 21 years ago
  87. 063606a test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 21 years ago
  88. 9e38641 Make the derived tools amendable to cut and paste. by Raymond Hettinger · 21 years ago
  89. 9bd308f Fix doubled word typos. by Raymond Hettinger · 21 years ago
  90. e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
  91. 999b57c Fix double word typos. by Raymond Hettinger · 21 years ago
  92. 9ac25ec SF bug #793702: Section 13.1 HTMLParser documentation error by Raymond Hettinger · 21 years ago
  93. c2a5cb2 Fix typo. by Raymond Hettinger · 21 years ago
  94. f4bb1f9 Fix typo. by Raymond Hettinger · 21 years ago
  95. 4892381 Fix a loooong-standing brainfart: I got the site-packages path for by Greg Ward · 21 years ago
  96. 46a007e Build the bzip2.lib as a custom pre-link step in MSVC. by Thomas Heller · 21 years ago
  97. 2258227 Opening the WISE script changes a few items: by Thomas Heller · 21 years ago
  98. 463c5a8 Update get_param() description to reflect changes to the docstring. by Barry Warsaw · 21 years ago
  99. c86c24e Bump the version number for the standalone mimelib package. by Barry Warsaw · 21 years ago
  100. d24a2a4 Describe the fix to the email package. by Barry Warsaw · 21 years ago