1. 15fc220 Issue #15041: Update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  2. 7009845 #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  3. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  4. 0c472c3 Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  5. 0f111c1 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  6. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  7. 056c31f #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  8. d33a9be Fix typo introduced in 79d54fba49b3. by Georg Brandl · 12 years ago
  9. 715a63b Issue #14579: Fix error handling bug in the utf-16 decoder. by Antoine Pitrou · 12 years ago
  10. 25be3f6 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  11. 6642d1f Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
  12. e0c2220 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  13. 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  14. 5d60e56 revert the changes done in d931a3b64fd6 - buildbot failure. by Senthil Kumaran · 12 years ago
  15. 01fe5fa Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  16. c2ec992 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  17. 3b30b19 Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  18. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  19. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  20. e0afb72 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. by Mark Dickinson · 12 years ago
  21. d07de40 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  22. d958cc9 Issue #15219: Fix a reference leak when hashlib.new() is called with by Amaury Forgeot d'Arc · 12 years ago
  23. 45f0d98 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  24. b2ac4d6 Fixes issue #12268 for file readline, readlines and read() and readinto methods. by Gregory P. Smith · 12 years ago
  25. e99d3a1 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  26. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  27. 4215d27 Issue #15101: Make pool finalizer avoid joining current thread by Richard Oudkerk · 12 years ago
  28. 48ee690 Fix NEWS entry for #15036 by Petri Lehtinen · 12 years ago
  29. a093312 Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x) by Nick Coghlan · 12 years ago
  30. 43f42fc Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals. by Meador Inge · 12 years ago
  31. 7cf6699 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  32. 926f58d Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 12 years ago
  33. 5525eb7 NEWS fixes by Terry Jan Reedy · 12 years ago
  34. 2182e05 Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 12 years ago
  35. d44a4a2 Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 12 years ago
  36. 5e247b7 Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 12 years ago
  37. 7148984 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 12 years ago
  38. ff0e22b Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago
  39. fe7aa49 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  40. d9d276b Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 12 years ago
  41. eaa7e78 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 12 years ago
  42. 42f7b7e Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  43. 37484dc Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  44. cd8799f Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes. by Antoine Pitrou · 12 years ago
  45. ed8cf7a #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 12 years ago
  46. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 12 years ago
  47. 77e77a1 Issue #14572: Prevent build failures with pre-3.5.0 versions of by Ned Deily · 12 years ago
  48. f439a36 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 12 years ago
  49. 5f39706 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  50. 6d9c1b1 #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 12 years ago
  51. 618802d Fix Issue14721: Send Content-length: 0 for empty body () in the http.request by Senthil Kumaran · 12 years ago
  52. ea24dda Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  53. 280e9f7 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  54. 6949392 #14832: 'first' now really refers to first arg in unittest assertItemsEqual by R David Murray · 12 years ago
  55. 38fbd79 Issue #14829: Fix bisect issues under 64-bit Windows. by Antoine Pitrou · 12 years ago
  56. 724a55c Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  57. fd0afed Upgrade openssl to 0.9.8x. by Martin v. Löwis · 12 years ago
  58. 6a2a6c2 Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  59. acdc56d Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  60. c2b714c Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  61. f2011e3 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  62. 284fa08 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 12 years ago
  63. e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  64. 042c47b fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  65. 7f6d4e1 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  66. 3815316 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 13 years ago
  67. 231d474 Issue #14160: TarFile.extractfile() failed to resolve symbolic links when by Lars Gustäbel · 13 years ago
  68. d157a4c don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
  69. c313b1d #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
  70. 4c20c4e news for issue13684 by Senthil Kumaran · 13 years ago
  71. 52849bf Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  72. c45868e #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
  73. 7660555 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
  74. 7e9c9d5 Issue #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
  75. 9945a64 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 13 years ago
  76. 0407e96 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 13 years ago
  77. 9c0baf7 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 13 years ago
  78. 9955ad4 #14399: corrected news item by R David Murray · 13 years ago
  79. 3f4ccba #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  80. 0d3db3a Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 13 years ago
  81. fa1d841 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  82. 02a3801 Issue #14505: Fix file descriptor leak when deallocating file objects created with PyFile_FromString(). by Antoine Pitrou · 13 years ago
  83. f73813a prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
  84. fe94177 Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 13 years ago
  85. 4b536d4 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 13 years ago
  86. 8af8729 update NEWS for 2.7 as Terry Reedy proposed by Andrew Svetlov · 13 years ago
  87. c37db10 Backport of Issue #14409 to 2.7 by Andrew Svetlov · 13 years ago
  88. 479c8f8 Issue #10538 - Update Misc/NEWS by krisvale · 13 years ago
  89. 96cb5d1 fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 13 years ago
  90. 72c6227 merge heads by Benjamin Peterson · 13 years ago
  91. eff19a1 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 13 years ago
  92. b3f95d7 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 13 years ago
  93. 7c010ee #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
  94. 3d3cf48 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 13 years ago
  95. fcdf04b Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 13 years ago
  96. dbc52f8 check for string attribute names in old-style classes (closes #14334) by Benjamin Peterson · 13 years ago
  97. 6e7832b check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
  98. 51a65c9 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  99. 4c59211 Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 13 years ago
  100. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 13 years ago