1. 2182e05 Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 12 years ago
  2. d44a4a2 Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 12 years ago
  3. 0a09f3e Nudge readers towards a more accurate mental model for loop else clauses (Backport from 3.x) by Nick Coghlan · 12 years ago
  4. e93bc51 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 12 years ago
  5. f077513 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 12 years ago
  6. fd4c4b1 backport c4bd68be5fc6 to 2.7 by Sandro Tosi · 12 years ago
  7. 5fae78c refer to time.strftime by Sandro Tosi · 12 years ago
  8. de738a1 #14957: fix doc typo. by R David Murray · 12 years ago
  9. aad5b02 Improve tooltips for splitlines() by showing that the default for keepends is False. by Raymond Hettinger · 12 years ago
  10. 4fbf7c6 #14957: clarify splitlines docs. by R David Murray · 12 years ago
  11. 5e247b7 Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 12 years ago
  12. c3ea408 Changed comment on test skip. by Vinay Sajip · 12 years ago
  13. 7148984 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 12 years ago
  14. 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
  15. fe7aa49 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  16. d9d276b Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 12 years ago
  17. b42b6eb #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  18. 7f5d410 #10365 Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  19. eaa7e78 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 12 years ago
  20. 42f7b7e Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  21. 6a94252 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 12 years ago
  22. 877effc #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  23. 8e6287f Fix other test requirements. by Antoine Pitrou · 12 years ago
  24. 0673088 Fix memory constraint for test_decodeascii by Antoine Pitrou · 12 years ago
  25. 37484dc Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  26. cd8799f Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes. by Antoine Pitrou · 12 years ago
  27. d68ffdb Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  28. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  29. ed8cf7a #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 12 years ago
  30. 5f045ea Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  31. 897b278 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  32. 9237bb6 merge heads by Senthil Kumaran · 12 years ago
  33. 9cffd88 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 12 years ago
  34. 269d213 Temporarily disabled test_race on Windows. by Vinay Sajip · 12 years ago
  35. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 12 years ago
  36. 77e77a1 Issue #14572: Prevent build failures with pre-3.5.0 versions of by Ned Deily · 12 years ago
  37. 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
  38. 7961bb3 Merged upstream changes. by Vinay Sajip · 12 years ago
  39. 7b57750 Ignore exceptions on test handler closing. by Vinay Sajip · 12 years ago
  40. 5f39706 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  41. 6d9c1b1 #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 12 years ago
  42. 618802d Fix Issue14721: Send Content-length: 0 for empty body () in the http.request by Senthil Kumaran · 12 years ago
  43. ea24dda Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  44. 280e9f7 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  45. 491ef97 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  46. 64051d0 Stop refetching OpenSSL. by Martin v. Löwis · 12 years ago
  47. 0fc2b74 Use SSL directory from properties file. by Martin v. Löwis · 12 years ago
  48. 1bddab7 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  49. 6949392 #14832: 'first' now really refers to first arg in unittest assertItemsEqual by R David Murray · 12 years ago
  50. 019935f #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  51. 38fbd79 Issue #14829: Fix bisect issues under 64-bit Windows. by Antoine Pitrou · 12 years ago
  52. 4cf3f69 Skip test under 64-bit Windows by Antoine Pitrou · 12 years ago
  53. e3d8ab6 #1440472: reflow by R David Murray · 12 years ago
  54. af70723 #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  55. 724a55c Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  56. 580227a Force recheckout of openssl. by Martin v. Löwis · 12 years ago
  57. 7cf2222 merge heads by Senthil Kumaran · 12 years ago
  58. b0d85fd Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  59. fd0afed Upgrade openssl to 0.9.8x. by Martin v. Löwis · 12 years ago
  60. 6a2a6c2 Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  61. 8349bc2 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  62. 089d4d4 #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  63. b90252e Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  64. e7f67b5 Upgrade to bzip2 1.0.6. by Martin v. Löwis · 12 years ago
  65. ace9261 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  66. e710c99 #14770: backport a couple of changes from 3.x. by Ezio Melotti · 12 years ago
  67. 6176db5 #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  68. 334be84 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  69. 56f5c38 Additional example of using decimal.localcontext(). by Raymond Hettinger · 12 years ago
  70. acdc56d Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  71. b79a01f Update ACKS. by Antoine Pitrou · 12 years ago
  72. c2b714c Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 12 years ago
  73. 35d03ed #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  74. f2011e3 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 12 years ago
  75. 95f42a8 #14763: fix documentation for string.split/rsplit. by Ezio Melotti · 12 years ago
  76. 284fa08 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 12 years ago
  77. 5ec0340 Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  78. f1ae5cf fix possible refleak (closes #14752) by Benjamin Peterson · 12 years ago
  79. f1aeef2 remove basically bitrotted XXXs by Benjamin Peterson · 12 years ago
  80. 1d710b6 backport 7a05cb3beddf to 2.7 by Sandro Tosi · 12 years ago
  81. c5288e6 Fix document title for Sphinx. by Georg Brandl · 12 years ago
  82. 1c96f94 #14034: adapt to Python 2 and fix indentation. by Ezio Melotti · 12 years ago
  83. e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  84. 9f9970b #13183: backport fixes to test_pdb to 2.7 branch by Georg Brandl · 12 years ago
  85. 9a16fa6 Fix for issue 14725 for 2.7 branch by Richard Oudkerk · 12 years ago
  86. c642f67 Skip test_algorithms (known remote hosts need SNI, which is only available on 3.2+) by Antoine Pitrou · 12 years ago
  87. d62da9d close() doesn't take any args (closes #14717) by Benjamin Peterson · 12 years ago
  88. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 12 years ago
  89. e5d3bc4 Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  90. dee8dad os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  91. 666a573 Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  92. 0c200c2 Issue #9400: Partial backport of fix for #9244 by Richard Oudkerk · 12 years ago
  93. a9e18cd fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  94. f3ad1f9 use formats that work on 2.7 by Benjamin Peterson · 12 years ago
  95. 042c47b fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  96. dc8cb3d Have Bdb frame_returning in the finally clause by Senthil Kumaran · 12 years ago
  97. 7f6d4e1 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  98. d811e15 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  99. 30abb3a #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  100. 524bc39 Fix typo by Raymond Hettinger · 12 years ago