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