1. 11591c3 fix sphinx warning with an extra space by Benjamin Peterson · 15 years ago v2.7rc1
  2. 53e812a remove extra space by Benjamin Peterson · 15 years ago
  3. 0229e84 update pydoc-topics by Benjamin Peterson · 15 years ago
  4. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 15 years ago
  5. c532c57 Code formatting change. by Michael Foord · 15 years ago
  6. 62c3c79 Replace deprecated fail* methods with the equivalent assert* ones. by Ezio Melotti · 15 years ago
  7. 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
  8. 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
  9. c1d7c5b Tests for unittest.TestCase.maxDiff. by Michael Foord · 15 years ago
  10. d891859 Updated NEWS file. by Michael Foord · 15 years ago
  11. 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
  12. ab2eb0e Add a NEWS entry for r81758 and clarify a comment. by Ezio Melotti · 15 years ago
  13. e57e50c Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 15 years ago
  14. 3b818bf Issue #8899: time.struct_time now has class and atribute docstrings. by Alexander Belopolsky · 15 years ago
  15. f2c25c5 Fix unittest tests after previous commit. by Michael Foord · 15 years ago
  16. 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
  17. ec27d91 Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning. by Mark Dickinson · 15 years ago
  18. 674648e unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs. by Michael Foord · 15 years ago
  19. 77acee9 Fix comment typo. by Mark Dickinson · 15 years ago
  20. e4b83e0 Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return. by Mark Dickinson · 15 years ago
  21. 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
  22. 23f0d6b Issue #8627: remove out-of-date warning about overriding __cmp__ by Mark Dickinson · 15 years ago
  23. a441287 Extract error message truncating into a method (unittest.TestCase._truncateMessage). by Michael Foord · 15 years ago
  24. 0100702 Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual. by Michael Foord · 15 years ago
  25. 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
  26. d5adb5d _PyObject_LookupSpecial returns a new reference by Benjamin Peterson · 15 years ago
  27. 67783b1 fix ref counting by Benjamin Peterson · 15 years ago
  28. 039c585 implement object.__format__ with PyObject_Format by Benjamin Peterson · 15 years ago
  29. 3a2acb5 remove PyType_Ready call; float should be initialized in interpreter startup by Benjamin Peterson · 15 years ago
  30. 2aa6c38 properly lookup the __format__ special method by Benjamin Peterson · 15 years ago
  31. e7e505b #4487: have Charset check with codecs for possible aliases. by R. David Murray · 15 years ago
  32. eba67c0 Issue #6470: Drop UNC prefix in FixTk.py by Martin v. Löwis · 15 years ago
  33. 16b2a5e Display installer warning that Windows 2000 won't by Martin v. Löwis · 15 years ago
  34. 5aafc17 Issue #5464: Implement plural forms in msgfmt.py. by Martin v. Löwis · 15 years ago
  35. 26eec58 Issue #8864: Define _XOPEN_SOURCE on Solaris for the multiprocessing module. by Martin v. Löwis · 15 years ago
  36. fb69501 test verifying the resp object is closed for HEAD response. by Senthil Kumaran · 15 years ago
  37. dfaced5 Fix issue6312 - close the resp object for HEAD response. by Senthil Kumaran · 15 years ago
  38. 998cc24 Issue #8890: Documentation changed to avoid reference to temporary files - other cases covered. by Vinay Sajip · 15 years ago
  39. 4d32c9c Detect missing ldd on all systems. by Stefan Krah · 15 years ago
  40. 5e2b27b Issue8810: Clearing up docstring for tzinfo.utcoffset. by Sean Reifscheider · 15 years ago
  41. 9a26aab Issue #8890: Documentation changed to avoid reference to temporary files. by Vinay Sajip · 15 years ago
  42. 3b95934 use a set for membership testing by Benjamin Peterson · 15 years ago
  43. 4653fb5 #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD. by R. David Murray · 15 years ago
  44. 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
  45. 23152ea Use compiler rather than compiler_obj. Thanks Michael Foord for noticing. by Stefan Krah · 15 years ago
  46. 449aa86 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 15 years ago
  47. 4da7d41 Issue #8741: Fixed the TarFile.makelink() method that is responsible by Lars Gustäbel · 15 years ago
  48. 2ee9c6f Issue #8833: tarfile created hard link entries with a size by Lars Gustäbel · 15 years ago
  49. 593e4ca Fix for issue #7724: ensure that distutils and python's own setup.py by Ronald Oussoren · 15 years ago
  50. 52dcd45 #1368247: make set_charset/MIMEText automatically encode unicode _payload. by R. David Murray · 15 years ago
  51. c395545 Issue #8873: add a documentation note about possible performance issues with the by Antoine Pitrou · 15 years ago
  52. 3b4849a Logging: improved error reporting for BaseConfigurator.resolve(). by Vinay Sajip · 15 years ago
  53. 27c72e9 Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return by Ronald Oussoren · 15 years ago
  54. 98bc31f Fix issue8788 - description of doseq parameter in urllib.urlencode by Senthil Kumaran · 15 years ago
  55. 824912e Fix #8618. Ask the Windows mixer API if there are any playback devices by Brian Curtin · 15 years ago
  56. 4f0108b Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. by Senthil Kumaran · 15 years ago
  57. b1a1405 Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order. by Georg Brandl · 15 years ago
  58. ac94f4f #7583: clarify discussion of hard tab expansion in doctests. by R. David Murray · 15 years ago
  59. de535cb Improve documentation for getaddrinfo() (part of #8857) by Antoine Pitrou · 15 years ago
  60. 4ca7c3c Issue #8748: Fix incorrect results from comparisons between an integer by Mark Dickinson · 15 years ago
  61. 4b3035d Remove declaration for unused variable. by Mark Dickinson · 15 years ago
  62. 8133637 Issue #5211: Complete removal of implicit coercions for the complex by Mark Dickinson · 15 years ago
  63. ddac338 Untabify Modules/config.c.in. by Mark Dickinson · 15 years ago
  64. 3d08d88 Fix typo by Stefan Krah · 15 years ago
  65. 9fe6199 Issue #8840: Make documentation for truncate() clearer by Antoine Pitrou · 15 years ago
  66. 84a8d8f #8616: add new turtle demo "nim". by Georg Brandl · 15 years ago
  67. cbd7d3d Make the ctl-C shutdown of serve.py prettier. by R. David Murray · 15 years ago
  68. e5d1c05 Make reference to Generic Attribute Management a hyperlink. by R. David Murray · 15 years ago
  69. 83cba05 Fix #8405 for slow buildbots. Remove the sleep on startup and move the by Brian Curtin · 15 years ago
  70. b41afb5 Issue #1759169: Drop _XOPEN_SOURCE on Solaris. by Martin v. Löwis · 15 years ago
  71. 9b14ae8 2to3 doesn't fix test_support #6583 by Benjamin Peterson · 15 years ago
  72. 29d438c remove non-ascii coding per PEP 8 by Benjamin Peterson · 15 years ago
  73. 0388362 Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and by Victor Stinner · 15 years ago
  74. 29f1bb3 Add item by Andrew M. Kuchling · 15 years ago
  75. 9292ee0 Issue #7150: Raise OverflowError if the result of adding or subtracting by Alexander Belopolsky · 15 years ago
  76. 3bfd031 Remove top-level 'General Questions' section, pushing up the questions it contains by Andrew M. Kuchling · 15 years ago
  77. 2eaa542 Rewrite wxWidgets section by Andrew M. Kuchling · 15 years ago
  78. 4a057e6 Added Andrej Krpic. (Thanks for issue #7879 patch.) by Alexander Belopolsky · 15 years ago
  79. 58451d2 Issue #7879: Skip negative timestamps test on any Windows platform by Alexander Belopolsky · 15 years ago
  80. a26cf46 Issue #7879: Do not test negative timestamps on any Windows platform by Alexander Belopolsky · 15 years ago
  81. 784a47f Issue #8825: additional testcases for int(string, 0) and long(string, 0). by Mark Dickinson · 15 years ago
  82. 708c072 Issue #7449: Skip test_socketserver if threading support is disabled by Victor Stinner · 15 years ago
  83. c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 15 years ago
  84. 7c4d7d3 Add Alexander Belopolsky. by Martin v. Löwis · 15 years ago
  85. ecb8316 Fix a NameError in test_enumerate. by Mark Dickinson · 15 years ago
  86. 2066559 Issue #8816: Extra tests for some built-in functions. These tests are by Mark Dickinson · 15 years ago
  87. 172e06e Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'. by R. David Murray · 15 years ago
  88. bfbdefe Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. by R. David Murray · 15 years ago
  89. b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 15 years ago
  90. 264acad Add three items by Andrew M. Kuchling · 15 years ago
  91. eeaf33e Make the contributor list alphabetical again. by Brett Cannon · 15 years ago
  92. 66556b0 correct default docs by Benjamin Peterson · 15 years ago
  93. e7505b4 set svn:eol-style by Benjamin Peterson · 15 years ago
  94. 574a857 #8616: update module name by Georg Brandl · 15 years ago
  95. 04ee337 Add the author of the last fix (Issue #6662) by Victor Stinner · 15 years ago
  96. 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 15 years ago
  97. f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 15 years ago
  98. dce6e1b Fix default value for version help. Approved by Benjamin on python-dev: http://mail.python.org/pipermail/python-dev/2010-May/100231.html by Steven Bethard · 15 years ago
  99. 74bd9cf argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) by Steven Bethard · 15 years ago
  100. 151973e #1436346: make it more obvious that timetuple[7] is yday. by Georg Brandl · 15 years ago