1. 73c6f64 Merge issue #24129 from 3.4 by Nick Coghlan · 9 years ago
  2. b3ca31f Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  3. 1f9a29f Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  4. dba51b8 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  5. 26f6676 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  6. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  7. 78378e8 Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  8. 991d1d3 Merge 3.4 (Misc/ACKS) by Victor Stinner · 9 years ago
  9. f66f420 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  10. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  11. 76d508b - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  12. f58f88c Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  13. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  14. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 9 years ago
  15. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  16. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
  17. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  18. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  19. 24559e4 Issue #22619: Added negative limit support in the traceback module. by Serhiy Storchaka · 9 years ago
  20. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 9 years ago
  21. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 9 years ago
  22. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 9 years ago
  23. 2b78129 #18128: use standard +NNNN timezone format in POT-Creation-Date header. by R David Murray · 9 years ago
  24. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 9 years ago
  25. 28edf12 add Allison Kaptur (#21217) by Benjamin Peterson · 9 years ago
  26. a8723a0 Issue #21217: inspect.getsourcelines() now tries to compute the start and by Antoine Pitrou · 9 years ago
  27. e91ecb2 Merge 3.4 (#23310) by Łukasz Langa · 9 years ago
  28. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  29. a468db9 Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  30. 0a8f43e #11754: test contents of string module attributes. by R David Murray · 9 years ago
  31. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  32. d5aec7b Issue #21116: Avoid blowing memory when allocating a multiprocessing shared by Antoine Pitrou · 9 years ago
  33. 0b1e4f1 Merge with 3.4 by Zachary Ware · 9 years ago
  34. bb5dbf8 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 9 years ago
  35. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  36. f8aa133 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  37. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  38. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  39. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 9 years ago
  40. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  41. 0f05cea #11468: merge with 3.4. by Ezio Melotti · 9 years ago
  42. d1f3a00 Merge 3.4 (faulthandler ICC) by Victor Stinner · 9 years ago
  43. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  44. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  45. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  46. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  47. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 9 years ago
  48. 69899e6 Merge 3.4 (httplib) by Victor Stinner · 10 years ago
  49. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 10 years ago
  50. 77c041b merge 3.4 (#21548) by Benjamin Peterson · 10 years ago
  51. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 10 years ago
  52. 6c62ac1 merge 3.4 (#22735) by Benjamin Peterson · 10 years ago
  53. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 10 years ago
  54. 29dacf2 Issue #15859: PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and by Victor Stinner · 10 years ago
  55. 140fc9f Issue #23180: merge from 3.4 by Ned Deily · 10 years ago
  56. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  57. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  58. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  59. 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
  60. dc3eaa8 Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada. by Antoine Pitrou · 10 years ago
  61. 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 10 years ago
  62. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  63. ac4aa7b Issue #22902: The "ip" command is now used on Linux to determine MAC address by Serhiy Storchaka · 10 years ago
  64. 79d784a (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  65. 2cb0e73 Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  66. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  67. 6e2db04 #22751: merge with 3.4. by Ezio Melotti · 10 years ago
  68. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  69. 8f791d3 Issue #6623: Remove deprecated Netrc class in the ftplib module. by Berker Peksag · 10 years ago
  70. be8d06f Issue #18216: gettext now raises an error when a .mo file has an unsupported major version number. Patch by Aaron Hill. by Antoine Pitrou · 10 years ago
  71. 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  72. 993c782 #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  73. 85f16bf #22237: merge patch attribution fix. by Ezio Melotti · 10 years ago
  74. 670e8ff #22237: fix patch attribution. by Ezio Melotti · 10 years ago
  75. b6f8fec Issue #22261: Add a note to PCbuild\readme.txt about MSBuild switches. by Zachary Ware · 10 years ago
  76. 439da84 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  77. 64138c4 Issue 22603: add Francisco Fernández Castaño to ACKS. by Terry Jan Reedy · 10 years ago
  78. 9bf2c00 Add Dan O'Reilly to Misc/ACKS by Antoine Pitrou · 10 years ago
  79. 5f6a755 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  80. e161849 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  81. 6c7a418 Closes issue #20858: Enhancements/fixes to pure-python datetime module by Alexander Belopolsky · 10 years ago
  82. a2f9388 merge 3.4 (#22379) by Benjamin Peterson · 10 years ago
  83. c31f12d check that exception messages are not empty (#22379) by Benjamin Peterson · 10 years ago
  84. 3a54c3e Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  85. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  86. a72bc8c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  87. 21c8d5c Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  88. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  89. 4f6355f Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  90. 6c1f0ad Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  91. 43705d7 Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  92. b87630c Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  93. 21df71a merge 3.4 (#22459) by Benjamin Peterson · 10 years ago
  94. eb83ffe fix error in split() examples (closes #22459) by Benjamin Peterson · 10 years ago
  95. dc41440 Merge from 3.4 by Senthil Kumaran · 10 years ago
  96. 86c9e18 Merge from 3.3 by Senthil Kumaran · 10 years ago
  97. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  98. 0d54887 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  99. 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  100. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago