1. e471317 Backport trunk revision 53527: by Thomas Wouters · 17 years ago
  2. b8c6e1f [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used by Andrew M. Kuchling · 17 years ago
  3. bb6a0ed Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295. by Peter Astrand · 17 years ago
  4. 962e916 Patch #1627441: close sockets properly in urllib2. (backport from rev. 53511) by Georg Brandl · 17 years ago
  5. 8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin by Georg Brandl · 17 years ago
  6. 9d179ce Prefix AST symbols with _Py_. Fixes #1637022. by Martin v. Löwis · 17 years ago
  7. eb68188 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. by Georg Brandl · 17 years ago
  8. dcb6eba Bug #1610795: ctypes.util.find_library works now on BSD systems. by Thomas Heller · 17 years ago
  9. 9e031c7 - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 17 years ago
  10. 5131925 Change the ctypes version number to "1.0.2". by Thomas Heller · 17 years ago
  11. 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 17 years ago
  12. 7770f9f Backport: by Neal Norwitz · 18 years ago
  13. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 18 years ago
  14. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  15. ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 18 years ago
  16. 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 18 years ago
  17. 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 18 years ago
  18. f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  19. 12e087a Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  20. aedb92e Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  21. 60775f2 [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work. by Andrew M. Kuchling · 18 years ago
  22. bbad84b [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
  23. 5425a67 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
  24. fcb7513 Add NEWS item by Andrew M. Kuchling · 18 years ago
  25. e6acc87 Add forgotten NEWS item for previous commit by Andrew M. Kuchling · 18 years ago
  26. f877b25 - Fix the build of the library reference in info format. by Matthias Klose · 18 years ago
  27. 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 18 years ago
  28. 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 18 years ago
  29. 25f58f6 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  30. fa713e1 - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 18 years ago
  31. 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  32. 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  33. 9147f7e Disable _XOPEN_SOURCE on NetBSD 1.x. by Martin v. Löwis · 18 years ago
  34. 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  35. 2396f4c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
  36. 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  37. 0e64202 Patch #1472877: Fix Tix subwidget name resolution. by Martin v. Löwis · 18 years ago
  38. e350c84 Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
  39. ce9212f Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
  40. 830358a Remove locking of individual message files in MH.pack(). by Andrew M. Kuchling · 18 years ago
  41. dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  42. 962e431 Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 18 years ago
  43. 867ef13 Patch #1359217: Ignore 2xx response before 150 response. by Martin v. Löwis · 18 years ago
  44. 7ea928c [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash by Andrew M. Kuchling · 18 years ago
  45. bb876b9 [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk by Andrew M. Kuchling · 18 years ago
  46. d52a0b8 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 18 years ago
  47. 3f63454 Patch #838546: Make terminal become controlling in pty.fork(). by Martin v. Löwis · 18 years ago
  48. a1e3422 Correctly forward exception in instance_contains(). by Martin v. Löwis · 18 years ago
  49. a3ce6aa Backport 52621: Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  50. 56602a1 Patch #1060577: Extract list of RPM files from spec file in bdist_rpm by Martin v. Löwis · 18 years ago
  51. 5e9f94a Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  52. c68d2cc Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  53. 2527f7f Patch #1583880: fix tarfile's problems with long names and posix/ by Georg Brandl · 18 years ago
  54. 2a5a302 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
  55. 2f0940b Backport 52504: by Neal Norwitz · 18 years ago
  56. a35f8e0 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  57. a0a50fe WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  58. ff9e7ab [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
  59. 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
  60. 3d6a834 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  61. 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
  62. 62e5804 [Backport of r52452] by Martin v. Löwis · 18 years ago
  63. 920fa6a Remove passwd.adjunct.byname from list of maps for test_nis. by Martin v. Löwis · 18 years ago
  64. 63a9b8b - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  65. dcbf64d ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  66. ca362b6 Forward-port r52358: by Martin v. Löwis · 18 years ago
  67. 2c7aa63 Bug #1567666: Emulate GetFileAttributesExA for Win95. by Martin v. Löwis · 18 years ago
  68. 6abebb2 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  69. dd4c398 Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
  70. 3c48709 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  71. 8984370 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 18 years ago
  72. f0db92a Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
  73. 463a42b Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  74. 7444eda Patch #1572724: fix typo ('=' instead of '==') in _msi.c. by Georg Brandl · 18 years ago
  75. 0037300 [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. by Andrew M. Kuchling · 18 years ago
  76. f4fe46d Backport from trunk r52223: by Hye-Shik Chang · 18 years ago
  77. a5fe3ef Fix #1569998: no break inside try statement (outside loop) allowed. by Georg Brandl · 18 years ago
  78. 74284b9 Patch #1542451: fix crash with continue in nested try/finally by Georg Brandl · 18 years ago
  79. d79524a [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK by Andrew M. Kuchling · 18 years ago
  80. 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  81. 10525ad Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  82. da70fd1 Fix test for uintptr_t. Fixes #1568842. by Martin v. Löwis · 18 years ago
  83. 0988904 Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 18 years ago
  84. 1206a93 Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
  85. 6d7c363 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  86. 7037745 Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
  87. 9c9a9ab Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
  88. ad4e11e Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 18 years ago
  89. 506cc18 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  90. af4337a Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  91. bbcb281 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
  92. 6fed793 fix: DB.stat flags and txn keyword arguments were backwards. by Gregory P. Smith · 18 years ago
  93. c57221e Backport rev. 51972: by Georg Brandl · 18 years ago
  94. 934c90d Backport rev. 51971: by Georg Brandl · 18 years ago
  95. edd81b2 Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  96. a6b9ce1 Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  97. 1f21578 Fix webbrowser.BackgroundBrowser on Windows. (backport from rev. 51991) by Georg Brandl · 18 years ago
  98. 6cc16be added itertools.count(-n) fix by Jack Diederich · 18 years ago
  99. c70e003 Backport of fix to allow exception instances to be sliced once again. by Brett Cannon · 18 years ago
  100. 2d8697f Preparing for 2.5 final. by Anthony Baxter · 18 years ago