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