1. b2c7aff Merge with bsddb3 2002.11.23.10.42.36 by Martin v. Löwis · 22 years ago
  2. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 22 years ago
  3. e17af7b Include Python.h first. by Martin v. Löwis · 22 years ago
  4. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  5. 19cf4ee More bsddb-on-Windows fiddling: by Tim Peters · 22 years ago
  6. 4b5c7a4 Allow access to the returned value(s) as FSRefs. Unfortunately for some by Jack Jansen · 22 years ago
  7. 8d4c981 Fix SF # 640557, '64-bit' systems and the dbm module by Neal Norwitz · 22 years ago
  8. 450cafa (This is hopefully the last large, funny checkin message for by Thomas Heller · 22 years ago
  9. 3a23c3f get_python_version was not imported. by Thomas Heller · 22 years ago
  10. b0cd38c Oops, MSVC was still open, so the project file was not yet saved. by Thomas Heller · 22 years ago
  11. bb4b7d2 Copied the sources from the distutils CVS repository. by Thomas Heller · 22 years ago
  12. 8bec483 Two bugs: by Fred Drake · 22 years ago
  13. 78e35f9 Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. by Tim Peters · 22 years ago
  14. 26897bf Fix for #641455: curses module doesn't build on MacOSX. It turns out the by Jack Jansen · 22 years ago
  15. 44f602d Comment out the warnings about mktemp(). These are too annoying, and by Guido van Rossum · 22 years ago
  16. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
  17. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
  18. a191bef Clarify the default setting for daemon_threads. by Fred Drake · 22 years ago
  19. 74f5a56 Fix markup. by Fred Drake · 22 years ago
  20. 132e0e8 Use False instead of 0. by Fred Drake · 22 years ago
  21. 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
  22. 09705f0 fix for SF #635398 (don't "downcast" return strings from unicode to ascii) by Fredrik Lundh · 22 years ago
  23. db2a0f6 changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py by Just van Rossum · 22 years ago
  24. e6de56e make the --link option match the original: just symlink the executable by Just van Rossum · 22 years ago
  25. 16aebf7 Added --link-exec option: make a symlink for the executable only, copy all other files. by Just van Rossum · 22 years ago
  26. 224405f Replaced the bundle building code with calls to the new bundlebuilder by Just van Rossum · 22 years ago
  27. 6f00a7a Patch #542562, file 25252: Remove changelog. by Martin v. Löwis · 22 years ago
  28. 0d1fdea Patch #494845: Support string concatenation, detect non-string data, by Martin v. Löwis · 22 years ago
  29. 4581cfa Patch #486438: Make module argument to testmod optional. by Martin v. Löwis · 22 years ago
  30. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
  31. e0273de added new IMAP4_stream class; added proxyauth command; added login_cram_md5 method by Piers Lauder · 22 years ago
  32. 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
  33. f7aba23 fixed error in cmd line doc; moved funny self.name line once more by Just van Rossum · 22 years ago
  34. 7fd69ad fixed stupid bug by Just van Rossum · 22 years ago
  35. 5440545 Implement dict() style constructor. by Raymond Hettinger · 22 years ago
  36. ba2cf07 Properly compute array size even for --disable-unicode. by Martin v. Löwis · 22 years ago
  37. 0073f2e Fix --disable-unicode compilation problems. by Martin v. Löwis · 22 years ago
  38. ceeb962 added command line interface; refactored a bit; little things. by Just van Rossum · 22 years ago
  39. 7d79124 float_int(): Some systems raise an exception if a double is cast to by Tim Peters · 22 years ago
  40. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  41. 21b6014 The _Event class should be more careful with releasing its lock when by Guido van Rossum · 22 years ago
  42. d584368 Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups by Martin v. Löwis · 22 years ago
  43. fec3262 Reflow comment by Andrew M. Kuchling · 22 years ago
  44. 69ceb33 Patch #642019: Recognize gcc-x.y as gcc. by Martin v. Löwis · 22 years ago
  45. 8f8d1d2 Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall. by Martin v. Löwis · 22 years ago
  46. dffda2e Wrap uargs declaration in a #ifdef Py_USING_UNICODE, so that by Walter Dörwald · 22 years ago
  47. 3b918c3 Comment out the getcwdu implementation for --disable-unicode builds by Walter Dörwald · 22 years ago
  48. 4c6c765 Move three variables that are only used inside an if block into the block, by Walter Dörwald · 22 years ago
  49. bf73db8 Fix PEP 293 related problems with --disable-unicode builds by Walter Dörwald · 22 years ago
  50. cdd2157 Bug #639118 from Ollie Oldham: archiver should use zipfile before zip by Andrew M. Kuchling · 22 years ago
  51. 3350b5b NamedTemporaryFile: clarify behavior based on confusions noted by a by Tim Peters · 22 years ago
  52. 97701b5 _RandomNameSequence(): style guide changes, small speedup, don't by Tim Peters · 22 years ago
  53. 6ef966e _TemporaryFileWrapper: changed self.close_called to a proper bool. by Tim Peters · 22 years ago
  54. 2100798 Always call tparm with 10 arguments. It seems it's not varargs i by Michael W. Hudson · 22 years ago
  55. 3e554d7 name kwargs kwargs by Just van Rossum · 22 years ago
  56. ad33d72 Tools to create MacOS X (application) bundles. by Just van Rossum · 22 years ago
  57. 4fc9047 Apply Nicolas Riley's Patch. by Kurt B. Kaiser · 22 years ago
  58. 201626e Fix SF #640094, on win32 getpass runs into unix_getpass by Neal Norwitz · 22 years ago
  59. 10263d6 - cleaned up example/test code by Just van Rossum · 22 years ago
  60. 2db92a6 Add missing import by Andrew M. Kuchling · 22 years ago
  61. 1b99896 dded cvsignores. by Jack Jansen · 22 years ago
  62. d8d7bbe Minimal instructions on building a MacPython-OSX addon for Apple's by Jack Jansen · 22 years ago
  63. 1ebcc44 Build PythonLauncher for MacPython-OSX 2.2 as well. by Jack Jansen · 22 years ago
  64. e374692 This file is now generated dynamically. by Jack Jansen · 22 years ago
  65. 495172c Add change to int() and OverflowError by Andrew M. Kuchling · 22 years ago
  66. db951c3 removed a redundant .strip(); made a doc string more or less tell the truth by Just van Rossum · 22 years ago
  67. 247e16e No need to import __builtin__, spotted by Skip. by Just van Rossum · 22 years ago
  68. 0ec2744 Pure Python implementation of a plist generator/parser. by Just van Rossum · 22 years ago
  69. 72f8616 Document additional error handling names available through PEP 293. by Walter Dörwald · 22 years ago
  70. 7f82f79 Add missing documentation for the PEP 293 functionality to by Walter Dörwald · 22 years ago
  71. a1a61f9 Fix typo. by Walter Dörwald · 22 years ago
  72. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  73. 7a3bae4 Replace bsddb3 and _db occurrences. by Martin v. Löwis · 22 years ago
  74. 1c6b1a2 Importing test suite from bsddb3 3.4.0 (with modifications). by Martin v. Löwis · 22 years ago
  75. a406b58 Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remove any script by Tim Peters · 22 years ago
  76. b9a21ad Add Lib/bsddb to list of installed directories by Andrew M. Kuchling · 22 years ago
  77. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  78. 6f429c3 Use \ulink instead of \citetitle; bump version number by Andrew M. Kuchling · 22 years ago
  79. 669249e Add PyBSDDB update by Andrew M. Kuchling · 22 years ago
  80. 21645fc Don't try to use unsupported DB versions. by Martin v. Löwis · 22 years ago
  81. ef546b3 Document PyBSDDB import. by Martin v. Löwis · 22 years ago
  82. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
  83. 1d26740 Comment on PyNumber_Check(). by Guido van Rossum · 22 years ago
  84. 6c19476 Note that PyNumber_Check() returns true for string and unicode objects. by Neil Schemenauer · 22 years ago
  85. fe4f769 Add __mod__ method to UserString. by Neil Schemenauer · 22 years ago
  86. b981df9 check for str.__mod__ by Neil Schemenauer · 22 years ago
  87. ab9e4b7 check for unicode.__mod__ by Neil Schemenauer · 22 years ago
  88. ce30bc9 Add nb_remainder (i.e. __mod__) slot to unicode type. Fixes SF bug #615506. by Neil Schemenauer · 22 years ago
  89. a6cd4e6 Add nb_remainder (i.e. __mod__) slot to str type. Fixes SF bug #615506. by Neil Schemenauer · 22 years ago
  90. 2c77e90 Improve exception message raised by PyFloat_AsDouble if the object does not by Neil Schemenauer · 22 years ago
  91. 26db587 str and unicode objects now have a __mod__ slot so don't special case them in by Neil Schemenauer · 22 years ago
  92. 47ec6c0 Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on by Neil Schemenauer · 22 years ago
  93. 293fdeb Another workaround, to find the IDE directory when we're in MacPython-OSX by Jack Jansen · 22 years ago
  94. 9725735 Define PyDoc_STR if it isn't defined. This makes these modules compile by Jack Jansen · 22 years ago
  95. 5efbbcd Build waste, _Help and _Scrap too. by Jack Jansen · 22 years ago
  96. 311f419 Improve comments. Clarify docs. by Raymond Hettinger · 22 years ago
  97. 8ddc176 Improve DictMixin. by Raymond Hettinger · 22 years ago
  98. 782d940 Guard against error if .netrc is missing. by Eric S. Raymond · 22 years ago
  99. 89350a4 Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes by Neil Schemenauer · 22 years ago
  100. 6141812 correct typo detected by Lee Hansen by Skip Montanaro · 22 years ago