1. 8842c35 Revert r80580 due to some unintended side effects. See issue #8202 for details. by Nick Coghlan · 15 years ago
  2. bffd62e Grammar fix by Andrew M. Kuchling · 15 years ago
  3. 8e6c45c Issue #8469: Add standard sizes to table in struct documentation; additional by Mark Dickinson · 15 years ago
  4. 8e5effa fix warning with ucs4 by Benjamin Peterson · 15 years ago
  5. 10f08f9 Backport a fix from Py3k for a potentially misleading example by Nick Coghlan · 15 years ago
  6. f084aed Update README. by Georg Brandl · 15 years ago
  7. 961e6fd Fix gratuitous indentation. by Georg Brandl · 15 years ago
  8. 1626980 Add document on how to build. by Georg Brandl · 15 years ago
  9. fd3eff6 Use newer toctree syntax. by Georg Brandl · 15 years ago
  10. 3e83ff7 Update version in README. by Georg Brandl · 15 years ago
  11. ab776ce Document that an existing directory raises in mkdir(). by Georg Brandl · 15 years ago
  12. b20ada0 Fix punctuation. by Georg Brandl · 15 years ago
  13. 936efc7 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 15 years ago
  14. cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash by Antoine Pitrou · 15 years ago
  15. c6660cf different spellings are just unacceptable by Benjamin Peterson · 15 years ago
  16. 4022891 Fix possible undefined behaviour from signed overflow in struct module. by Mark Dickinson · 15 years ago
  17. b65bd2e Issue #8362: Add Misc/maintainers.rst: list of module maintainers by Victor Stinner · 15 years ago
  18. fdc1e0d Remove extra ] from itertools.count docstring. by Ezio Melotti · 15 years ago
  19. 11bd81c Add a few more items by Andrew M. Kuchling · 15 years ago
  20. 81145c9 #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() by Andrew M. Kuchling · 15 years ago
  21. de0aeaa #5753: update demo.c to use PySys_SetArgvEx(), and add a comment by Andrew M. Kuchling · 15 years ago
  22. a0b0c6f Edit comments for current Python; bump version number of Python by Andrew M. Kuchling · 15 years ago
  23. 33958b8 Fix issue with nested test suites debug method and module setups. (unittest) by Michael Foord · 15 years ago
  24. 83d3576 NEWS update for issue 8948. by Michael Foord · 15 years ago
  25. 1056ca2 fix code formatting by Benjamin Peterson · 15 years ago
  26. 094c53c Fixed markup of tm_isdst attribute. by Alexander Belopolsky · 15 years ago
  27. 619f16e Issue #8930: fix some C code indentation by Antoine Pitrou · 15 years ago
  28. ae1bb9a Typo correction. by Michael Foord · 15 years ago
  29. 0fedb28 Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug(). by Michael Foord · 15 years ago
  30. d7afd31 Move a variable declration outside of a loop to match what was by Brian Curtin · 15 years ago
  31. fa4c59f kill extra word by Benjamin Peterson · 15 years ago
  32. eabdeba use unicode literals by Benjamin Peterson · 15 years ago
  33. 7dbe3e3 remove extra byte and fix comment by Benjamin Peterson · 15 years ago
  34. 13e934a correctly overflow when indexes are too large by Benjamin Peterson · 15 years ago
  35. 0b41707 Silence deprecation warning in test___all__ caused by an import bsddb. by Ezio Melotti · 15 years ago
  36. c4afe29 locale grouping strings should end in '\0' by Benjamin Peterson · 15 years ago
  37. 3ca14e9 #8875: Remove duplicated paragraph by Andrew M. Kuchling · 15 years ago
  38. 770fd15 Fixed #8909: now the doc details the size of the bitmap used in distutils' bdist_wininst by Tarek Ziadé · 15 years ago
  39. 2f3d9f9 careening towards 2.7rc2 we go by Benjamin Peterson · 15 years ago
  40. 6b177ac tag 2.7's first release candidate by Benjamin Peterson · 15 years ago
  41. 11591c3 fix sphinx warning with an extra space by Benjamin Peterson · 15 years ago
  42. 53e812a remove extra space by Benjamin Peterson · 15 years ago
  43. 0229e84 update pydoc-topics by Benjamin Peterson · 15 years ago
  44. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 15 years ago
  45. c532c57 Code formatting change. by Michael Foord · 15 years ago
  46. 62c3c79 Replace deprecated fail* methods with the equivalent assert* ones. by Ezio Melotti · 15 years ago
  47. 8dde201 Documentation updates for issues 8302 and 8351 (truncating excessive diffs in unittest failure messages and reporting SkipTest exceptions in setUpClass and setUpModule as skips rather than errors). by Michael Foord · 15 years ago
  48. db919f0 Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors. by Michael Foord · 15 years ago
  49. c1d7c5b Tests for unittest.TestCase.maxDiff. by Michael Foord · 15 years ago
  50. d891859 Updated NEWS file. by Michael Foord · 15 years ago
  51. 20e287c Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error. by Michael Foord · 15 years ago
  52. ab2eb0e Add a NEWS entry for r81758 and clarify a comment. by Ezio Melotti · 15 years ago
  53. e57e50c Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 15 years ago
  54. 3b818bf Issue #8899: time.struct_time now has class and atribute docstrings. by Alexander Belopolsky · 15 years ago
  55. f2c25c5 Fix unittest tests after previous commit. by Michael Foord · 15 years ago
  56. 5fe21ff unittest.TestCase assertion methods inform you when they have omitted an over long diff on failure. Issue 8351. by Michael Foord · 15 years ago
  57. ec27d91 Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning. by Mark Dickinson · 15 years ago
  58. 674648e unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs. by Michael Foord · 15 years ago
  59. 77acee9 Fix comment typo. by Mark Dickinson · 15 years ago
  60. e4b83e0 Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return. by Mark Dickinson · 15 years ago
  61. e37d75f Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCase assert methods that use difflib to produce failure messages now truncate overly long messages. New class attribute unittest.TestCase.maxDiff to configure this if necessary. Issue 8351. by Michael Foord · 15 years ago
  62. 23f0d6b Issue #8627: remove out-of-date warning about overriding __cmp__ by Mark Dickinson · 15 years ago
  63. a441287 Extract error message truncating into a method (unittest.TestCase._truncateMessage). by Michael Foord · 15 years ago
  64. 0100702 Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual. by Michael Foord · 15 years ago
  65. 9ef5d33 unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation. by Michael Foord · 15 years ago
  66. d5adb5d _PyObject_LookupSpecial returns a new reference by Benjamin Peterson · 15 years ago
  67. 67783b1 fix ref counting by Benjamin Peterson · 15 years ago
  68. 039c585 implement object.__format__ with PyObject_Format by Benjamin Peterson · 15 years ago
  69. 3a2acb5 remove PyType_Ready call; float should be initialized in interpreter startup by Benjamin Peterson · 15 years ago
  70. 2aa6c38 properly lookup the __format__ special method by Benjamin Peterson · 15 years ago
  71. e7e505b #4487: have Charset check with codecs for possible aliases. by R. David Murray · 15 years ago
  72. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 15 years ago
  73. 16b2a5e Display installer warning that Windows 2000 won't by Martin v. Löwis · 15 years ago
  74. 5aafc17 Issue #5464: Implement plural forms in msgfmt.py. by Martin v. Löwis · 15 years ago
  75. 26eec58 Issue #8864: Define _XOPEN_SOURCE on Solaris for the multiprocessing module. by Martin v. Löwis · 15 years ago
  76. fb69501 test verifying the resp object is closed for HEAD response. by Senthil Kumaran · 15 years ago
  77. dfaced5 Fix issue6312 - close the resp object for HEAD response. by Senthil Kumaran · 15 years ago
  78. 998cc24 Issue #8890: Documentation changed to avoid reference to temporary files - other cases covered. by Vinay Sajip · 15 years ago
  79. 4d32c9c Detect missing ldd on all systems. by Stefan Krah · 15 years ago
  80. 5e2b27b Issue8810: Clearing up docstring for tzinfo.utcoffset. by Sean Reifscheider · 15 years ago
  81. 9a26aab Issue #8890: Documentation changed to avoid reference to temporary files. by Vinay Sajip · 15 years ago
  82. 3b95934 use a set for membership testing by Benjamin Peterson · 15 years ago
  83. 4653fb5 #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD. by R. David Murray · 15 years ago
  84. 61746d5 #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n. by R. David Murray · 15 years ago
  85. 23152ea Use compiler rather than compiler_obj. Thanks Michael Foord for noticing. by Stefan Krah · 15 years ago
  86. 449aa86 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 15 years ago
  87. 4da7d41 Issue #8741: Fixed the TarFile.makelink() method that is responsible by Lars Gustäbel · 15 years ago
  88. 2ee9c6f Issue #8833: tarfile created hard link entries with a size by Lars Gustäbel · 15 years ago
  89. 593e4ca Fix for issue #7724: ensure that distutils and python's own setup.py by Ronald Oussoren · 15 years ago
  90. 52dcd45 #1368247: make set_charset/MIMEText automatically encode unicode _payload. by R. David Murray · 15 years ago
  91. c395545 Issue #8873: add a documentation note about possible performance issues with the by Antoine Pitrou · 15 years ago
  92. 3b4849a Logging: improved error reporting for BaseConfigurator.resolve(). by Vinay Sajip · 15 years ago
  93. 27c72e9 Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return by Ronald Oussoren · 15 years ago
  94. 98bc31f Fix issue8788 - description of doseq parameter in urllib.urlencode by Senthil Kumaran · 15 years ago
  95. 824912e Fix #8618. Ask the Windows mixer API if there are any playback devices by Brian Curtin · 15 years ago
  96. 4f0108b Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. by Senthil Kumaran · 15 years ago
  97. b1a1405 Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order. by Georg Brandl · 15 years ago
  98. ac94f4f #7583: clarify discussion of hard tab expansion in doctests. by R. David Murray · 15 years ago
  99. de535cb Improve documentation for getaddrinfo() (part of #8857) by Antoine Pitrou · 15 years ago
  100. 4ca7c3c Issue #8748: Fix incorrect results from comparisons between an integer by Mark Dickinson · 15 years ago