1. e94040a minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1 by Gregory P. Smith · 21 years ago
  2. 7000225 raise pybsddb version number to 4.2.1 to differentiate between it and the by Gregory P. Smith · 21 years ago
  3. 175a6ac Improve and expand identity tests. by Raymond Hettinger · 21 years ago
  4. 41631e8 Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new by Gregory P. Smith · 21 years ago
  5. cec1b3f Maintain backwards compatibility with python < 2.3 by dynamically by Gregory P. Smith · 21 years ago
  6. 0aab002 SF patch 809915: Fix bogus address to hopefully always break. by Tim Peters · 21 years ago
  7. c7c516a test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't by Tim Peters · 21 years ago
  8. e7a9796 Patch #800697: Add readline.clear_history. by Martin v. Löwis · 21 years ago
  9. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 21 years ago
  10. a64988c Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3. by Martin v. Löwis · 21 years ago
  11. 212ede6 Patch #730597: Disable POPEN for RTEMS. by Martin v. Löwis · 21 years ago
  12. 70849f8 Patch #805613: Fix usage of the PTH library. by Martin v. Löwis · 21 years ago
  13. 7bdc484 Patch #808362: Fix typos. by Martin v. Löwis · 21 years ago
  14. 8f81c93 Patch #713645: Fix typo. by Martin v. Löwis · 21 years ago
  15. dc14ab1 Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3. by Martin v. Löwis · 21 years ago
  16. cb3062e Patch #805976: Add DOTBOX and UNDERLINE. by Martin v. Löwis · 21 years ago
  17. 2cc6c29 Patch #805678: Add .so symlink during make install. Backported to 2.3. by Martin v. Löwis · 21 years ago
  18. 519adae Patch #805604: Do not check for sem_init, do not use -Kthread, by Martin v. Löwis · 21 years ago
  19. 1836781 Improve detection of whether tzset is broken. by Brett Cannon · 21 years ago
  20. a425dbc Fix a typo found by Eric D. Moyer, closes SF 807813. by Thomas Heller · 21 years ago
  21. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  22. d21fd7b * Minor wording change * Reference the doctest.DocTestSuite() conversion tool. by Raymond Hettinger · 21 years ago
  23. 3404034 Minor fixups by Raymond Hettinger · 21 years ago
  24. ced69f8 On c.l.py, Martin v. Löwis said that Py_UNICODE could be of a signed type, by Tim Peters · 21 years ago
  25. d808279 Double-fix of crash in Unicode freelist handling. by Jeremy Hylton · 21 years ago
  26. a9e14b7 Fix leak in classobject.c. The leak surfaced on the error exit when by Raymond Hettinger · 21 years ago
  27. 2d72b5d Test __all__ for unittest.py by Raymond Hettinger · 21 years ago
  28. cc1798e Improve the leak fix so that PyTuple_New is only called when needed. by Raymond Hettinger · 21 years ago
  29. deb2dc6 Change checks of PyUnicode_Resize() return value for clarity. by Jeremy Hylton · 21 years ago
  30. 364f6be Correct check of PyUnicode_Resize() return value. by Jeremy Hylton · 21 years ago
  31. 1aad9c7 Reflow long lines and reformat. by Jeremy Hylton · 21 years ago
  32. 37a724d Fix leak discovered in test_new by Michael Hudson. by Raymond Hettinger · 21 years ago
  33. 1e4cf67 SF bug #804113: Crypto terminology for crypto hash function by Raymond Hettinger · 21 years ago
  34. 99f3ba1 Remove possibly-misleading Expat version by Andrew M. Kuchling · 21 years ago
  35. d75e7e4 Explicitly define public symbols via __all__: see discussion with Raymond by Steve Purcell · 21 years ago
  36. d55111f * Converted test to unittest format. * Expanded coverage. by Raymond Hettinger · 21 years ago
  37. 2e9da60 The previous change works much faster (one lookup per key) when by Raymond Hettinger · 21 years ago
  38. 91dd19d SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 21 years ago
  39. 42a61ed Simplify doctest of tee(). by Raymond Hettinger · 21 years ago
  40. cbe81f2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 21 years ago
  41. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  42. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  43. 74c8e55 SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 21 years ago
  44. 614438a fix markup buglets by Fred Drake · 21 years ago
  45. f5c87c4 - added many links into the library reference by Fred Drake · 21 years ago
  46. 626d472 - add several links into the library reference by Fred Drake · 21 years ago
  47. 11b138f remove useless <br/> from the top navigation panel by Fred Drake · 21 years ago
  48. 4587fa2 try to fix up the padding inside a notice environment so they fit in a by Fred Drake · 21 years ago
  49. fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  50. 7c4d8f3 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 21 years ago
  51. b7b1db9 Oops. Really fix the indentation problem this time. by Jeremy Hylton · 21 years ago
  52. d7fb676 Fix inconsistent mix of tabs and spaces that caused test to fail. by Jeremy Hylton · 21 years ago
  53. 62dba4c select.select() now accepts a sequence (as defined by PySequence_Fast()) for by Brett Cannon · 21 years ago
  54. fd4fa88 mention new module doc display feature of pydoc in libref and NEWS by Skip Montanaro · 21 years ago
  55. 6e380cd SF bug #803679: Missing section number in csv module documentation by Raymond Hettinger · 21 years ago
  56. 5bcc933 SF bug #803842: Wrong description of regexp concatenation by Raymond Hettinger · 21 years ago
  57. 4997a69 display link to module docs when it looks like the object module is a core by Skip Montanaro · 21 years ago
  58. 0d6e8cd SF bug #802302: Invalid documentation for dbhash. by Raymond Hettinger · 21 years ago
  59. bed92ee SF patch #800899: Making "|" directive from REs a bit clearer. by Raymond Hettinger · 21 years ago
  60. 62685d3 Python Bug 775061 by Kurt B. Kaiser · 21 years ago
  61. 9756f38 Fix typo. by Raymond Hettinger · 21 years ago
  62. f5f0c17 end-of-sentence punctuation comes *before* \footnote, not after by Fred Drake · 21 years ago
  63. dfa7bd9 SF #801306: Bad RE in scanf example by Raymond Hettinger · 21 years ago
  64. 74923d7 SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 21 years ago
  65. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 21 years ago
  66. 9d50d91 Set the warnings stacklevel to two. by Raymond Hettinger · 21 years ago
  67. f350160 Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  68. b67449d Fix spacing markup and other sundries. by Raymond Hettinger · 21 years ago
  69. c60577e Generalize the last change to check for other markup spacing errors. by Raymond Hettinger · 21 years ago
  70. b9c07af Check for \NULL markup errors. by Raymond Hettinger · 21 years ago
  71. 7bbcde7 Only release buffer after file has been closed. Fixes #800824. by Martin v. Löwis · 21 years ago
  72. ee8f10f Patch #801349: 64-bit fix for AMD64 from Gwenole Beauchesne. by Just van Rossum · 21 years ago
  73. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 21 years ago
  74. a26c16c fix \NULL with following space and no {} (two instances) by Fred Drake · 21 years ago
  75. 4ccf6e7 fix \NULL with following space and no {} by Fred Drake · 21 years ago
  76. 77e0212 Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the by Brett Cannon · 21 years ago
  77. 3f7a948 **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 21 years ago
  78. 60e868a - reorganize sections by Fred Drake · 21 years ago
  79. 5b52717 add missing dependency by Fred Drake · 21 years ago
  80. 9981213 SF bug 799191: fix markup by Raymond Hettinger · 21 years ago
  81. 1c90a67 SF bug 799367: grammar error by Raymond Hettinger · 21 years ago
  82. 951976d SF bug #801486: Markup error. by Raymond Hettinger · 21 years ago
  83. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  84. c8b08b4 add a note about how \ulink should be different than it actually is by Fred Drake · 21 years ago
  85. 38f6b88 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 21 years ago
  86. c0678ff - create a hyperlink for a section reference (also more robust in the by Fred Drake · 21 years ago
  87. f355213 avoid spurious vertical whitespace preceeding heading which are marked by Fred Drake · 21 years ago
  88. 74530ff markup updates by Fred Drake · 21 years ago
  89. 1b1ca0c normalize whitespace; detabify by Fred Drake · 21 years ago
  90. 41aa018 fix some nuissance formatting problems for the "alltt" environment; by Fred Drake · 21 years ago
  91. d37154f normalize whitespace by Fred Drake · 21 years ago
  92. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 21 years ago
  93. a1a1dba add index entry by Fred Drake · 21 years ago
  94. 6a002ca fix minor markup nits by Fred Drake · 21 years ago
  95. 911e571 add a relevant "see also" link by Fred Drake · 21 years ago
  96. 929d959 make the padding inside a "See also" box more consistent around the sides by Fred Drake · 21 years ago
  97. b24e84c clean up some markup by Fred Drake · 21 years ago
  98. 7a55642 normalize whitespace by Fred Drake · 21 years ago
  99. 0739c44 Suppress more online-only navigation in the printed HTML. by Fred Drake · 21 years ago
  100. ecbfceb make sure cells are really generated for all table cells, even those by Fred Drake · 21 years ago