1. 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 17 years ago
  2. b90f52e Revert compile.c changes that shouldn't have been included in previous checkin by Nick Coghlan · 17 years ago
  3. 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 17 years ago
  4. 68f525f Make test_structmembers pass when run with regrtests's -R flag. by Collin Winter · 17 years ago
  5. c325556 Port test_class to unittest. Patch #1671298. by Georg Brandl · 17 years ago
  6. ff9b963 Catch the correct errors. by Georg Brandl · 17 years ago
  7. 0f5e87a Convert test_pkg to use unittest. by Collin Winter · 17 years ago
  8. fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 17 years ago
  9. e7445de Remove output file for test_ossaudiodev, also properly close the dsp object. by Georg Brandl · 17 years ago
  10. 0c6a438 Remove test_rgbimg output file, there is no test_rgbimg.py. by Georg Brandl · 17 years ago
  11. d558f67 Document new utility functions in test_support. by Georg Brandl · 17 years ago
  12. 692bbc4 Port test_frozen to unittest. by Georg Brandl · 17 years ago
  13. 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 17 years ago
  14. b3c572b Fix #1012: wrong URL to :mod:`site` in install/index.rst. by Georg Brandl · 17 years ago
  15. 3376a9a Patch #1006: port test_winreg to unittest. by Georg Brandl · 17 years ago
  16. 94bda3a Bug #1011: fix rfc822.Message.getheader docs. by Georg Brandl · 17 years ago
  17. 966bb8c Fix silly typo in test name. by Guido van Rossum · 17 years ago
  18. 915c87d Bug #1765375: fix stripping of unwanted LDFLAGS. by Georg Brandl · 17 years ago
  19. 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 17 years ago
  20. 1042a4d Fix bug 1725856. by Gregory P. Smith · 17 years ago
  21. daa6f25 Patch #1779550: remove redundant code in logging. by Georg Brandl · 17 years ago
  22. 3761422 Bug #1758696: more info about descriptors. by Georg Brandl · 17 years ago
  23. 604c121 Bug #1625381: clarify match vs search introduction. by Georg Brandl · 17 years ago
  24. da5f16a Bug #1688564: document os.path.join's absolute path behavior in the docstring. by Georg Brandl · 17 years ago
  25. b7a837d Bug #1734111: document struct.Struct.size. by Georg Brandl · 17 years ago
  26. 4ad9b82 Bug #1752332: httplib no longer uses socket.getaddrinfo(). by Georg Brandl · 17 years ago
  27. a3a68a0 Clarify wording a bit. by Georg Brandl · 17 years ago
  28. 154cc58 Bug #1594966: fix misleading usage example by Georg Brandl · 17 years ago
  29. 3e0f735 Bug #1694833: fix imp.find_module() docs wrt. packages. by Georg Brandl · 17 years ago
  30. 891f1d3 Bug #1573854: fix docs for sqlite3 cursor rowcount attr. by Georg Brandl · 17 years ago
  31. 8d9e845 Bug #1697820: document that the old slice protocol is still used by builtin types. by Georg Brandl · 17 years ago
  32. ac4018a Use try-except-finally in contextlib. by Georg Brandl · 17 years ago
  33. add36e5 Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if HAVE_DYNAMIC_LOADING is not defined. by Georg Brandl · 17 years ago
  34. 7cf4079 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 17 years ago
  35. 4debd55 Bug #1768121: fix wrong/missing opcode docs. by Georg Brandl · 17 years ago
  36. dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 17 years ago
  37. 8799756 When setup.py fails to find the necessary bits to build some modules, have it by Jeffrey Yasskin · 17 years ago
  38. ca4669c stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 17 years ago
  39. d8672aa Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code by Alex Martelli · 17 years ago
  40. 89e975f whoops - need to check in configure as well by Skip Montanaro · 17 years ago
  41. 7221d93 Note that BeOS is unsupported as of Python 2.6. by Skip Montanaro · 17 years ago
  42. 1bc8d63 Added test for behavior of operations on an unconnected SMTP object, by Facundo Batista · 17 years ago
  43. 3200832 Bug #1777168: replace operator names "opa"... with "op1"... and mark everything up as literal, by Georg Brandl · 17 years ago
  44. ff457b1 Bug #1777160: mention explicitly that e.g. -1**2 is -1. by Georg Brandl · 17 years ago
  45. d7e9f60 Revert accidental checkins from last commit. by Georg Brandl · 17 years ago
  46. fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 17 years ago
  47. 1bb124a [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 17 years ago
  48. e4f271f [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 17 years ago
  49. c65a5f1 Catch ProtocolError exceptions and include the header information in by Facundo Batista · 17 years ago
  50. 54ec61e Add a hack (originally devised in a slightly different form by Thomas Wouters) by Guido van Rossum · 17 years ago
  51. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 17 years ago
  52. c553f42 Fix stray backticks. by Georg Brandl · 17 years ago
  53. f839e49 Remove Mikael as the maintainer of BeOS at his request. With no maintainer by Brett Cannon · 17 years ago
  54. 3f8fbf0 Fix PDB command descriptions. by Georg Brandl · 17 years ago
  55. 855da6c Make test_warnings re-entrant. by Brett Cannon · 17 years ago
  56. 7f686fc Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class by Facundo Batista · 17 years ago
  57. 414f3f9 Remove news entry for test.test_support.guard_warnings_filter as it has been by Brett Cannon · 17 years ago
  58. ea424b5 Clarify the comment about setting the PYTHON variable for the Doc Makefile. by Brett Cannon · 17 years ago
  59. 9ab80a9 Move another variable declaration up. by Walter Dörwald · 17 years ago
  60. 6c82b6c Use glossary x-refs, document new ``!`` feature. by Georg Brandl · 17 years ago
  61. 20b40d3 Move variable declaration up. by Walter Dörwald · 17 years ago
  62. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
  63. 437e6a3 Move the glossary from the tutorial to toplevel. by Georg Brandl · 17 years ago
  64. 690b97c Note that smtplib example needs a mailserver. by Georg Brandl · 17 years ago
  65. ee354b1 Fix problem reported by Andre Roberge. by Georg Brandl · 17 years ago
  66. 82955f6 Update the tools before building the docs by Neal Norwitz · 17 years ago
  67. dc32146 Ignore a few more files. by Guido van Rossum · 17 years ago
  68. dd5ab3a Ignore *.py[co] files. by Guido van Rossum · 17 years ago
  69. f0e2918 - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 17 years ago
  70. 216ad33 Added a note in each regarding the fact that unicode strings that look the same by Mark Summerfield · 17 years ago
  71. 5c404ae Try to make the comment a little clearer. by Neal Norwitz · 17 years ago
  72. 7def3e0 Support the new doc system. by Neal Norwitz · 17 years ago
  73. bf863b1 Replace "Caveat" paragraphs by .. warning::s. by Georg Brandl · 17 years ago
  74. 7f758c4 Mark deprecated modules as such. by Georg Brandl · 17 years ago
  75. 09a5c3e Fix a wrong path in the Makefile. by Georg Brandl · 17 years ago
  76. 7094a0c Don't use "?=" which seems to be a GNUism. by Georg Brandl · 17 years ago
  77. 64dec73 Add the roman.py module which docutils require. by Georg Brandl · 17 years ago
  78. 87d2ccf Fail somewhat more gracefully when using Python < 2.5. by Georg Brandl · 17 years ago
  79. 8496939 When passed a bad formed literal to Decimal, now we have a by Facundo Batista · 17 years ago
  80. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago
  81. f56181f Delete the LaTeX doc tree. by Georg Brandl · 17 years ago
  82. af62d9a Tag last revision with LaTeX docs. by Georg Brandl · 17 years ago
  83. 5a0382e Fix a missed instance of test.test_support.guard_warnings_filter (which was by Brett Cannon · 17 years ago
  84. a53872b Added tests for simple function calls and introspection that are run by Facundo Batista · 17 years ago
  85. 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 17 years ago
  86. be7abbb Add a UUID for python26.dll. by Martin v. Löwis · 17 years ago
  87. 5153266 Clarify the docs for TransientResource. by Brett Cannon · 17 years ago
  88. 7b97e8a Fix a minor typo in a docstring. by Brett Cannon · 17 years ago
  89. 91a5721 Fix memory leak in os.readlink by Neal Norwitz · 17 years ago
  90. 35c2096 Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter). by Neal Norwitz · 17 years ago
  91. b5e81aa Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails by Guido van Rossum · 17 years ago
  92. 95d9494 Fix compilation warning. by Georg Brandl · 17 years ago
  93. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  94. 52c0c36 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
  95. e7fe6c3 Patch #1765839: add link to https+proxy urllib2 opener. by Georg Brandl · 17 years ago
  96. 0f6d360 Replace unnecessary function call. by Georg Brandl · 17 years ago
  97. 69ff5ac Place #ifdef Py_USING_UNICODE around decode_unicode(). by Georg Brandl · 17 years ago
  98. 2ef7582 Handle errors when generating a warning. by Neal Norwitz · 17 years ago
  99. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 17 years ago
  100. 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 17 years ago