1. ba48264 Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 11 years ago
  2. b1bbc0b Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 11 years ago
  3. d36d4e0 Issue #13555: Fix an integer overflow check. by Serhiy Storchaka · 11 years ago
  4. 93bfe7d Issue #1470548: Do not buffer XMLGenerator output. by Serhiy Storchaka · 11 years ago
  5. 5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 11 years ago
  6. f794bde Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 11 years ago
  7. 4307278 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 11 years ago
  8. fead3c8 Issue #16403: Document how distutils uses the maintainer field in PKG-INFO by Petri Lehtinen · 11 years ago
  9. 2342784 Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 11 years ago
  10. 0b78503 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 11 years ago
  11. 9e14755 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 11 years ago
  12. c23178b Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 11 years ago
  13. 0a4a7e1 Fix deprecation warning in test_tcl. by Ezio Melotti · 11 years ago
  14. 4dbcec9 Fix deprecation warning in tempfile. by Ezio Melotti · 11 years ago
  15. ef1db54 #17249: check for the availability of the thread module. by Ezio Melotti · 11 years ago
  16. 2fddfd8 #17249: convert a test in test_capi to use unittest and reap threads. by Ezio Melotti · 11 years ago
  17. 6a959a1 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. by Ezio Melotti · 11 years ago
  18. 43b09d4 Fix the highlight in another example. by Ezio Melotti · 11 years ago
  19. 986f71c #17256: fix syntax highlight in embedding example. Patch by Kushal Das. by Ezio Melotti · 11 years ago
  20. ed5fba2 #17035: use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag. by Ezio Melotti · 11 years ago
  21. 13cee16 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 11 years ago
  22. 7d0eb4b #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 11 years ago
  23. 49d4022 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 11 years ago
  24. 484dee3 Issue #17248: Fix os.*chown() testing when user is in root group. by Serhiy Storchaka · 11 years ago
  25. d5bdb1f #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 11 years ago
  26. 01a97f3 null merge from 2.6 by Barry Warsaw · 11 years ago
  27. f25d957 - Issue #16248: Disable code execution from the user's home directory by by Barry Warsaw · 11 years ago
  28. 8e830a0 fix building without pymalloc (closes #17228) by Benjamin Peterson · 11 years ago
  29. fffc479 Issue #17248: Fix os.*chown() testing when user has group root. by Serhiy Storchaka · 11 years ago
  30. 3e188c4 Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. by Serhiy Storchaka · 11 years ago
  31. c32b678 #7842: backport fix for py_compile.compile syntax error message handling. by R David Murray · 11 years ago
  32. 5aff27a #7963: fix error message when 'object' called with arguments. by R David Murray · 11 years ago
  33. c8e75ba Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 11 years ago
  34. 4676448 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 11 years ago
  35. 142d2bc Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 11 years ago
  36. fbc737e Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. by Serhiy Storchaka · 11 years ago
  37. 4f53550 Remove unused certificate files by Antoine Pitrou · 11 years ago
  38. 6098291 Fix test_ssl by replacing expired X509 certificate by Antoine Pitrou · 11 years ago
  39. 6a8e2b4 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 11 years ago
  40. e18e05c Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 11 years ago
  41. 94bf697 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 11 years ago
  42. f157571 Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 11 years ago
  43. f4b6560 Add Misc/NEWS entry for Issue #16743 by Richard Oudkerk · 11 years ago
  44. 36b9d41 Issue #16743: Fix mmap overflow check on 32 bit Windows by Richard Oudkerk · 11 years ago
  45. ec50cb2 Fix tests for issue #5308. by Serhiy Storchaka · 11 years ago
  46. 8d7d6bc Issue #11311: StringIO.readline(0) now returns an empty string as all other by Serhiy Storchaka · 11 years ago
  47. 34fe1b7 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  48. 7d36003 Fix for issue #16800: Use buffered write to handle EINTR. by Serhiy Storchaka · 11 years ago
  49. 0127de0 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 11 years ago
  50. cdc7a91 Issue #13555: cPickle now supports files larger than 2 GiB. by Serhiy Storchaka · 11 years ago
  51. da5c2a0 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  52. 083c0aa Clean trailing whitespaces in Makefile.pre.in and grpmodule.c. by Serhiy Storchaka · 11 years ago
  53. aa1e1a2 Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4. by Ned Deily · 11 years ago
  54. c114cc8 #17171: backport behavior-confirming test from python3. by R David Murray · 11 years ago
  55. f1d3473 #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 11 years ago
  56. c36bf99 Correction to issue 17052 fix by Michael Foord · 11 years ago
  57. cb66ee7 Issue 17502: unittest discovery should use self.testLoader by Michael Foord · 11 years ago
  58. 65d5639 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 11 years ago
  59. 9aaeb5e Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi]. by Mark Dickinson · 11 years ago
  60. f898038 Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings. by Serhiy Storchaka · 11 years ago
  61. 0dd3d30 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 11 years ago
  62. bb80131 Import shutil for restore_test_support_TESTFN(). by Serhiy Storchaka · 11 years ago
  63. 6688bdb Minor cleanups. by Raymond Hettinger · 11 years ago
  64. 15ea3ac Issue #17156: pygettext.py now correctly escapes non-ascii characters. by Serhiy Storchaka · 11 years ago
  65. 4234992 Keep IDLE from displaying spurious SystemExit tracebacks by Raymond Hettinger · 11 years ago
  66. a5e7f8f #16564: test to confirm behavior that regressed in python3. by R David Murray · 11 years ago
  67. 56656b0 add proper dependencies on expat headers and sources by Christian Heimes · 11 years ago
  68. 276f1d5 Issue #7358: cStringIO.StringIO now supports writing to and reading from by Serhiy Storchaka · 11 years ago
  69. beaa3ad Issue #10355: SpooledTemporaryFile properties and xreadline method now work for unrolled files. by Serhiy Storchaka · 11 years ago
  70. 62e709c Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 11 years ago
  71. ed1e438 Issue #17161: make install now also installs a python2 and python man page. by Ned Deily · 11 years ago
  72. c12dcd2 Fix accidental non-breakable space (U+00A0). by Serhiy Storchaka · 11 years ago
  73. ec02217 whitespace fix by Gregory P. Smith · 11 years ago
  74. a26ec65 Issue #6972: fix the documentation mis applied patch. by Gregory P. Smith · 11 years ago
  75. 35c52b6 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 11 years ago
  76. d5327d9 Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 11 years ago
  77. 4a88041 Issue #17118: Add new tests for testing Python-Tcl interaction. by Serhiy Storchaka · 11 years ago
  78. 8e8bbc5 Fix test_from_dll* in test_returnfuncptrs.py. by Serhiy Storchaka · 11 years ago
  79. 785d1b1 Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 11 years ago
  80. 9b3085c #17142: fix apparent copy and paste error in test_all. by R David Murray · 11 years ago
  81. 381372d #17091: update docstring for _thread.Lock.acquire. by R David Murray · 11 years ago
  82. 28ababc Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. by Serhiy Storchaka · 11 years ago
  83. a07a8b4 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 11 years ago
  84. f727c31 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 11 years ago
  85. 3e081c7 Add alias to restore 2.7.2 compatibility for setup scripts (#13994). by Éric Araujo · 11 years ago
  86. 354d50e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 11 years ago
  87. cc23cc6 Issue #16698: Skip posix test_getgroups when built with OS X by Ned Deily · 11 years ago
  88. d66c0ee Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 11 years ago
  89. 1efd982 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  90. 4264532 Issue 16398: Use memcpy() in deque.rotate(). by Raymond Hettinger · 11 years ago
  91. 2a051fa Fix test for issue #6972. by Serhiy Storchaka · 11 years ago
  92. a8d64ae Issue #17034: Use Py_CLEAR() in stringobject.c. by Serhiy Storchaka · 11 years ago
  93. 05fd744 Preserve backslashes in malicious zip files for testing issue #6972. by Serhiy Storchaka · 11 years ago
  94. eff492f Issue #15881: Fixed atexit hook in multiprocessing. by Benjamin Peterson · 11 years ago
  95. 99b0b72 merge heads by Benjamin Peterson · 11 years ago
  96. 13e56c7 Fix the test and remove trailing dots on Windows for issue #6972. by Serhiy Storchaka · 11 years ago
  97. dc6dc4b Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 11 years ago
  98. 7c06875 Fix translating of illegal characters on Windows (issue #6972). by Serhiy Storchaka · 11 years ago
  99. 23298cb Fix tests for issue #11159. by Serhiy Storchaka · 11 years ago
  100. 07fbf60 Merge heads by Serhiy Storchaka · 11 years ago