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