1. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  2. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  3. 38e2f17 Remove old Python 2 compatibility from ctypes test by Martin Panter · 8 years ago
  4. 0e40df6 Merge ctypes from 3.5 by Martin Panter · 8 years ago
  5. 2dc1bbb Remove outdated PEP 291 compatibility requirement comment by Martin Panter · 8 years ago
  6. e9e3a7c Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  7. f11352c asyncio/tests: Ensure a gc_collect for __del__ testing by Yury Selivanov · 8 years ago
  8. 2e413f7 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  9. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
  10. 8308db5 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  11. 32dae3d asyncio: Break reference cycle in StreamReaderProtocol.connection_lost by Yury Selivanov · 8 years ago
  12. 91f9def Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  13. 04eb87e asyncio: ease the cert failed regex by Yury Selivanov · 8 years ago
  14. 059320b Merge 3.5 (issue #26848) by Yury Selivanov · 8 years ago
  15. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  16. 91762da Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  17. d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  18. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  19. 5d1110a merge from 3.5 by Senthil Kumaran · 8 years ago
  20. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
  21. f94ec1b Issue #22274: Merge stderr=STDOUT fix from 3.5 by Martin Panter · 8 years ago
  22. 9974092 merge 3.5 by Benjamin Peterson · 8 years ago
  23. 07451dd fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 8 years ago
  24. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 8 years ago
  25. e78592d Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 8 years ago
  26. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  27. 9de7efe Removed duplicated NEWS entity for issue #26881. by Serhiy Storchaka · 8 years ago
  28. ec5d545 Issue #26881: Restored the name of scan_opcodes_25(). by Serhiy Storchaka · 8 years ago
  29. 3414e4a NEWS message for issue #26977. by Steven D'Aprano · 8 years ago
  30. bc62aae Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). by Steven D'Aprano · 8 years ago
  31. 228ab1f Issue #21099: Switch applicable importlib tests to use PEP 451 API. by Eric Snow · 8 years ago
  32. 3fa86a0 Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 8 years ago
  33. 1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  34. 5787ef6 Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs(). by Serhiy Storchaka · 8 years ago
  35. 25885d1 Issue #27005: Optimized the float.fromhex() class method for exact float. by Serhiy Storchaka · 8 years ago
  36. 871639a Merge 3.5. by Serhiy Storchaka · 8 years ago
  37. 75687f2 Null merge by Serhiy Storchaka · 8 years ago
  38. 441581a Update NEWS. by Steven D'Aprano · 8 years ago
  39. 6494449 Merge NEWS update from 3.5 for issue #26977. by Steven D'Aprano · 8 years ago
  40. 0218127 Branch merge for issue 26977 by Steven D'Aprano · 8 years ago
  41. d65018b Fixes #19711: Add tests for reloading namespace packages. by Eric Snow · 8 years ago
  42. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  43. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  44. a4dfbe6 merge 3.5 (#26986) by Benjamin Peterson · 8 years ago
  45. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 8 years ago
  46. e7041fa Closes #26987: Merge with 3.5 by Zachary Ware · 8 years ago
  47. 78b5ed9 Issue #26987: Correct implementation to match comment by Zachary Ware · 8 years ago
  48. 6a8af9a Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  49. df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  50. 3e99fde Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  51. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  52. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  53. a26e4b9 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  54. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  55. dea7637 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  56. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  57. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  58. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  59. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  60. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  61. cc22984 Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). by Steven D'Aprano · 8 years ago
  62. 18933ed Issue #26512: Merge rounding doc from 3.5 by Martin Panter · 8 years ago
  63. 1a269d0 Issue #26924: Fix Windows buildbots by Berker Peksag · 8 years ago
  64. 0ce9cd9 Issue #26924: Do not define _multiprocessing.sem_unlink under Android by Berker Peksag · 8 years ago
  65. ca716cf Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  66. ad1fd34 Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  67. deab18d Issue #26708: Use the "const" qualifier for immutable strings. by Serhiy Storchaka · 8 years ago
  68. a8e3b0a Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  69. a40b0ef Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  70. 17e2295 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  71. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  72. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  73. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  74. a5f3a50 Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  75. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  76. 72ac6a7 Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  77. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  78. 234480d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  79. f73a48c Issue 26912: fix broken imports in test_email package. by Terry Jan Reedy · 8 years ago
  80. cc20d63 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  81. 823c626 Issue 26911: fix import (other problems remain). by Terry Jan Reedy · 8 years ago
  82. 24182a3 Restored parameter name "self" since gdb needs exact specific parameter names. by Serhiy Storchaka · 8 years ago
  83. 584e8ae Issue 26915: Add identity checks to the collections ABC __contains__ methods. by Raymond Hettinger · 8 years ago
  84. d7062de Issue #26918: Skipped some tests in test_pipes on Android. by Serhiy Storchaka · 8 years ago
  85. fb81d3c Issue #26765: Moved common code for the replace() method of bytes and bytearray by Serhiy Storchaka · 8 years ago
  86. 9fc3857 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  87. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  88. dd40fc3 Issue #26765: Moved common code and docstrings for bytes and bytearray methods by Serhiy Storchaka · 8 years ago
  89. 045e635 Automated merge with ssh://hg.python.org/cpython by Steven D'Aprano · 8 years ago
  90. fcce462 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  91. 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  92. 3b06e24 Issue 26002 and 25974 by Steven D'Aprano · 8 years ago
  93. ad039f7 Issue #20120: Merge with 3.5 by Jason R. Coombs · 8 years ago
  94. 422cf2b Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0. by Jason R. Coombs · 8 years ago
  95. 45cdcd9 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  96. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  97. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  98. 0e12052 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 8 years ago
  99. a3fd0b2 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 8 years ago
  100. 478be14 Merge with 3.5 by Terry Jan Reedy · 8 years ago