1. 58ee092 Added tag v3.6.0a1 for changeset 5896da372fb0 by Ned Deily · 8 years ago
  2. cec00a7 Version bump for 3.6.0a1 by Ned Deily · 8 years ago
  3. fc92e2c Update Mac installer ReadMe file for 3.6.0a1 by Ned Deily · 8 years ago
  4. cae752a Update pydoc topics for 3.6.0a1 by Ned Deily · 8 years ago
  5. 8d0abb9 Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. by Steve Dower · 8 years ago
  6. 7ae61af Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. by Steve Dower · 8 years ago
  7. 0b39a55 Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5 by Martin Panter · 8 years ago
  8. c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  9. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  10. 5a32c04 Null merge by Serhiy Storchaka · 8 years ago
  11. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  12. bcde10a Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used by Serhiy Storchaka · 8 years ago
  13. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  14. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 8 years ago
  15. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  16. 31e59aa Merge with 3.5 by Terry Jan Reedy · 8 years ago
  17. af7cf6d Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. by Terry Jan Reedy · 8 years ago
  18. c85dd85 Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  19. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  20. 2b6c032 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  21. 33a8fb9 Issue #23977: Tweak IDLE Delegator and its test. by Terry Jan Reedy · 8 years ago
  22. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  23. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  24. 89d2a03 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  25. 5f4ac9f Issue #25747: remove undependable and possibly useless test. by Terry Jan Reedy · 8 years ago
  26. e607394 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  27. cd65a03 Issue #20640: Add https: to url prefixes so test passes on Darwin. by Terry Jan Reedy · 8 years ago
  28. 79f561d Issue #26870: Poll() also fails on OS X; try select() by Martin Panter · 8 years ago
  29. 2e1d868 Issue #26870: Avoid using kqueue() with pseudo-terminals by Martin Panter · 8 years ago
  30. f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. by Serhiy Storchaka · 8 years ago
  31. 3d3f7e8 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  32. c64d942 Issue #20640: Add tests for idlelib.configHelpSourceEdit. by Terry Jan Reedy · 8 years ago
  33. 0594cff merge from 3.5 by Senthil Kumaran · 8 years ago
  34. 507898d issue27018 - Fix the documentation of select.epoll.register method. by Senthil Kumaran · 8 years ago
  35. 3e2a071 Issue #26870: Temporary debugging for OS X Snow Leopard lockup by Martin Panter · 8 years ago
  36. 3712686 Issue #26870: Close pty master in case of exception by Martin Panter · 8 years ago
  37. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  38. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  39. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  40. 38e2f17 Remove old Python 2 compatibility from ctypes test by Martin Panter · 9 years ago
  41. 0e40df6 Merge ctypes from 3.5 by Martin Panter · 9 years ago
  42. 2dc1bbb Remove outdated PEP 291 compatibility requirement comment by Martin Panter · 9 years ago
  43. e9e3a7c Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  44. f11352c asyncio/tests: Ensure a gc_collect for __del__ testing by Yury Selivanov · 9 years ago
  45. 2e413f7 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  46. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 9 years ago
  47. 8308db5 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  48. 32dae3d asyncio: Break reference cycle in StreamReaderProtocol.connection_lost by Yury Selivanov · 9 years ago
  49. 91f9def Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  50. 04eb87e asyncio: ease the cert failed regex by Yury Selivanov · 9 years ago
  51. 059320b Merge 3.5 (issue #26848) by Yury Selivanov · 9 years ago
  52. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 9 years ago
  53. 91762da Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 9 years ago
  54. d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 9 years ago
  55. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 9 years ago
  56. 5d1110a merge from 3.5 by Senthil Kumaran · 9 years ago
  57. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 9 years ago
  58. f94ec1b Issue #22274: Merge stderr=STDOUT fix from 3.5 by Martin Panter · 9 years ago
  59. 9974092 merge 3.5 by Benjamin Peterson · 9 years ago
  60. 07451dd fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 9 years ago
  61. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 9 years ago
  62. e78592d Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 9 years ago
  63. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 9 years ago
  64. 9de7efe Removed duplicated NEWS entity for issue #26881. by Serhiy Storchaka · 9 years ago
  65. ec5d545 Issue #26881: Restored the name of scan_opcodes_25(). by Serhiy Storchaka · 9 years ago
  66. 3414e4a NEWS message for issue #26977. by Steven D'Aprano · 9 years ago
  67. bc62aae Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). by Steven D'Aprano · 9 years ago
  68. 228ab1f Issue #21099: Switch applicable importlib tests to use PEP 451 API. by Eric Snow · 9 years ago
  69. 3fa86a0 Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 9 years ago
  70. 1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 9 years ago
  71. 5787ef6 Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs(). by Serhiy Storchaka · 9 years ago
  72. 25885d1 Issue #27005: Optimized the float.fromhex() class method for exact float. by Serhiy Storchaka · 9 years ago
  73. 871639a Merge 3.5. by Serhiy Storchaka · 9 years ago
  74. 75687f2 Null merge by Serhiy Storchaka · 9 years ago
  75. 441581a Update NEWS. by Steven D'Aprano · 9 years ago
  76. 6494449 Merge NEWS update from 3.5 for issue #26977. by Steven D'Aprano · 9 years ago
  77. 0218127 Branch merge for issue 26977 by Steven D'Aprano · 9 years ago
  78. d65018b Fixes #19711: Add tests for reloading namespace packages. by Eric Snow · 9 years ago
  79. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  80. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  81. a4dfbe6 merge 3.5 (#26986) by Benjamin Peterson · 9 years ago
  82. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 9 years ago
  83. e7041fa Closes #26987: Merge with 3.5 by Zachary Ware · 9 years ago
  84. 78b5ed9 Issue #26987: Correct implementation to match comment by Zachary Ware · 9 years ago
  85. 6a8af9a Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 9 years ago
  86. df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 9 years ago
  87. 3e99fde Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 9 years ago
  88. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 9 years ago
  89. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 9 years ago
  90. a26e4b9 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 9 years ago
  91. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 9 years ago
  92. dea7637 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 9 years ago
  93. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 9 years ago
  94. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  95. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  96. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  97. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 9 years ago
  98. cc22984 Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). by Steven D'Aprano · 9 years ago
  99. 18933ed Issue #26512: Merge rounding doc from 3.5 by Martin Panter · 9 years ago
  100. 1a269d0 Issue #26924: Fix Windows buildbots by Berker Peksag · 9 years ago