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