1. 78254dc Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 12 years ago
  2. 4203570 Issue #17119: Fixed integer overflows when processing large Unicode strings by Serhiy Storchaka · 12 years ago
  3. b817faa Issue #15233: Python now guarantees that callables registered with the atexit by Charles-François Natali · 12 years ago
  4. 0d604cf Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 12 years ago
  5. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 12 years ago
  6. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 12 years ago
  7. 1010781 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 12 years ago
  8. ec8c219 add missing # by Christian Heimes · 12 years ago
  9. b4ec842 Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 12 years ago
  10. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  11. 6e0be01 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 12 years ago
  12. 88b174c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 12 years ago
  13. f48a67b Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 12 years ago
  14. a80d3a0 Issue #18718: datetime documentation contradictory on leap second support by David Wolever · 12 years ago
  15. 4221b7c Add NEWS entry for 0f17aed78168 (issue #16248) by Antoine Pitrou · 12 years ago
  16. 452dd38 Issue #17701: Improving strftime documentation by David Wolever · 12 years ago
  17. bb8114c Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 12 years ago
  18. 0fd1156 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 12 years ago
  19. 3d35489 Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 12 years ago
  20. 7921b30 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 12 years ago
  21. e822b03 Issue #15866: The xmlcharrefreplace error handler no more produces two XML by Serhiy Storchaka · 12 years ago
  22. d5375df Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 12 years ago
  23. 3ade66c Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 12 years ago
  24. 8074364 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 12 years ago
  25. fb77386 Issue #18071: Extension module builds on OS X could fail with TypeError by Ned Deily · 12 years ago
  26. 3490655 Issue #18539: Calltips now work for float default arguments. by Terry Jan Reedy · 12 years ago
  27. 7af16b3 Issue #18439: Move news entry misplaced by graft merge. by Terry Jan Reedy · 12 years ago
  28. 68ad1d1 Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 12 years ago
  29. 6946814 Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Raymond Hettinger · 12 years ago
  30. f52d574 Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py. by Serhiy Storchaka · 12 years ago
  31. c8ef9bc Issue #18455: multiprocessing should not retry connect() with same socket. by Richard Oudkerk · 12 years ago
  32. a85fa5c Move entry from #18427 to the right section in the NEWS file by Ronald Oussoren · 12 years ago
  33. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 12 years ago
  34. fab6542 Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it by Serhiy Storchaka · 12 years ago
  35. 3687e80 Issue #18427: str.replace could crash the interpreter with huge strings. by Ronald Oussoren · 12 years ago
  36. 51ee656 Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 12 years ago
  37. 20d4669 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 12 years ago
  38. 0c503c2 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 12 years ago
  39. 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 12 years ago
  40. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 12 years ago
  41. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
  42. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 12 years ago
  43. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
  44. c1a4426 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 12 years ago
  45. ba908c7 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 12 years ago
  46. 4807df4 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 12 years ago
  47. 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 12 years ago
  48. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 12 years ago
  49. e2cc341 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 12 years ago
  50. a49dcc5 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 12 years ago
  51. 16ce43a #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 12 years ago
  52. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 12 years ago
  53. 729ad5c Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 12 years ago
  54. 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 12 years ago
  55. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 12 years ago
  56. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 12 years ago
  57. 2c4810e #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 12 years ago
  58. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 12 years ago
  59. 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 12 years ago
  60. 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 12 years ago
  61. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
  62. 1cf48b4 implement missing inequality on WeakSet by Benjamin Peterson · 12 years ago
  63. 54f7092 Issue #17844: Refactor a documentation of Python specific encodings. by Serhiy Storchaka · 12 years ago
  64. cb1a028 Issue #17979: Fixed the re module in build with --disable-unicode. by Serhiy Storchaka · 12 years ago
  65. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 12 years ago
  66. b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 12 years ago
  67. f41ffed Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 12 years ago
  68. bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 12 years ago
  69. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 12 years ago
  70. 96645cc - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 12 years ago
  71. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 12 years ago
  72. 988aba3 onto 2.7.6 by Benjamin Peterson · 12 years ago
  73. 0864944 bump version to 2.7.5 by Benjamin Peterson · 12 years ago
  74. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 12 years ago
  75. 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 12 years ago
  76. c875966 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 12 years ago
  77. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  78. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 12 years ago
  79. 4ccdc96 Fix NEWS order by Antoine Pitrou · 12 years ago
  80. 1e18102 Issue #17928: Fix test_structmembers on 64-bit big-endian machines. by Antoine Pitrou · 12 years ago
  81. 38f1afe Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. by Antoine Pitrou · 12 years ago
  82. f16ff7b Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the new socket, the socket would linger indefinitely. by Antoine Pitrou · 12 years ago
  83. 31bc8be Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 12 years ago
  84. 880359c Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 12 years ago
  85. 6a4f394 #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  86. d8931c3 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 12 years ago
  87. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  88. 6aca765 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 12 years ago
  89. 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 12 years ago
  90. b996e04 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  91. 4832f34 move the NEWS entry to the right section and mention ctypes. by Gregory P. Smith · 12 years ago
  92. b0cabc2 NEWS entry by Gregory P. Smith · 12 years ago
  93. c1ea5ec Add missing NEWS entry for issue #17843. by Nadeem Vawda · 12 years ago
  94. 8493a04 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 12 years ago
  95. 68915d7 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
  96. 7b0baf0 Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
  97. d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
  98. 4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
  99. 5cbff51 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  100. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago