1. 0eb1115 Fix for SF byg [ #420304 ] getattr function w/ default by Jeremy Hylton · 23 years ago
  2. 3ce4538 Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. by Jeremy Hylton · 23 years ago
  3. 5121e7d Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
  4. 15c1c4f Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
  5. e3c37d6 Ugly fix used when pyexpat is not available. by Jeremy Hylton · 23 years ago
  6. 3c19ec4 Fix when pyexpat not built by Jeremy Hylton · 23 years ago
  7. 0b8de98 Temporarily work around bug #445928: Force usage of getaddrinfo emulation by Martin v. Löwis · 23 years ago
  8. 3bd071e Patch #442866: Tests for codeop.py. by Martin v. Löwis · 23 years ago
  9. 27c430e Patch #445538: add completion for pstats.py sort cmd. by Martin v. Löwis · 23 years ago
  10. a1fd050 Add a dialog for the backup directory (default "yes I want one, and by Tim Peters · 23 years ago
  11. 6ea8baa Now stop distutils and xml from getting *too* much (like .pyc files). by Tim Peters · 23 years ago
  12. 8d8e7a3 Do convert_path() on script paths (now PyXML builds out of the box under MacOS.) by Just van Rossum · 23 years ago
  13. 8e02fb1 Repair long-standing mistakes in the distutils and xml installations: by Tim Peters · 23 years ago
  14. 412e458 Remove Lib\plat-win from PYTHONPATH; that directory went away a year ago. by Tim Peters · 23 years ago
  15. d8c7da4 Don't prompt for the doc (HTML) directory anymore (just assume ..\html). by Tim Peters · 23 years ago
  16. 4670b3a Whew -- I *think* this completes folding in all the new-in-8.1 stuff. by Tim Peters · 23 years ago
  17. 4e9a00e Ewwww -- the 8.1 support for rolling back changes in case the user aborts by Tim Peters · 23 years ago
  18. 0097bae Add oodles more 8.1 Wizard boilerplate. This creates lots of vrbls we by Tim Peters · 23 years ago
  19. 386b7a3 Add version resource info to installer .exe. by Tim Peters · 23 years ago
  20. 6307bb8 Folding some Wizard boilerplate back in, created in new Wise projects but by Tim Peters · 23 years ago
  21. e7b2a27 Updated to Wise 8.14 (web update). by Tim Peters · 23 years ago
  22. 43211ec Make some adjustments to the markup, and fix up some style-guide issues. by Fred Drake · 23 years ago
  23. db642c6 Woo hoo! Relative paths! This is, alas, partly braindead: When the new by Tim Peters · 23 years ago
  24. 50e278e Convert from Wise version 5.0 to 8.1. Gotta hand it to 'em! 8.1 imported by Tim Peters · 23 years ago
  25. 70195da Patch #443337: Fix incompatibilities in imputil's behavior. by Martin v. Löwis · 23 years ago
  26. d3011cd Remove usage of strop module. by Martin v. Löwis · 23 years ago
  27. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  28. 9544fc5 Squash compiler wng about mixing signed and unsigned in comparison. by Tim Peters · 23 years ago
  29. faa7f11 Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't work by Tim Peters · 23 years ago
  30. 63ce5af Added the -X/--no-docstrings flag which takes a filename containing a by Barry Warsaw · 23 years ago
  31. 702d08e Fix buffer_info() docstring to match reality. See SF bug #444842. by Guido van Rossum · 23 years ago
  32. b4a7db7 config.h renamed to pyconfig.h by Jack Jansen · 23 years ago
  33. 8d2f3d6 ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero. by Jack Jansen · 23 years ago
  34. 33dc0a1 One more crack at join(): stop trying to pretend this isn't a mass of by Tim Peters · 23 years ago
  35. 4223f89 Change ntpath.join() so that join("d:/", "/whatever") returns by Tim Peters · 23 years ago
  36. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  37. bd2e3b0 Document the PYTHONY2K environment variable that had been left out of this list. by Fred Drake · 23 years ago
  38. 54f6509 Typo fix. by Greg Ward · 23 years ago
  39. 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
  40. 7cf92fa Add backwards compatibility. by Marc-André Lemburg · 23 years ago
  41. ae21df5 Undoing the UCS-4 patch addition which caused unichr() to return by Marc-André Lemburg · 23 years ago
  42. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  43. 4eb5940 Untabify IPv6 changes. by Martin v. Löwis · 23 years ago
  44. 2e441f7 Fix a denial-of-service attack, SF bug #443120. by Guido van Rossum · 23 years ago
  45. 7cf7e7e Undo revision 1.7: always mangle a #! line containing "python" to point by Greg Ward · 23 years ago
  46. e628a2f Don't "import *" from stat at all -- just import what's needed, and by Greg Ward · 23 years ago
  47. 41d7d58 trivial rewording in footnote 5. by Skip Montanaro · 23 years ago
  48. 80d1dd5 Fix for bug #444493: u'\U00010001' segfaults with current CVS on wide builds. by Marc-André Lemburg · 23 years ago
  49. 784d3df Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in, by Martin v. Löwis · 23 years ago
  50. 1669669 Remove unused imports from previous checkin. by Martin v. Löwis · 23 years ago
  51. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  52. d61e3ea Add entry for the new distutils section. by Fred Drake · 23 years ago
  53. 4fefcc3 Overview comments for the distutils package, with links to the distutils by Fred Drake · 23 years ago
  54. f1b3de8 Add labels to all \section and \subsection headings for use in references. by Fred Drake · 23 years ago
  55. 5bb6ff9 Changed findertools.move() to move() in movetotrash. by Jack Jansen · 23 years ago
  56. 7aeb6ef Use HAVE_SNPRINTF, not HAVE_SPRINTF, for checking the availability of snprintf. by Thomas Wouters · 23 years ago
  57. 3db5b8c Patch #443669: Permit _tkinter to build on cygwin32. by Martin v. Löwis · 23 years ago
  58. 791bfda Autocheck for snprintf, and use sprintf if it is not available. by Martin v. Löwis · 23 years ago
  59. c547b46 Be more specific about corner cases in the description of the $ RE syntax, by Fred Drake · 23 years ago
  60. 5e9eb98 Oh, ok, so plainpager is probably marginally better. by Fred Drake · 23 years ago
  61. 0a66fcb If $TERM is "dumb" or "emacs", just dump the text instead of trying to run by Fred Drake · 23 years ago
  62. 6fd3b22 When explaining the enterabs() method, using the modern spelling of apply(), by Fred Drake · 23 years ago
  63. 6fdb90c Remove self-reference from the anydbm module. This closes SF patch #443788. by Fred Drake · 23 years ago
  64. 8a2adcf Typo: Added missing "if". This is part of SF patch #442788. by Fred Drake · 23 years ago
  65. c046e97 Add StopIteration to the list of exceptions *not* derived from StandardError. by Fred Drake · 23 years ago
  66. 63bc2e0 Convert the use of apply(f, args) to the new spelling: f(*args). by Fred Drake · 23 years ago
  67. 649414c Fix typo in comment. by Neil Schemenauer · 23 years ago
  68. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  69. f973c6d Make this test work under Windows as well. by Fred Drake · 23 years ago
  70. 99e87f9 Test for the "glob" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  71. 03897ea Patch number #422106 by Greg Ball, to fix segmentation fault in sys.displayhook. by Moshe Zadka · 23 years ago
  72. 8fcc8e1 Alex Coventry (SF patch 441791). by Guido van Rossum · 23 years ago
  73. f48f11c SF Patch #441791, with changes: when "import foo.bar" fails with an by Guido van Rossum · 23 years ago
  74. fa712ca Whitespace normalization. by Tim Peters · 23 years ago
  75. fe36fc9 Before declaring h_errno, do not check for Win32 only. Instead, do check by Martin v. Löwis · 23 years ago
  76. 4c81d60 Tests for the "commands" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
  77. 1586136 New tests by Nick Mathewson, for the fpformat module. by Fred Drake · 23 years ago
  78. 9db2f57 Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access sa_family. by Martin v. Löwis · 23 years ago
  79. b5c61a8 Leave the Inno script in better shape. Added registration of .py etc by Tim Peters · 23 years ago
  80. c7cdc63 Set ai_addrlen even if there is no sa_len. by Martin v. Löwis · 23 years ago
  81. 2d8d427 Patch #401196: IPv6 extensions to the socket module. by Martin v. Löwis · 23 years ago
  82. b7cea63 Add item about the new xml.sax.saxutils.quoteaddr() function. by Fred Drake · 23 years ago
  83. ba247a6 updated about info for 0.8.1 release by Steven M. Gava · 23 years ago
  84. 88ff736 new material for 0.8.1 release by Steven M. Gava · 23 years ago
  85. c925b153 Silence warnings in MSVC++: hide unused variables, add constness back to by Martin v. Löwis · 23 years ago
  86. 20f51a7 Get started on 2.2a2 NEWS. by Tim Peters · 23 years ago
  87. 1377594 On WIndows, skip the part of test_dircache that can't work on Windows. by Tim Peters · 23 years ago
  88. 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
  89. 3332778 Corrected a section reference (title was wrong). by Fred Drake · 23 years ago
  90. 88fdaa7 Typo: PyArgs_ParseTuple --> PyArg_ParseTuple by Fred Drake · 23 years ago
  91. 6d98855 Added information on Py_BuildValue(). by Fred Drake · 23 years ago
  92. 7f5296e Make the add*() helper functions more robust for use after intialization by Fred Drake · 23 years ago
  93. 5a3e4cb Patch #429442 from Jason Tishler: Corrects sys.platform and by Andrew M. Kuchling · 23 years ago
  94. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  95. f69868f Add a missing "\" to the markup. by Fred Drake · 23 years ago
  96. cd694c4 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  97. 0f715d2 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  98. 27eebb8 Use string.ascii_letters instead of string.letters. Remove unused import. by Fred Drake · 23 years ago
  99. 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
  100. a6d2a04 More Unicode corrections from MAL to match a post-2.2a1 change by Andrew M. Kuchling · 23 years ago