1. c13324e Grammar fix by Andrew M. Kuchling · 18 years ago
  2. 574cfea Add NEWS item mentioning the reverted distutils version number patch. by Marc-André Lemburg · 18 years ago
  3. b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 18 years ago
  4. f9b5b8e Wording/typo fixes by Andrew M. Kuchling · 18 years ago
  5. b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 18 years ago
  6. 5817959 news entry for 51307 by Anthony Baxter · 18 years ago
  7. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  8. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 18 years ago
  9. b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
  10. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 18 years ago
  11. bf8c195 Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries. by Neal Norwitz · 18 years ago
  12. 7a1af77 Patch #1536071: trace.py should now find the full module name of a by Georg Brandl · 18 years ago
  13. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 18 years ago
  14. 1ce433e News item for rev 51281. by Thomas Heller · 18 years ago
  15. 757ea27 Readd NEWS items that were accidentally removed by r51276. by Marc-André Lemburg · 18 years ago
  16. 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 18 years ago
  17. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  18. 4c73177 Update purify doc some. by Neal Norwitz · 18 years ago
  19. 56423e5 Fix segfault when doing string formatting on subclasses of long if by Neal Norwitz · 18 years ago
  20. 1872b1c Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots by Neal Norwitz · 18 years ago
  21. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  22. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 18 years ago
  23. 0a7d1bb logging's atexit hook now runs even if the rest of the module has by Georg Brandl · 18 years ago
  24. 368c155 Add Chris McDonough (latest cgi.py patch) by Georg Brandl · 18 years ago
  25. 003c9e2 Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). by Neal Norwitz · 18 years ago
  26. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  27. c69ac25 Fix title -- it's rc1, not beta3. by Guido van Rossum · 18 years ago
  28. 133f4e4 News item for SF bug 1112549. by Guido van Rossum · 18 years ago
  29. ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 18 years ago
  30. ab1049c memcmp() can return values other than -1, 0, and +1 but tp_compare must not. by Thomas Heller · 18 years ago
  31. 16ee33a test_threading now skips testing alternate thread stack sizes on by Andrew MacIntyre · 18 years ago
  32. 7e3ba2a Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 18 years ago
  33. 9908d16 Bug #1535182: really test the xreadlines() method of bz2 objects. by Georg Brandl · 18 years ago
  34. 212b587 Patch #1534922: correct and enhance unittest docs. by Georg Brandl · 18 years ago
  35. e6c9f98 Fix #1530559, struct.pack raises TypeError where it used to convert. by Bob Ippolito · 18 years ago
  36. db7b443 Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. by Thomas Heller · 18 years ago
  37. 1798489 Fix #1530448 - fix ctypes build failure on solaris 10. by Thomas Heller · 18 years ago
  38. 74d36f0 On Windows, make PyErr_Warn an exported function again. by Thomas Heller · 18 years ago
  39. e9462c7 Change fix for segfaulting property(), add a NEWS entry and a test. by Georg Brandl · 18 years ago
  40. 06ded09 Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. by Neil Schemenauer · 18 years ago
  41. 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 18 years ago
  42. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 18 years ago
  43. ff4b63b Bug #1531405, format_exception no longer raises an exception if by Neal Norwitz · 18 years ago
  44. 961b91b Correction of patch #1455898: In the mbcs decoder, set final=False by Martin v. Löwis · 18 years ago
  45. 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
  46. 30eb966 Add some explanation about Klocwork and Coverity static analysis by Neal Norwitz · 18 years ago
  47. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 18 years ago
  48. c5e060d _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. by Neal Norwitz · 18 years ago
  49. 26cad08 This fixes bug #1527397: PythonLauncher runs scripts with the wrong working by Ronald Oussoren · 18 years ago
  50. 07fec3a os.urandom no longer masks unrelated exceptions like SystemExit or by Georg Brandl · 18 years ago
  51. 0907f4d Drop usage of test -e in configure as it is not portable. by Martin v. Löwis · 18 years ago
  52. 7762158 Mention Cygwin in distutils error message about a missing VS 2003. by Martin v. Löwis · 18 years ago
  53. 1f30c37 Base __version__ on sys.version_info, as distutils is by Martin v. Löwis · 18 years ago
  54. 4e67838 Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866. by Martin v. Löwis · 18 years ago
  55. e34ac7c Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 18 years ago
  56. f71ec5a Bug #1515471: string.replace() accepts character buffers again. by Neal Norwitz · 18 years ago
  57. 07aadb1 Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). by Neal Norwitz · 18 years ago
  58. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  59. fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
  60. 5391216 update target version number by Fred Drake · 18 years ago
  61. edd9b0d Bug #1441397: The compiler module now recognizes module and function by Georg Brandl · 18 years ago
  62. 1393d6a Patch #1529514: More openbsd platforms for ctypes. by Thomas Heller · 18 years ago
  63. 84b7d3a Fix svn merge spew. by Phillip J. Eby · 18 years ago
  64. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 18 years ago
  65. 4793aa3 Patch #1529686: also run test_email_codecs with regrtest.py. by Georg Brandl · 18 years ago
  66. ec92650 Allow socketmodule to compile on NetBSD -current, whose bluetooth API by Matt Fleming · 18 years ago
  67. 641cddf - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename by Gregory P. Smith · 18 years ago
  68. 9cab593 News about the repaired memory leak in defaultdict. by Tim Peters · 18 years ago
  69. 6f68147 Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally by Tim Peters · 18 years ago
  70. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 18 years ago
  71. 6cea7d7 Amend news entry. by Georg Brandl · 18 years ago
  72. 3e246a8 News for patch #1529686. by Tim Peters · 18 years ago
  73. 997ceff Bump distutils version to 2.5, as several new features by Martin v. Löwis · 18 years ago
  74. bc24eee Bug #1521947: possible bug in mystrtol.c with recent gcc. by Tim Peters · 18 years ago
  75. 10c2b55 Put news item in right section by Andrew M. Kuchling · 18 years ago
  76. 93c928e Minor grammar fix by Andrew M. Kuchling · 18 years ago
  77. 55b0a0e [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of mvwgetnstr(); it was conditionalized a few lines below. Fix from Paul Eggert. I also tried out the STRICT_SYSV_CURSES case and am therefore removing the 'untested' comment. by Andrew M. Kuchling · 18 years ago
  78. 9298eff Bug #978833: Really close underlying socket in _socketobject.close. by Martin v. Löwis · 18 years ago
  79. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 18 years ago
  80. cf0c172 NEWS entry for #1525766. by Georg Brandl · 18 years ago
  81. 9815f8b Hmm, only python2.x is installed, not plain python. Did that change recently? by Neal Norwitz · 18 years ago
  82. 3075e16 Fix bug #1517990: IDLE keybindings on OSX by Ronald Oussoren · 18 years ago
  83. f23ad3d Add comment for changes to test_ossaudiodev. by Brett Cannon · 18 years ago
  84. 2b2d297 Revert incomplete checkin. by Martin v. Löwis · 18 years ago
  85. e093a3a Bug #978833: Really close underlying socket in _socketobject.close. by Martin v. Löwis · 18 years ago
  86. 0b48303 Bug #1525817: Don't truncate short lines in IDLE's tool tips. by Martin v. Löwis · 18 years ago
  87. c13c34c Patch #1515343: Fix printing of deprecated string exceptions with a by Georg Brandl · 18 years ago
  88. ced52a9 Patch #1523356: fix determining include dirs in python-config. by Georg Brandl · 18 years ago
  89. 982e9fe Bug #1524310: Properly report errors from FindNextFile in os.listdir. by Martin v. Löwis · 18 years ago
  90. d22968a Patch #1232023: Don't include empty path component from registry, by Martin v. Löwis · 18 years ago
  91. bda0dde Patch #1448199: Release GIL around ConnectRegistry. by Martin v. Löwis · 18 years ago
  92. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 18 years ago
  93. b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 18 years ago
  94. e1fdb32 Handle allocation failures gracefully. Found with failmalloc. by Neal Norwitz · 18 years ago
  95. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 18 years ago
  96. 426f4a1 Patch #1524429: Use repr instead of backticks again. by Martin v. Löwis · 18 years ago
  97. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 18 years ago
  98. c5e3d8a Add missing NEWS item (#1522771) by Georg Brandl · 18 years ago
  99. e756310 Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static analysis tool. by Neal Norwitz · 18 years ago
  100. 84be93b Bug #1512814, Fix incorrect lineno's when code within a function by Neal Norwitz · 18 years ago