1. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 18 years ago
  2. 93e9384 Backport 54644: by Neal Norwitz · 18 years ago
  3. 48642d4 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 18 years ago
  4. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 18 years ago
  5. 6524573 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 18 years ago
  6. a8ddae6 Bug #978833: Revert r50844, as it broke _socketobject.dup. by Martin v. Löwis · 18 years ago
  7. fe048e8 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 18 years ago
  8. 02b8fee Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
  9. e5df857 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  10. e1b4a7e Add NEWS entry for old item by Andrew M. Kuchling · 18 years ago
  11. 9225f22 Bug #1684254: webbrowser now uses shlex to split any command lines by Georg Brandl · 18 years ago
  12. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  13. 8e92dd0 move note to the correct section by Gregory P. Smith · 18 years ago
  14. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  15. c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  16. 385cd40 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 18 years ago
  17. 7520df4 Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  18. 1a5fe58 Document fixed bugs by Barry Warsaw · 18 years ago
  19. 94c8872 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  20. 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  21. d6e73c1 Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
  22. 1300831 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  23. 74fb211 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 18 years ago
  24. 6cdcdbc Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 18 years ago
  25. 0a24d10 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 18 years ago
  26. e19d7a3 Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  27. a8cfa2a Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. by Martin v. Löwis · 18 years ago
  28. 3e43bcc Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexError caused by passing in an invalid breakpoint number. by Collin Winter · 18 years ago
  29. ad3d2c2 Patch #1675981: remove unreachable code from type.__new__() method. by Žiga Seilnacht · 18 years ago
  30. 237458b Revert rev. 54198, it's not really backwards compatible. by Georg Brandl · 18 years ago
  31. 86d8d35 Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. Fixed by patch #1545011. by Collin Winter · 18 years ago
  32. 8bf469d Merged revisions 54248 via svnmerge from by Thomas Heller · 18 years ago
  33. f7eed5e Merged revisions 54244 via svnmerge from by Thomas Heller · 18 years ago
  34. afd9b2b Manual backport of r54233. This will help prevent spurious Buildbot failures by Brett Cannon · 18 years ago
  35. 1622d82 SF #1637850: make_table in difflib did not work with unicode by Raymond Hettinger · 18 years ago
  36. 154bc7c SF 1676321: empty() returned wrong result by Raymond Hettinger · 18 years ago
  37. d59ea47 Add a NEWS entry for rev. 54207,8. (backport from rev. 54222) by Georg Brandl · 18 years ago
  38. 84a0b8d Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  39. 6a9c780 Document curses changes. by Walter Dörwald · 18 years ago
  40. 62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  41. ffb0a80 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  42. 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 18 years ago
  43. 15e138a Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 18 years ago
  44. 1d56c2f Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 18 years ago
  45. 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  46. d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
  47. 036b3be Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __del__). by Neal Norwitz · 18 years ago
  48. a5f5f14 Backport 53901 and 53902 to prevent crash when there is an error decoding unicode filenames by Neal Norwitz · 18 years ago
  49. b8d661b Revert r53672, just fix signature of time_isoformat instead. by Martin v. Löwis · 18 years ago
  50. ee467d0 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 19 years ago
  51. 1e335b2 Patch #1657276: Make NETLINK_DNRTMSG conditional. by Martin v. Löwis · 19 years ago
  52. ef67690 Patch #685268: Consider a package's __path__ in imputil. by Martin v. Löwis · 19 years ago
  53. 626b2e9 Patch 1463026: Support default namespace in XMLGenerator. Fixes #847665. by Martin v. Löwis · 19 years ago
  54. 4a67a67 backport: fix trace.py --ignore-dir by Skip Montanaro · 19 years ago
  55. 523539d Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 19 years ago
  56. b4af42a Bug #1653736: Properly discard third argument to slot_nb_inplace_power. by Martin v. Löwis · 19 years ago
  57. 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 19 years ago
  58. 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 19 years ago
  59. 127ef44 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 19 years ago
  60. 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 19 years ago
  61. 39e23b2 Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Backport from rev 53646. by Peter Astrand · 19 years ago
  62. 21191f4 Bug #1648179: set.update() not recognizing __iter__ overrides in dict subclasses. by Raymond Hettinger · 19 years ago
  63. cd7a78e [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Georg Brandl · 19 years ago
  64. 20aa477 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 19 years ago
  65. 6d8e5ad Backport fix for bug #1643943. by Brett Cannon · 19 years ago
  66. 817b489 Merged revisions 53556 via svnmerge from by Thomas Heller · 19 years ago
  67. ba2ec05 Clarify bug #1377858 entry. by Brett Cannon · 19 years ago
  68. 75ba075 If you created a weakref in an object's __del__ method to itself it would by Brett Cannon · 19 years ago
  69. 601d03a Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 19 years ago
  70. e471317 Backport trunk revision 53527: by Thomas Wouters · 19 years ago
  71. b8c6e1f [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used by Andrew M. Kuchling · 19 years ago
  72. bb6a0ed Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295. by Peter Astrand · 19 years ago
  73. 962e916 Patch #1627441: close sockets properly in urllib2. (backport from rev. 53511) by Georg Brandl · 19 years ago
  74. 8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin by Georg Brandl · 19 years ago
  75. 9d179ce Prefix AST symbols with _Py_. Fixes #1637022. by Martin v. Löwis · 19 years ago
  76. eb68188 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. by Georg Brandl · 19 years ago
  77. dcb6eba Bug #1610795: ctypes.util.find_library works now on BSD systems. by Thomas Heller · 19 years ago
  78. 9e031c7 - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 19 years ago
  79. 5131925 Change the ctypes version number to "1.0.2". by Thomas Heller · 19 years ago
  80. 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
  81. 7770f9f Backport: by Neal Norwitz · 19 years ago
  82. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 19 years ago
  83. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 19 years ago
  84. ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 19 years ago
  85. 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 19 years ago
  86. f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 19 years ago
  87. 12e087a Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 19 years ago
  88. aedb92e Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 19 years ago
  89. 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 · 19 years ago
  90. bbad84b [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 19 years ago
  91. 5425a67 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 19 years ago
  92. fcb7513 Add NEWS item by Andrew M. Kuchling · 19 years ago
  93. e6acc87 Add forgotten NEWS item for previous commit by Andrew M. Kuchling · 19 years ago
  94. f877b25 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
  95. 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 19 years ago
  96. 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 19 years ago
  97. 25f58f6 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 19 years ago
  98. fa713e1 - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 19 years ago
  99. 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 19 years ago
  100. 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 19 years ago