1. 7ed0a65 Test and fix fromkeys optional argument. by Raymond Hettinger · 17 years ago
  2. e1b4a7e Add NEWS entry for old item by Andrew M. Kuchling · 17 years ago
  3. 9225f22 Bug #1684254: webbrowser now uses shlex to split any command lines by Georg Brandl · 17 years ago
  4. bd9d513 Patch #1684834: document some utility C API functions. by Georg Brandl · 17 years ago
  5. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 17 years ago
  6. f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 17 years ago
  7. 42f4cfa Add new example by Raymond Hettinger · 17 years ago
  8. c77f6c6 Backport docs for recv_into and recvfrom_into. by Georg Brandl · 17 years ago
  9. 8e92dd0 move note to the correct section by Gregory P. Smith · 17 years ago
  10. d200466 RFE #1670167: fix in isinstance() docs. (backport from rev. 54409) by Georg Brandl · 17 years ago
  11. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 17 years ago
  12. c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 17 years ago
  13. 7cd6ef0 Also commit the patch ;) by Georg Brandl · 17 years ago
  14. 385cd40 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 17 years ago
  15. abcb4bb Patch #1680978: consistently use "alive" instead of "active" in the by Georg Brandl · 17 years ago
  16. 7520df4 Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 17 years ago
  17. 1a5fe58 Document fixed bugs by Barry Warsaw · 17 years ago
  18. 94c8872 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 17 years ago
  19. 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  20. 12e8fe6 doc update from HEAD. don't list "Unix, Windows" as a platform since that by Gregory P. Smith · 18 years ago
  21. 5cdefad doc update from HEAD by Gregory P. Smith · 18 years ago
  22. 924d148 SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 18 years ago
  23. 2a98ff8 Inline PyImport_GetModulesReloading(). Backport from r54368. by Collin Winter · 18 years ago
  24. afa4f48 Patch #1194449: correctly detect unbound methods in pydoc. by Georg Brandl · 18 years ago
  25. d6e73c1 Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
  26. 1300831 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  27. 74fb211 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 18 years ago
  28. 6cdcdbc Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 18 years ago
  29. 0a24d10 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 18 years ago
  30. e19d7a3 Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
  31. 1817f09 Typo fix. (backport from rev. 54292) by Georg Brandl · 18 years ago
  32. a8cfa2a Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. by Martin v. Löwis · 18 years ago
  33. ef23d70 Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the by Barry Warsaw · 18 years ago
  34. 98d1a4d Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more by Collin Winter · 18 years ago
  35. fbf1f3e Fix resource leak reported in SF #1516995. by Vinay Sajip · 18 years ago
  36. 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
  37. ad3d2c2 Patch #1675981: remove unreachable code from type.__new__() method. by Žiga Seilnacht · 18 years ago
  38. d28d9c8 Add missing "return" statements in exception handler. by Georg Brandl · 18 years ago
  39. 69fe9e4 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 18 years ago
  40. 237458b Revert rev. 54198, it's not really backwards compatible. by Georg Brandl · 18 years ago
  41. 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
  42. 8bf469d Merged revisions 54248 via svnmerge from by Thomas Heller · 18 years ago
  43. f7eed5e Merged revisions 54244 via svnmerge from by Thomas Heller · 18 years ago
  44. e788155 Fix SF #1676971, Complex OverflowError has a typo by Neal Norwitz · 18 years ago
  45. afd9b2b Manual backport of r54233. This will help prevent spurious Buildbot failures by Brett Cannon · 18 years ago
  46. 1622d82 SF #1637850: make_table in difflib did not work with unicode by Raymond Hettinger · 18 years ago
  47. 590af0a Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order. by Collin Winter · 18 years ago
  48. 154bc7c SF 1676321: empty() returned wrong result by Raymond Hettinger · 18 years ago
  49. d59ea47 Add a NEWS entry for rev. 54207,8. (backport from rev. 54222) by Georg Brandl · 18 years ago
  50. dfc2966 Fix #1676656: \em is different from \emph... (backport from rev. 54220) by Georg Brandl · 18 years ago
  51. 0c4f3fd Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 54209) by Georg Brandl · 18 years ago
  52. d480b33 backport rev. 54207: add a few sanity checks in unittest.TestSuite.addTest(s). by Georg Brandl · 18 years ago
  53. 4a7da9c Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. by Georg Brandl · 18 years ago
  54. b535b39 Typo fix. by Georg Brandl · 18 years ago
  55. 84a0b8d Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
  56. fd13ef9 Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. by Georg Brandl · 18 years ago
  57. 6a9c780 Document curses changes. by Walter Dörwald · 18 years ago
  58. 05b5c7f Backport checkin: by Walter Dörwald · 18 years ago
  59. 62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  60. 2230d98 Patch #1673121: update README wrt. OSX default shell. by Georg Brandl · 18 years ago
  61. ffb0a80 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  62. 8c9b3d6 Patch #1602128: clarify that richcmp methods can return NotImplemented by Georg Brandl · 18 years ago
  63. 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 18 years ago
  64. 1a74b43 A test case for the defaultdict KeyError bug. (backport from rev. 54162) by Georg Brandl · 18 years ago
  65. 75e3c52 Fix another reincarnation of bug #1576657 in defaultdict. by Georg Brandl · 18 years ago
  66. 15e138a Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 18 years ago
  67. 8da6f1b Patch #1672481: fix bug in idlelib.MultiCall. (backport from rev. 54156) by Georg Brandl · 18 years ago
  68. 0520e03 A test case for the fix in #1674228. (backport from rev. 54154) by Georg Brandl · 18 years ago
  69. 1d56c2f Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 18 years ago
  70. 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
  71. 131069b Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 18 years ago
  72. ebfcfb0 Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Resize. by Georg Brandl · 18 years ago
  73. d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
  74. 8bc8ab5 Fix typo (noticed in Raymond's r54053 commit adding NamedTuple by Andrew M. Kuchling · 18 years ago
  75. 036b3be Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __del__). by Neal Norwitz · 18 years ago
  76. 366bf0d Markup fix by Andrew M. Kuchling · 18 years ago
  77. 5f79586 Backport from Py3k branch: fix refleak in PyString_Format. by Georg Brandl · 18 years ago
  78. 25e7cfa Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  79. a5f5f14 Backport 53901 and 53902 to prevent crash when there is an error decoding unicode filenames by Neal Norwitz · 18 years ago
  80. d621a6e Fixup set/dict interoperability. by Raymond Hettinger · 18 years ago
  81. b66d33f Provide an example of defaultdict with non-zero constant factory function. by Raymond Hettinger · 18 years ago
  82. 1bff796 Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  83. 497380f Revert r53672. by Martin v. Löwis · 18 years ago
  84. b8d661b Revert r53672, just fix signature of time_isoformat instead. by Martin v. Löwis · 18 years ago
  85. 0c2552c Minor fix for currentframe (SF #1652788). by Vinay Sajip · 18 years ago
  86. 6b2a1a0 Add missing \versionadded. (backport from rev. 53787) by Georg Brandl · 18 years ago
  87. ee467d0 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 18 years ago
  88. d2bf6c0 Make functools.wraps() docs a bit clearer. (backport from rev. 53783) by Georg Brandl · 18 years ago
  89. d1a29c5 Backport 53776: Ignore directory time stamps by Martin v. Löwis · 18 years ago
  90. 1e335b2 Patch #1657276: Make NETLINK_DNRTMSG conditional. by Martin v. Löwis · 18 years ago
  91. f7f888a Bug #1658794: Remove extraneous 'this'. by Martin v. Löwis · 18 years ago
  92. ef67690 Patch #685268: Consider a package's __path__ in imputil. by Martin v. Löwis · 18 years ago
  93. 626b2e9 Patch 1463026: Support default namespace in XMLGenerator. Fixes #847665. by Martin v. Löwis · 18 years ago
  94. f5bf3b0 Bug #1656581: Point out that external file objects are supposed to be by Lars Gustäbel · 18 years ago
  95. 4a67a67 backport: fix trace.py --ignore-dir by Skip Montanaro · 18 years ago
  96. d84f68b Bug #1656078: typo in in profile docs. (backport from rev. 53697) by Georg Brandl · 18 years ago
  97. 4b4f95d Update broken link. by Martin v. Löwis · 18 years ago
  98. 523539d Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 18 years ago
  99. b4af42a Bug #1653736: Properly discard third argument to slot_nb_inplace_power. by Martin v. Löwis · 18 years ago
  100. 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 18 years ago