1. 895ce14 Issue #22359: Remove incorrect uses of recursive make. Patch by Jonas Wagner. by Antoine Pitrou · 10 years ago
  2. 7c4093c Merge: #21091: make is_attachment a method. by R David Murray · 10 years ago
  3. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  4. 1de0ac0 Merge: #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  5. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  6. e227350 merge 3.4 by Benjamin Peterson · 10 years ago
  7. 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 10 years ago
  8. bdfeb03 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 10 years ago
  9. 96756b6 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 10 years ago
  10. 257c6cb null merge by Ned Deily · 10 years ago
  11. fc4ead2 Issue #15661: Update OS X installer welcome and readme files for 3.4.2. by Ned Deily · 10 years ago
  12. f633367 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  13. b6e1778 Update Idle's online doc url. by Terry Jan Reedy · 10 years ago
  14. 5ef46ba Issue #22420: Merge with 3.4 by Terry Jan Reedy · 10 years ago
  15. 81b062f Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 10 years ago
  16. 004c00b merge 3.4 by Benjamin Peterson · 10 years ago
  17. cbfaa7b standardize pep 466 relnote style by Benjamin Peterson · 10 years ago
  18. 49d77fd remove extra letter by Benjamin Peterson · 10 years ago
  19. ce30237 whatsnew for pep 466 ssl backport by Benjamin Peterson · 10 years ago
  20. 8b7e161 backport context argument of urlopen (#22366) for pep 476 by Senthil Kumaran · 10 years ago
  21. a5c85b3 Issue #22366: urllib.request.urlopen will accept a context object (SSLContext) by Senthil Kumaran · 10 years ago
  22. ea07eb9 Issue #22378: socket module: add SO_MARK. by Charles-François Natali · 10 years ago
  23. c58c7d4 Closes #22436: Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  24. 2f1cd8a Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 10 years ago
  25. 2f2920a merge from 3.4 by Senthil Kumaran · 10 years ago
  26. 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
  27. de88b88 Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation. by Berker Peksag · 10 years ago
  28. 2d510e3 Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation. by Berker Peksag · 10 years ago
  29. 60efd79 Issue #21706: Add a versionchanged directive to the functional API docs. by Berker Peksag · 10 years ago
  30. 3715da5 Issue #21391: Use os.path.abspath in the shutil module. by Berker Peksag · 10 years ago
  31. e7811fc Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an if-block if there is no else-clause. by Antoine Pitrou · 10 years ago
  32. 87538e7 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  33. cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  34. 605a64b (Merge 3.4) asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 10 years ago
  35. 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 10 years ago
  36. dc41440 Merge from 3.4 by Senthil Kumaran · 10 years ago
  37. 86c9e18 Merge from 3.3 by Senthil Kumaran · 10 years ago
  38. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  39. 810dc9b Merge from 3.4 by Senthil Kumaran · 10 years ago
  40. aa72b1b Merge from 3.3 by Senthil Kumaran · 10 years ago
  41. 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 10 years ago
  42. d9925a1 Close issue21706: add 'start' parameter to functional API by Ethan Furman · 10 years ago
  43. 52351c7 Issue21738: clarify usage of __new__ in Enum subclasses by Ethan Furman · 10 years ago
  44. f75805e Issue21738: clarify usage of __new__ in Enum subclasses by Ethan Furman · 10 years ago
  45. 6a8e0fb consistently use _name_ and _value_; patch from Kiss Gyorgy by Ethan Furman · 10 years ago
  46. 0081f23 consistently use _name_ and _value_; patch from Kiss Gyorgy by Ethan Furman · 10 years ago
  47. 6cfa46e Replace bad ftp URLs in test_urllib2net by Antoine Pitrou · 10 years ago
  48. bc2c4c9 Replace bad ftp URLs in test_urllib2net by Antoine Pitrou · 10 years ago
  49. 0d54887 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  50. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  51. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  52. a37b958 Closes #21270 : We now override tuple methods in mock.call objects. by Kushal Das · 10 years ago
  53. a0f3375 Merge fix for issue #22166 from 3.4 by Nick Coghlan · 10 years ago
  54. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  55. 0b894b4 Closes #18159: ConfigParser getters not available on SectionProxy by Łukasz Langa · 10 years ago
  56. dfdd2f7 Closes #18159: ConfigParser getters not available on SectionProxy by Łukasz Langa · 10 years ago
  57. 884d528 Restored re pickling test. by Serhiy Storchaka · 10 years ago
  58. b85a976 Restored re pickling test. by Serhiy Storchaka · 10 years ago
  59. 34cea14 Fix full-stop whitespace in configparser docs by Łukasz Langa · 10 years ago
  60. 45759a3 Issue #17095: merge from 3.4 by Ned Deily · 10 years ago
  61. ad24d62 Issue #17095: Temporarily revert getpath.c change that added the Modules by Ned Deily · 10 years ago
  62. 02a8f9e Closes #20537: logging methods now accept an exception instance as well as a Boolean value or exception tuple. Thanks to Yury Selivanov for the patch. by Vinay Sajip · 10 years ago
  63. 4ff91eb Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  64. 9502487 Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  65. f42cbff Use more appropriate asserts in re tests. by Serhiy Storchaka · 10 years ago
  66. d9cf65f Use more appropriate asserts in re tests. by Serhiy Storchaka · 10 years ago
  67. d1b440a Fixed re tests incorrectly ported from 2.x to 3.x. by Serhiy Storchaka · 10 years ago
  68. a25875c Fixed re tests incorrectly ported from 2.x to 3.x. by Serhiy Storchaka · 10 years ago
  69. 2ebdb2c Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 10 years ago
  70. 152dfd1 Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 10 years ago
  71. 50ff858 merge 3.4 by Benjamin Peterson · 10 years ago
  72. 7c8b89e make hg link secure by Benjamin Peterson · 10 years ago
  73. 08d4a4f inspect.Signature: Fix discrepancy between __eq__ and __hash__. by Yury Selivanov · 10 years ago
  74. f1a8df0 Issue #16104: Allow compileall to do parallel bytecode compilation. by Brett Cannon · 10 years ago
  75. a56411e Closes #22386: merged fix from 3.4. by Vinay Sajip · 10 years ago
  76. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
  77. ee6c3c7 Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter by Victor Stinner · 10 years ago
  78. a1b16ba Issue #13968: Fixed newly added recursive glob test. by Serhiy Storchaka · 10 years ago
  79. 2c16df2 Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  80. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  81. c2edcdd Issue #13968: The glob module now supports recursive search in by Serhiy Storchaka · 10 years ago
  82. d5fd618 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  83. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  84. 979f80b Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  85. 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  86. 8ebf910 (Merge 3.4) Issue #22338: Fix a crash in the json module on memory allocation by Victor Stinner · 10 years ago
  87. 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 10 years ago
  88. eeca5f8 merge 3.4 (#22380) by Benjamin Peterson · 10 years ago
  89. 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
  90. dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  91. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  92. 9f69b86 Whitespace. by Stefan Krah · 10 years ago
  93. b578f8a Issue #19232: Speed up decimal import. Additionally, since _decimal is by Stefan Krah · 10 years ago
  94. 082a9b1 Issue #22284: Merge 3.4 by Stefan Krah · 10 years ago
  95. 964feab Issue #22284: Update decimal.__all__ by Stefan Krah · 10 years ago
  96. 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
  97. bb1e3f1 A few tweaks for issue16662 based on feedback from Robert Collins. by Barry Warsaw · 10 years ago
  98. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago
  99. 238f5aa merge 3.4 (#22349) by Benjamin Peterson · 10 years ago
  100. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago