1. 8605936 Fix resource leaks in test_subprocess. by Nadeem Vawda · 14 years ago
  2. a8085d3 Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 14 years ago
  3. 100df0f Issue #12650: only run the tests on Unix. by Charles-François Natali · 14 years ago
  4. b02302c Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
  5. edfba82 The simplest possible fix for the regression in bug 12752 by encoding unicodes by Barry Warsaw · 14 years ago
  6. ea7b6f6 #12266: move the tests in test_unicode. by Ezio Melotti · 14 years ago
  7. 15d6b65 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 14 years ago
  8. 93e6a3d Remove the un-exercised in-module test code. by Senthil Kumaran · 14 years ago
  9. 3ea5224 Issue 12717: Fix-up an earlier backport in ConfigParser. by Raymond Hettinger · 14 years ago
  10. 1381a31 #12677: correct turtle orientation in doc by Sandro Tosi · 14 years ago
  11. ef651ac whitespace fix. by Senthil Kumaran · 14 years ago
  12. 351950f Remove the old dead test program within the module in 2.7. by Senthil Kumaran · 14 years ago
  13. b5bd4c8 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 14 years ago
  14. 28696fe add svn+ssh testcase for urljoin. by Senthil Kumaran · 14 years ago
  15. 0df24c9 include svn+ssh as well. by Senthil Kumaran · 14 years ago
  16. f432aec Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 14 years ago
  17. 3427839 Branch merge by Éric Araujo · 14 years ago
  18. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 14 years ago
  19. 01a3ee8 Backport 68b5f87566fb by Stefan Krah · 14 years ago
  20. 0db7f72 Branch merge by Éric Araujo · 14 years ago
  21. 498da2c Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 14 years ago
  22. 3facb8c running tests enables us to discover that they actually work by Benjamin Peterson · 14 years ago
  23. 23c2104 using test_support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 14 years ago
  24. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  25. 9a52830 Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
  26. fea8ac4 Branch merge by Éric Araujo · 14 years ago
  27. 55e5e27 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  28. 4af1c6a Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break. by Senthil Kumaran · 14 years ago
  29. 0cf7e25 - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  30. d8e3901 Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
  31. 7d7702b merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 14 years ago
  32. d8b1723 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  33. d88131a Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 14 years ago
  34. 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
  35. a620fac Fix typo in dbf1e1a27427 that was causing some buildbots to fail. by Nadeem Vawda · 14 years ago
  36. b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
  37. 578617a merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage (cases applicable to 2.7). Patch by Petter Haggholm. by Senthil Kumaran · 14 years ago
  38. 7782024 verify the types of AST strings and identifiers (closes #12609 and #12610) by Benjamin Peterson · 14 years ago
  39. 56b2665 #12601: fix typo. by Ezio Melotti · 14 years ago
  40. 495ee8f Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 14 years ago
  41. 9522595 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 14 years ago
  42. 9737648 Backport 2eb8789e30e7. by Alex Gaynor · 14 years ago
  43. 304f0f9 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  44. c3349cd port 8d05f697acd4 (#11627) by Benjamin Peterson · 14 years ago
  45. 2659140 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  46. b30ac94 Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 by Victor Stinner · 14 years ago
  47. 2e7ea50 carefully cleanup pointer cache after creating struct pointers by Benjamin Peterson · 14 years ago
  48. 0ab67ee Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  49. bf547fd Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  50. 83c14fe this can be done without a custom dict (also fixes #12544) by Benjamin Peterson · 14 years ago
  51. 1616645 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  52. 4a4a0fe Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  53. 2960308 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  54. a4d58d2 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  55. ba8b3a2 Close #12501: Adjust callable() warning: callable() is only not supported in by Victor Stinner · 14 years ago
  56. 885b164 Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of by Ned Deily · 14 years ago
  57. 09f6ab0 Issue #8716: Back out temporary changeset 18ce15f841cf by Ned Deily · 14 years ago
  58. 8c653e0 Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure. by Ned Deily · 14 years ago
  59. b78fed9 Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing by Victor Stinner · 14 years ago
  60. e790131 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  61. 4c41f84 test_io: make quiet the DeprecationWarning('classic int division') by Victor Stinner · 14 years ago
  62. 42dcc67 test_array: make quiet the DeprecationWarning by Victor Stinner · 14 years ago
  63. 49d495f Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 14 years ago
  64. eee1048 Issue #8716: Fix errors in the non-OS X path of the 27 backport. by Ned Deily · 14 years ago
  65. 46268c4 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 14 years ago
  66. 9a7a4cc Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. by Ned Deily · 14 years ago
  67. 65c1535 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 14 years ago
  68. 13502b1 Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 14 years ago
  69. 7c20ad3 Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC by Charles-François Natali · 14 years ago
  70. 414d0fa Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  71. 041d2e1 Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms by Victor Stinner · 14 years ago
  72. bf7a266 Fixup repr for dict_proxy objects. by Raymond Hettinger · 14 years ago
  73. 041645a Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 14 years ago
  74. 053c6ad Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 14 years ago
  75. 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  76. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  77. 64e5995 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 14 years ago
  78. c98198d fix ws by Benjamin Peterson · 14 years ago
  79. 90ebedc add more ast tests (closes #11302) by Benjamin Peterson · 14 years ago
  80. cfb7731 strip trailing ws by Benjamin Peterson · 14 years ago
  81. 7e6b3aa update profile license (closes #12417) by Benjamin Peterson · 14 years ago
  82. e4ef726 Fix closes issue1067702 The problem with close multiple ftp transfers were due cases where sockets/file were not closed immediately. Tightned those cases and failure is no longer observed. by Senthil Kumaran · 14 years ago
  83. 2c316a3 Issue 11802: filecmp cache was growing without bound. by Raymond Hettinger · 14 years ago
  84. 67a3e83 Issue 10326: Fix regression to get test cases to pickle again. by Raymond Hettinger · 14 years ago
  85. cba8731 Code simplification suggested by Sven Marnach. by Raymond Hettinger · 14 years ago
  86. ecb863b Revert d370d609d09b as requested by Terry Jan Reedy: by Victor Stinner · 14 years ago
  87. f64a0cf Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 14 years ago
  88. c36c6cc Close #3067: locale.setlocale() accepts a Unicode locale. by Victor Stinner · 14 years ago
  89. f1138bb #11700: proxy object close methods can now be called multiple times by R David Murray · 14 years ago
  90. c74a6ba Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP by Victor Stinner · 14 years ago
  91. 0eb4ac4 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 14 years ago
  92. a573e0d merge 2.7.2 release branch by Benjamin Peterson · 14 years ago
  93. 377510d update pydoc-topics by Benjamin Peterson · 14 years ago
  94. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 14 years ago
  95. b30d5c7 merge heads by Benjamin Peterson · 14 years ago
  96. 8b8162d merge 2.7.2 release branch with fix for #12009 by Benjamin Peterson · 14 years ago
  97. 43ee1a5 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  98. 873c583 #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 14 years ago
  99. 5446f08 Correction to f1509fc75435 - Issue #11583 by Brian Curtin · 14 years ago
  100. caea7e8 Merge by Brian Curtin · 14 years ago