1. 71436f0 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 17 years ago
  2. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 17 years ago
  3. 90fd76a Its time to stop listing (Unix, Windows) when we really mean "everything but Mac OS 9" by Gregory P. Smith · 17 years ago
  4. 859b7c1 correct order and names of the less often used keyword parameters. by Gregory P. Smith · 17 years ago
  5. dcd24ae SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 17 years ago
  6. 47c52a8 Inline PyImport_GetModulesReloading(). by Collin Winter · 17 years ago
  7. 4aef727 Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters by Georg Brandl · 17 years ago
  8. 7e2b6bb Patch #1194449: correctly detect unbound methods in pydoc. by Georg Brandl · 17 years ago
  9. 03b90d8 Patch #957650: "%var%" environment variable references are now properly by Georg Brandl · 17 years ago
  10. b6ae6aa Patch #1429539: pdb now correctly initializes the __main__ module for by Georg Brandl · 17 years ago
  11. bad6f19 NEWS entry for getstatus() deprecation. by Georg Brandl · 17 years ago
  12. 8044e5b Deprecate commands.getstatus(). by Georg Brandl · 17 years ago
  13. 8e84c65 Patch #1393667: pdb now has a "run" command which restarts the debugged by Georg Brandl · 17 years ago
  14. c3a6431 Add versionadded marker for ctypes.c_bool. by Thomas Heller · 17 years ago
  15. 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 17 years ago
  16. 5dc4fe0 Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. by Thomas Heller · 17 years ago
  17. 8441f15 Patch #1530482: add pydoc.render_doc() which returns the documentation by Georg Brandl · 17 years ago
  18. d9bef35 Patch #1533909: the timeit module now accepts callables in addition to by Georg Brandl · 17 years ago
  19. 4168c04 Fix a tab. by Georg Brandl · 17 years ago
  20. dd5384d Acks for recent patches. by Georg Brandl · 17 years ago
  21. abb34c5 Add acks for recent patch checkins: by Collin Winter · 17 years ago
  22. 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 17 years ago
  23. 6c104f6 Patch #1605192: list allowed states in error messages for imaplib. by Georg Brandl · 17 years ago
  24. 9e6b470 Patch #1581073: add a flag to textwrap that prevents the dropping of by Georg Brandl · 17 years ago
  25. 92a6bae Patch #1603688: ConfigParser.SafeConfigParser now checks values that by Georg Brandl · 17 years ago
  26. a36cde4 Quick fix for tests that fail on systems with an encoding other by Lars Gustäbel · 17 years ago
  27. a47337f Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 17 years ago
  28. c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 17 years ago
  29. bdd0f39 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 17 years ago
  30. 18c47f6 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 17 years ago
  31. b6a8754 Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 17 years ago
  32. 4ffc8f5 Patch #1555098: use str.join() instead of repeated string by Georg Brandl · 17 years ago
  33. 94fe3f5 Patch #1635454: the csv.DictWriter class now includes the offending by Georg Brandl · 17 years ago
  34. ceede5c Patch #1668100: urllib2 now correctly raises URLError instead of by Georg Brandl · 17 years ago
  35. 8f032cb Patch #1642844: comments to clarify the complexobject constructor. by Georg Brandl · 17 years ago
  36. 0692a26 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 17 years ago
  37. 3bb1567 Typo and grammar fixes. by Georg Brandl · 17 years ago
  38. 75c7c80 Fix some style nits: by Neal Norwitz · 17 years ago
  39. 1ff06c7 Add some other acks for recent checkins: by Neal Norwitz · 17 years ago
  40. 1ea3de7 Add Jerry Seutter for a bunch of his recent patches refactoring tests by Neal Norwitz · 17 years ago
  41. 09a86bc Fix a typo where the variable name was not updated. by Brett Cannon · 17 years ago
  42. 41d4e32 Add test.test_support.transient_internet . Returns a context manager that by Brett Cannon · 17 years ago
  43. 192cd56 Set missing svn:eol-style property on text files. by Tim Peters · 17 years ago
  44. ea5962f Whitespace normalization. by Tim Peters · 17 years ago
  45. cb637c9 Patch #1670993: Refactor test_threadedtempfile.py to use unittest. by Collin Winter · 17 years ago
  46. f252c7b Typo fix. by Georg Brandl · 17 years ago
  47. 276887b Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 17 years ago
  48. f567ca3 Patch #1678088: convert test_operations to use unittest, fold the result into test_dict. by Collin Winter · 17 years ago
  49. 7b9c555 Bug #1678647: write a newline after printing an exception in any by Georg Brandl · 17 years ago
  50. 871f1bc Backport from Py3k branch: by Georg Brandl · 17 years ago
  51. 2681beb Patch #1677862: Require a space or tab after import in .pth files. by Martin v. Löwis · 17 years ago
  52. eb62357 Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. by Martin v. Löwis · 17 years ago
  53. 9cea8e5 Sane humans would call these invalid tests, but Andrew McNamara pointed out by Skip Montanaro · 17 years ago
  54. cbbc3f1 Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the by Barry Warsaw · 17 years ago
  55. 071d1ae Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more by Collin Winter · 17 years ago
  56. a5e7648 Fix resource leak reported in SF #1516995. by Vinay Sajip · 17 years ago
  57. 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 · 17 years ago
  58. 8903208 Patch #1675981: remove unreachable code from type.__new__() method. by Žiga Seilnacht · 17 years ago
  59. b278318 Add missing "return" statements in exception handler. by Georg Brandl · 17 years ago
  60. 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
  61. 3351aa7 Convert an assert to a raise so it works even in the presence of -O. by Collin Winter · 17 years ago
  62. 7478096 Typos. by Georg Brandl · 17 years ago
  63. faaa204 Add proper attribution for a bug fix. by Collin Winter · 17 years ago
  64. c8f6c23 Simplify a little by handling the TCP case first. by Neal Norwitz · 17 years ago
  65. 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
  66. 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
  67. 9453e5d Hashing simplification pointed out by Thomas Wouters. by Collin Winter · 17 years ago
  68. 2456a3c Bug #1651235: When a tuple was passed to a ctypes function call, by Thomas Heller · 17 years ago
  69. 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
  70. 1bcffef Add Ziga Seilnacht. by Martin v. Löwis · 17 years ago
  71. c2f7725 Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) by Thomas Heller · 17 years ago
  72. 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
  73. 1190a38 Patch #957003: Implement smtplib.LMTP. by Martin v. Löwis · 17 years ago
  74. fd61107 Typo. by Georg Brandl · 17 years ago
  75. 0593de3 Fix SF #1676971, Complex OverflowError has a typo by Neal Norwitz · 17 years ago
  76. fb728de Add NEWS item for patch #1481079 (r54234). by Collin Winter · 17 years ago
  77. 83b2bf6 Patch #1481079: Support of HTTP_REFERER in CGIHTTPServer.py by Collin Winter · 17 years ago
  78. a30fcb4 Introduce test.test_support.TransientResource. It's a context manager to by Brett Cannon · 17 years ago
  79. 9b2a109 Patch #1668482: don't use '-' in mkstemp by Collin Winter · 17 years ago
  80. 0e520b4 SF #1637850: make_table in difflib did not work with unicode by Raymond Hettinger · 17 years ago
  81. 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
  82. 8b188e6 SF 1676321: empty() returned wrong result by Raymond Hettinger · 17 years ago
  83. 9caadf8 Add a NEWS entry for rev. 54207,8. by Georg Brandl · 17 years ago
  84. 6c932ad Fix #1676656: \em is different from \emph... by Georg Brandl · 17 years ago
  85. 1843b68 Add missing ) in parenthical remark. by Martin v. Löwis · 17 years ago
  86. f1200f8 Windows doesn't support negative timestamps. Skip the tests involving them by Guido van Rossum · 17 years ago
  87. d9e5026 Add some sanity checks to unittest.TestSuite's addTest(s) methods. by Georg Brandl · 17 years ago
  88. 9decc0d Patch #1675471: convert test_pty to unittest. by Georg Brandl · 17 years ago
  89. 05c075d Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). by Martin v. Löwis · 17 years ago
  90. f08c073 Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. by Georg Brandl · 17 years ago
  91. d0a9625 Patch #787789: allow to pass custom TestRunner instances to unittest's by Georg Brandl · 17 years ago
  92. 15c5ce9 Patches #1550273, #1550272: fix a few bugs in unittest and add a by Georg Brandl · 17 years ago
  93. 71ff646 Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 17 years ago
  94. 172e725 Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler. by Georg Brandl · 17 years ago
  95. cadbbfc add versionadded info by George Yoshida · 17 years ago
  96. aa2321b Patch #703779: unset __file__ in __main__ after running a file. This by Georg Brandl · 17 years ago
  97. 49aafc9 Variant of patch #697613: don't exit the interpreter on a SystemExit by Georg Brandl · 17 years ago
  98. 8537c30 Document change to curses. by Walter Dörwald · 17 years ago
  99. d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 17 years ago
  100. 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 17 years ago