1. 8903208 Patch #1675981: remove unreachable code from type.__new__() method. by Žiga Seilnacht · 17 years ago
  2. b278318 Add missing "return" statements in exception handler. by Georg Brandl · 17 years ago
  3. 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 · 17 years ago
  4. 3351aa7 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 17 years ago
  5. 7478096 Typos. by Georg Brandl · 17 years ago
  6. faaa204 Add proper attribution for a bug fix. by Collin Winter · 17 years ago
  7. c8f6c23 Simplify a little by handling the TCP case first. by Neal Norwitz · 17 years ago
  8. 22c42ba Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. by Collin Winter · 17 years ago
  9. dbead56 * Unlink test files before and after each test; hopefully this will cut down on recent buildbot failures in test_islink. by Collin Winter · 17 years ago
  10. 9453e5d Hashing simplification pointed out by Thomas Wouters. by Collin Winter · 17 years ago
  11. 2456a3c Bug #1651235: When a tuple was passed to a ctypes function call, by Thomas Heller · 17 years ago
  12. 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 · 17 years ago
  13. 1bcffef Add Ziga Seilnacht. by Martin v. Löwis · 17 years ago
  14. c2f7725 Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) by Thomas Heller · 17 years ago
  15. b7b2b4e Bug #1629566: clarify the docs on the return values of parsedate() and parsedate_tz() in email.utils and rfc822. by Collin Winter · 17 years ago
  16. 1190a38 Patch #957003: Implement smtplib.LMTP. by Martin v. Löwis · 17 years ago
  17. fd61107 Typo. by Georg Brandl · 17 years ago
  18. 0593de3 Fix SF #1676971, Complex OverflowError has a typo by Neal Norwitz · 17 years ago
  19. fb728de Add NEWS item for patch #1481079 (r54234). by Collin Winter · 17 years ago
  20. 83b2bf6 Patch #1481079: Support of HTTP_REFERER in CGIHTTPServer.py by Collin Winter · 17 years ago
  21. a30fcb4 Introduce test.test_support.TransientResource. It's a context manager to by Brett Cannon · 17 years ago
  22. 9b2a109 Patch #1668482: don't use '-' in mkstemp by Collin Winter · 17 years ago
  23. 0e520b4 SF #1637850: make_table in difflib did not work with unicode by Raymond Hettinger · 17 years ago
  24. 5545314 Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order. by Collin Winter · 17 years ago
  25. 8b188e6 SF 1676321: empty() returned wrong result by Raymond Hettinger · 17 years ago
  26. 9caadf8 Add a NEWS entry for rev. 54207,8. by Georg Brandl · 17 years ago
  27. 6c932ad Fix #1676656: \em is different from \emph... by Georg Brandl · 17 years ago
  28. 1843b68 Add missing ) in parenthical remark. by Martin v. Löwis · 17 years ago
  29. f1200f8 Windows doesn't support negative timestamps. Skip the tests involving them by Guido van Rossum · 17 years ago
  30. d9e5026 Add some sanity checks to unittest.TestSuite's addTest(s) methods. by Georg Brandl · 17 years ago
  31. 9decc0d Patch #1675471: convert test_pty to unittest. by Georg Brandl · 17 years ago
  32. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 17 years ago
  33. f08c073 Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. by Georg Brandl · 17 years ago
  34. d0a9625 Patch #787789: allow to pass custom TestRunner instances to unittest's by Georg Brandl · 17 years ago
  35. 15c5ce9 Patches #1550273, #1550272: fix a few bugs in unittest and add a by Georg Brandl · 17 years ago
  36. 71ff646 Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 17 years ago
  37. 172e725 Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. by Georg Brandl · 17 years ago
  38. cadbbfc add versionadded info by George Yoshida · 17 years ago
  39. aa2321b Patch #703779: unset __file__ in __main__ after running a file. This by Georg Brandl · 17 years ago
  40. 49aafc9 Variant of patch #697613: don't exit the interpreter on a SystemExit by Georg Brandl · 17 years ago
  41. 8537c30 Document change to curses. by Walter Dörwald · 17 years ago
  42. d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 17 years ago
  43. 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 17 years ago
  44. 667eb7c Patch #1673121: update README wrt. OSX default shell. by Georg Brandl · 17 years ago
  45. 00cd818 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 17 years ago
  46. 1579265 Patch #1602128: clarify that richcmp methods can return NotImplemented by Georg Brandl · 17 years ago
  47. cff1ae3 Small nit, found by Neal. by Georg Brandl · 17 years ago
  48. e95cf1c Fix cmp vs. key argument for list.sort. by Georg Brandl · 17 years ago
  49. 2054ee9 Patch #1646728: datetime.fromtimestamp fails with negative by Guido van Rossum · 17 years ago
  50. d128732 patch 1673619 - identify extension modules which cannot be built by Skip Montanaro · 17 years ago
  51. ab8a6bb Patch #912410: Replace HTML entity references for attribute values by Martin v. Löwis · 17 years ago
  52. ff432e6 Patch #1663234: you can now run doctest on test files and modules by Georg Brandl · 17 years ago
  53. 7236303 A test case for the defaultdict KeyError bug. by Georg Brandl · 17 years ago
  54. b51a57e Fix another reincarnation of bug #1576657 in defaultdict. by Georg Brandl · 17 years ago
  55. 098cd69 Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 17 years ago
  56. d53d951 Patch #1672481: fix bug in idlelib.MultiCall. by Georg Brandl · 17 years ago
  57. 3071a1a A test case for the fix in #1674228. by Georg Brandl · 17 years ago
  58. 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 17 years ago
  59. d28b9fc Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 17 years ago
  60. 39fc1da Nit: a struct field is set to GenericAlloc, not GenericAlloc(). by Georg Brandl · 17 years ago
  61. 0fca97a Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 17 years ago
  62. ca90ca8 Minor corrections to docs, and an explanation comentary by Facundo Batista · 17 years ago
  63. 391e27d Added Pete for 3101 too by Neal Norwitz · 17 years ago
  64. f694b1b note MacPorts/BerkDB change in setup.py by Skip Montanaro · 17 years ago
  65. 00c5a01 Teach setup.py how to find Berkeley DB on Macs using MacPorts. by Skip Montanaro · 17 years ago
  66. 8905bb1 Fix a bug in test_dict and test_userdict, found at the PyPy sprint. by Georg Brandl · 17 years ago
  67. b5e3f0d Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Resize. by Georg Brandl · 17 years ago
  68. 20e1199 Fix embarrassing typo and fix constantification of None by Raymond Hettinger · 17 years ago
  69. 117a05e Bug #1628895: some better tries to find HTML documentation in pydoc. by Georg Brandl · 17 years ago
  70. 7659a87 Add NamedTuple by Andrew M. Kuchling · 17 years ago
  71. 052c371 Add Pat and Eric for work on PEP 3101 in the sandbox by Neal Norwitz · 17 years ago
  72. c37e5e0 Add collections.NamedTuple by Raymond Hettinger · 17 years ago
  73. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 17 years ago
  74. 3035d23 Docstring nit. by Raymond Hettinger · 17 years ago
  75. f8267df Add a test for instantiating SyntaxError with no arguments. by Brett Cannon · 17 years ago
  76. adf1723 Modify the segfaulting example to show why r53997 is not a solution to it. by Armin Rigo · 17 years ago
  77. cca7540 Add news about changes to metaclasses and __bases__ error checking. by Jeremy Hylton · 17 years ago
  78. fa95569 Add checking for a number of metaclass error conditions. by Jeremy Hylton · 17 years ago
  79. 2d1f5c9 whitespace normalization by Jeremy Hylton · 17 years ago
  80. 819de6c tabify by Jeremy Hylton · 17 years ago
  81. 18623e2 tabify by Jeremy Hylton · 17 years ago
  82. 37075c5 Fix long-standing bug in name mangling for package imports by Jeremy Hylton · 17 years ago
  83. c6a1ef3 Add some items by Andrew M. Kuchling · 17 years ago
  84. f83b751 SF #1669182, 2.5 was already fixed. Just assert in 2.6 since string exceptions by Neal Norwitz · 17 years ago
  85. f2ae27e Markup fix by Andrew M. Kuchling · 17 years ago
  86. 88516a6 When printing an unraisable error, don't print exceptions. before the name. by Neal Norwitz · 17 years ago
  87. a892554 Fix assertion. by Jeremy Hylton · 17 years ago
  88. 759410b Do not copy free variables to locals in class namespaces. by Jeremy Hylton · 17 years ago
  89. 7b7d1c8 Fix a couple of problems in generating the AST code: by Neal Norwitz · 17 years ago
  90. 1177bc4 Fix typo. by Georg Brandl · 17 years ago
  91. 41624e9 Add Steven Bethard to help out with patches. by Neal Norwitz · 17 years ago
  92. 7c1e347 Reformat long lines. by Jeremy Hylton · 17 years ago
  93. 10a4b0e Backport from Py3k branch: fix refleak in PyString_Format. by Georg Brandl · 17 years ago
  94. 110054c Backported r51621 from p3yk: by Thomas Wouters · 17 years ago
  95. ee3a1b5 Variation of patch # 1624059 to speed up checking if an object is a subclass by Neal Norwitz · 17 years ago
  96. 5a3e812 - SF patch #1657613: add documentation for the Element interface by Fred Drake · 17 years ago
  97. 714b112 Put declarations before code. by Jeremy Hylton · 17 years ago
  98. c5ceb25 Fix crash in exec when unicode filename can't be decoded. by Jeremy Hylton · 17 years ago
  99. 7218c2d Whitespace only changes by Neal Norwitz · 17 years ago
  100. 1c1a1c5 Add more details when releasing interned strings by Neal Norwitz · 17 years ago