1. 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 18 years ago
  2. 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 18 years ago
  3. 25f58f6 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  4. fa713e1 - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 18 years ago
  5. 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  6. 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  7. 9147f7e Disable _XOPEN_SOURCE on NetBSD 1.x. by Martin v. Löwis · 18 years ago
  8. 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  9. 2396f4c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
  10. 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  11. 0e64202 Patch #1472877: Fix Tix subwidget name resolution. by Martin v. Löwis · 18 years ago
  12. e350c84 Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
  13. ce9212f Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
  14. 830358a Remove locking of individual message files in MH.pack(). by Andrew M. Kuchling · 18 years ago
  15. dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  16. 962e431 Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 18 years ago
  17. 867ef13 Patch #1359217: Ignore 2xx response before 150 response. by Martin v. Löwis · 18 years ago
  18. 7ea928c [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash by Andrew M. Kuchling · 18 years ago
  19. bb876b9 [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk by Andrew M. Kuchling · 18 years ago
  20. d52a0b8 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 18 years ago
  21. 3f63454 Patch #838546: Make terminal become controlling in pty.fork(). by Martin v. Löwis · 18 years ago
  22. a1e3422 Correctly forward exception in instance_contains(). by Martin v. Löwis · 18 years ago
  23. a3ce6aa Backport 52621: Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  24. 56602a1 Patch #1060577: Extract list of RPM files from spec file in bdist_rpm by Martin v. Löwis · 18 years ago
  25. 5e9f94a Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  26. c68d2cc Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  27. 2527f7f Patch #1583880: fix tarfile's problems with long names and posix/ by Georg Brandl · 18 years ago
  28. 2a5a302 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
  29. 2f0940b Backport 52504: by Neal Norwitz · 18 years ago
  30. a35f8e0 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  31. a0a50fe WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  32. ff9e7ab [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
  33. 7d1d540 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 18 years ago
  34. 3d6a834 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  35. 5f95870 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 18 years ago
  36. 62e5804 [Backport of r52452] by Martin v. Löwis · 18 years ago
  37. 920fa6a Remove passwd.adjunct.byname from list of maps for test_nis. by Martin v. Löwis · 18 years ago
  38. 63a9b8b - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  39. dcbf64d ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  40. ca362b6 Forward-port r52358: by Martin v. Löwis · 18 years ago
  41. 2c7aa63 Bug #1567666: Emulate GetFileAttributesExA for Win95. by Martin v. Löwis · 18 years ago
  42. 6abebb2 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  43. dd4c398 Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
  44. 3c48709 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  45. 8984370 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 18 years ago
  46. f0db92a Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
  47. 463a42b Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  48. 7444eda Patch #1572724: fix typo ('=' instead of '==') in _msi.c. by Georg Brandl · 18 years ago
  49. 0037300 [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. by Andrew M. Kuchling · 18 years ago
  50. f4fe46d Backport from trunk r52223: by Hye-Shik Chang · 18 years ago
  51. a5fe3ef Fix #1569998: no break inside try statement (outside loop) allowed. by Georg Brandl · 18 years ago
  52. 74284b9 Patch #1542451: fix crash with continue in nested try/finally by Georg Brandl · 18 years ago
  53. d79524a [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK by Andrew M. Kuchling · 18 years ago
  54. 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  55. 10525ad Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  56. da70fd1 Fix test for uintptr_t. Fixes #1568842. by Martin v. Löwis · 18 years ago
  57. 0988904 Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 18 years ago
  58. 1206a93 Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
  59. 6d7c363 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  60. 7037745 Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
  61. 9c9a9ab Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
  62. ad4e11e Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 18 years ago
  63. 506cc18 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  64. af4337a Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  65. bbcb281 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
  66. 6fed793 fix: DB.stat flags and txn keyword arguments were backwards. by Gregory P. Smith · 18 years ago
  67. c57221e Backport rev. 51972: by Georg Brandl · 18 years ago
  68. 934c90d Backport rev. 51971: by Georg Brandl · 18 years ago
  69. edd81b2 Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  70. a6b9ce1 Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  71. 1f21578 Fix webbrowser.BackgroundBrowser on Windows. (backport from rev. 51991) by Georg Brandl · 18 years ago
  72. 6cc16be added itertools.count(-n) fix by Jack Diederich · 18 years ago
  73. c70e003 Backport of fix to allow exception instances to be sliced once again. by Brett Cannon · 18 years ago
  74. 2d8697f Preparing for 2.5 final. by Anthony Baxter · 18 years ago
  75. 72345f2 remove 2.5 final section from NEWS.txt until after rc2 (reduced confusion) by Anthony Baxter · 18 years ago
  76. 2d4183c preparing for 2.5c2 by Anthony Baxter · 18 years ago
  77. 0bcafac Building with HP's cc on HP-UX turned up a couple of problems. by Neal Norwitz · 18 years ago
  78. 48829ba As mentioned on python-dev, reverting patch #1504333 because it introduced by Neal Norwitz · 18 years ago
  79. 2e488fd Add NEWS entries for ctypes backports. by Neal Norwitz · 18 years ago
  80. 19d76c5 Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. by Brett Cannon · 18 years ago
  81. 62f19e4 Backport inspect.py fix from rev 51803 by Nick Coghlan · 18 years ago
  82. 137ae0c Backport from trunk r51737: by Hye-Shik Chang · 18 years ago
  83. d1b1b8c8 Fixed bug #1531862: Do not close standard file descriptors in subprocess. by Gustavo Niemeyer · 18 years ago
  84. 8a230b5 Backport bug fix for SF bug report #1546372. by Marc-André Lemburg · 18 years ago
  85. 4dc0952 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago
  86. ecab623 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 18 years ago
  87. 37a9e57 Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
  88. b20cb33 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago
  89. f3ce2ab Revert 51759 because it broke all the buildbots by Neal Norwitz · 18 years ago
  90. 63d675c Backporting fix for bug #1531862, committed in 51758, into 2.5, by Gustavo Niemeyer · 18 years ago
  91. d735779 Fixing an improperly escaped grep in .spec file, pointed out by Neal Norwitz. by Sean Reifscheider · 18 years ago
  92. 9a24479 Add another NEWS entry for a fix already in 2.5c1 by Neal Norwitz · 18 years ago
  93. 24b6f20 Add some NEWS for fixes already in 2.5c1 by Neal Norwitz · 18 years ago
  94. 3b3aae0 Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  95. 541a48b Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  96. 716692f Backport fix from 51683. by Neal Norwitz · 18 years ago
  97. 7ae5f29 Backport fix for SF bug #1550714, itertools.tee raises SystemError by Neal Norwitz · 18 years ago
  98. 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 18 years ago
  99. 8dc71f2 This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 18 years ago
  100. d3da7d3 Fix SF bug #1546288, crash in dict_equal by Neal Norwitz · 18 years ago