1. 0aa8ef1 Typo fix by Andrew M. Kuchling · 20 years ago
  2. 702af67 - getDefaultDatabase wasn't listed in __all__. by Jack Jansen · 20 years ago
  3. 935ca10 Just passing -undefined dynamic_lookup isn't enough: we also need to set by Jack Jansen · 20 years ago
  4. 3b585b3 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 20 years ago
  5. 078824e4 Added quotes around the destroot arguments, so empty destroot works. by Jack Jansen · 20 years ago
  6. de2ecb8 Updated version numbers. by Jack Jansen · 20 years ago
  7. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  8. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  9. 6116f07 A script to fix Apple-installed Python 2.3 (and a test whether the user by Jack Jansen · 20 years ago
  10. 9935e7f correct decorator example, tweak description slightly by Skip Montanaro · 20 years ago
  11. 2eba0d6 Update VC references. Backported to 2.4. by Martin v. Löwis · 20 years ago
  12. 7dbeed7 Use = instead of == as operator to test by Matthias Klose · 20 years ago
  13. ac7836a Fix sentence stating TextEdit only saves in RTF; can save in plaintext as well. by Brett Cannon · 20 years ago
  14. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 20 years ago
  15. 0a6864e discuss how the __builtin__ module is normally used, and try to clarify the by Fred Drake · 20 years ago
  16. fb915fe fix weird capitalization of "built-in" by Fred Drake · 20 years ago
  17. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
  18. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
  19. ee4bb66 Recompiled after source changes. by Thomas Heller · 20 years ago
  20. 0f25b72 Close stdout and stderr, which are redirected into a temp file, before by Thomas Heller · 20 years ago
  21. b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 20 years ago
  22. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
  23. 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago
  24. ac191da Properly quote IDLE shortcut. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  25. 3673369 Add NEWS entry about bug #1076985. by Walter Dörwald · 20 years ago
  26. 1902146 Remove outdated comments about expanduser and expandvars for Macintosh that by Brett Cannon · 20 years ago
  27. 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
  28. e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 20 years ago
  29. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  30. f654c1c Add accidentally removed \end{description} back in. by Johannes Gijsbers · 20 years ago
  31. 7caafe7 Changing the idle wrapper to use Python and execvp() to pass arguments to idle. by Sean Reifschneider · 20 years ago
  32. 6065d32 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 20 years ago
  33. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
  34. f964154 Bug #1088206: zlib decompressobj documentation typo by Raymond Hettinger · 20 years ago
  35. 7b4b788 Bugs item #1069409 C:\Python24\Lib\compileall.py returns False by Raymond Hettinger · 20 years ago
  36. 5d01aa4 Bug #1079011: Incorrect error message (somewhat) by Raymond Hettinger · 20 years ago
  37. da26412 Bug #1066607: "Limitations" section of profiler docs is incorrect by Raymond Hettinger · 20 years ago
  38. 3a4231d Bug #1087216: datetime module documentation missing critical detail by Raymond Hettinger · 20 years ago
  39. 94eaee6 Skip test_imp if threading is not available. by Brett Cannon · 20 years ago
  40. 5399c6d Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile. by Brett Cannon · 20 years ago
  41. 7e71fa5 Bug #1083645 by Raymond Hettinger · 20 years ago
  42. 193814c Small boost to PySequence_Fast(). Lists build faster than tuples for by Raymond Hettinger · 20 years ago
  43. a3be258 fix unterminated comment by Andrew MacIntyre · 20 years ago
  44. bf72b71 Refactor: by Raymond Hettinger · 20 years ago
  45. 6f5b741 SF bug #1086555: refcount problem in syslog by Raymond Hettinger · 20 years ago
  46. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  47. e6bdb37 Add missing decref. by Raymond Hettinger · 20 years ago
  48. 4d01259 SF bug #1085744: Performance issues with PySequence_Tuple() by Raymond Hettinger · 20 years ago
  49. 8a6a59c fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040) by Gregory P. Smith · 20 years ago
  50. 3fa932f Fix typo (from SF bug #1086127). by Walter Dörwald · 20 years ago
  51. 29ddfba Fix copy & paste error in comments. by Walter Dörwald · 20 years ago
  52. 744aaa0 SF bug #1084457: ossaudiodev no longer undocumented by Raymond Hettinger · 20 years ago
  53. b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 20 years ago
  54. 537d3fc Check in missing png version of pyfav.gif. by Johannes Gijsbers · 20 years ago
  55. e76c8c0 rewrote the bsddb module BerkeleyDB library and include file locating by Gregory P. Smith · 20 years ago
  56. 57ee770 note for amk by Anthony Baxter · 20 years ago
  57. 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago
  58. 8b7e917 * Adds support for building against BerkeleyDB 4.3.21 by Gregory P. Smith · 20 years ago
  59. f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
  60. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  61. cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 20 years ago
  62. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
  63. eb68be4 Replace VB with VC. by Martin v. Löwis · 20 years ago
  64. a4a8afb OS/2 specific fixes related to SF bug # 1003471. by Andrew MacIntyre · 20 years ago
  65. d0278ec OS/2 specific fixes related to SF bug # 1003471 by Andrew MacIntyre · 20 years ago
  66. 222d5b4 Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not by Brett Cannon · 20 years ago
  67. a9ef5e5 SF bug #1083202L UnboundLocalError raised by atexit module by Raymond Hettinger · 20 years ago
  68. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
  69. 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 20 years ago
  70. 8ef9b3e SF bug #1082944: Incorrect docs for PyUnicode_TailMatch by Raymond Hettinger · 20 years ago
  71. 7f06187 Whitespace normalization. by Tim Peters · 20 years ago
  72. 333da5f remove the other half of one of the regsub-related comments; the other by Fred Drake · 20 years ago
  73. 3557f42 Combined several entries. by Raymond Hettinger · 20 years ago
  74. 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 20 years ago
  75. 57aef9c Remove outdated references to the regsub module. by Raymond Hettinger · 20 years ago
  76. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  77. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 20 years ago
  78. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  79. 9e635cf Put parentheses around the assignment in the 'while' loop conditional by Brett Cannon · 20 years ago
  80. 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 20 years ago
  81. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
  82. a32d22a Remove deprecated xmllib from inclusion in the docs. by Raymond Hettinger · 20 years ago
  83. e208412 Fix for SF bug #947894: calendar.weekheader() undocumented by Walter Dörwald · 20 years ago
  84. c8aa848 Have test_mkalias_relative check that sys.prefix already exists; otherwise test by Brett Cannon · 20 years ago
  85. 98809b7 Very minor grammatical fix and removal of a tab. by Brett Cannon · 20 years ago
  86. 5f5e141 Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor by Peter Astrand · 20 years ago
  87. c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 20 years ago
  88. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  89. d2f70cb remove dependencies that are no longer used for the library reference by Fred Drake · 20 years ago
  90. 1d542f2 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  91. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  92. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  93. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  94. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  95. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  96. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 20 years ago
  97. 664347b SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 20 years ago
  98. 46ea4c8 For the benefit of historians . . . by Raymond Hettinger · 20 years ago
  99. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
  100. 2238fc6 Add item by Andrew M. Kuchling · 20 years ago