1. 20f43d3 Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  2. ab1f467 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 18 years ago
  3. 72d9eec Wrap a long line and fix a typo (is -> if) by Neal Norwitz · 18 years ago
  4. ea2835a Raise ResourceDenied in test_urllib2net when the Net connection goes bad. by Brett Cannon · 18 years ago
  5. ed00184 Note how test_socket_ssl has various exceptions that deal with a flaky Net by Brett Cannon · 18 years ago
  6. cd1210a Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  7. 71436f0 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  8. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  9. 4aef727 Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters by Georg Brandl · 18 years ago
  10. 03b90d8 Patch #957650: "%var%" environment variable references are now properly by Georg Brandl · 18 years ago
  11. b6ae6aa Patch #1429539: pdb now correctly initializes the __main__ module for by Georg Brandl · 18 years ago
  12. bad6f19 NEWS entry for getstatus() deprecation. by Georg Brandl · 18 years ago
  13. 8e84c65 Patch #1393667: pdb now has a "run" command which restarts the debugged by Georg Brandl · 18 years ago
  14. 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 18 years ago
  15. 5dc4fe0 Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. by Thomas Heller · 18 years ago
  16. 8441f15 Patch #1530482: add pydoc.render_doc() which returns the documentation by Georg Brandl · 18 years ago
  17. d9bef35 Patch #1533909: the timeit module now accepts callables in addition to by Georg Brandl · 18 years ago
  18. 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 18 years ago
  19. 9e6b470 Patch #1581073: add a flag to textwrap that prevents the dropping of by Georg Brandl · 18 years ago
  20. 92a6bae Patch #1603688: ConfigParser.SafeConfigParser now checks values that by Georg Brandl · 18 years ago
  21. a47337f Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
  22. c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 18 years ago
  23. bdd0f39 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  24. 18c47f6 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 18 years ago
  25. b6a8754 Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 18 years ago
  26. 4ffc8f5 Patch #1555098: use str.join() instead of repeated string by Georg Brandl · 18 years ago
  27. 94fe3f5 Patch #1635454: the csv.DictWriter class now includes the offending by Georg Brandl · 18 years ago
  28. ceede5c Patch #1668100: urllib2 now correctly raises URLError instead of by Georg Brandl · 18 years ago
  29. 0692a26 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 18 years ago
  30. 276887b Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  31. 7b9c555 Bug #1678647: write a newline after printing an exception in any by Georg Brandl · 18 years ago
  32. 871f1bc Backport from Py3k branch: by Georg Brandl · 18 years ago
  33. 2681beb Patch #1677862: Require a space or tab after import in .pth files. by Martin v. Löwis · 18 years ago
  34. eb62357 Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. by Martin v. Löwis · 18 years ago
  35. 2faa9e1 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
  36. 8903208 Patch #1675981: remove unreachable code from type.__new__() method. by Žiga Seilnacht · 18 years ago
  37. ae04106 Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer. by Collin Winter · 18 years ago
  38. faaa204 Add proper attribution for a bug fix. by Collin Winter · 18 years ago
  39. 22c42ba Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. by Collin Winter · 18 years ago
  40. 2456a3c Bug #1651235: When a tuple was passed to a ctypes function call, by Thomas Heller · 18 years ago
  41. e38051d Patch #1491866: change the complex() constructor to allow parthensized forms. This means complex(repr(x)) now works instead of raising a ValueError. by Collin Winter · 18 years ago
  42. c2f7725 Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) by Thomas Heller · 18 years ago
  43. b7b2b4e Bug #1629566: clarify the docs on the return values of parsedate() and parsedate_tz() in email.utils and rfc822. by Collin Winter · 18 years ago
  44. 1190a38 Patch #957003: Implement smtplib.LMTP. by Martin v. Löwis · 18 years ago
  45. fb728de Add NEWS item for patch #1481079 (r54234). by Collin Winter · 18 years ago
  46. a30fcb4 Introduce test.test_support.TransientResource. It's a context manager to by Brett Cannon · 18 years ago
  47. 9caadf8 Add a NEWS entry for rev. 54207,8. by Georg Brandl · 18 years ago
  48. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 18 years ago
  49. d0a9625 Patch #787789: allow to pass custom TestRunner instances to unittest's by Georg Brandl · 18 years ago
  50. 15c5ce9 Patches #1550273, #1550272: fix a few bugs in unittest and add a by Georg Brandl · 18 years ago
  51. 71ff646 Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  52. aa2321b Patch #703779: unset __file__ in __main__ after running a file. This by Georg Brandl · 18 years ago
  53. 49aafc9 Variant of patch #697613: don't exit the interpreter on a SystemExit by Georg Brandl · 18 years ago
  54. 8537c30 Document change to curses. by Walter Dörwald · 18 years ago
  55. 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  56. 00cd818 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  57. 2054ee9 Patch #1646728: datetime.fromtimestamp fails with negative by Guido van Rossum · 18 years ago
  58. d128732 patch 1673619 - identify extension modules which cannot be built by Skip Montanaro · 18 years ago
  59. ab8a6bb Patch #912410: Replace HTML entity references for attribute values by Martin v. Löwis · 18 years ago
  60. ff432e6 Patch #1663234: you can now run doctest on test files and modules by Georg Brandl · 18 years ago
  61. 098cd69 Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 18 years ago
  62. 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 18 years ago
  63. d28b9fc Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 18 years ago
  64. 0fca97a Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  65. f694b1b note MacPorts/BerkDB change in setup.py by Skip Montanaro · 18 years ago
  66. c37e5e0 Add collections.NamedTuple by Raymond Hettinger · 18 years ago
  67. cca7540 Add news about changes to metaclasses and __bases__ error checking. by Jeremy Hylton · 18 years ago
  68. 88516a6 When printing an unraisable error, don't print exceptions. before the name. by Neal Norwitz · 18 years ago
  69. c5ceb25 Fix crash in exec when unicode filename can't be decoded. by Jeremy Hylton · 18 years ago
  70. d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
  71. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  72. 0713a68 Moved misplaced news item. by Lars Gustäbel · 18 years ago
  73. 00166c5 Add merge() function to heapq. by Raymond Hettinger · 18 years ago
  74. 971a012 Update the encoding package's search function to use absolute imports when by Brett Cannon · 18 years ago
  75. 983d100 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 18 years ago
  76. 45423a7 Patch #1432399: Add HCI sockets. by Martin v. Löwis · 18 years ago
  77. 5b1a785 Patch #1647484: Renamed GzipFile's filename attribute to name. The by Lars Gustäbel · 18 years ago
  78. b1cc1d4 Patch #1657276: Make NETLINK_DNRTMSG conditional. Will backport. by Martin v. Löwis · 18 years ago
  79. 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 18 years ago
  80. c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 18 years ago
  81. 07aa3ed Patch #685268: Consider a package's __path__ in imputil. Will backport. by Martin v. Löwis · 18 years ago
  82. 2bad58f Patch 1463026: Support default namespace in XMLGenerator. by Martin v. Löwis · 18 years ago
  83. 691acf2 fix trace.py --ignore-dir by Skip Montanaro · 18 years ago
  84. 0a20326 Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 18 years ago
  85. fd96326 Bug #1653736: Properly discard third argument to slot_nb_inplace_power. by Martin v. Löwis · 18 years ago
  86. 4c11a92 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 18 years ago
  87. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 18 years ago
  88. 5f9c6ae Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport. by Peter Astrand · 18 years ago
  89. 129bd52 No more raising of string exceptions! by Brett Cannon · 18 years ago
  90. e05e6b0 Add a test for slicing an exception. by Brett Cannon · 18 years ago
  91. 4ba9e5b Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16. by Georg Brandl · 18 years ago
  92. ab49684 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 18 years ago
  93. 07e1db3 Fix time.strptime's %U support. Basically rewrote the algorithm to be more by Brett Cannon · 18 years ago
  94. 4378215 Fix for #1643874: When calling SysAllocString, create a PyCObject by Thomas Heller · 18 years ago
  95. f5bee30 Fix crasher for when an object's __del__ creates a new weakref to itself. by Brett Cannon · 18 years ago
  96. 6c5c502 Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 18 years ago
  97. 6ed1965 Add news entry about last checkin (oops.) by Thomas Wouters · 18 years ago
  98. d2e2290 Patch #1507247: tarfile.py: use current umask for intermediate directories. by Lars Gustäbel · 18 years ago
  99. dd7b052 Patch #1627441: close sockets properly in urllib2. by Georg Brandl · 18 years ago
  100. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 18 years ago