1. f31bd45 Added instructions on setting the proxy host. by Jack Jansen · 21 years ago
  2. 2c24d42 Fixes bug of having default argument for TimeRE's __init__ that caused the by Brett Cannon · 21 years ago
  3. 9a71475 Fix [ 776721 ] locale.setlocale() leaks by Mark Hammond · 21 years ago
  4. 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 21 years ago
  5. 98741af Bump release number. by Fred Drake · 21 years ago
  6. 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 21 years ago
  7. e004041 Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. by Jack Jansen · 21 years ago
  8. 6145a62 1. Python Bug 775541: Calltips error when docstring is None. Introduced by Kurt B. Kaiser · 21 years ago
  9. a378864 Fix representation of ^= operator in __ixor__() documentation. by Fred Drake · 21 years ago
  10. 18452a4 MacPython-OS9 has its own copy of the interrupt handling code. Added PyErr_SetInterrupt() here too. by Jack Jansen · 21 years ago
  11. 1fb83c1 Don't force boot-disk-only install, for reasons unknown it causes more by Jack Jansen · 21 years ago
  12. dffeaf4 Scripts runs with pythonw no longer had full window manager access due by Jack Jansen · 21 years ago
  13. 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 21 years ago
  14. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 21 years ago
  15. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 21 years ago
  16. d1deac0 Fix error in test of not comparing against 0 item of a list by Brett Cannon · 21 years ago
  17. c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 21 years ago
  18. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  19. fac083d Patch 775605: Cygwin pthread_sigmask() workaround patch by Jason Tishler · 21 years ago
  20. 5d6ceb4 more generic reference to python interpreter by Skip Montanaro · 21 years ago
  21. 12cb99b Various tweaks to make the packages work better. Still not 100%, though. by Jack Jansen · 21 years ago
  22. f753816 Files used for the 2.3rc1+ binary installer. This one has the size problem by Jack Jansen · 21 years ago
  23. 88821f7 Important usability fix in itertools documentation. by Raymond Hettinger · 21 years ago
  24. 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 21 years ago
  25. f1c9869 Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 21 years ago
  26. 644a08c Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 21 years ago
  27. 700c890 Avoid a few 301 permanent redirects. Part of SF patch #773007. by Fred Drake · 21 years ago
  28. ef13949 Avoid a 301 permanent redirect. Part of SF patch #773007. by Fred Drake · 21 years ago
  29. e3ea281 readerThread(): Add max_retries to both DeadlockWrap() calls. This by Barry Warsaw · 21 years ago
  30. 40b2e83 We erronuously re-used the pimpinstaller object if there were multiple installs. by Jack Jansen · 21 years ago
  31. a7203d1 Because plistlib doesn't catch all possible errors that can by Jack Jansen · 21 years ago
  32. 749f481 Backport from r23c1-branch: by Jack Jansen · 21 years ago
  33. e676c5e test01_join(): Fix a test failure when run with "python -O". The by Barry Warsaw · 21 years ago
  34. f239c6d Repair mis-application of Jeremy's patch. Thanks, Neal! by Fred Drake · 21 years ago
  35. 01a4312 Added note about the pyexpat memory leak fix. by Fred Drake · 21 years ago
  36. 7b6caff Fix memory leak reported & discussed on the Python XML-SIG mailing list. by Fred Drake · 21 years ago
  37. 55512dc Clarify a statement regarding both shared and static library. by Fred Drake · 21 years ago
  38. 6c49709 Merge the old dumbdbm documetation into the new docs that have been added. by Fred Drake · 21 years ago
  39. 6a62725 Merge 23c1-branch back into the head. Barry will send email about the by Tim Peters · 21 years ago
  40. 0ceb9b1 Change \code to \verb, because TeX merges the two dashes into a by Andrew M. Kuchling · 21 years ago
  41. d71a551 Minor typo by Barry Warsaw · 21 years ago
  42. 476fcae SF bug #774411: Typo in socket documentation by Raymond Hettinger · 21 years ago
  43. 6601b13 Corrected release date for 2.3c1. by Tim Peters · 21 years ago
  44. 0dc4b10 For my convenience in building installers, added a makes-sense-on-my-box by Tim Peters · 21 years ago
  45. b434d49 Oh, well. by Jeremy Hylton · 21 years ago
  46. 0ed18c2 Forgot the release date. by Jeremy Hylton · 21 years ago
  47. 6a66a68 This commit was manufactured by cvs2svn to create tag 'r23c1'. by cvs2svn · 21 years ago
  48. 6d58bf6 Repair operator error. by Jeremy Hylton · 21 years ago
  49. bdf3b50 SF patch 773476: NameError when there are no prefixes. by Jeremy Hylton · 21 years ago
  50. a920a88 up the b/w compatibility requirement to 2.2 by Just van Rossum · 21 years ago
  51. 969a700 Make sure mimetypes is reinitialized before running the tests. by Jeremy Hylton · 21 years ago
  52. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 21 years ago
  53. 95be8bd Add introductory paragraphs by Andrew M. Kuchling · 21 years ago
  54. 6e73f9e Add a few more items by Andrew M. Kuchling · 21 years ago
  55. 8744f12 Complete the rewrite pass; add a few more items; bump version number to 0.90; remove comment about draft status by Andrew M. Kuchling · 21 years ago
  56. 8aca417 The rest of the news. by Jeremy Hylton · 21 years ago
  57. ed86003 SF patch 764470 by Jeremy Hylton · 21 years ago
  58. fa2d0eb Update version label by Jeremy Hylton · 21 years ago
  59. ca9e21c Partial progress on NEWS. by Jeremy Hylton · 21 years ago
  60. dabc37c SF bug 770601. by Jeremy Hylton · 21 years ago
  61. fb509a3 Get socketmodule compiling on IRIX 6.5.10. by Jeremy Hylton · 21 years ago
  62. 7f7e137 fix for bug 773020 - splitting PATH should use os.pathsep by Skip Montanaro · 21 years ago
  63. bd9f520 Reflow long line. by Jeremy Hylton · 21 years ago
  64. afd43b5 Remove inaccurate (and it turns out, entirely superfluous) declarations of by Michael W. Hudson · 21 years ago
  65. 7a6b4f0 more markup chages by Fred Drake · 21 years ago
  66. 032fffe Remove unused variable. by Jeremy Hylton · 21 years ago
  67. 0106e1d Include the GNU info format in the edist target since we're now by Fred Drake · 21 years ago
  68. 8836e56 - remove mention of the isprivate flag, since that isn't directly by Fred Drake · 21 years ago
  69. 2d4e988 back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests by Just van Rossum · 21 years ago
  70. 29dfcd1 Bump the release number to 2.3c1. by Tim Peters · 21 years ago
  71. 943277e Minor corrections. by Raymond Hettinger · 21 years ago
  72. e9a92aa Patch from John Anderson to enable VC 7.1 support. by Jeremy Hylton · 21 years ago
  73. de7cdb2 - put the GNU info packages in the same place as everything else by Fred Drake · 21 years ago
  74. e5f15ff - update the list of documents for which GNU info is built by Fred Drake · 21 years ago
  75. 7262ca8 Bump version numbers. by Fred Drake · 21 years ago
  76. ea690c4 - improve the description of how user-defined method by Fred Drake · 21 years ago
  77. 38d7c1b Note that Unicode strings are now supported in sys.path. SF patch #764594. by Fred Drake · 21 years ago
  78. e8e241b Make the howto document class work properly with the pypaper.sty by Fred Drake · 21 years ago
  79. af4c505 Remove code that tried to warn about shadowing builtin names after a by Neil Schemenauer · 21 years ago
  80. 7555294 Remove code that tried to warn about shadowing builtin names after a by Neil Schemenauer · 21 years ago
  81. bfa6872 Zap the C API subsection altogether for now. It's not actually usable from by Skip Montanaro · 21 years ago
  82. aa9b39f Mention list.index; more small textual changes by Andrew M. Kuchling · 21 years ago
  83. c760c6c Add reminder list of things to document; mention sys.getcheckinterval() and socket.timeout exception by Andrew M. Kuchling · 21 years ago
  84. 6c733d3 Add mmap bugfix; typo and grammar fixes by Andrew M. Kuchling · 21 years ago
  85. 2491cd9 expose the C API subsection which was hidden from LaTeX in a comment. In by Skip Montanaro · 21 years ago
  86. 4d6e8fe Clarify the lack of relationship between rich comparison operators. by Raymond Hettinger · 21 years ago
  87. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 21 years ago
  88. 853276e Lots of markup cleanups to avoid warnings from the GNU info generation; by Fred Drake · 21 years ago
  89. 788617f Remove \versionchanged; the text was too complex for the GNU info by Fred Drake · 21 years ago
  90. f75d9fc Remove stray comments. by Jeremy Hylton · 21 years ago
  91. 1c7a0ea Remove unnecessary check in tests for slots allowed. by Jeremy Hylton · 21 years ago
  92. 2cd7731 Minor text changes; update bug/patch count (quite a jump!) by Andrew M. Kuchling · 21 years ago
  93. bd5fdd9 Make it easier to figure out the where a menuselection starts and ends by Fred Drake · 21 years ago
  94. a66b6c1 Cygwin instructions: by Fred Drake · 21 years ago
  95. bac1ea9 More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  96. d24c767 A variety of markup-level adjustments. by Fred Drake · 21 years ago
  97. 46f681c Discussion of signatures for unicode.translate() and str.translate() by Raymond Hettinger · 21 years ago
  98. 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 21 years ago
  99. 83325e9 Fix faulty doctests. There is no results attribute. by Raymond Hettinger · 21 years ago
  100. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 21 years ago