1. 1c7a0ea Remove unnecessary check in tests for slots allowed. by Jeremy Hylton · 21 years ago
  2. 2cd7731 Minor text changes; update bug/patch count (quite a jump!) by Andrew M. Kuchling · 21 years ago
  3. bd5fdd9 Make it easier to figure out the where a menuselection starts and ends by Fred Drake · 21 years ago
  4. a66b6c1 Cygwin instructions: by Fred Drake · 21 years ago
  5. bac1ea9 More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  6. d24c767 A variety of markup-level adjustments. by Fred Drake · 21 years ago
  7. 46f681c Discussion of signatures for unicode.translate() and str.translate() by Raymond Hettinger · 21 years ago
  8. 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 21 years ago
  9. 83325e9 Fix faulty doctests. There is no results attribute. by Raymond Hettinger · 21 years ago
  10. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 21 years ago
  11. 6c85bcb - update some comments by Fred Drake · 21 years ago
  12. fa00f91 Pass along the selected "What's New" document to the make file for the by Fred Drake · 21 years ago
  13. 15b3dba Adjust description of the internationalized domain name encoding to by Fred Drake · 21 years ago
  14. bb4a47c Prevent failure on the mac, where "mbcs" is not the file system by Mark Hammond · 21 years ago
  15. 0bb242b Map \envvar to the TeXinfo equivalent, @env. by Fred Drake · 21 years ago
  16. 8500263 Simple support for the alltt environment. by Fred Drake · 21 years ago
  17. 3605ae5 In the description of enumerate(), the indexing operators should not by Fred Drake · 21 years ago
  18. 7769bb9 Teach this script about \AA and \aa (the Scandanavian A-ring by Fred Drake · 21 years ago
  19. cca9122 Update to reflect the current status of the configuration system. by Kurt B. Kaiser · 21 years ago
  20. 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 21 years ago
  21. 5f4e8ca Correct previous patch looking for warnings module: sys.modules, not by Mark Hammond · 21 years ago
  22. b233e54 Nits. by Raymond Hettinger · 21 years ago
  23. edd0773 Fix [ 771097 ] frozen programs fail due to implicit import of "warnings". by Mark Hammond · 21 years ago
  24. d51ce7d Indexing is a mess; try to get the link targets closer to the relevant by Fred Drake · 21 years ago
  25. 4e72e05 process_commands_wrap_deferred: by Fred Drake · 21 years ago
  26. b3be52e Try to clean up some indexing relevant to the import statement. by Fred Drake · 21 years ago
  27. 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 21 years ago
  28. 158af58 Fixed test and converted to unittest format. by Raymond Hettinger · 21 years ago
  29. e37b4ed Discuss calling new-style types. Closes SF bug #453683. by Fred Drake · 21 years ago
  30. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 21 years ago
  31. 1955fcf SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 21 years ago
  32. 35c38ea heck environment closed status before closing a cursors. Fixes #763928. by Martin v. Löwis · 21 years ago
  33. f393fc6 Add various test cases from SF patch 543867. by Walter Dörwald · 21 years ago
  34. a301667 [Patch #708374] Only apply the check for file size if the file is a regular file, not a character or block device. by Andrew M. Kuchling · 21 years ago
  35. c171172 Make the prefix 7 spaces long, so the lines are properly aligned. by Walter Dörwald · 21 years ago
  36. fe89cc1 Remove proxy_print(), since that caused an inconsistency between by Fred Drake · 21 years ago
  37. f425b1e stylistic nits: - wrap some long lines - shorten others - fix indentation by Fred Drake · 21 years ago
  38. d9cf8e7 Markup consistency nits. by Fred Drake · 21 years ago
  39. 9753ae1 Added missing markup. by Fred Drake · 21 years ago
  40. 708c2a8 Fix unbalanced parenthesis in text. by Raymond Hettinger · 21 years ago
  41. 0e53d23 Fix missing parenthesis by Raymond Hettinger · 21 years ago
  42. 7233117 update norobots link by Skip Montanaro · 21 years ago
  43. 6d06815 Give dumbdbm a sync() method which Shelve can call. Should solve some by Skip Montanaro · 21 years ago
  44. a2d3d93 + libdumdbm by Skip Montanaro · 21 years ago
  45. 0f59b54 + libdumbdbm by Skip Montanaro · 21 years ago
  46. d54c5dd minimal dumdbm module doc by Skip Montanaro · 21 years ago
  47. 9bb3386 SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition by Raymond Hettinger · 21 years ago
  48. 1d7a348 SF patch #770521: make itertools type declarations static by Raymond Hettinger · 21 years ago
  49. 92f200b SF bug #770601: CGIHTTPServer and environment variables (bug + solution) by Raymond Hettinger · 21 years ago
  50. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 21 years ago
  51. 4a4296e SF patch #765238: fix fnmatch.__all__ (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  52. ae5c37b delete unused local variable (pychecker caught) by Skip Montanaro · 21 years ago
  53. 4ee893f More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  54. f9ce67d Initialize thread_id to 0 in unthreaded build. Fixes #770247. by Martin v. Löwis · 21 years ago
  55. 61bfb73 SF bug #769142: CallTip trimming may loop forever. by Raymond Hettinger · 21 years ago
  56. 6702d8a Patch #770245: Pass LDFLAGS to pgen creation. by Martin v. Löwis · 21 years ago
  57. f332228 Treat irix64 like irix. Fixes #764560. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  58. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 21 years ago
  59. dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 21 years ago
  60. 0320464 Repaired typos in comments. by Tim Peters · 21 years ago
  61. d7472ec Fixed critical shutdown race in _Database._commit. by Tim Peters · 21 years ago
  62. 5c5fca9 SF bug #706546: u''.translate not documented by Raymond Hettinger · 21 years ago
  63. 1d8d729 More comments about why not closing a dumddbm properly can be a disaster. by Tim Peters · 21 years ago
  64. 4a6302b SF 748201: time.strptime() should display format and date on error by Raymond Hettinger · 21 years ago
  65. 6272737 SF bug #770107: Typo in documentation of resource module by Raymond Hettinger · 21 years ago
  66. ca60cac Update for new module and new builtin. by Raymond Hettinger · 21 years ago
  67. 3898a70 _commit(): Modernization. by Tim Peters · 21 years ago
  68. 7dfd570 There's a persistent rumor on the spambayes mailing list that dumbdbm by Tim Peters · 21 years ago
  69. 541342f Patch #764470: Fix marshalling of faults. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  70. 162f081 Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  71. a685f52 Fix missing parenthesis by Raymond Hettinger · 21 years ago
  72. 6122d02 SF patch #726751: Clarify docs for except target assignment by Raymond Hettinger · 21 years ago
  73. cc39a13 Expose the 'master' instance mentioned in the docs. by Raymond Hettinger · 21 years ago
  74. 92f21b1 Document Jim Fulton's docttest extensions. by Raymond Hettinger · 21 years ago
  75. b6d2f3e Don't include slash in search string; it's OS-specific. by Jeremy Hylton · 21 years ago
  76. fff093f The Unpickler forget about its find_class attribute. by Jeremy Hylton · 21 years ago
  77. fa6cce1 Minor fixups and added sections for iterators and generators. by Raymond Hettinger · 21 years ago
  78. 6d3e018 Add whitespace. by Jeremy Hylton · 21 years ago
  79. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 21 years ago
  80. 1e5fc55 - fix typo by Fred Drake · 21 years ago
  81. a1e93e8 patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbm by Andrew MacIntyre · 21 years ago
  82. c4bf893 [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSX by Just van Rossum · 21 years ago
  83. ef6573e __setitem__: Use integer division for computing # of blocks. by Tim Peters · 21 years ago
  84. 663d1b6 Added a new randomized test. by Tim Peters · 21 years ago
  85. e7f343d normalize whitespace by Fred Drake · 21 years ago
  86. 192b95b update the reference to the Apple Publications Style Guide by Fred Drake · 21 years ago
  87. 9de3c21 SF #767592: unittest docs don't suggest "unittest.main()" by Raymond Hettinger · 21 years ago
  88. d8d39a0 avoid testing for -Kthread or -pthread if the default build environment by Skip Montanaro · 21 years ago
  89. 7adcfad fix stupid typo by Fred Drake · 21 years ago
  90. d02d305 SF Patch 763681 "Support IDLE Edit of .py/.pyw from idlelib" by Kurt B. Kaiser · 21 years ago
  91. 8ccf4d7 Missing markup. by Raymond Hettinger · 21 years ago
  92. ed8bfce Fixed a bug that's been there from the beginning but wasn't noticed by Just van Rossum · 21 years ago
  93. 87316ec don't optimize empty strings by Just van Rossum · 21 years ago
  94. aefae55 Fix wrong header name. The framework looks for auth_header. by Jeremy Hylton · 21 years ago
  95. b0f5e5a update OS/2 EMX port notes by Andrew MacIntyre · 21 years ago
  96. 71d74e8 Extend the pwd & grp emulations to support accessing the pwd/grp by Andrew MacIntyre · 21 years ago
  97. 28df64a patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similar by Andrew MacIntyre · 21 years ago
  98. 931237e SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) by Raymond Hettinger · 21 years ago
  99. a4d2b86 Add versionadded. Remove duplicate "to" by Neal Norwitz · 21 years ago
  100. ad30fa0 fix to work on python <= 2.1 by Gregory P. Smith · 21 years ago