1. 919000e Add a note that this file should be kept compatible with Python 1.5.2, by Thomas Heller · 22 years ago
  2. 057ab14 * libbz2.tex by Gustavo Niemeyer · 22 years ago
  3. 00445d2 Fix typo in comment. by Walter Dörwald · 22 years ago
  4. 1456fde Fixed bug by Gustavo Niemeyer · 22 years ago
  5. 3d654d6 Added a class PEP252Mixin. By adding this to your ObjectDefinition you by Jack Jansen · 22 years ago
  6. 9e7453d Remove \module{} in link text to avoid HTML generation bug by Andrew M. Kuchling · 22 years ago
  7. 15353f5 Remove extra word by Andrew M. Kuchling · 22 years ago
  8. 3131679 James Henstridge pointed out a misleading comment. by Michael W. Hudson · 22 years ago
  9. 1a54d71 Mention that .pth files can't be used to override standard modules by Andrew M. Kuchling · 22 years ago
  10. 2095c06 Lots of restructuring, mostly suggested by Bill Bumgarner. Main by Jack Jansen · 22 years ago
  11. b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 22 years ago
  12. 05ced6a Don't disable building Mac-specific modules for a non-framework build: by Just van Rossum · 22 years ago
  13. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  14. 97225da Sort names independent of the Python version. Fix hex constant warning. by Martin v. Löwis · 22 years ago
  15. 5b21df4 Repaired inaccuracies in the % docs. In particular, we don't (and can't) by Tim Peters · 22 years ago
  16. 1babdfc Reduced memory burden by iterating over the normalization test input by Tim Peters · 22 years ago
  17. 1b445d3 Fiddled things so that test_normalization is expected to be skipped if by Tim Peters · 22 years ago
  18. 65730a4 Delete bsddb from sys.modules if _bsddb cannot be imported. by Martin v. Löwis · 22 years ago
  19. d332c08 Skip test_normalization on Windows until it's at least clear why the by Tim Peters · 22 years ago
  20. b9ac505 Split long line. by Tim Peters · 22 years ago
  21. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  22. b808c5c Simplify use of NB_BINOP and NB_TERNOP by making them do the pointer by Neil Schemenauer · 22 years ago
  23. e6b4902 get creator code from plist if available, instead of overriding with default by Just van Rossum · 22 years ago
  24. b8829b4 whoops, -p actually has an argument by Just van Rossum · 22 years ago
  25. d46fbc3 Remove special handling of str and unicode in PyNumber_InPlaceRemainder. They by Neil Schemenauer · 22 years ago
  26. 761b609 hardcode some resources, removing annoying Widgets.rsrc dependency by Just van Rossum · 22 years ago
  27. da302da cleaned up __init__ argument mess with a funky base class by Just van Rossum · 22 years ago
  28. 8d93ca1 Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph. by Martin v. Löwis · 22 years ago
  29. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  30. 74a530d Update character names. by Martin v. Löwis · 22 years ago
  31. 84c7a3f Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say by Tim Peters · 22 years ago
  32. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  33. 8579efc Add test cases for Hangul syllables. Update output. by Martin v. Löwis · 22 years ago
  34. 2f4be4e Fix off-by-one error. by Martin v. Löwis · 22 years ago
  35. ca2953e Remove duplicate test by Neal Norwitz · 22 years ago
  36. 8b1e74b Touch up the news for dict() keyword args. by Guido van Rossum · 22 years ago
  37. 6e596b6 Added change note about returning a dictionary based on keyword arguments. by Fred Drake · 22 years ago
  38. 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 22 years ago
  39. 529ec6a Regenerate. Fixes #618012. by Martin v. Löwis · 22 years ago
  40. dab3bc0 Expand negative hexadecimal constants. by Martin v. Löwis · 22 years ago
  41. b2c7aff Merge with bsddb3 2002.11.23.10.42.36 by Martin v. Löwis · 22 years ago
  42. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 22 years ago
  43. e17af7b Include Python.h first. by Martin v. Löwis · 22 years ago
  44. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  45. 19cf4ee More bsddb-on-Windows fiddling: by Tim Peters · 22 years ago
  46. 4b5c7a4 Allow access to the returned value(s) as FSRefs. Unfortunately for some by Jack Jansen · 22 years ago
  47. 8d4c981 Fix SF # 640557, '64-bit' systems and the dbm module by Neal Norwitz · 22 years ago
  48. 450cafa (This is hopefully the last large, funny checkin message for by Thomas Heller · 22 years ago
  49. 3a23c3f get_python_version was not imported. by Thomas Heller · 22 years ago
  50. b0cd38c Oops, MSVC was still open, so the project file was not yet saved. by Thomas Heller · 22 years ago
  51. bb4b7d2 Copied the sources from the distutils CVS repository. by Thomas Heller · 22 years ago
  52. 8bec483 Two bugs: by Fred Drake · 22 years ago
  53. 78e35f9 Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. by Tim Peters · 22 years ago
  54. 26897bf Fix for #641455: curses module doesn't build on MacOSX. It turns out the by Jack Jansen · 22 years ago
  55. 44f602d Comment out the warnings about mktemp(). These are too annoying, and by Guido van Rossum · 22 years ago
  56. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
  57. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
  58. a191bef Clarify the default setting for daemon_threads. by Fred Drake · 22 years ago
  59. 74f5a56 Fix markup. by Fred Drake · 22 years ago
  60. 132e0e8 Use False instead of 0. by Fred Drake · 22 years ago
  61. 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
  62. 09705f0 fix for SF #635398 (don't "downcast" return strings from unicode to ascii) by Fredrik Lundh · 22 years ago
  63. db2a0f6 changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py by Just van Rossum · 22 years ago
  64. e6de56e make the --link option match the original: just symlink the executable by Just van Rossum · 22 years ago
  65. 16aebf7 Added --link-exec option: make a symlink for the executable only, copy all other files. by Just van Rossum · 22 years ago
  66. 224405f Replaced the bundle building code with calls to the new bundlebuilder by Just van Rossum · 22 years ago
  67. 6f00a7a Patch #542562, file 25252: Remove changelog. by Martin v. Löwis · 22 years ago
  68. 0d1fdea Patch #494845: Support string concatenation, detect non-string data, by Martin v. Löwis · 22 years ago
  69. 4581cfa Patch #486438: Make module argument to testmod optional. by Martin v. Löwis · 22 years ago
  70. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
  71. e0273de added new IMAP4_stream class; added proxyauth command; added login_cram_md5 method by Piers Lauder · 22 years ago
  72. 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
  73. f7aba23 fixed error in cmd line doc; moved funny self.name line once more by Just van Rossum · 22 years ago
  74. 7fd69ad fixed stupid bug by Just van Rossum · 22 years ago
  75. 5440545 Implement dict() style constructor. by Raymond Hettinger · 22 years ago
  76. ba2cf07 Properly compute array size even for --disable-unicode. by Martin v. Löwis · 22 years ago
  77. 0073f2e Fix --disable-unicode compilation problems. by Martin v. Löwis · 22 years ago
  78. ceeb962 added command line interface; refactored a bit; little things. by Just van Rossum · 22 years ago
  79. 7d79124 float_int(): Some systems raise an exception if a double is cast to by Tim Peters · 22 years ago
  80. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  81. 21b6014 The _Event class should be more careful with releasing its lock when by Guido van Rossum · 22 years ago
  82. d584368 Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups by Martin v. Löwis · 22 years ago
  83. fec3262 Reflow comment by Andrew M. Kuchling · 22 years ago
  84. 69ceb33 Patch #642019: Recognize gcc-x.y as gcc. by Martin v. Löwis · 22 years ago
  85. 8f8d1d2 Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall. by Martin v. Löwis · 22 years ago
  86. dffda2e Wrap uargs declaration in a #ifdef Py_USING_UNICODE, so that by Walter Dörwald · 22 years ago
  87. 3b918c3 Comment out the getcwdu implementation for --disable-unicode builds by Walter Dörwald · 22 years ago
  88. 4c6c765 Move three variables that are only used inside an if block into the block, by Walter Dörwald · 22 years ago
  89. bf73db8 Fix PEP 293 related problems with --disable-unicode builds by Walter Dörwald · 22 years ago
  90. cdd2157 Bug #639118 from Ollie Oldham: archiver should use zipfile before zip by Andrew M. Kuchling · 22 years ago
  91. 3350b5b NamedTemporaryFile: clarify behavior based on confusions noted by a by Tim Peters · 22 years ago
  92. 97701b5 _RandomNameSequence(): style guide changes, small speedup, don't by Tim Peters · 22 years ago
  93. 6ef966e _TemporaryFileWrapper: changed self.close_called to a proper bool. by Tim Peters · 22 years ago
  94. 2100798 Always call tparm with 10 arguments. It seems it's not varargs i by Michael W. Hudson · 22 years ago
  95. 3e554d7 name kwargs kwargs by Just van Rossum · 22 years ago
  96. ad33d72 Tools to create MacOS X (application) bundles. by Just van Rossum · 22 years ago
  97. 4fc9047 Apply Nicolas Riley's Patch. by Kurt B. Kaiser · 22 years ago
  98. 201626e Fix SF #640094, on win32 getpass runs into unix_getpass by Neal Norwitz · 22 years ago
  99. 10263d6 - cleaned up example/test code by Just van Rossum · 22 years ago
  100. 2db92a6 Add missing import by Andrew M. Kuchling · 22 years ago