1. 629026a backport hmac.compare_digest to partially implement PEP 466 (closes #21306) by Benjamin Peterson · 11 years ago
  2. d67c0b8 Backport 4e9f1017355f from #3561. by Brian Curtin · 11 years ago
  3. b0acc1b Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. by Antoine Pitrou · 11 years ago
  4. 9ba90c9 - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 11 years ago
  5. 2460dc8 Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 11 years ago
  6. 3ec903f Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
  7. 700c8fe Issue #9291 Add ACKS & NEWS by Tim Golden · 11 years ago
  8. d6a1b2b Add NEWS entry for issue21349 by Tim Golden · 11 years ago
  9. c6606ed Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows by Zachary Ware · 11 years ago
  10. 46b6c08 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 11 years ago
  11. 0edf52a Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 11 years ago
  12. 8488901 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
  13. f27ec3e - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 11 years ago
  14. 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
  15. 9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  16. 6c939cb in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  17. 5aad46e Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
  18. 00109c9 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago
  19. da952f3 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 11 years ago
  20. 02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) by Benjamin Peterson · 11 years ago
  21. 66d8dbe Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
  22. c4e6e0a bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  23. d42f60e fix overflow detection of strop.expandtabs by Benjamin Peterson · 11 years ago
  24. 40e95df Issue #21029: IDLE now colors print consistently as a keyword. by Raymond Hettinger · 11 years ago
  25. 3ac8665 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 11 years ago
  26. 57847df Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  27. b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  28. c727533 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  29. 6d91176 backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. by R David Murray · 11 years ago
  30. 367f5d3 Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
  31. e3af6f0 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  32. a146df8 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  33. 31fe52d Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  34. 3d1134e Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  35. 4c150e0 Improve the default seeding in random module to use 32 bytes of entropy when available. by Raymond Hettinger · 11 years ago
  36. e50fe4c Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  37. 09f4f25 Issue #15618: Make turtle.py itself work when run from a module with by Terry Jan Reedy · 11 years ago
  38. 68b8a94 Issue #20501: fileinput module no longer reads whole file into memory when using by Serhiy Storchaka · 11 years ago
  39. e0a03d6 Restore title style by Antoine Pitrou · 11 years ago
  40. aa73ea0 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  41. 2ac9d31 Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment by Serhiy Storchaka · 11 years ago
  42. 3e0cb09 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  43. dd091d7 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  44. 6858f00 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  45. e9aab0f backout #19081 to fix #20621 by Benjamin Peterson · 11 years ago
  46. e789a1d Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  47. 1d19f97 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 12 years ago
  48. 2748c5c avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 12 years ago
  49. a4b9c87 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 12 years ago
  50. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  51. 2cfae9b #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  52. 4ade2d2 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  53. ca00c6e #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
  54. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  55. cfc2c7b Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. by Serhiy Storchaka · 12 years ago
  56. d16e01c mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494) by Benjamin Peterson · 12 years ago
  57. f581411 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 12 years ago
  58. ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 12 years ago
  59. c06634a Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
  60. 5a88853 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 12 years ago
  61. 31f5121 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
  62. 1d9b921 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 12 years ago
  63. 30d68c6 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 12 years ago
  64. 2403a78 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 12 years ago
  65. ce75105 use new readline function types (closes #20374) by Benjamin Peterson · 12 years ago
  66. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  67. e8a57b9 Issue #14548: Make multiprocessing finalizers check pid before by Richard Oudkerk · 12 years ago
  68. edfd9ad Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 12 years ago
  69. 4925935 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 12 years ago
  70. 326b5ab Issue #20270: urllib and urlparse now support empty ports. by Serhiy Storchaka · 12 years ago
  71. 7a278da Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 12 years ago
  72. 75ba21a Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 12 years ago
  73. ce46aed Fix some typos/grammar in current sections of NEWS. by Zachary Ware · 12 years ago
  74. af08087 Issue #20086: Restored the use of locale-independing mapping instead of by Serhiy Storchaka · 12 years ago
  75. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  76. f583f41 Issue #20255: Update the about and bugs pages. by Zachary Ware · 12 years ago
  77. 28cf368 complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  78. 0110973 Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. by Senthil Kumaran · 12 years ago
  79. 0f11d0f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 12 years ago
  80. c9da089 Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 12 years ago
  81. 9f8621f Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
  82. 3b2afbb Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 12 years ago
  83. 9be238d Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 12 years ago
  84. 7902f8d news entry for issue19081 fix. by Gregory P. Smith · 12 years ago
  85. 984f630 #1065986: Make pydoc handle unicode strings. by R David Murray · 12 years ago
  86. 020d7c3 closes 16039: CVE-2013-1752: limit line length in imaplib readline calls. by R David Murray · 12 years ago
  87. 22d9ee7 complain if the codec doesn't return unicode by Benjamin Peterson · 12 years ago
  88. 63cc99d Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 12 years ago
  89. d551b28 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 12 years ago
  90. dbb9630 Backported tests for Tkinter variables. by Serhiy Storchaka · 12 years ago
  91. 5e11655 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 12 years ago
  92. 5542b15 Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 12 years ago
  93. ec773cc Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 12 years ago
  94. 0b6b335 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 12 years ago
  95. 6200324 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 12 years ago
  96. d105196 Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of by Serhiy Storchaka · 12 years ago
  97. 0e4d852 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 12 years ago
  98. 1875536 Issue #19683: Removed empty tests from test_minidom. by Zachary Ware · 12 years ago
  99. bd78986 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 12 years ago
  100. 9450219 Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 12 years ago