1. 6d06815 Give dumbdbm a sync() method which Shelve can call. Should solve some by Skip Montanaro · 21 years ago
  2. a2d3d93 + libdumdbm by Skip Montanaro · 21 years ago
  3. 0f59b54 + libdumbdbm by Skip Montanaro · 21 years ago
  4. d54c5dd minimal dumdbm module doc by Skip Montanaro · 21 years ago
  5. 9bb3386 SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition by Raymond Hettinger · 21 years ago
  6. 1d7a348 SF patch #770521: make itertools type declarations static by Raymond Hettinger · 21 years ago
  7. 92f200b SF bug #770601: CGIHTTPServer and environment variables (bug + solution) by Raymond Hettinger · 21 years ago
  8. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 21 years ago
  9. 4a4296e SF patch #765238: fix fnmatch.__all__ (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  10. ae5c37b delete unused local variable (pychecker caught) by Skip Montanaro · 21 years ago
  11. 4ee893f More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  12. f9ce67d Initialize thread_id to 0 in unthreaded build. Fixes #770247. by Martin v. Löwis · 21 years ago
  13. 61bfb73 SF bug #769142: CallTip trimming may loop forever. by Raymond Hettinger · 21 years ago
  14. 6702d8a Patch #770245: Pass LDFLAGS to pgen creation. by Martin v. Löwis · 21 years ago
  15. f332228 Treat irix64 like irix. Fixes #764560. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  16. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 21 years ago
  17. dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 21 years ago
  18. 0320464 Repaired typos in comments. by Tim Peters · 21 years ago
  19. d7472ec Fixed critical shutdown race in _Database._commit. by Tim Peters · 21 years ago
  20. 5c5fca9 SF bug #706546: u''.translate not documented by Raymond Hettinger · 21 years ago
  21. 1d8d729 More comments about why not closing a dumddbm properly can be a disaster. by Tim Peters · 21 years ago
  22. 4a6302b SF 748201: time.strptime() should display format and date on error by Raymond Hettinger · 21 years ago
  23. 6272737 SF bug #770107: Typo in documentation of resource module by Raymond Hettinger · 21 years ago
  24. ca60cac Update for new module and new builtin. by Raymond Hettinger · 21 years ago
  25. 3898a70 _commit(): Modernization. by Tim Peters · 21 years ago
  26. 7dfd570 There's a persistent rumor on the spambayes mailing list that dumbdbm by Tim Peters · 21 years ago
  27. 541342f Patch #764470: Fix marshalling of faults. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  28. 162f081 Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  29. a685f52 Fix missing parenthesis by Raymond Hettinger · 21 years ago
  30. 6122d02 SF patch #726751: Clarify docs for except target assignment by Raymond Hettinger · 21 years ago
  31. cc39a13 Expose the 'master' instance mentioned in the docs. by Raymond Hettinger · 21 years ago
  32. 92f21b1 Document Jim Fulton's docttest extensions. by Raymond Hettinger · 21 years ago
  33. b6d2f3e Don't include slash in search string; it's OS-specific. by Jeremy Hylton · 21 years ago
  34. fff093f The Unpickler forget about its find_class attribute. by Jeremy Hylton · 21 years ago
  35. fa6cce1 Minor fixups and added sections for iterators and generators. by Raymond Hettinger · 21 years ago
  36. 6d3e018 Add whitespace. by Jeremy Hylton · 21 years ago
  37. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 21 years ago
  38. 1e5fc55 - fix typo by Fred Drake · 21 years ago
  39. a1e93e8 patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbm by Andrew MacIntyre · 21 years ago
  40. c4bf893 [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSX by Just van Rossum · 21 years ago
  41. ef6573e __setitem__: Use integer division for computing # of blocks. by Tim Peters · 21 years ago
  42. 663d1b6 Added a new randomized test. by Tim Peters · 21 years ago
  43. e7f343d normalize whitespace by Fred Drake · 21 years ago
  44. 192b95b update the reference to the Apple Publications Style Guide by Fred Drake · 21 years ago
  45. 9de3c21 SF #767592: unittest docs don't suggest "unittest.main()" by Raymond Hettinger · 21 years ago
  46. d8d39a0 avoid testing for -Kthread or -pthread if the default build environment by Skip Montanaro · 21 years ago
  47. 7adcfad fix stupid typo by Fred Drake · 21 years ago
  48. d02d305 SF Patch 763681 "Support IDLE Edit of .py/.pyw from idlelib" by Kurt B. Kaiser · 21 years ago
  49. 8ccf4d7 Missing markup. by Raymond Hettinger · 21 years ago
  50. ed8bfce Fixed a bug that's been there from the beginning but wasn't noticed by Just van Rossum · 21 years ago
  51. 87316ec don't optimize empty strings by Just van Rossum · 21 years ago
  52. aefae55 Fix wrong header name. The framework looks for auth_header. by Jeremy Hylton · 21 years ago
  53. b0f5e5a update OS/2 EMX port notes by Andrew MacIntyre · 21 years ago
  54. 71d74e8 Extend the pwd & grp emulations to support accessing the pwd/grp by Andrew MacIntyre · 21 years ago
  55. 28df64a patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similar by Andrew MacIntyre · 21 years ago
  56. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 21 years ago
  57. a4d2b86 Add versionadded. Remove duplicate "to" by Neal Norwitz · 21 years ago
  58. ad30fa0 fix to work on python <= 2.1 by Gregory P. Smith · 21 years ago
  59. df35bee bugfix: proper import bsddb exists below by Gregory P. Smith · 21 years ago
  60. 14350ab Fix [ 766669 ] Consistent GPF on exit by Mark Hammond · 21 years ago
  61. 455d46f bsddb 4.1.6: by Gregory P. Smith · 21 years ago
  62. bea57c6 SF Bug 767794 "Break or continue outside loop causes crash" by Kurt B. Kaiser · 21 years ago
  63. bd2de3a typo by Skip Montanaro · 21 years ago
  64. e6f7f9a I "cvs admin -kb"'ed these files to close a bug report. Now they need by Tim Peters · 21 years ago
  65. 39c3bdc Adding "use warnings" to .../Doc/perl/python.perl raises by Kurt B. Kaiser · 21 years ago
  66. 0b1782f Document interrupt_main() by Kurt B. Kaiser · 21 years ago
  67. dd3afa7 add missing ' by Neal Norwitz · 21 years ago
  68. 7898ccd Improve compatibility with more versions of LaTeX2HTML and more LaTeX by Fred Drake · 21 years ago
  69. 9a5b6a6 - clean up table markup for readability by Fred Drake · 21 years ago
  70. 8120995 Update Tkinter3000 notes based on text from Fredrik Lundh. by Fred Drake · 21 years ago
  71. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 21 years ago
  72. a6b7d34 Fixed a table that wasn't in a tableii block, and added a very simple by Anthony Baxter · 21 years ago
  73. b5aa407 Use Boolean values for the capturestderr flag. by Fred Drake · 21 years ago
  74. 70fedcd Use -fno-strict-aliasing if available. Fixes #766696. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  75. dfda8d7 - explain about making Python scripts executable on Unix in more by Fred Drake · 21 years ago
  76. 84261d2 Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't by Gregory P. Smith · 21 years ago
  77. 8851c62 removed trailing tabs in several places, including after the final newline by Fred Drake · 21 years ago
  78. b93b3e7 Error noted in email to python-docs: PyObject corresponds to by Fred Drake · 21 years ago
  79. 5ec7968 This file was moved to Lib/. by Jeremy Hylton · 21 years ago
  80. d7ce86d Patch from Zooko to remove an experimental feature. by Jeremy Hylton · 21 years ago
  81. 7cb229d add versionadded for getcheckinterval by Neal Norwitz · 21 years ago
  82. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
  83. d6640d4 Include grp.h in setgroups test. Fixes #765822. by Martin v. Löwis · 21 years ago
  84. b25229d Fix SF bug #766288, property() example gives syntax error by Neal Norwitz · 21 years ago
  85. be56aae #765903: by Just van Rossum · 21 years ago
  86. dd614fd Fixed lots of minor issues found by Edward Moy: incorrect version by Jack Jansen · 21 years ago
  87. 66b8483 Fixed two bugs in MacOSX framework handling spotted by Edward Moy: by Jack Jansen · 21 years ago
  88. 276b290 Added missing newline at end of file. by Jack Jansen · 21 years ago
  89. 078afc8 Files used for 2.3b2 macpython binary distribution. by Jack Jansen · 21 years ago
  90. bbaa083 If a --python option is used to specify the Python to use in the #! by Jack Jansen · 21 years ago
  91. 2e7e7df An Anonymous Coward on c.l.py posted a little program with bizarre by Tim Peters · 21 years ago
  92. 75132e8 Moved two sentences around to make them clearer. by Jack Jansen · 21 years ago
  93. cde2200 Fixes bug of timezone value being left as -1 when ``time.tzname[0] == by Brett Cannon · 21 years ago
  94. ebab26a Skip noticed that the document talks about "setting PythonLauncher as the by Jack Jansen · 21 years ago
  95. 42fbc69 Tooltip for tab/space consistency check was the wrong way around. Spotted by Jack Jansen · 21 years ago
  96. eec26f9 Correct documentation of check interval - it's 100 by default, not 10 any by Skip Montanaro · 21 years ago
  97. 7490250 Addendum to #764548: restore 2.1 compatibility. by Just van Rossum · 21 years ago
  98. 12723ba Fix and test for bug #764548: by Just van Rossum · 21 years ago
  99. 5e4e39f Note that csv files (when they are actual files) must be opened in 'b'inary by Skip Montanaro · 21 years ago
  100. 774816f SF bug #764616: execfile(filename,...) not execfile(file,...) by Raymond Hettinger · 21 years ago