1. 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 · 13 years ago
  2. d0f5f48 Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 13 years ago
  3. 99ad1f1 Backed out changeset 7ccc2cea6969 by Jesus Cea · 13 years ago
  4. 263afe2 Issue #1667: Unused variable warning in Non-Windows by Jesus Cea · 13 years ago
  5. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 13 years ago
  6. 9e06e37 Branch merge by Éric Araujo · 13 years ago
  7. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 13 years ago
  8. e16c882 Make it easier to search for the grouper() recipe. by Raymond Hettinger · 13 years ago
  9. 9653468 Use source role to get links to files by Éric Araujo · 13 years ago
  10. 06176a8 Adapt mentions of future changes in doc by Éric Araujo · 13 years ago
  11. 0d983b5 Avoid SyntaxError in script using print function by Éric Araujo · 13 years ago
  12. 2aa8519 The StopIteration API applies to both tokenize() and generate_tokens() by Raymond Hettinger · 13 years ago
  13. e970dc7 Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT). by Antoine Pitrou · 13 years ago
  14. e683ef5 Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 13 years ago
  15. 1014686 Remove an unneeded footnote. by Georg Brandl · 13 years ago
  16. a14a06f Issue #15170: Quote the variable that expands to the current directory. by Stefan Krah · 13 years ago
  17. e0afb72 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. by Mark Dickinson · 13 years ago
  18. 9848d81 Merged by Tim Golden · 13 years ago
  19. 96f2053 Backed out changeset ee51e3aef302 - it broke the test suite by Antoine Pitrou · 13 years ago
  20. 97ac4a2 urlparse cleanup. rename keywords used as variables by Senthil Kumaran · 13 years ago
  21. 4702336 Issue #1677: Handle better a race condition between the interactive interpreter and by Tim Golden · 13 years ago
  22. d07de40 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 13 years ago
  23. 4e6e5a0 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 13 years ago
  24. 9d5d507 urlparse docs clean up by Senthil Kumaran · 13 years ago
  25. d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 13 years ago
  26. d958cc9 Issue #15219: Fix a reference leak when hashlib.new() is called with by Amaury Forgeot d'Arc · 13 years ago
  27. 45f0d98 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 13 years ago
  28. 8c368ef Regrtest option "-n" doesn't exist in 2.7. by Antoine Pitrou · 13 years ago
  29. cf807c0 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 13 years ago
  30. 3a12156 Allow passing extra testing options to the buildbot test scripts by Antoine Pitrou · 13 years ago
  31. 189bd91 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 13 years ago
  32. b2ac4d6 Fixes issue #12268 for file readline, readlines and read() and readinto methods. by Gregory P. Smith · 13 years ago
  33. ed04f42 Try to fix failure of a Windows buildbot to capture name resolution errors. by Antoine Pitrou · 13 years ago
  34. c14bae4 Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 13 years ago
  35. ea1eda2 Issue #15170: Try the HOST_PYTHON hack for 2.7. by Stefan Krah · 13 years ago
  36. 65dd745 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 13 years ago
  37. 83ae8be Fixed the name of the 'email.Utils' module in tests. by Alexander Belopolsky · 13 years ago
  38. e99d3a1 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
  39. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 13 years ago
  40. 4215d27 Issue #15101: Make pool finalizer avoid joining current thread by Richard Oudkerk · 13 years ago
  41. 48ee690 Fix NEWS entry for #15036 by Petri Lehtinen · 13 years ago
  42. f637920 #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 13 years ago
  43. a093312 Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x) by Nick Coghlan · 13 years ago
  44. 970fcef Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport from 3.x) by Nick Coghlan · 13 years ago
  45. 43f42fc Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals. by Meador Inge · 13 years ago
  46. 7cf6699 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 13 years ago
  47. 5ec84cd Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 13 years ago
  48. 884fb1c Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904). by Antoine Pitrou · 13 years ago
  49. 771d98d Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 13 years ago
  50. 89539e8 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 13 years ago
  51. 926f58d Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 13 years ago
  52. 0c2c692 Minor formatting fix=up by Raymond Hettinger · 13 years ago
  53. 3395fda Wrap fat lines and improve some variable names. by Raymond Hettinger · 13 years ago
  54. 491f707 Code cleanups by Raymond Hettinger · 13 years ago
  55. 1eda5c9 #8652: update errors tutorial. by R David Murray · 13 years ago
  56. 5525eb7 NEWS fixes by Terry Jan Reedy · 13 years ago
  57. 2182e05 Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 13 years ago
  58. d44a4a2 Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 13 years ago
  59. 0a09f3e Nudge readers towards a more accurate mental model for loop else clauses (Backport from 3.x) by Nick Coghlan · 13 years ago
  60. e93bc51 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 13 years ago
  61. f077513 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 13 years ago
  62. fd4c4b1 backport c4bd68be5fc6 to 2.7 by Sandro Tosi · 13 years ago
  63. 5fae78c refer to time.strftime by Sandro Tosi · 13 years ago
  64. de738a1 #14957: fix doc typo. by R David Murray · 13 years ago
  65. aad5b02 Improve tooltips for splitlines() by showing that the default for keepends is False. by Raymond Hettinger · 13 years ago
  66. 4fbf7c6 #14957: clarify splitlines docs. by R David Murray · 13 years ago
  67. 5e247b7 Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 13 years ago
  68. c3ea408 Changed comment on test skip. by Vinay Sajip · 13 years ago
  69. 7148984 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 13 years ago
  70. ff0e22b Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 13 years ago
  71. fe7aa49 Issue #9041: raised exception is misleading by Meador Inge · 13 years ago
  72. d9d276b Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 13 years ago
  73. b42b6eb #11785: fix the :mod: references in email package submodule titles. by R David Murray · 13 years ago
  74. 7f5d410 #10365 Trim trailing whitespace by Terry Jan Reedy · 13 years ago
  75. eaa7e78 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 13 years ago
  76. 42f7b7e Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 13 years ago
  77. 6a94252 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 13 years ago
  78. 877effc #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 13 years ago
  79. 8e6287f Fix other test requirements. by Antoine Pitrou · 13 years ago
  80. 0673088 Fix memory constraint for test_decodeascii by Antoine Pitrou · 13 years ago
  81. 37484dc Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 13 years ago
  82. cd8799f Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes. by Antoine Pitrou · 13 years ago
  83. d68ffdb Restore [] where default arguments are not keywords by Hynek Schlawack · 13 years ago
  84. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  85. ed8cf7a #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 13 years ago
  86. 5f045ea Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 13 years ago
  87. 897b278 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 13 years ago
  88. 9237bb6 merge heads by Senthil Kumaran · 13 years ago
  89. 9cffd88 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 13 years ago
  90. 269d213 Temporarily disabled test_race on Windows. by Vinay Sajip · 13 years ago
  91. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 13 years ago
  92. 77e77a1 Issue #14572: Prevent build failures with pre-3.5.0 versions of by Ned Deily · 13 years ago
  93. f439a36 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 13 years ago
  94. 7961bb3 Merged upstream changes. by Vinay Sajip · 13 years ago
  95. 7b57750 Ignore exceptions on test handler closing. by Vinay Sajip · 13 years ago
  96. 5f39706 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
  97. 6d9c1b1 #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 13 years ago
  98. 618802d Fix Issue14721: Send Content-length: 0 for empty body () in the http.request by Senthil Kumaran · 13 years ago
  99. ea24dda Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 13 years ago
  100. 280e9f7 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 13 years ago