1. 9cc4fcd Package Mnager error dialogs could refer to hidden packages, which was by Jack Jansen · 21 years ago
  2. b68947e 2.4a0 Package Manager shouldn't attempt to use the 2.3 database. by Jack Jansen · 21 years ago
  3. a775dd1 the "idle" script has moved from Lib/idlelib to Tools/scripts. by Jack Jansen · 21 years ago
  4. ccabed3 Patch #849350: Update to document bool return values. Backported to 2.3. by Martin v. Löwis · 21 years ago
  5. 94681fc Patch #849595: Add socket.shutdown() constants. by Martin v. Löwis · 21 years ago
  6. 04bf724 - clean up generated HTML - make the output more XHTML friendly by Fred Drake · 21 years ago
  7. 2ce1d47 Fix typo and mark-up; shorten text by Andrew M. Kuchling · 21 years ago
  8. 6708756 Fix typos by Andrew M. Kuchling · 21 years ago
  9. d446230 Nits from a review of the documentation update. by Raymond Hettinger · 21 years ago
  10. 7245265 Add version changed doc for addition of fillchar to ljust/rjust/center by Neal Norwitz · 21 years ago
  11. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  12. bd93b3e As discussed on python-dev, banish apply(), buffer(), coerce(), and by Raymond Hettinger · 21 years ago
  13. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  14. 3972457 make the generated HTML more XHTML friendly by Fred Drake · 21 years ago
  15. 188e25f Fix a typo introduced at 1.21 by Kurt B. Kaiser · 21 years ago
  16. a38123e Factor out more duplicate code. by Raymond Hettinger · 21 years ago
  17. 7e0282f Note the addition of set() and frozenset(). by Raymond Hettinger · 21 years ago
  18. 2303b1c Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  19. 5f4e45d Stop GCC warning about int literal that's so long that it becomes an by Guido van Rossum · 21 years ago
  20. 0bba722 Silence GCC warning when asserts are turned off. by Guido van Rossum · 21 years ago
  21. c714d45 Update NEWS.txt to include some items missed earlier. Update the by Kurt B. Kaiser · 21 years ago
  22. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  23. ceca5d2 test_guess_all_types(): Use a more robust test for checking that by Barry Warsaw · 21 years ago
  24. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 21 years ago
  25. baf0f8f - When method objects have an attribute that can be satisfied either by Guido van Rossum · 21 years ago
  26. bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 21 years ago
  27. 5a5b243 More words: gave more motivation, and added cautions about the special by Tim Peters · 21 years ago
  28. 65367ca Add a missing import. Closes SF # 816344. by Barry Warsaw · 21 years ago
  29. 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 21 years ago
  30. 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 21 years ago
  31. 82d73dd Three minor performance improvements: by Raymond Hettinger · 21 years ago
  32. dff9dbd Add two items by Andrew M. Kuchling · 21 years ago
  33. 944a6c3 test_applesingle is an expected skip almost anywhere. by Guido van Rossum · 21 years ago
  34. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  35. 901dc98 test_applesingle is an expected skip on Win32 by Raymond Hettinger · 21 years ago
  36. c09857a Added some help to OSX/Dist/README.txt, plus all the information by Jack Jansen · 21 years ago
  37. 4df3068 Fix typo fix. by Walter Dörwald · 21 years ago
  38. 6402357 Talk about old code: removed a reference to THINK_C. by Jack Jansen · 21 years ago
  39. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
  40. 3305d24 Got rid of macglue.h, moved the little bit that remains relevant by Jack Jansen · 21 years ago
  41. 8d902ab No longer used. by Jack Jansen · 21 years ago
  42. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  43. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  44. bc2fbc7 Getting rid of one more TARGET_API_MAC_OSX. by Jack Jansen · 21 years ago
  45. af7dc8d Patch #831747: Add skip_accept_encoding parameter to putrequest. by Martin v. Löwis · 21 years ago
  46. a53f4eb Getting rid of code conditional on TARGET_API_MAC_*. by Jack Jansen · 21 years ago
  47. 9588770 PyDoc_STR is always defined nowadays (and has been for quite some time:-) by Jack Jansen · 21 years ago
  48. e48cef7 Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: MacOS9isms. by Jack Jansen · 21 years ago
  49. 10d176f Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed later. by Jack Jansen · 21 years ago
  50. 70b9f49 Remove deprecation of sets.Set.update(). by Raymond Hettinger · 21 years ago
  51. 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 21 years ago
  52. f387e2d Gone: all this functionality is now in the Carbon.File and Folder modules. by Jack Jansen · 21 years ago
  53. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  54. 6196322 MacOS9 support is gone. by Jack Jansen · 21 years ago
  55. d338b6e Removing the obvious OS9-only documents§ by Jack Jansen · 21 years ago
  56. 28ecf70 Getting rid of support for MacOS9 and earlier. This is the first step, by Jack Jansen · 21 years ago
  57. 6045b9c Temporary fix for buildon on both Panther and Jaguar. by Jack Jansen · 21 years ago
  58. 652b28c Moved various files over from the release23-maint branch. by Jack Jansen · 21 years ago
  59. 42f3b9a Upped version by Jack Jansen · 21 years ago
  60. e410723 Upped version numbers, and converted to UTF-16. by Jack Jansen · 21 years ago
  61. 2586aa8 Upped. by Jack Jansen · 21 years ago
  62. 9feabbd This file is utf-16, not utf-8 (or ascii). by Jack Jansen · 21 years ago
  63. d48364e Forward port of various fixes that were initially only done on the by Jack Jansen · 21 years ago
  64. 6bf3127 Ported from 23maint branch: add icons to BuildApplet. by Jack Jansen · 21 years ago
  65. fb4d0e0 Fix typos. by Walter Dörwald · 21 years ago
  66. c86c9de Added a site by Jack Jansen · 21 years ago
  67. 47e8f16 Upped version by Jack Jansen · 21 years ago
  68. 924f616 - After an exception, run.py was not setting the exception vector. Noam by Kurt B. Kaiser · 21 years ago
  69. b03136a __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 21 years ago
  70. f8d3bcc Generator's constructor: The documentation was incorrect regarding how by Barry Warsaw · 21 years ago
  71. 3997f58 Modified version by Bob Ippolito. It passes the just-added test_applesingle by Jack Jansen · 21 years ago
  72. 5949854 Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a by Just van Rossum · 21 years ago
  73. 4e6b3c5 Fix for [ 782686 ]: new files used \r as the default line separator by Just van Rossum · 21 years ago
  74. c0b2b72 Test the applesingle decoder. by Jack Jansen · 21 years ago
  75. c19c5a6 Patch #836434: Use dlopen/dlsym on AIX if available. Also disable by Martin v. Löwis · 21 years ago
  76. e3be860 Patch #841807: Check whether a versioned libpython.so symlink is needed by Martin v. Löwis · 21 years ago
  77. 8bafb2a Patch #843088: Fix typos. Backported to 2.3. by Martin v. Löwis · 21 years ago
  78. 6caea37 Patch #794400: Let PYTHONSTARTUP influence the compiler flags. by Martin v. Löwis · 21 years ago
  79. b61982b Implement straightforward suggestions from gcc warnings (remove unused by Guido van Rossum · 21 years ago
  80. 65674b8 Documentation for set objects. by Raymond Hettinger · 21 years ago
  81. 1b92fd5 Use PySequence_Contains() instead of direct access macro. by Raymond Hettinger · 21 years ago
  82. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
  83. e2c277a Fix output spacing typo by Raymond Hettinger · 21 years ago
  84. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  85. d456849 Fix typo by Raymond Hettinger · 21 years ago
  86. 6dab052 Change ValueErrors to TypeErrors and add PyList_Check() assertions. by Raymond Hettinger · 21 years ago
  87. 236a244 Verify heappop argument is a list. by Raymond Hettinger · 21 years ago
  88. cf0005b Mention patch #841977: modulefinder didn't find extension modules in packages by Thomas Heller · 21 years ago
  89. aaf1c8d SF #841977 - modulefinder fails to find extension modules in packages by Thomas Heller · 21 years ago
  90. 780c497 update_refs(): assert that incoming refcounts aren't 0. The comment by Tim Peters · 21 years ago
  91. 0bd743c subtype_dealloc(): Simplified overly contorted retracking logic. With by Tim Peters · 21 years ago
  92. f7f9e99 subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 21 years ago
  93. 981a918 Various edits by Andrew M. Kuchling · 21 years ago
  94. b845ef0 remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time by Gregory P. Smith · 21 years ago
  95. d4e48b7 Patch #839877: Remove unused lambda expression. by Martin v. Löwis · 21 years ago
  96. f56d015 Patch #804543: strdup saved locales. Backported to 2.3. by Martin v. Löwis · 21 years ago
  97. add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 21 years ago
  98. 045f1de pyexpat stopped building on Windows -- whining about the lack of a by Tim Peters · 21 years ago
  99. 7d1dd04 Fix typo by Raymond Hettinger · 21 years ago
  100. bc3cba2 Explain the advantages of reversed. by Raymond Hettinger · 21 years ago