1. d680a86 Bug #643631: MacOS 9 details missing from inst.tex by Andrew M. Kuchling · 22 years ago
  2. c0d3f4e Rephrase dict.fromkeys() news. by Guido van Rossum · 22 years ago
  3. caf17be I had the inheritance cycle stuff backwards. Oops! by Michael W. Hudson · 22 years ago
  4. e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
  5. e4827eb Bring UserDict in-sync with changes to dict. by Raymond Hettinger · 22 years ago
  6. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  7. e9cfcef Clarify the interpretation of the __getstate__() return value for by Fred Drake · 22 years ago
  8. a01fa26 The MRO conflict error message depends on dictionary hash order. by Guido van Rossum · 22 years ago
  9. 4add68b Add missing dependency information for the "What's New" document. by Fred Drake · 22 years ago
  10. 4ec2e70 Avoid including tclInt.h. by Martin v. Löwis · 22 years ago
  11. 54fe3fd Noted the support for resource exclusion for regrtest. Some people by Fred Drake · 22 years ago
  12. 4dd0f7e Add a way to say "use any resource except A". For example, to run by Fred Drake · 22 years ago
  13. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  14. 94e7bb7 Use "is" to test type objects, not "==". by Fred Drake · 22 years ago
  15. f955412 * Doc/ref/ref5.tex Fixed minor bug preventing documentation compilation. by Gustavo Niemeyer · 22 years ago
  16. ac74f5d Initialize a variable. Hope this makes things work for Guido. by Michael W. Hudson · 22 years ago
  17. acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
  18. 40f23e0 Part of the fix for bug #410541: add ensure_relative() function by Andrew M. Kuchling · 22 years ago
  19. 96bc3b4 This is not part of my patch by Michael W. Hudson · 22 years ago
  20. 98bbc49 This is my patch: by Michael W. Hudson · 22 years ago
  21. 50905d0 Fix typo by Andrew M. Kuchling · 22 years ago
  22. 5d0bd1e refactor universal line endings detection by Just van Rossum · 22 years ago
  23. 39b4852 Report Tkinter changes. by Martin v. Löwis · 22 years ago
  24. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  25. 52ea7e9 Patch #632973: Implement _getdefaultlocale for OS X. by Martin v. Löwis · 22 years ago
  26. 318b7b9 Polish some bits to silence pychecker. by Thomas Heller · 22 years ago
  27. 8af41ce Don't look for modules in the registry any longer. by Thomas Heller · 22 years ago
  28. cef3288 added support for building standalone applications by Just van Rossum · 22 years ago
  29. d32047f A tweaked version of Jeremy's patch #642489, to produce better error by Guido van Rossum · 22 years ago
  30. 98f3373 A tweaked version of Jeremy's patch #642489, to produce better error by Guido van Rossum · 22 years ago
  31. 7da3432 Added Marius Gedminas, for contributions to the datetime code. by Tim Peters · 22 years ago
  32. 35e48d2 SF 643115: Set._update() had a special case for dictionaries which allowed by Raymond Hettinger · 22 years ago
  33. 919000e Add a note that this file should be kept compatible with Python 1.5.2, by Thomas Heller · 22 years ago
  34. 057ab14 * libbz2.tex by Gustavo Niemeyer · 22 years ago
  35. 00445d2 Fix typo in comment. by Walter Dörwald · 22 years ago
  36. 1456fde Fixed bug by Gustavo Niemeyer · 22 years ago
  37. 3d654d6 Added a class PEP252Mixin. By adding this to your ObjectDefinition you by Jack Jansen · 22 years ago
  38. 9e7453d Remove \module{} in link text to avoid HTML generation bug by Andrew M. Kuchling · 22 years ago
  39. 15353f5 Remove extra word by Andrew M. Kuchling · 22 years ago
  40. 3131679 James Henstridge pointed out a misleading comment. by Michael W. Hudson · 22 years ago
  41. 1a54d71 Mention that .pth files can't be used to override standard modules by Andrew M. Kuchling · 22 years ago
  42. 2095c06 Lots of restructuring, mostly suggested by Bill Bumgarner. Main by Jack Jansen · 22 years ago
  43. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  44. 05ced6a Don't disable building Mac-specific modules for a non-framework build: by Just van Rossum · 22 years ago
  45. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  46. 97225da Sort names independent of the Python version. Fix hex constant warning. by Martin v. Löwis · 22 years ago
  47. 5b21df4 Repaired inaccuracies in the % docs. In particular, we don't (and can't) by Tim Peters · 22 years ago
  48. 1babdfc Reduced memory burden by iterating over the normalization test input by Tim Peters · 22 years ago
  49. 1b445d3 Fiddled things so that test_normalization is expected to be skipped if by Tim Peters · 22 years ago
  50. 65730a4 Delete bsddb from sys.modules if _bsddb cannot be imported. by Martin v. Löwis · 22 years ago
  51. d332c08 Skip test_normalization on Windows until it's at least clear why the by Tim Peters · 22 years ago
  52. b9ac505 Split long line. by Tim Peters · 22 years ago
  53. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  54. b808c5c Simplify use of NB_BINOP and NB_TERNOP by making them do the pointer by Neil Schemenauer · 22 years ago
  55. e6b4902 get creator code from plist if available, instead of overriding with default by Just van Rossum · 22 years ago
  56. b8829b4 whoops, -p actually has an argument by Just van Rossum · 22 years ago
  57. d46fbc3 Remove special handling of str and unicode in PyNumber_InPlaceRemainder. They by Neil Schemenauer · 22 years ago
  58. 761b609 hardcode some resources, removing annoying Widgets.rsrc dependency by Just van Rossum · 22 years ago
  59. da302da cleaned up __init__ argument mess with a funky base class by Just van Rossum · 22 years ago
  60. 8d93ca1 Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. by Martin v. Löwis · 22 years ago
  61. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  62. 74a530d Update character names. by Martin v. Löwis · 22 years ago
  63. 84c7a3f Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say by Tim Peters · 22 years ago
  64. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  65. 8579efc Add test cases for Hangul syllables. Update output. by Martin v. Löwis · 22 years ago
  66. 2f4be4e Fix off-by-one error. by Martin v. Löwis · 22 years ago
  67. ca2953e Remove duplicate test by Neal Norwitz · 22 years ago
  68. 8b1e74b Touch up the news for dict() keyword args. by Guido van Rossum · 22 years ago
  69. 6e596b6 Added change note about returning a dictionary based on keyword arguments. by Fred Drake · 22 years ago
  70. 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 22 years ago
  71. 529ec6a Regenerate. Fixes #618012. by Martin v. Löwis · 22 years ago
  72. dab3bc0 Expand negative hexadecimal constants. by Martin v. Löwis · 22 years ago
  73. b2c7aff Merge with bsddb3 2002.11.23.10.42.36 by Martin v. Löwis · 22 years ago
  74. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 22 years ago
  75. e17af7b Include Python.h first. by Martin v. Löwis · 22 years ago
  76. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  77. 19cf4ee More bsddb-on-Windows fiddling: by Tim Peters · 22 years ago
  78. 4b5c7a4 Allow access to the returned value(s) as FSRefs. Unfortunately for some by Jack Jansen · 22 years ago
  79. 8d4c981 Fix SF # 640557, '64-bit' systems and the dbm module by Neal Norwitz · 22 years ago
  80. 450cafa (This is hopefully the last large, funny checkin message for by Thomas Heller · 22 years ago
  81. 3a23c3f get_python_version was not imported. by Thomas Heller · 22 years ago
  82. b0cd38c Oops, MSVC was still open, so the project file was not yet saved. by Thomas Heller · 22 years ago
  83. bb4b7d2 Copied the sources from the distutils CVS repository. by Thomas Heller · 22 years ago
  84. 8bec483 Two bugs: by Fred Drake · 22 years ago
  85. 78e35f9 Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. by Tim Peters · 22 years ago
  86. 26897bf Fix for #641455: curses module doesn't build on MacOSX. It turns out the by Jack Jansen · 22 years ago
  87. 44f602d Comment out the warnings about mktemp(). These are too annoying, and by Guido van Rossum · 22 years ago
  88. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
  89. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
  90. a191bef Clarify the default setting for daemon_threads. by Fred Drake · 22 years ago
  91. 74f5a56 Fix markup. by Fred Drake · 22 years ago
  92. 132e0e8 Use False instead of 0. by Fred Drake · 22 years ago
  93. 62a103b workaround so the (otherwise still broken) IDE can at least quit in the Python 2.2 Jaguar addon install by Just van Rossum · 22 years ago
  94. 09705f0 fix for SF #635398 (don't "downcast" return strings from unicode to ascii) by Fredrik Lundh · 22 years ago
  95. db2a0f6 changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py by Just van Rossum · 22 years ago
  96. e6de56e make the --link option match the original: just symlink the executable by Just van Rossum · 22 years ago
  97. 16aebf7 Added --link-exec option: make a symlink for the executable only, copy all other files. by Just van Rossum · 22 years ago
  98. 224405f Replaced the bundle building code with calls to the new bundlebuilder by Just van Rossum · 22 years ago
  99. 6f00a7a Patch #542562, file 25252: Remove changelog. by Martin v. Löwis · 22 years ago
  100. 0d1fdea Patch #494845: Support string concatenation, detect non-string data, by Martin v. Löwis · 22 years ago