1. a406b58 Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remove any script by Tim Peters · 22 years ago
  2. b9a21ad Add Lib/bsddb to list of installed directories by Andrew M. Kuchling · 22 years ago
  3. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  4. 6f429c3 Use \ulink instead of \citetitle; bump version number by Andrew M. Kuchling · 22 years ago
  5. 669249e Add PyBSDDB update by Andrew M. Kuchling · 22 years ago
  6. 21645fc Don't try to use unsupported DB versions. by Martin v. Löwis · 22 years ago
  7. ef546b3 Document PyBSDDB import. by Martin v. Löwis · 22 years ago
  8. 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
  9. 1d26740 Comment on PyNumber_Check(). by Guido van Rossum · 22 years ago
  10. 6c19476 Note that PyNumber_Check() returns true for string and unicode objects. by Neil Schemenauer · 22 years ago
  11. fe4f769 Add __mod__ method to UserString. by Neil Schemenauer · 22 years ago
  12. b981df9 check for str.__mod__ by Neil Schemenauer · 22 years ago
  13. ab9e4b7 check for unicode.__mod__ by Neil Schemenauer · 22 years ago
  14. ce30bc9 Add nb_remainder (i.e. __mod__) slot to unicode type. Fixes SF bug #615506. by Neil Schemenauer · 22 years ago
  15. a6cd4e6 Add nb_remainder (i.e. __mod__) slot to str type. Fixes SF bug #615506. by Neil Schemenauer · 22 years ago
  16. 2c77e90 Improve exception message raised by PyFloat_AsDouble if the object does not by Neil Schemenauer · 22 years ago
  17. 26db587 str and unicode objects now have a __mod__ slot so don't special case them in by Neil Schemenauer · 22 years ago
  18. 47ec6c0 Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on by Neil Schemenauer · 22 years ago
  19. 293fdeb Another workaround, to find the IDE directory when we're in MacPython-OSX by Jack Jansen · 22 years ago
  20. 9725735 Define PyDoc_STR if it isn't defined. This makes these modules compile by Jack Jansen · 22 years ago
  21. 5efbbcd Build waste, _Help and _Scrap too. by Jack Jansen · 22 years ago
  22. 311f419 Improve comments. Clarify docs. by Raymond Hettinger · 22 years ago
  23. 8ddc176e Improve DictMixin. by Raymond Hettinger · 22 years ago
  24. 782d940 Guard against error if .netrc is missing. by Eric S. Raymond · 22 years ago
  25. 89350a4 Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes by Neil Schemenauer · 22 years ago
  26. 6141812 correct typo detected by Lee Hansen by Skip Montanaro · 22 years ago
  27. e55bec2 Better note that str.zfill() was added in 2.2.2 as well. ;-( by Fred Drake · 22 years ago
  28. 9171801 Document that a minor feature was added in 2.2.2. ;-( Closes SF bug #639170. by Fred Drake · 22 years ago
  29. c4d047a SF Patch #638825 by Neal Norwitz · 22 years ago
  30. d1cade0 SF Patch #638825 logging module by Neal Norwitz · 22 years ago
  31. 5654cc2 SF 639138, Ref. calendar module in time docs by John J Lee by Neal Norwitz · 22 years ago
  32. 0e9bfa3 Minor markup nits. by Fred Drake · 22 years ago
  33. 08abe8e Fix stupid typo. by Fred Drake · 22 years ago
  34. e61f365 Document the available command line flags for bdist_wininst, which are by Thomas Heller · 22 years ago
  35. 36343f6 Correct typo: the option is 'formats' not 'format'. by Thomas Heller · 22 years ago
  36. a1d004a Style guide reformats. I saw this test fail on a very heavily loaded by Tim Peters · 22 years ago
  37. 49b33fa Squash an enormous number of warnings reported when adding "use by Fred Drake · 22 years ago
  38. c734b01 Fix critical markup errors. by Fred Drake · 22 years ago
  39. 6c62995 Repaired typos in the Tcl/Tk compilation instructions. Turns out they by Tim Peters · 22 years ago
  40. 3a2cda8 Minor revisions to clarify the status of xreadlines(), change the way by Fred Drake · 22 years ago
  41. e0373f8 Fix minor nits Trim excess whitespace off one line by Andrew M. Kuchling · 22 years ago
  42. 88eed70 Mention that the MRO algorithm changes in 2.3 by Andrew M. Kuchling · 22 years ago
  43. b60ea3f Mention change in MRO by Andrew M. Kuchling · 22 years ago
  44. 545c250 Add Optik news. by Guido van Rossum · 22 years ago
  45. 903bf90 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  46. 9cea5f5 Explain what to do in case of missing shared libraries. Remove mentioning by Martin v. Löwis · 22 years ago
  47. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  48. 3a7f405 Draft a section on modifying Python's path. I'm not sure where by Andrew M. Kuchling · 22 years ago
  49. 26e6be3 First stab at a Makefile that will create a MacPython that uses the by Jack Jansen · 22 years ago
  50. 4ea1f45 Go from filename to FSSpec via FSRefs, to work around outdated macfs module by Jack Jansen · 22 years ago
  51. d892d4e Make the Resources directory if needed. by Jack Jansen · 22 years ago
  52. 180ceed Python 2.2 as installed by Apple has a version of _Res that is too old. We by Jack Jansen · 22 years ago
  53. 25e61d9 Added a hack so we can build applets with a MacPython that uses the by Jack Jansen · 22 years ago
  54. b54a6ce A script to run applets. Originally by Just, slightly modified by me. by Jack Jansen · 22 years ago
  55. 24d5a52 Add section on Optik by Andrew M. Kuchling · 22 years ago
  56. 857fb4c Windows blurb about new Tcl/Tk release shipped on Windows. by Tim Peters · 22 years ago
  57. 077736b Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this by by Tim Peters · 22 years ago
  58. 9a6b8d8 Repaired illegal syntax most compilers probably let slide (but MSVC by Tim Peters · 22 years ago
  59. 366c10c Finish up the logging section by Andrew M. Kuchling · 22 years ago
  60. b9ba458 Checking in Greg Ward's Optik, as optparse.py. This is the most by Guido van Rossum · 22 years ago
  61. 9a81892 Fix or disable some tests that were affected by the new C3 MRO by Guido van Rossum · 22 years ago
  62. 1f12131 Use the new C3 MRO algorithm, implemented by Samuele Pedroni (SF patch by Guido van Rossum · 22 years ago
  63. c7aaf95 Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. by Thomas Heller · 22 years ago
  64. c293704 This uses only one temp file at a time, so use test_support.TESTFN as by Tim Peters · 22 years ago
  65. 28f2f88 Add partial section on the logging package; not finished yet. by Andrew M. Kuchling · 22 years ago
  66. 3165786 From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional by Guido van Rossum · 22 years ago
  67. de1d51f Fix SF # 638126, logging module not installed by Neal Norwitz · 22 years ago
  68. 4ebe2e3 add liblogging by Skip Montanaro · 22 years ago
  69. 649698f initial rough cut at documentation of logging module. This is basically by Skip Montanaro · 22 years ago
  70. a4864a2 Update the docstring to match the code. Will backport. by Neal Norwitz · 22 years ago
  71. ac30ead Sync tixwidgets from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago
  72. f539bde Sync Tix from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago
  73. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 22 years ago
  74. ef67956 Fix typo in comment by Neal Norwitz · 22 years ago
  75. f6756e8 Fix docstring typo; remove 'created' line by Andrew M. Kuchling · 22 years ago
  76. 1cace1a [Bug #550364] Use sysconfig.get_python_version() by Andrew M. Kuchling · 22 years ago
  77. 0ff98b9 [Bug #550364] Add get_python_version() by Andrew M. Kuchling · 22 years ago
  78. 9a38dcf [Bug #599248] ext module generation problem by Andrew M. Kuchling · 22 years ago
  79. b2db587 Make nntplib aware of ~/.netrc credentials; now they get used if they are by Eric S. Raymond · 22 years ago
  80. 4c8be85 Add some simple tests of the persistence hooks. by Jeremy Hylton · 22 years ago
  81. 5e0f4e7 Remove inst_persistent_id() WANNI (we ain't never needed it). by Jeremy Hylton · 22 years ago
  82. 0e1183d remove debugging print by Jeremy Hylton · 22 years ago
  83. affa6b7 Tim wins a bet. Don't use re. by Guido van Rossum · 22 years ago
  84. 3f1c9a9 Allow unknown keyword arguments to the Extension class, and warn about them. by Andrew M. Kuchling · 22 years ago
  85. cd58b8f Add getstate and setstate implementation to concrete set classes. by Jeremy Hylton · 22 years ago
  86. 66abcee Integrate updates to the GNU info conversion. by Fred Drake · 22 years ago
  87. b02f0df - Committing the modified signature lines I've been using for a long by Fred Drake · 22 years ago
  88. bad4607 Document struct_time and the field names. by Fred Drake · 22 years ago
  89. 4400509 Add \funcline, \funclineni, and \methodlineni to the list of functions by Fred Drake · 22 years ago
  90. a5a173e Fix broken markup. Closes SF bug #637807. by Fred Drake · 22 years ago
  91. 7762865 Remove some test code. by Jeremy Hylton · 22 years ago
  92. 22b3a49 Fix SF bug #637789: Handle Proxy-Connection header. by Jeremy Hylton · 22 years ago
  93. 33635aa Back out part of rev. 1.53, restoring the use of the string module. by Andrew M. Kuchling · 22 years ago
  94. fda0674 News about the logging module. by Guido van Rossum · 22 years ago
  95. 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 22 years ago
  96. 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 22 years ago
  97. 2c184e7 Typo: it's --> its Closes SF bug #637810. by Fred Drake · 22 years ago
  98. ce5619e Update: Older versions of Python crashed when calling repr() by Fred Drake · 22 years ago
  99. c0b4034 Improved clarity and thoroughness of docstring. by Raymond Hettinger · 22 years ago
  100. 674dae2 Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't by Fred Drake · 22 years ago