1. f1138bb #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  2. c74a6ba Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP by Victor Stinner · 13 years ago
  3. 898d43c update link to pycrypto (closes #12351) by Benjamin Peterson · 13 years ago
  4. ad52cb2 Closes #12206: documentation update for LogRecord constructor and Formatter.formatTime. by Vinay Sajip · 13 years ago
  5. 0eb4ac4 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 13 years ago
  6. 6abd97e onto 2.7.3 by Benjamin Peterson · 13 years ago
  7. a573e0d merge 2.7.2 release branch by Benjamin Peterson · 13 years ago
  8. 04085d7 Added tag v2.7.2 for changeset 8527427914a2 by Benjamin Peterson · 13 years ago
  9. 377510d update pydoc-topics by Benjamin Peterson · 13 years ago
  10. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 13 years ago
  11. b30d5c7 merge heads by Benjamin Peterson · 13 years ago
  12. 8b8162d merge 2.7.2 release branch with fix for #12009 by Benjamin Peterson · 13 years ago
  13. 43ee1a5 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 13 years ago
  14. 761473f Issue #12223: Typo fix in datamodel docs by Eli Bendersky · 13 years ago
  15. 873c583 #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  16. 5446f08 Correction to f1509fc75435 - Issue #11583 by Brian Curtin · 13 years ago
  17. 5cf8660 Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 13 years ago
  18. d476a89 Branch merge by Éric Araujo · 13 years ago
  19. caea7e8 Merge by Brian Curtin · 13 years ago
  20. a65a880 Add examples that work on Windows to distutils docs (#1626300) by Éric Araujo · 13 years ago
  21. ce5493f Branch merge by Éric Araujo · 13 years ago
  22. 1dc4a82 merge 2.7.2 release branch by Benjamin Peterson · 13 years ago
  23. 2231e1a Stop adding txt files twice. by Martin v. Löwis · 13 years ago
  24. ebebd1c Add 2.7.2 UUIDs by Martin v. Löwis · 13 years ago
  25. 865b573 Remove unnecessary executable bit on one distutils file by Éric Araujo · 13 years ago
  26. a493ca3 Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time. by Mark Dickinson · 13 years ago
  27. 3322a25 Remove outdated bit of advice (c882b5ff92d9 follow-up) by Éric Araujo · 13 years ago
  28. 7d21401 Null merge from 2.6. by Barry Warsaw · 13 years ago
  29. d0366e8 Replay svn r88852. by Barry Warsaw · 13 years ago
  30. 16ec24a Replay svn r88850. by Barry Warsaw · 13 years ago
  31. e3826c7 Issue #12016: Add test_errorhandle() to TestBase_Mapping of by Victor Stinner · 13 years ago
  32. 9a1662c Issue #12016: Reindent decoders of HK and JP codecs by Victor Stinner · 13 years ago
  33. d571cf5 merge 2.7.2 release branch by Benjamin Peterson · 13 years ago
  34. ef1122c another benefit of this change by Benjamin Peterson · 13 years ago
  35. d66d95c Document working dir for “make html” (#12249). Patch by Tshepang Lekhonkhobe. by Éric Araujo · 13 years ago
  36. 45b0829 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  37. 19b851d sys.checkinterval() now refreshes the current countdown ticker. by Raymond Hettinger · 13 years ago
  38. 88fc661 Cleanup example by Raymond Hettinger · 13 years ago
  39. 690d4ae Multiple clean-ups to the docs for builtin functions. by Raymond Hettinger · 13 years ago
  40. 783a30f Link to suggestions for how to use super(). by Raymond Hettinger · 13 years ago
  41. 2845365 Branch merge by Éric Araujo · 13 years ago
  42. 115a143 merge release tag by Benjamin Peterson · 13 years ago
  43. bdc21fb merge heads by Benjamin Peterson · 13 years ago
  44. 35a9b1c merge 2.7.2 release branch by Benjamin Peterson · 13 years ago
  45. 4ba009d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 13 years ago
  46. e9b185f Issue #12085: Fix test_subprocess for my previous commit by Victor Stinner · 13 years ago
  47. f14e420 add 2.7.2 header by Benjamin Peterson · 13 years ago
  48. 776e69b Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 13 years ago
  49. 346d860 Fix markup: arguments in a class directive are __init__ arguments, not base classes by Éric Araujo · 13 years ago
  50. f2f8503 Fix error message to use the Python name instead of the C name by Éric Araujo · 13 years ago
  51. d9f5292 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  52. d3c7e17 Issue #1195: fix the issue number of the NEWS entry by Victor Stinner · 13 years ago
  53. 08563d9 Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix by Victor Stinner · 13 years ago
  54. b0b6405 Added tag v2.7.2rc1 for changeset f48756685406 by Benjamin Peterson · 13 years ago
  55. cd20705 bump to 2.7.2rc1 by Benjamin Peterson · 13 years ago
  56. 8c0c9d2 Branch merge by Éric Araujo · 13 years ago
  57. c4f97f4 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 13 years ago
  58. 28ef3c4 Re-add missing doc stub for the distutils check command by Éric Araujo · 13 years ago
  59. bee18a3 Backport doc improvements for distutils.cmd.Command (#9223). by Éric Araujo · 13 years ago
  60. be77831 Fix test_distutils when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  61. 22f63b5 Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, by Ned Deily · 13 years ago
  62. 609e36d Nearly null-merge 2.5.6 by Martin v. Löwis · 13 years ago
  63. 9c53584 Nearly null-merge 2.5.6 by Martin v. Löwis · 13 years ago
  64. 228516c merge 2.5.6c1 tag by Martin v. Löwis · 13 years ago
  65. dcdf032 Added tag v2.5.6c1 for changeset a87c7b96672b by Martin v. Löwis · 13 years ago
  66. 4ca9d48 Added tag v2.5.6 for changeset de34c7b097e8 by Martin v. Löwis · 13 years ago
  67. 11a859d r88840: Prepare for 2.5.6. by Martin v. Löwis · 13 years ago
  68. e81c485 r88828: Fix year. by Martin v. Löwis · 13 years ago
  69. cf60858 r88824: Prepare for 2.5.6c1. by Martin v. Löwis · 13 years ago
  70. 482f908 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  71. 1e94021 merge heads by Benjamin Peterson · 13 years ago
  72. 4fa68ab raise an ValueError in getvalue() on closed StringIO (closes #12161) by Benjamin Peterson · 13 years ago
  73. 8fcda68 Branch merge by Éric Araujo · 13 years ago
  74. dbfba16 Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) by Victor Stinner · 13 years ago
  75. a539245 IDLE: #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 13 years ago
  76. daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  77. 5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  78. 31890bc Fix display of html.parser.HTMLParser.feed docstrin by Éric Araujo · 13 years ago
  79. ea088c5 Add missing name in pkgutil.__all__ by Éric Araujo · 13 years ago
  80. 78d9133 Branch merge by Éric Araujo · 13 years ago
  81. 18176f0 Fix two typos by Éric Araujo · 13 years ago
  82. e2d9e26 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  83. 9e5cdcc Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  84. b94e0cd Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid by Charles-François Natali · 13 years ago
  85. 40b41e1 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  86. 80a09c7 use '->' to indicate return values by Benjamin Peterson · 13 years ago
  87. 7f5cd45 must clear an AttributeError if it is set by Benjamin Peterson · 13 years ago
  88. fd89af5 handle old-style instances by Benjamin Peterson · 13 years ago
  89. 8de87a6 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  90. 4ef33dc Null merge from 2.6 branch. by Barry Warsaw · 13 years ago
  91. 32140f8 Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  92. 3428926 Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  93. cf0d8ab Replay changeset 70238:03e488b5c009 from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  94. 6c603c4 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 13 years ago
  95. 29f6efa Issue 12003: fixing error in xrange alternative sample by Eli Bendersky · 13 years ago
  96. 0406d96 Forward merge. by Barry Warsaw · 13 years ago
  97. e26bc10 These files have Windows line endings in 2.6. by Barry Warsaw · 13 years ago
  98. 2e7f39e Issue #12012: test_ssl uses test_support.import_module() by Victor Stinner · 13 years ago
  99. e91b305 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  100. 691a659 Simplify example by Raymond Hettinger · 13 years ago