1. 04085d7 Added tag v2.7.2 for changeset 8527427914a2 by Benjamin Peterson · 13 years ago
  2. 377510d update pydoc-topics by Benjamin Peterson · 13 years ago
  3. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 13 years ago
  4. 43ee1a5 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 13 years ago
  5. 2231e1a Stop adding txt files twice. by Martin v. Löwis · 13 years ago
  6. ebebd1c Add 2.7.2 UUIDs by Martin v. Löwis · 13 years ago
  7. ef1122c another benefit of this change by Benjamin Peterson · 13 years ago
  8. 115a143 merge release tag by Benjamin Peterson · 13 years ago
  9. 4ba009d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 13 years ago
  10. f14e420 add 2.7.2 header by Benjamin Peterson · 13 years ago
  11. b0b6405 Added tag v2.7.2rc1 for changeset f48756685406 by Benjamin Peterson · 13 years ago
  12. cd20705 bump to 2.7.2rc1 by Benjamin Peterson · 13 years ago
  13. 8c0c9d2 Branch merge by Éric Araujo · 13 years ago
  14. c4f97f4 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 13 years ago
  15. 28ef3c4 Re-add missing doc stub for the distutils check command by Éric Araujo · 13 years ago
  16. bee18a3 Backport doc improvements for distutils.cmd.Command (#9223). by Éric Araujo · 13 years ago
  17. be77831 Fix test_distutils when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  18. 22f63b5 Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, by Ned Deily · 13 years ago
  19. 609e36d Nearly null-merge 2.5.6 by Martin v. Löwis · 13 years ago
  20. 9c53584 Nearly null-merge 2.5.6 by Martin v. Löwis · 13 years ago
  21. 228516c merge 2.5.6c1 tag by Martin v. Löwis · 13 years ago
  22. dcdf032 Added tag v2.5.6c1 for changeset a87c7b96672b by Martin v. Löwis · 13 years ago
  23. 4ca9d48 Added tag v2.5.6 for changeset de34c7b097e8 by Martin v. Löwis · 13 years ago
  24. 11a859d r88840: Prepare for 2.5.6. by Martin v. Löwis · 13 years ago
  25. e81c485 r88828: Fix year. by Martin v. Löwis · 13 years ago
  26. cf60858 r88824: Prepare for 2.5.6c1. by Martin v. Löwis · 13 years ago
  27. 482f908 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  28. 1e94021 merge heads by Benjamin Peterson · 13 years ago
  29. 4fa68ab raise an ValueError in getvalue() on closed StringIO (closes #12161) by Benjamin Peterson · 13 years ago
  30. 8fcda68 Branch merge by Éric Araujo · 13 years ago
  31. dbfba16 Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) by Victor Stinner · 13 years ago
  32. a539245 IDLE: #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 13 years ago
  33. daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  34. 5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  35. 31890bc Fix display of html.parser.HTMLParser.feed docstrin by Éric Araujo · 13 years ago
  36. ea088c5 Add missing name in pkgutil.__all__ by Éric Araujo · 13 years ago
  37. 78d9133 Branch merge by Éric Araujo · 13 years ago
  38. 18176f0 Fix two typos by Éric Araujo · 13 years ago
  39. e2d9e26 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  40. 9e5cdcc Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  41. b94e0cd Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid by Charles-François Natali · 13 years ago
  42. 40b41e1 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  43. 80a09c7 use '->' to indicate return values by Benjamin Peterson · 13 years ago
  44. 7f5cd45 must clear an AttributeError if it is set by Benjamin Peterson · 13 years ago
  45. fd89af5 handle old-style instances by Benjamin Peterson · 13 years ago
  46. 8de87a6 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  47. 4ef33dc Null merge from 2.6 branch. by Barry Warsaw · 13 years ago
  48. 32140f8 Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  49. 3428926 Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  50. cf0d8ab Replay changeset 70238:03e488b5c009 from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  51. 6c603c4 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 13 years ago
  52. 29f6efa Issue 12003: fixing error in xrange alternative sample by Eli Bendersky · 13 years ago
  53. 0406d96 Forward merge. by Barry Warsaw · 13 years ago
  54. e26bc10 These files have Windows line endings in 2.6. by Barry Warsaw · 13 years ago
  55. 2e7f39e Issue #12012: test_ssl uses test_support.import_module() by Victor Stinner · 13 years ago
  56. e91b305 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  57. 691a659 Simplify example by Raymond Hettinger · 13 years ago
  58. f58f1c3 Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 13 years ago
  59. ce77def this should actually be an IOError by Benjamin Peterson · 13 years ago
  60. 30e10d8 add example for not using access by Benjamin Peterson · 13 years ago
  61. 52f63ea #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  62. 22d8f7b Minor code cleanup. by Raymond Hettinger · 13 years ago
  63. d021f72 merge heads by Benjamin Peterson · 13 years ago
  64. 6116d4a stop using the old brain-dead interface for providing attributes/methods by Benjamin Peterson · 13 years ago
  65. 2c5e28e Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of by Victor Stinner · 13 years ago
  66. b13cacf (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 13 years ago
  67. 372954e (backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 13 years ago
  68. bfbd1a2 #12092: backport rephrasing of a paragraph in the tutorial. by Ezio Melotti · 13 years ago
  69. b429c57 #12093: fix typo in struct doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  70. 4dd89ce Fix closes issue #12088 - fixes the tarfile.extractall issue when the by Senthil Kumaran · 13 years ago
  71. 72bb99d Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 13 years ago
  72. 73e3e76 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 13 years ago
  73. 53b6a5f NEWS entry for fix of issue #9516 by Ronald Oussoren · 13 years ago
  74. a70286b Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  75. 11041f0 Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  76. fb1d60c Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  77. 0cc4fd9 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  78. 9b323a5 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  79. 4dcb7be #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 13 years ago
  80. e3992eb #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 13 years ago
  81. 720f8de Change import_fresh_module to work with packages. by Ezio Melotti · 13 years ago
  82. d82a887 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  83. ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain by Antoine Pitrou · 13 years ago
  84. 0730706 #12061: remove duplicate glossary entry. by Georg Brandl · 13 years ago
  85. c1ec7b5 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  86. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  87. 3517612 Issue 12047: Expand the style guide. by Raymond Hettinger · 13 years ago
  88. b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  89. 2c585f6 (Merge 3.1) Issue #1195: Fix input() if it is interrupted by CTRL+d and then by Victor Stinner · 13 years ago
  90. b47553a Some more tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  91. 591c2df Issue 11164: Remove obsolete allnodes test from minidom test. by Martin v. Löwis · 13 years ago
  92. 5c5d7e2 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 13 years ago
  93. 193c34b #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 13 years ago
  94. 7055064 Fix deprecation warnings in test_unittest. by Ezio Melotti · 13 years ago
  95. 87b86c8 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  96. 01c9a16 import_fresh_module ought to be in __all__ by Benjamin Peterson · 13 years ago
  97. b76eb97 Make test_distutils pass without zlib (fixes #9435) by Éric Araujo · 13 years ago
  98. 1bd816e Fix cut and paste error. by Raymond Hettinger · 13 years ago
  99. 8dd0624 Some tests were incorrectly marked as C specific. by Raymond Hettinger · 13 years ago
  100. 21ce8f0 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 13 years ago