1. b26b1c6 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. by Georg Brandl · 17 years ago
  2. 7d106ef Remove Calvin since he only has access to the website currently. by Neal Norwitz · 18 years ago
  3. 1e52d6b Give Calvin Spealman access for python-dev summaries. by Neal Norwitz · 18 years ago
  4. 33a0a06 Fixed ntpath.expandvars to not replace references to non-existing by Sjoerd Mullender · 18 years ago
  5. fa3d08b Add news items for the recent pybench and platform changes. by Marc-André Lemburg · 18 years ago
  6. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 18 years ago
  7. 093b670 Deprecate the sets module. by Brett Cannon · 18 years ago
  8. 6fd4549 patch #1610795: BSD version of ctypes.util.find_library, by Martin Kammerhofer. by Thomas Heller · 18 years ago
  9. 8138c26 Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions by Thomas Heller · 18 years ago
  10. a398e2d - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 18 years ago
  11. fb9d787 Change the ctypes version number to "1.1.0". by Thomas Heller · 18 years ago
  12. ab41c10 Added entry about addition of _open() method to logging.FileHandler. by Vinay Sajip · 18 years ago
  13. c913726 Added entries about removal of some bare except clauses from logging. by Vinay Sajip · 18 years ago
  14. e8330fa Add Josiah to SF for maintaining asyncore/asynchat by Neal Norwitz · 18 years ago
  15. 1f8c634 Add Collin Winter for access to update PEP 3107 by Neal Norwitz · 18 years ago
  16. 72cd02c Prevent crash on shutdown which can occur if we are finalizing by Neal Norwitz · 18 years ago
  17. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 18 years ago
  18. 7b7c9d4 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  19. 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 18 years ago
  20. a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  21. 7166232 [Rest of patch #1182394] Add ._current() method so that we can use the written-in-C .hexdigest() method by Andrew M. Kuchling · 18 years ago
  22. a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  23. 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  24. b6060db Lars asked for permission on on python-dev for work on tarfile.py by Neal Norwitz · 18 years ago
  25. 94547f7 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
  26. ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 18 years ago
  27. 76fdb8c Added news on recent changes to logging by Vinay Sajip · 18 years ago
  28. 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 18 years ago
  29. ebde149 - Fix the build of the library reference in info format. by Matthias Klose · 18 years ago
  30. b130743 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 18 years ago
  31. 87fa559 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  32. d149d0c - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 18 years ago
  33. a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 18 years ago
  34. 046c4d1 Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  35. 8609da9 Move IDLE news into NEWS.txt. by Martin v. Löwis · 18 years ago
  36. ef583a4 Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  37. 4d542ec Disable _XOPEN_SOURCE on NetBSD 1.x. Will backport to 2.5 by Martin v. Löwis · 18 years ago
  38. 25d208b Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  39. 4ebbefe Patch #1362975: Rework CodeContext indentation algorithm to by Martin v. Löwis · 18 years ago
  40. 2607e6c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
  41. 4fe4423 Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  42. 45e230a Speed up function calls into the math module by using METH_O. by Neal Norwitz · 18 years ago
  43. 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 18 years ago
  44. cffcc8b Make cStringIO.truncate raise IOError for negative by Martin v. Löwis · 18 years ago
  45. 283a135 Patch [ 1586791 ] better error msgs for some TypeErrors by Georg Brandl · 18 years ago
  46. bba003e Patch #1472877: Fix Tix subwidget name resolution. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  47. ef5fd3e Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
  48. c73a4a4 Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
  49. 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  50. 5408211 Bug #1597824: return the registered function from atexit.register() by Georg Brandl · 18 years ago
  51. 2e4fd37 Fix typo. by Walter Dörwald · 18 years ago
  52. 45cd4ff Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 18 years ago
  53. 36cbc08 Patch #1359217: Ignore 2xx response before 150 response. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  54. 056dac1 Bug #1067760: Deprecate passing floats to file.seek. by Martin v. Löwis · 18 years ago
  55. 065f0c8 Patch #1355023: support whence argument for GzipFile.seek. by Martin v. Löwis · 18 years ago
  56. 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 18 years ago
  57. 77c7ac2 Reword entry by Andrew M. Kuchling · 18 years ago
  58. 978d828 [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash by Andrew M. Kuchling · 18 years ago
  59. b5686da [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk by Andrew M. Kuchling · 18 years ago
  60. a3e5d37 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 18 years ago
  61. 038cad7 Patch #1592250: Add elidge argument to Tkinter.Text.search. by Martin v. Löwis · 18 years ago
  62. b2bba73 Patch #838546: Make terminal become controlling in pty.fork(). by Martin v. Löwis · 18 years ago
  63. 5361e9a Patch #1351744: Add askyesnocancel helper for tkMessageBox. by Martin v. Löwis · 18 years ago
  64. a346c09 News entry for 52662. by Martin v. Löwis · 18 years ago
  65. 85dbec6 Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  66. 5310e50 - Patch #1060577: Extract list of RPM files from spec file in by Martin v. Löwis · 18 years ago
  67. b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  68. 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  69. 3354f28 Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. by Georg Brandl · 18 years ago
  70. 5addf70 Bug #1586448: the compiler module now emits the same bytecode for by Georg Brandl · 18 years ago
  71. 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
  72. 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 18 years ago
  73. 2756278 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  74. 112d1a6 Modulefinder now handles absolute and relative imports, including tests. by Thomas Heller · 18 years ago
  75. df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  76. ee82c0e Patch #1567274: Support SMTP over TLS. by Martin v. Löwis · 18 years ago
  77. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  78. 1b2f627 - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  79. aac1316 Add check for the PyArg_ParseTuple format, and declare it if it is supported. by Martin v. Löwis · 18 years ago
  80. d2ea4a2 ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  81. fefbc20 Forward-port r52358: by Martin v. Löwis · 18 years ago
  82. d80e0c8 Fix turtle so that you can launch the demo2 function on its own instead of only by Brett Cannon · 18 years ago
  83. 012bc72 Bug #1567666: Emulate GetFileAttributesExA for Win95. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  84. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
  85. c9e82f6 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  86. cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 18 years ago
  87. 2c1375c Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
  88. 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  89. a4c8e32 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 18 years ago
  90. d076153 Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
  91. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  92. 412a9ea Patch #1572724: fix typo ('=' instead of '==') in _msi.c. by Georg Brandl · 18 years ago
  93. 9999479 Add news item for rev. 52211 change by Andrew M. Kuchling · 18 years ago
  94. b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 18 years ago
  95. 846f73a Add missing NEWS entry for rev. 52129. by Georg Brandl · 18 years ago
  96. 8b27426 Add MSVC8 project files to create wininst-8.exe. by Martin v. Löwis · 18 years ago
  97. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  98. 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  99. 373d90b Convert test_imp over to unittest. by Brett Cannon · 18 years ago
  100. ebe2670 Fix test for uintptr_t. Fixes #1568842. Will backport. by Martin v. Löwis · 18 years ago