1. bdf3b50 SF patch 773476: NameError when there are no prefixes. by Jeremy Hylton · 21 years ago
  2. a920a88 up the b/w compatibility requirement to 2.2 by Just van Rossum · 21 years ago
  3. 969a700 Make sure mimetypes is reinitialized before running the tests. by Jeremy Hylton · 21 years ago
  4. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 21 years ago
  5. 95be8bd Add introductory paragraphs by Andrew M. Kuchling · 21 years ago
  6. 6e73f9e Add a few more items by Andrew M. Kuchling · 21 years ago
  7. 8744f12 Complete the rewrite pass; add a few more items; bump version number to 0.90; remove comment about draft status by Andrew M. Kuchling · 21 years ago
  8. 8aca417 The rest of the news. by Jeremy Hylton · 21 years ago
  9. ed86003 SF patch 764470 by Jeremy Hylton · 21 years ago
  10. fa2d0eb Update version label by Jeremy Hylton · 21 years ago
  11. ca9e21c Partial progress on NEWS. by Jeremy Hylton · 21 years ago
  12. dabc37c SF bug 770601. by Jeremy Hylton · 21 years ago
  13. fb509a3 Get socketmodule compiling on IRIX 6.5.10. by Jeremy Hylton · 21 years ago
  14. 7f7e137 fix for bug 773020 - splitting PATH should use os.pathsep by Skip Montanaro · 21 years ago
  15. bd9f520 Reflow long line. by Jeremy Hylton · 21 years ago
  16. afd43b5 Remove inaccurate (and it turns out, entirely superfluous) declarations of by Michael W. Hudson · 21 years ago
  17. 7a6b4f0 more markup chages by Fred Drake · 21 years ago
  18. 032fffe Remove unused variable. by Jeremy Hylton · 21 years ago
  19. 0106e1d Include the GNU info format in the edist target since we're now by Fred Drake · 21 years ago
  20. 8836e56 - remove mention of the isprivate flag, since that isn't directly by Fred Drake · 21 years ago
  21. 2d4e988 back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests by Just van Rossum · 21 years ago
  22. 29dfcd1 Bump the release number to 2.3c1. by Tim Peters · 21 years ago
  23. 943277e Minor corrections. by Raymond Hettinger · 21 years ago
  24. e9a92aa Patch from John Anderson to enable VC 7.1 support. by Jeremy Hylton · 21 years ago
  25. de7cdb2 - put the GNU info packages in the same place as everything else by Fred Drake · 21 years ago
  26. e5f15ff - update the list of documents for which GNU info is built by Fred Drake · 21 years ago
  27. 7262ca8 Bump version numbers. by Fred Drake · 21 years ago
  28. ea690c4 - improve the description of how user-defined method by Fred Drake · 21 years ago
  29. 38d7c1b Note that Unicode strings are now supported in sys.path. SF patch #764594. by Fred Drake · 21 years ago
  30. e8e241b Make the howto document class work properly with the pypaper.sty by Fred Drake · 21 years ago
  31. af4c505 Remove code that tried to warn about shadowing builtin names after a by Neil Schemenauer · 21 years ago
  32. 7555294 Remove code that tried to warn about shadowing builtin names after a by Neil Schemenauer · 21 years ago
  33. bfa6872 Zap the C API subsection altogether for now. It's not actually usable from by Skip Montanaro · 21 years ago
  34. aa9b39f Mention list.index; more small textual changes by Andrew M. Kuchling · 21 years ago
  35. c760c6c Add reminder list of things to document; mention sys.getcheckinterval() and socket.timeout exception by Andrew M. Kuchling · 21 years ago
  36. 6c733d3 Add mmap bugfix; typo and grammar fixes by Andrew M. Kuchling · 21 years ago
  37. 2491cd9 expose the C API subsection which was hidden from LaTeX in a comment. In by Skip Montanaro · 21 years ago
  38. 4d6e8fe Clarify the lack of relationship between rich comparison operators. by Raymond Hettinger · 21 years ago
  39. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 21 years ago
  40. 853276e Lots of markup cleanups to avoid warnings from the GNU info generation; by Fred Drake · 21 years ago
  41. 788617f Remove \versionchanged; the text was too complex for the GNU info by Fred Drake · 21 years ago
  42. f75d9fc Remove stray comments. by Jeremy Hylton · 21 years ago
  43. 1c7a0ea Remove unnecessary check in tests for slots allowed. by Jeremy Hylton · 21 years ago
  44. 2cd7731 Minor text changes; update bug/patch count (quite a jump!) by Andrew M. Kuchling · 21 years ago
  45. bd5fdd9 Make it easier to figure out the where a menuselection starts and ends by Fred Drake · 21 years ago
  46. a66b6c1 Cygwin instructions: by Fred Drake · 21 years ago
  47. bac1ea9 More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  48. d24c767 A variety of markup-level adjustments. by Fred Drake · 21 years ago
  49. 46f681c Discussion of signatures for unicode.translate() and str.translate() by Raymond Hettinger · 21 years ago
  50. 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 21 years ago
  51. 83325e9 Fix faulty doctests. There is no results attribute. by Raymond Hettinger · 21 years ago
  52. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 21 years ago
  53. 6c85bcb - update some comments by Fred Drake · 21 years ago
  54. fa00f91 Pass along the selected "What's New" document to the make file for the by Fred Drake · 21 years ago
  55. 15b3dba Adjust description of the internationalized domain name encoding to by Fred Drake · 21 years ago
  56. bb4a47c Prevent failure on the mac, where "mbcs" is not the file system by Mark Hammond · 21 years ago
  57. 0bb242b Map \envvar to the TeXinfo equivalent, @env. by Fred Drake · 21 years ago
  58. 8500263 Simple support for the alltt environment. by Fred Drake · 21 years ago
  59. 3605ae5 In the description of enumerate(), the indexing operators should not by Fred Drake · 21 years ago
  60. 7769bb9 Teach this script about \AA and \aa (the Scandanavian A-ring by Fred Drake · 21 years ago
  61. cca9122 Update to reflect the current status of the configuration system. by Kurt B. Kaiser · 21 years ago
  62. 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 21 years ago
  63. 5f4e8ca Correct previous patch looking for warnings module: sys.modules, not by Mark Hammond · 21 years ago
  64. b233e54 Nits. by Raymond Hettinger · 21 years ago
  65. edd0773 Fix [ 771097 ] frozen programs fail due to implicit import of "warnings". by Mark Hammond · 21 years ago
  66. d51ce7d Indexing is a mess; try to get the link targets closer to the relevant by Fred Drake · 21 years ago
  67. 4e72e05 process_commands_wrap_deferred: by Fred Drake · 21 years ago
  68. b3be52e Try to clean up some indexing relevant to the import statement. by Fred Drake · 21 years ago
  69. 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 21 years ago
  70. 158af58 Fixed test and converted to unittest format. by Raymond Hettinger · 21 years ago
  71. e37b4ed Discuss calling new-style types. Closes SF bug #453683. by Fred Drake · 21 years ago
  72. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 21 years ago
  73. 1955fcf SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 21 years ago
  74. 35c38ea heck environment closed status before closing a cursors. Fixes #763928. by Martin v. Löwis · 21 years ago
  75. f393fc6 Add various test cases from SF patch 543867. by Walter Dörwald · 21 years ago
  76. 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
  77. c171172 Make the prefix 7 spaces long, so the lines are properly aligned. by Walter Dörwald · 21 years ago
  78. fe89cc1 Remove proxy_print(), since that caused an inconsistency between by Fred Drake · 21 years ago
  79. f425b1e stylistic nits: - wrap some long lines - shorten others - fix indentation by Fred Drake · 21 years ago
  80. d9cf8e7 Markup consistency nits. by Fred Drake · 21 years ago
  81. 9753ae1 Added missing markup. by Fred Drake · 21 years ago
  82. 708c2a8 Fix unbalanced parenthesis in text. by Raymond Hettinger · 21 years ago
  83. 0e53d23 Fix missing parenthesis by Raymond Hettinger · 21 years ago
  84. 7233117 update norobots link by Skip Montanaro · 21 years ago
  85. 6d06815 Give dumbdbm a sync() method which Shelve can call. Should solve some by Skip Montanaro · 21 years ago
  86. a2d3d93 + libdumdbm by Skip Montanaro · 21 years ago
  87. 0f59b54 + libdumbdbm by Skip Montanaro · 21 years ago
  88. d54c5dd minimal dumdbm module doc by Skip Montanaro · 21 years ago
  89. 9bb3386 SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition by Raymond Hettinger · 21 years ago
  90. 1d7a348 SF patch #770521: make itertools type declarations static by Raymond Hettinger · 21 years ago
  91. 92f200b SF bug #770601: CGIHTTPServer and environment variables (bug + solution) by Raymond Hettinger · 21 years ago
  92. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 21 years ago
  93. 4a4296e SF patch #765238: fix fnmatch.__all__ (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  94. ae5c37b delete unused local variable (pychecker caught) by Skip Montanaro · 21 years ago
  95. 4ee893f More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  96. f9ce67d Initialize thread_id to 0 in unthreaded build. Fixes #770247. by Martin v. Löwis · 21 years ago
  97. 61bfb73 SF bug #769142: CallTip trimming may loop forever. by Raymond Hettinger · 21 years ago
  98. 6702d8a Patch #770245: Pass LDFLAGS to pgen creation. by Martin v. Löwis · 21 years ago
  99. f332228 Treat irix64 like irix. Fixes #764560. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  100. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 21 years ago