1. 2ac9d31 Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment by Serhiy Storchaka · 11 years ago
  2. 3e0cb09 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  3. dd091d7 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  4. 6858f00 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  5. e9aab0f backout #19081 to fix #20621 by Benjamin Peterson · 11 years ago
  6. e789a1d Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  7. 1d19f97 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 12 years ago
  8. 2748c5c avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 12 years ago
  9. a4b9c87 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 12 years ago
  10. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  11. 2cfae9b #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  12. 4ade2d2 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  13. ca00c6e #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
  14. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  15. cfc2c7b Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. by Serhiy Storchaka · 12 years ago
  16. d16e01c mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494) by Benjamin Peterson · 12 years ago
  17. 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
  18. ccffb25 Issue #20368: The null character now correctly passed from Tcl to Python (in by Serhiy Storchaka · 12 years ago
  19. c06634a Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
  20. 5a88853 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 12 years ago
  21. 31f5121 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 12 years ago
  22. 1d9b921 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 12 years ago
  23. 30d68c6 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 12 years ago
  24. 2403a78 Issue #8260: The read(), readline() and readlines() methods of by Serhiy Storchaka · 12 years ago
  25. ce75105 use new readline function types (closes #20374) by Benjamin Peterson · 12 years ago
  26. 5924365 Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  27. e8a57b9 Issue #14548: Make multiprocessing finalizers check pid before by Richard Oudkerk · 12 years ago
  28. edfd9ad Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 12 years ago
  29. 4925935 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 12 years ago
  30. 326b5ab Issue #20270: urllib and urlparse now support empty ports. by Serhiy Storchaka · 12 years ago
  31. 7a278da Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 12 years ago
  32. 75ba21a Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 12 years ago
  33. ce46aed Fix some typos/grammar in current sections of NEWS. by Zachary Ware · 12 years ago
  34. af08087 Issue #20086: Restored the use of locale-independing mapping instead of by Serhiy Storchaka · 12 years ago
  35. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  36. f583f41 Issue #20255: Update the about and bugs pages. by Zachary Ware · 12 years ago
  37. 28cf368 complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  38. 0110973 Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. by Senthil Kumaran · 12 years ago
  39. 0f11d0f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 12 years ago
  40. c9da089 Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 12 years ago
  41. 9f8621f Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
  42. 3b2afbb Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 12 years ago
  43. 9be238d Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 12 years ago
  44. 7902f8d news entry for issue19081 fix. by Gregory P. Smith · 12 years ago
  45. 984f630 #1065986: Make pydoc handle unicode strings. by R David Murray · 12 years ago
  46. 020d7c3 closes 16039: CVE-2013-1752: limit line length in imaplib readline calls. by R David Murray · 12 years ago
  47. 22d9ee7 complain if the codec doesn't return unicode by Benjamin Peterson · 12 years ago
  48. 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
  49. d551b28 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 12 years ago
  50. dbb9630 Backported tests for Tkinter variables. by Serhiy Storchaka · 12 years ago
  51. 5e11655 Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 12 years ago
  52. 5542b15 Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 12 years ago
  53. ec773cc Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 12 years ago
  54. 0b6b335 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 12 years ago
  55. 6200324 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 12 years ago
  56. d105196 Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of by Serhiy Storchaka · 12 years ago
  57. 0e4d852 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 12 years ago
  58. 1875536 Issue #19683: Removed empty tests from test_minidom. by Zachary Ware · 12 years ago
  59. bd78986 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 12 years ago
  60. 9450219 Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 12 years ago
  61. 0c221be Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 12 years ago
  62. 1516039 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 12 years ago
  63. c97f5ed Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  64. 6d56231 Issue #17976: Fixed potential problem with file.write() not detecting IO error by Serhiy Storchaka · 12 years ago
  65. 51e90bc Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 12 years ago
  66. dd5a46c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 12 years ago
  67. d1a61dc Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 12 years ago
  68. a92cc91 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 12 years ago
  69. 17f22c9 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 12 years ago
  70. 66c6e9d Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 12 years ago
  71. 9ffb148 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 12 years ago
  72. 278543d Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 12 years ago
  73. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  74. 95d7219 Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 12 years ago
  75. 7057f3f Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE by Serhiy Storchaka · 12 years ago
  76. 7821ff3 Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 12 years ago
  77. 5493d5e Issue #19099: The struct module now supports Unicode format strings. by Serhiy Storchaka · 12 years ago
  78. 337c50b Closes #19878: Fix segfault in bz2 module. by Nadeem Vawda · 12 years ago
  79. 7c57385 Issue #16373: Prevent infinite recursion for ABC Set class comparisons. by Serhiy Storchaka · 12 years ago
  80. 197e71b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 12 years ago
  81. 0ee9baa Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 12 years ago
  82. df9460f Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. by Alexandre Vassalotti · 12 years ago
  83. a293428 Issue #6477: Added pickling support for singletons and their types. by Alexandre Vassalotti · 12 years ago
  84. 34ca066 Fix typo in Misc/NEWS. by Alexandre Vassalotti · 12 years ago
  85. 1d3a173 Issue #16231: Allow false values other than None to be used as persistent IDs. by Alexandre Vassalotti · 12 years ago
  86. 72a01b2 Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 12 years ago
  87. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  88. 2a57009 Merge heads by Zachary Ware · 12 years ago
  89. c0aa245 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 12 years ago
  90. 6d9d30d Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  91. dafda9b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 12 years ago
  92. c2f8c81 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 12 years ago
  93. d82634d Fix test.test_support.bind_port() to not cause an error when Python was by Gregory P. Smith · 12 years ago
  94. 5397c97 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 12 years ago
  95. eccf9c2 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 12 years ago
  96. 91bf058 Issue #12853: Correct NameError in distutils upload command. by Jason R. Coombs · 12 years ago
  97. 47fe468 Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 12 years ago
  98. 086840a merge 2.7.6 release branch by Benjamin Peterson · 12 years ago
  99. 2785195 2.7.6 final by Benjamin Peterson · 12 years ago
  100. c47d723 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 12 years ago