1. 5aff27a #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
  2. 4676448 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  3. 6a8e2b4 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  4. e18e05c Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  5. f4b6560 Add Misc/NEWS entry for Issue #16743 by Richard Oudkerk · 13 years ago
  6. 8d7d6bc Issue #11311: StringIO.readline(0) now returns an empty string as all other by Serhiy Storchaka · 13 years ago
  7. 34fe1b7 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 13 years ago
  8. 0127de0 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
  9. cdc7a91 Issue #13555: cPickle now supports files larger than 2 GiB. by Serhiy Storchaka · 13 years ago
  10. da5c2a0 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 13 years ago
  11. aa1e1a2 Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4. by Ned Deily · 13 years ago
  12. c36bf99 Correction to issue 17052 fix by Michael Foord · 13 years ago
  13. cb66ee7 Issue 17502: unittest discovery should use self.testLoader by Michael Foord · 13 years ago
  14. 65d5639 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 13 years ago
  15. 9aaeb5e Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi]. by Mark Dickinson · 13 years ago
  16. f898038 Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings. by Serhiy Storchaka · 13 years ago
  17. 0dd3d30 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 13 years ago
  18. 15ea3ac Issue #17156: pygettext.py now correctly escapes non-ascii characters. by Serhiy Storchaka · 13 years ago
  19. 4234992 Keep IDLE from displaying spurious SystemExit tracebacks by Raymond Hettinger · 13 years ago
  20. a5e7f8f #16564: test to confirm behavior that regressed in python3. by R David Murray · 13 years ago
  21. 276f1d5 Issue #7358: cStringIO.StringIO now supports writing to and reading from by Serhiy Storchaka · 13 years ago
  22. beaa3ad Issue #10355: SpooledTemporaryFile properties and xreadline method now work for unrolled files. by Serhiy Storchaka · 13 years ago
  23. 62e709c Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  24. ed1e438 Issue #17161: make install now also installs a python2 and python man page. by Ned Deily · 13 years ago
  25. c12dcd2 Fix accidental non-breakable space (U+00A0). by Serhiy Storchaka · 13 years ago
  26. 35c52b6 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 13 years ago
  27. d5327d9 Issue #17043: The unicode-internal decoder no longer read past the end of by Serhiy Storchaka · 13 years ago
  28. a07a8b4 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  29. f727c31 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 13 years ago
  30. 3e081c7 Add alias to restore 2.7.2 compatibility for setup scripts (#13994). by Éric Araujo · 13 years ago
  31. 354d50e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 13 years ago
  32. cc23cc6 Issue #16698: Skip posix test_getgroups when built with OS X by Ned Deily · 13 years ago
  33. d66c0ee Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 13 years ago
  34. 1efd982 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 13 years ago
  35. eff492f Issue #15881: Fixed atexit hook in multiprocessing. by Benjamin Peterson · 13 years ago
  36. a5df290 Update the embedded copy of the expat XML parser to 2.1.0. It brings by Gregory P. Smith · 13 years ago
  37. 07fbf60 Merge heads by Serhiy Storchaka · 13 years ago
  38. 8673ab9 Issue #11159: SAX parser now supports unicode file names. by Serhiy Storchaka · 13 years ago
  39. 7045f05 Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 13 years ago
  40. 6e7da15 Issue #15587: Enable Tk high-resolution text rendering on Macs with by Ned Deily · 13 years ago
  41. acf7b95 Issue #16256: OS X installer now sets correct permissions for doc directory. by Ned Deily · 13 years ago
  42. a06ad5b better news entry by Gregory P. Smith · 13 years ago
  43. a998ad0 Additional fix for Issue #12268: The io module file object writelines() methods by Gregory P. Smith · 13 years ago
  44. 608cc45 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 13 years ago
  45. d65e2ba - Issue #17086: Backport the patches from the 3.3 branch to cross-build by doko@python.org · 13 years ago
  46. 8d510cd Issue #17049: Localized calendar methods now return unicode if a locale by Serhiy Storchaka · 13 years ago
  47. 0be506a Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an by Serhiy Storchaka · 13 years ago
  48. 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 13 years ago
  49. 77cd8aa Issue 15505. unittest.installHandler and non callable signal handlers by Michael Foord · 13 years ago
  50. 64cca12 Move NEWS entity from library to core section. by Serhiy Storchaka · 13 years ago
  51. c8e5812 Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. by Serhiy Storchaka · 13 years ago
  52. 46f5b35 Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robert Xiao. by Serhiy Storchaka · 13 years ago
  53. 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 13 years ago
  54. 221508c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 13 years ago
  55. c59c85c Issue #10156: In the interpreter's initialization phase, unicode globals by Serhiy Storchaka · 13 years ago
  56. 01b3a08 Issue #16975: Fix error handling bug in the escape-decode decoder. by Serhiy Storchaka · 13 years ago
  57. 1c60c7a Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 13 years ago
  58. fa3f9a3 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 13 years ago
  59. 9abc830 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 13 years ago
  60. 4e63fbe - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 13 years ago
  61. b09ec9b Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 13 years ago
  62. 353e54e Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 13 years ago
  63. 302ad8d Fix a few typos in Misc/NEWS. by Ezio Melotti · 13 years ago
  64. a41cf29 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  65. 08e153a check windows fd validity (closes #16992) by Benjamin Peterson · 13 years ago
  66. e39ba04 Issue #15861: tkinter now correctly works with lists and tuples containing by Serhiy Storchaka · 13 years ago
  67. 9599745 Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping" by Serhiy Storchaka · 13 years ago
  68. 90b5d92 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 13 years ago
  69. 80a9fd7 Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. by Serhiy Storchaka · 13 years ago
  70. eebcb5f Issue #16829: IDLE printing no longer fails if there are spaces or other by Serhiy Storchaka · 13 years ago
  71. 2cdb643 Issue #16398: Optimize deque.rotate() by Raymond Hettinger · 13 years ago
  72. 8cd7f82 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. by Serhiy Storchaka · 13 years ago
  73. 5c4e32b #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 13 years ago
  74. 32851d6 #15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression. by R David Murray · 13 years ago
  75. d618684 #15545: sort iterdump via SQL instead of in python code by R David Murray · 13 years ago
  76. ec8f8f7 Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and by Ned Deily · 13 years ago
  77. c4b82c0 Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 13 years ago
  78. be2b907 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 13 years ago
  79. 58abc5b #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 13 years ago
  80. 23a32ba Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 13 years ago
  81. 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
  82. a708adf call PyErr_Clear() when ignoring error from PyNumber_Int (closes #15516) by Benjamin Peterson · 13 years ago
  83. 140794d merge heads by Benjamin Peterson · 13 years ago
  84. 6b3f8d3 ensure the attribute name string is initalized before using it (closes #16839) by Benjamin Peterson · 13 years ago
  85. dbaac37 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 13 years ago
  86. 1422442 Issue #16819: IDLE method completion now correctly works for unicode literals. by Serhiy Storchaka · 13 years ago
  87. 7450a81 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 13 years ago
  88. 10e93a6 Issue #14958: backport to 2.7.x from 3.3 (patch by Roger Serwy) by Ned Deily · 13 years ago
  89. cef2006 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 13 years ago
  90. 4ed797e Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 13 years ago
  91. 40f12ab Backport Python 3.2 fix for issue #12065, and add another test for SSLSocket.connect_ex(). by Antoine Pitrou · 13 years ago
  92. cf095f8 Issue #16761: Raise TypeError when int() or long() called with base argument only. by Serhiy Storchaka · 13 years ago
  93. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 13 years ago
  94. 33e05e7 Fix #16759. Convert DWORD registry values using unsigned long. by Brian Curtin · 13 years ago
  95. a0b7e9c Null merge. by Serhiy Storchaka · 13 years ago
  96. 61006a2 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 13 years ago
  97. 0e091b0 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. by Brian Curtin · 13 years ago
  98. 4a5a4c2 #16618: Add more glob regression tests by Hynek Schlawack · 13 years ago
  99. 2f01e23 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 13 years ago
  100. 1974baa Fix issue16713 - tel url parsing with params by Senthil Kumaran · 13 years ago