1. 02bedcd This commit was manufactured by cvs2svn to create tag 'r233c1'. by cvs2svn · 22 years ago v2.3.3c1
  2. 36b5f3c this wasn't on the branch. mea culpa by Anthony Baxter · 22 years ago
  3. 2e0ece0 2.3.3c1 by Anthony Baxter · 22 years ago
  4. 48e602a Add newsitem for a bugfix backport. by Raymond Hettinger · 22 years ago
  5. 5115a30 Backport library tour, glossary, and small fixups to the tutorial. by Raymond Hettinger · 22 years ago
  6. aff29ae Backported from the trunk, on Raymond's request: by Thomas Heller · 22 years ago
  7. fa6d7ba Release date for 2.3.3c1. by Thomas Heller · 22 years ago
  8. 2a2daf5 Version number and release date for IDLE, the version now is 1.0.2. by Thomas Heller · 22 years ago
  9. 2880fa6 Version number and filename changes for the wise installer. by Thomas Heller · 22 years ago
  10. 9d1fd7d The Windows build number for 2.3.3c1 is 50. by Thomas Heller · 22 years ago
  11. 8b884d0 The Windows build number for 2.3.3c1 is 50. by Thomas Heller · 22 years ago
  12. 00a6f57 Version numbers for Python 2.3.3. by Thomas Heller · 22 years ago
  13. 54e5e2a Version numbers for Python 2.3.3c1. PEP 101 is unclear about the exact by Thomas Heller · 22 years ago
  14. 876c431 Version numbers for Python 2.3.3c1. by Thomas Heller · 22 years ago
  15. cd9ae54 Bump some version numbers. by Fred Drake · 22 years ago
  16. 5273131 backport: by Guido van Rossum · 22 years ago
  17. bc9aebd Backport checkin: Fix typo. (From SF bug #853064) by Walter Dörwald · 22 years ago
  18. 5610c7e Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames by Mark Hammond · 22 years ago
  19. 441c214 doc nit by Skip Montanaro · 22 years ago
  20. fd9b9c1 Revert previous checkin. It was meant for another branch. by Jeremy Hylton · 22 years ago
  21. ccb9ff2 To find the curses extension as a DLL (on OS/2), we need to adjust the by Andrew MacIntyre · 22 years ago
  22. f1ec325 - add notes about curses extension/DLL arrangements; by Andrew MacIntyre · 22 years ago
  23. c82c559 - add build support for curses to be both extension and DLL, so that by Andrew MacIntyre · 22 years ago
  24. 5b234b1 use same compiler switches as core for extensions by Andrew MacIntyre · 22 years ago
  25. 26b3f11 A hack: Disable import of re, because sre doesn't compile right. by Jeremy Hylton · 22 years ago
  26. 412c3ac Py_Finalize(): disabled the second call of cyclic gc, and added extensive by Tim Peters · 22 years ago
  27. f7cc0bf Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 22 years ago
  28. f69a0b9 Add testcases for _winreg segfault (SF 851056). by Guido van Rossum · 22 years ago
  29. 224fc79 Add news item for _winreg fix (SF bug 851056). by Guido van Rossum · 22 years ago
  30. b5afbd0 Backport: by Guido van Rossum · 22 years ago
  31. dfea1bb backport: by Anthony Baxter · 22 years ago
  32. c4f9ad5 I think this description of bug #848614 is better. by Thomas Heller · 22 years ago
  33. 6d36d9a See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 22 years ago
  34. efd0a14 Fix (workaround, actually) for bug #844676: deselecting "show hidden" can by Jack Jansen · 22 years ago
  35. 4597758 Package Mnager error dialogs could refer to hidden packages, which was by Jack Jansen · 22 years ago
  36. ea88cc6 Added preliminary notes on creating the MacPython for Panther additions by Jack Jansen · 22 years ago
  37. deefec9 Backported from the trunk. by Jack Jansen · 22 years ago
  38. e8dd5bc Patch #849350: Update to document bool return values. by Martin v. Löwis · 22 years ago
  39. bca5b20 Fix a typo introduced at Rev 1.19.8.2 by Kurt B. Kaiser · 22 years ago
  40. 5c20156 Silence GCC warning when asserts are turned off. by Guido van Rossum · 22 years ago
  41. 34bfde9 Backport: by Kurt B. Kaiser · 22 years ago
  42. c9de825 test_guess_all_types(): Use a more robust test for checking that by Barry Warsaw · 22 years ago
  43. 3c64e7a Indented and repaired the maze of #ifdefs setting USE_RECURSION_LIMIT. by Tim Peters · 22 years ago
  44. b1b3d08 Reverted from rev 1.45.6.1 to rev 1.45: deep recursion is still part of by Tim Peters · 22 years ago
  45. f237c77 More words: gave more motivation, and added cautions about the special by Tim Peters · 22 years ago
  46. 834e2e9 Add a missing import. Closes SF # 816344. Will forward port. by Barry Warsaw · 22 years ago
  47. ca6919c SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 22 years ago
  48. d33ed28 This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 22 years ago
  49. c63a6e4 Backport checkin: Fix typo fix. by Walter Dörwald · 22 years ago
  50. e1ee18d Backport checkin: Fix typos. by Walter Dörwald · 22 years ago
  51. 9c4a694 Generator's constructor: The documentation was incorrect regarding how by Barry Warsaw · 22 years ago
  52. 717501e __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 22 years ago
  53. e00b9b5 Backport of fix for [ 765456 ]: testAFakeZlib failed on platforms that use by Just van Rossum · 22 years ago
  54. a9f3d6c Backport of fix for [ 782686 ]: new files used \r as the default line by Just van Rossum · 22 years ago
  55. 69d36ce Patch #836434: Use dlopen/dlsym on AIX if available. Also disable by Martin v. Löwis · 22 years ago
  56. fc894ea Patch #841807: Check whether a versioned libpython.so symlink is needed by Martin v. Löwis · 22 years ago
  57. 59cebed Patch #843088: Fix typos. by Martin v. Löwis · 22 years ago
  58. c61c1b4 Fix typo by Raymond Hettinger · 22 years ago
  59. 2dbd74f Set version to 2.3.3a0. by Thomas Heller · 22 years ago
  60. 6dfa10c Set version to 2.3.3a0. by Thomas Heller · 22 years ago
  61. 30288d5 Mention patch #841977: modulefinder didn't find extension modules in packages by Thomas Heller · 22 years ago
  62. fd630f5 SF #841977 - modulefinder fails to find extension modules in packages by Thomas Heller · 22 years ago
  63. 8e81b7e subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 22 years ago
  64. d7fbabe #define HAVE_MEMMOVE on the cmdline for the pyexpat project; it doesn't by Tim Peters · 22 years ago
  65. 604b120 Patch #804543: strdup saved locales. by Martin v. Löwis · 22 years ago
  66. 695461f Backport of fix for SF bug 840829, memory corruption in some cases of by Tim Peters · 22 years ago
  67. a6794ea Improve backwards compatibility code to handle True/False. by Raymond Hettinger · 22 years ago
  68. 5e4f589 add missing "if" by Fred Drake · 22 years ago
  69. 3fe64a4 SF bug #835457: Small typo in logging documentation by Raymond Hettinger · 22 years ago
  70. 784f707 Backport of 1.26: by Michael W. Hudson · 22 years ago
  71. 5cfab45 Patch #837322: Clarify owning, borrowing, stealing. by Martin v. Löwis · 22 years ago
  72. 058806e Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 22 years ago
  73. 68fa8d9 On RH10, the PIE additions to gcc mean that id() can sometimes be a very by Anthony Baxter · 22 years ago
  74. 4cef816 On RH10, the PIE additions to gcc mean that id() can sometimes be a very by Anthony Baxter · 22 years ago
  75. cc7bb58 Temporary "fix" for the fact that pbxbuild is replaced with xcodebuild by Jack Jansen · 22 years ago
  76. 8aa273f $(prefix) wasn't communicated to Mac/OSX/Makefile for all targets. Fixed. by Jack Jansen · 22 years ago
  77. 82ba889 Various fixes to make the standard applets have a correct version number, by Jack Jansen · 22 years ago
  78. 901d8aa Files used for second build of MacPython for Panther additions. by Jack Jansen · 22 years ago
  79. 51067d0 InfoPlist.strings files should be UTF-16, not plain ASCII. by Jack Jansen · 22 years ago
  80. a98d8de include bug number by Anthony Baxter · 22 years ago
  81. 9e4a3d2 note new sre algorithm by Anthony Baxter · 22 years ago
  82. 4488c9c get tests working again. partial backport of 1.46 - I fixed the by Anthony Baxter · 22 years ago
  83. 9462e74 backport of 1.56 by Anthony Baxter · 22 years ago
  84. c6ccfe1 fix comments/docstring problems related to SF bug # 821818 by Alex Martelli · 22 years ago
  85. 1090df1 fix SF bug # 812818 by Alex Martelli · 22 years ago
  86. ed7ca25 fixed wrong error checking on fcntl call as per SF bug # 821896 by Alex Martelli · 22 years ago
  87. 64e028c fixed buggy comment as per SF bug #827856 by Alex Martelli · 22 years ago
  88. 9f4ee31 fixed obvious bug in _send_header as per SF bug #831271 by Alex Martelli · 22 years ago
  89. c3d3347 Avoid giving advice that's bad for security, as per SF bug #823515 by Alex Martelli · 22 years ago
  90. 024033b clarified (in the 5.14 summary) that tests and comparisons all chain, by Alex Martelli · 22 years ago
  91. ee29c74 SF patch #834444: add versionadd to new functions by Raymond Hettinger · 22 years ago
  92. 0c857d8 Remember the scroll position when rebuilding the browser (as we do far by Jack Jansen · 22 years ago
  93. 8759ee9 Allow for the documentation to be inside PythonIDE as well as in by Jack Jansen · 22 years ago
  94. 1f980d0 - In PythonIDE, add the Tools/IDE directory as the second entry in by Jack Jansen · 22 years ago
  95. c8c6875 Two related fixes: by Jack Jansen · 22 years ago
  96. 3b34c65 [Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy by Andrew M. Kuchling · 22 years ago
  97. ede6ee8 Patch #833710: Set INSTSONAME on Solaris. by Martin v. Löwis · 22 years ago
  98. 718ea1e Patch #830858: Correct the number of is-functions. by Martin v. Löwis · 22 years ago
  99. 278dae5 Patch #785689: Use basename in usage. by Martin v. Löwis · 22 years ago
  100. 7f5b2cd Patch #787189: Explicitly define CTRL on SGI. by Martin v. Löwis · 22 years ago