1. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  2. fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  3. 9d01717 Issue #20896, #22935: The ssl.get_server_certificate() function now uses the by Victor Stinner · 10 years ago
  4. 0603d30 Issue #23132: Mitigate regression in speed and clarity in functools.total_ordering. by Raymond Hettinger · 10 years ago
  5. 10ecaa2 merge 3.3 (closes #23165) by Benjamin Peterson · 10 years ago
  6. 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 10 years ago
  7. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
  8. 36fe792 make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) by Benjamin Peterson · 10 years ago
  9. fe02e39 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
  10. 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
  11. 10e76b6 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
  12. fe3dc37 Issue #19104: pprint now produces evaluable output for wrapped strings. by Serhiy Storchaka · 10 years ago
  13. de3ee5b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  14. 5bbd231 Issue #15513: Added a __sizeof__ implementation for pickle classes. by Serhiy Storchaka · 10 years ago
  15. 05dadcf Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can by Serhiy Storchaka · 10 years ago
  16. df93869 Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 10 years ago
  17. 0f3cde1 use autoconf macro to check for pkg-config (closes #15506) by Benjamin Peterson · 10 years ago
  18. 3cda0ed pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 10 years ago
  19. 5d3febf Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers. by Ned Deily · 10 years ago
  20. 4ac7ed9 Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  21. b67f6e2 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 10 years ago
  22. 6059952 Issue #23016: A warning no longer produces AttributeError when the program by Serhiy Storchaka · 10 years ago
  23. 884afd9 Issue #21775: shutil.copytree(): fix crash when copying to VFAT by Berker Peksag · 10 years ago
  24. 7de2968 inspect: Fix getsource() to load updated source of reloaded module by Yury Selivanov · 10 years ago
  25. f8b44a4 NEWS: Remove duplicate entry by Yury Selivanov · 10 years ago
  26. 690998b NEWS: Add news entry for issue #23009. by Yury Selivanov · 10 years ago
  27. a090f01 HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959) by Benjamin Peterson · 10 years ago
  28. e32467c allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 10 years ago
  29. eca72d4 merge 3.3 (#16043) by Benjamin Peterson · 10 years ago
  30. 81b7374 merge 3.2 (#16043) by Benjamin Peterson · 10 years ago
  31. f990e7f Issue #16893: Update Idle doc chapter to match current Idle and add new by Terry Jan Reedy · 10 years ago
  32. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  33. 6b33519 Issue #22914: Update the Python 2/3 porting HOWTO to describe a more by Brett Cannon · 10 years ago
  34. 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  35. 83cf99d Issue #20335: bytes constructor now raises TypeError when encoding or errors by Serhiy Storchaka · 10 years ago
  36. 9e4db75 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 10 years ago
  37. 2a41385 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 10 years ago
  38. eecd5c4 Add NEWS items for Idle patches and a turtledemo patch. by Terry Jan Reedy · 10 years ago
  39. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  40. b491e05 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  41. 9cba989 Issue #22838: All test_re tests now work with unittest test discovery. by Serhiy Storchaka · 10 years ago
  42. 6632341 backout 9fcf4008b626 (#9179) for further consideration by Benjamin Peterson · 10 years ago
  43. c1da3d1 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  44. e718297 Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation by Victor Stinner · 10 years ago
  45. ab5e9b9 Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 10 years ago
  46. fc8e9b0 Issue #22915: SAX parser now supports files opened with file descriptor or by Serhiy Storchaka · 10 years ago
  47. 7a6915e Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  48. ae5cb21 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 10 years ago
  49. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
  50. f200498 add NEWS note for #22921 by Benjamin Peterson · 10 years ago
  51. 18f2298 Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. by Antoine Pitrou · 10 years ago
  52. a21de3d Issue #22638: SSLv3 is now disabled throughout the standard library. by Antoine Pitrou · 10 years ago
  53. db118f5 Close #22370: Windows detection in pathlib is now more robust. by Antoine Pitrou · 10 years ago
  54. e36fcde - Issue #22841: Reject coroutines in asyncio add_signal_handler(). by Guido van Rossum · 10 years ago
  55. 6c14f23 fix possible double free in TextIOWrapper.__init__ (closes #22849) by Benjamin Peterson · 10 years ago
  56. 0c938f6 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 10 years ago
  57. d915b08 Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  58. 84df7fe Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  59. 519114d Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. by Serhiy Storchaka · 10 years ago
  60. e66bb96 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  61. 8e92f57 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 10 years ago
  62. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  63. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  64. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  65. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  66. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  67. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  68. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  69. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  70. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  71. ff3e5e3 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). by Georg Brandl · 10 years ago
  72. 51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the by Georg Brandl · 10 years ago
  73. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  74. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  75. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  76. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  77. 8b7e161 backport context argument of urlopen (#22366) for pep 476 by Senthil Kumaran · 10 years ago
  78. cc23154 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. by Antoine Pitrou · 10 years ago
  79. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  80. 4b2b1de Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  81. 91f01e1 Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 10 years ago
  82. aa3ea7e Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  83. c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
  84. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  85. b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  86. d9b8dc2 Merge heads by Serhiy Storchaka · 10 years ago
  87. 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  88. 2b2852b Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
  89. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  90. 2acbae8 Issue #22173: Update lib2to3 tests to use unittest test discovery. by Zachary Ware · 10 years ago
  91. 75f7490 PYTHONY2K is long gone. Remove traces from the docs and manpage. by Georg Brandl · 10 years ago
  92. 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  93. 670e8ff #22237: fix patch attribution. by Ezio Melotti · 10 years ago
  94. 838f2c4 #18853: Fix resource warning in shlex's __main__ section. by R David Murray · 10 years ago
  95. 7570cbd #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  96. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  97. d696732 Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 10 years ago
  98. baa6d3a Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
  99. baf45c5 Issue #16000: Convert test_curses to use unittest by Zachary Ware · 10 years ago
  100. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago