1. 3d7f236 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 14 years ago
  2. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  3. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 14 years ago
  4. bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  5. 2a34eb3 Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid by Charles-François Natali · 14 years ago
  6. 77657e4 Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. by Antoine Pitrou · 14 years ago
  7. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  8. cdaafe0 Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
  9. 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  10. acacbaa Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 14 years ago
  11. e7329f4 Guard shutil._make_archive against a logger=None argument. by Éric Araujo · 14 years ago
  12. b02302c Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
  13. 39935f4 NEWS entry. by Barry Warsaw · 14 years ago
  14. 15d6b65 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 14 years ago
  15. f432aec Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 14 years ago
  16. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 14 years ago
  17. 498da2c Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 14 years ago
  18. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  19. 9a52830 Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
  20. 55e5e27 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  21. fee7745 Fixes #10639: reindent.py should not convert newlines by Jason R. Coombs · 14 years ago
  22. 0cf7e25 - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. by Charles-François Natali · 14 years ago
  23. d8e3901 Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 14 years ago
  24. d8b1723 Issue #12590: IDLE editor window now always displays the first line by Ned Deily · 14 years ago
  25. 528c4ad Issue #12102: Document that buffered files must be flushed before being used by Ross Lagerwall · 14 years ago
  26. 3de8c73 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  27. 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
  28. 0d2889f Fix typo in NEWS entry for dbf1e1a27427. by Nadeem Vawda · 14 years ago
  29. b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
  30. 97781b0 Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 14 years ago
  31. 6c18ff0 news note by Benjamin Peterson · 14 years ago
  32. 4929eb9 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 14 years ago
  33. a4c383b Upstream merge. by Barry Warsaw · 14 years ago
  34. 495ee8f Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 14 years ago
  35. c564328 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 14 years ago
  36. 9522595 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 14 years ago
  37. 304f0f9 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  38. c3349cd port 8d05f697acd4 (#11627) by Benjamin Peterson · 14 years ago
  39. 2659140 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  40. 0ab67ee Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 14 years ago
  41. bf547fd Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  42. 1616645 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  43. 4a4a0fe Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary by Antoine Pitrou · 14 years ago
  44. 2960308 Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and by Antoine Pitrou · 14 years ago
  45. a4d58d2 Avoid failing in test_urllibnet.test_bad_address when some overzealous by Antoine Pitrou · 14 years ago
  46. ba8b3a2 Close #12501: Adjust callable() warning: callable() is only not supported in by Victor Stinner · 14 years ago
  47. e790131 Issue #12493: subprocess: communicate() handles EINTR by Victor Stinner · 14 years ago
  48. 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 14 years ago
  49. 46268c4 Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run by Ned Deily · 14 years ago
  50. 65c1535 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 14 years ago
  51. 414d0fa Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  52. bf7a266 Fixup repr for dict_proxy objects. by Raymond Hettinger · 14 years ago
  53. 87e82bb Issue #9516: Update Misc/NEWS. by Ned Deily · 14 years ago
  54. 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  55. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  56. 64e5995 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 14 years ago
  57. 2c316a3 Issue 11802: filecmp cache was growing without bound. by Raymond Hettinger · 14 years ago
  58. ffa8e2f Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 14 years ago
  59. ecb863b Revert d370d609d09b as requested by Terry Jan Reedy: by Victor Stinner · 14 years ago
  60. c36c6cc Close #3067: locale.setlocale() accepts a Unicode locale. by Victor Stinner · 14 years ago
  61. f1138bb #11700: proxy object close methods can now be called multiple times by R David Murray · 14 years ago
  62. c74a6ba Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP by Victor Stinner · 14 years ago
  63. 0eb4ac4 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 14 years ago
  64. a573e0d merge 2.7.2 release branch by Benjamin Peterson · 14 years ago
  65. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 14 years ago
  66. b30d5c7 merge heads by Benjamin Peterson · 14 years ago
  67. 8b8162d merge 2.7.2 release branch with fix for #12009 by Benjamin Peterson · 14 years ago
  68. 43ee1a5 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  69. 873c583 #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 14 years ago
  70. caea7e8 Merge by Brian Curtin · 14 years ago
  71. 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 · 14 years ago
  72. d571cf5 merge 2.7.2 release branch by Benjamin Peterson · 14 years ago
  73. ef1122c another benefit of this change by Benjamin Peterson · 14 years ago
  74. 45b0829 Fix named tuples to work with vars(). by Raymond Hettinger · 14 years ago
  75. 19b851d sys.checkinterval() now refreshes the current countdown ticker. by Raymond Hettinger · 14 years ago
  76. 35a9b1c merge 2.7.2 release branch by Benjamin Peterson · 14 years ago
  77. 4ba009d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 14 years ago
  78. f14e420 add 2.7.2 header by Benjamin Peterson · 14 years ago
  79. 776e69b Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 14 years ago
  80. d9f5292 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 14 years ago
  81. d3c7e17 Issue #1195: fix the issue number of the NEWS entry by Victor Stinner · 14 years ago
  82. 08563d9 Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix by Victor Stinner · 14 years ago
  83. cd20705 bump to 2.7.2rc1 by Benjamin Peterson · 14 years ago
  84. c4f97f4 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 14 years ago
  85. 22f63b5 Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, by Ned Deily · 14 years ago
  86. 482f908 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  87. 4fa68ab raise an ValueError in getvalue() on closed StringIO (closes #12161) by Benjamin Peterson · 14 years ago
  88. dbfba16 Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) by Victor Stinner · 14 years ago
  89. daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
  90. 5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 14 years ago
  91. b94e0cd Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid by Charles-François Natali · 14 years ago
  92. 40b41e1 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 14 years ago
  93. 8de87a6 correctly lookup __dir__ by Benjamin Peterson · 14 years ago
  94. f58f1c3 Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 14 years ago
  95. d021f72 merge heads by Benjamin Peterson · 14 years ago
  96. 6116d4a stop using the old brain-dead interface for providing attributes/methods by Benjamin Peterson · 14 years ago
  97. b13cacf (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 14 years ago
  98. 372954e (backport)Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 14 years ago
  99. 53b6a5f NEWS entry for fix of issue #9516 by Ronald Oussoren · 14 years ago
  100. 0cc4fd9 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago