1. 4bfc96b Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  2. 0189a46 Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  3. fdda200 Issue #19137: The pprint module now correctly formats empty set and frozenset by Serhiy Storchaka · 11 years ago
  4. d5849f5 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  5. 42faa55 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  6. e763a91 Fix typo in NEWS file. by Barry Warsaw · 11 years ago
  7. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  8. c545a5e - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  9. 6c1bb7b - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more by Barry Warsaw · 11 years ago
  10. 87c99a0 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
  11. 0879b16 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  12. cfa5574 Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  13. d6fddf3 - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Barry Warsaw · 11 years ago
  14. 4e95d60 - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to by Barry Warsaw · 11 years ago
  15. 60bf0e4 Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3 by Serhiy Storchaka · 11 years ago
  16. c64566e #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  17. e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python by Serhiy Storchaka · 11 years ago
  18. 74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  19. 4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  20. 503baf9 #16042: CVE-2013-1752: Limit amount of data read by limiting the call to readline(). by Andrew Kuchling · 11 years ago
  21. 39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  22. d4fac04 Fix SimpleHTTPServer's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  23. b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  24. e03c74a Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
  25. 7d12ca5 Fix a typo. (closes #18953) by Serhiy Storchaka · 11 years ago
  26. 050e9e5 Closes issue 14971. by Michael Foord · 11 years ago
  27. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  28. cf29ba8 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  29. 6db9e88 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  30. 930c3c9 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  31. 213fec4 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  32. 4c42735 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago
  33. 33fc744 Issue #18851: Avoid a double close of subprocess pipes when the child process fails starting. by Antoine Pitrou · 11 years ago
  34. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  35. 290c6b3 #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  36. 879a213 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  37. 42831fe Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  38. 8ee5ffd Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  39. 82f8828 - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Barry Warsaw · 11 years ago
  40. b445558 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  41. 2ac1c1a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  42. ac64164 Issue #18747: Update Misc/NEWS to reflect the latest changeset. by Christian Heimes · 11 years ago
  43. 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
  44. 4203570 Issue #17119: Fixed integer overflows when processing large Unicode strings by Serhiy Storchaka · 11 years ago
  45. b817faa Issue #15233: Python now guarantees that callables registered with the atexit by Charles-François Natali · 11 years ago
  46. 0d604cf Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  47. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  48. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 11 years ago
  49. 1010781 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  50. ec8c219 add missing # by Christian Heimes · 11 years ago
  51. b4ec842 Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  52. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  53. b37327b merge 2.7 by Christian Heimes · 11 years ago
  54. 6e0be01 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  55. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  56. 88b174c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  57. 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
  58. a80d3a0 Issue #18718: datetime documentation contradictory on leap second support by David Wolever · 11 years ago
  59. 4221b7c Add NEWS entry for 0f17aed78168 (issue #16248) by Antoine Pitrou · 11 years ago
  60. 452dd38 Issue #17701: Improving strftime documentation by David Wolever · 11 years ago
  61. bb8114c Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  62. 0fd1156 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 11 years ago
  63. 3d35489 Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 11 years ago
  64. 7921b30 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  65. e822b03 Issue #15866: The xmlcharrefreplace error handler no more produces two XML by Serhiy Storchaka · 11 years ago
  66. d5375df Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  67. 3ade66c Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  68. 8074364 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  69. fb77386 Issue #18071: Extension module builds on OS X could fail with TypeError by Ned Deily · 11 years ago
  70. 3490655 Issue #18539: Calltips now work for float default arguments. by Terry Jan Reedy · 11 years ago
  71. e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  72. 7af16b3 Issue #18439: Move news entry misplaced by graft merge. by Terry Jan Reedy · 11 years ago
  73. 68ad1d1 Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
  74. 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
  75. f52d574 Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py. by Serhiy Storchaka · 11 years ago
  76. c8ef9bc Issue #18455: multiprocessing should not retry connect() with same socket. by Richard Oudkerk · 11 years ago
  77. a85fa5c Move entry from #18427 to the right section in the NEWS file by Ronald Oussoren · 11 years ago
  78. c8a198c Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  79. fab6542 Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  80. 3687e80 Issue #18427: str.replace could crash the interpreter with huge strings. by Ronald Oussoren · 11 years ago
  81. 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
  82. 20d4669 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  83. 0c503c2 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  84. 1e462fe Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  85. 41072db Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  86. 44d8b11 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago
  87. b6eeef4 Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by by Terry Jan Reedy · 11 years ago
  88. 24dc753 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  89. 35115e6 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  90. c1a4426 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 11 years ago
  91. ba908c7 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 11 years ago
  92. 4807df4 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 11 years ago
  93. 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 11 years ago
  94. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  95. e2cc341 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  96. a49dcc5 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  97. 16ce43a #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 11 years ago
  98. fff3f48 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  99. 729ad5c Issue #18038: SyntaxError raised during compilation sources with illegal by Serhiy Storchaka · 11 years ago
  100. c49805e #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago