1. 33fc744 Issue #18851: Avoid a double close of subprocess pipes when the child process fails starting. by Antoine Pitrou · 11 years ago
  2. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  3. 290c6b3 #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  4. 879a213 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  5. 42831fe Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  6. 8ee5ffd Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  7. 82f8828 - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Barry Warsaw · 11 years ago
  8. b445558 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  9. 2ac1c1a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  10. ac64164 Issue #18747: Update Misc/NEWS to reflect the latest changeset. by Christian Heimes · 11 years ago
  11. 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 · 11 years ago
  12. 4203570 Issue #17119: Fixed integer overflows when processing large Unicode strings by Serhiy Storchaka · 11 years ago
  13. b817faa Issue #15233: Python now guarantees that callables registered with the atexit by Charles-François Natali · 11 years ago
  14. 0d604cf Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  15. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  16. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 11 years ago
  17. 1010781 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  18. ec8c219 add missing # by Christian Heimes · 11 years ago
  19. b4ec842 Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  20. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  21. b37327b merge 2.7 by Christian Heimes · 11 years ago
  22. 6e0be01 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  23. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  24. 88b174c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  25. 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 · 11 years ago
  26. a80d3a0 Issue #18718: datetime documentation contradictory on leap second support by David Wolever · 11 years ago
  27. 4221b7c Add NEWS entry for 0f17aed78168 (issue #16248) by Antoine Pitrou · 11 years ago
  28. 452dd38 Issue #17701: Improving strftime documentation by David Wolever · 11 years ago
  29. bb8114c Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  30. 0fd1156 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 11 years ago
  31. 3d35489 Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 11 years ago
  32. 7921b30 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  33. e822b03 Issue #15866: The xmlcharrefreplace error handler no more produces two XML by Serhiy Storchaka · 11 years ago
  34. d5375df Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  35. 3ade66c Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  36. 8074364 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  37. fb77386 Issue #18071: Extension module builds on OS X could fail with TypeError by Ned Deily · 11 years ago
  38. 3490655 Issue #18539: Calltips now work for float default arguments. by Terry Jan Reedy · 11 years ago
  39. e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  40. 7af16b3 Issue #18439: Move news entry misplaced by graft merge. by Terry Jan Reedy · 11 years ago
  41. 68ad1d1 Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
  42. 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 · 11 years ago
  43. f52d574 Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py. by Serhiy Storchaka · 11 years ago
  44. c8ef9bc Issue #18455: multiprocessing should not retry connect() with same socket. by Richard Oudkerk · 11 years ago
  45. a85fa5c Move entry from #18427 to the right section in the NEWS file by Ronald Oussoren · 11 years ago
  46. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  47. fab6542 Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  48. 3687e80 Issue #18427: str.replace could crash the interpreter with huge strings. by Ronald Oussoren · 11 years ago
  49. 51ee656 Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 11 years ago
  50. 20d4669 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  51. 0c503c2 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  52. 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  53. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  54. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  55. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 11 years ago
  56. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  57. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  58. c1a4426 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 11 years ago
  59. ba908c7 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  60. 4807df4 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 11 years ago
  61. 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 11 years ago
  62. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  63. e2cc341 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  64. a49dcc5 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  65. 16ce43a #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 11 years ago
  66. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  67. 729ad5c Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  68. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  69. 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  70. b8fd9ca Issue #15392: Create a unittest framework for IDLE, 2.7 version. by Terry Jan Reedy · 11 years ago
  71. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 11 years ago
  72. 2c4810e #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  73. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  74. 7393c69 Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples. by Raymond Hettinger · 11 years ago
  75. 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  76. 674f4fa Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  77. 1cf48b4 implement missing inequality on WeakSet by Benjamin Peterson · 11 years ago
  78. 54f7092 Issue #17844: Refactor a documentation of Python specific encodings. by Serhiy Storchaka · 11 years ago
  79. cb1a028 Issue #17979: Fixed the re module in build with --disable-unicode. by Serhiy Storchaka · 11 years ago
  80. 02c0ed0 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  81. b91ef00 add missing NULL check (closes #18019) by Benjamin Peterson · 11 years ago
  82. f41ffed Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  83. bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  84. 9855249 - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  85. 96645cc - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  86. 7423903 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  87. 988aba3 onto 2.7.6 by Benjamin Peterson · 11 years ago
  88. 0864944 bump version to 2.7.5 by Benjamin Peterson · 11 years ago
  89. 5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) by Benjamin Peterson · 11 years ago
  90. 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 11 years ago
  91. c875966 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  92. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  93. 673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. by Terry Jan Reedy · 11 years ago
  94. 4ccdc96 Fix NEWS order by Antoine Pitrou · 11 years ago
  95. 1e18102 Issue #17928: Fix test_structmembers on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  96. 38f1afe Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. by Antoine Pitrou · 11 years ago
  97. f16ff7b Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the new socket, the socket would linger indefinitely. by Antoine Pitrou · 11 years ago
  98. 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 · 11 years ago
  99. 880359c Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 11 years ago
  100. 6a4f394 #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware. by Ezio Melotti · 11 years ago