1. e670be2 Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). by Serhiy Storchaka · 8 years ago
  2. 9bd85b8 Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in by Serhiy Storchaka · 8 years ago
  3. d35bf03 Merge 3.5 (issue #22970) by Yury Selivanov · 8 years ago
  4. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  5. 6588712 Merge 3.5 (issue #27223) by Yury Selivanov · 8 years ago
  6. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago
  7. 96881cd Issue #27186: Add os.PathLike support to DirEntry by Brett Cannon · 8 years ago
  8. 568be63 Issue #27186: Add os.PathLike support to pathlib. by Brett Cannon · 8 years ago
  9. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  10. 1080d13 Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. by Terry Jan Reedy · 8 years ago
  11. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  12. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  13. 118598a Issue #27066: Fixed SystemError if a custom opener (for open()) returns a by Barry Warsaw · 8 years ago
  14. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  15. 8c0e046 Sync typing.py with upstream (merge 3.5->3.6). by Guido van Rossum · 8 years ago
  16. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  17. 7a71338 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  18. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  19. 552bf94 Merge 3.5 (issue #27136, asyncio) by Yury Selivanov · 8 years ago
  20. f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 8 years ago
  21. 40de69a Issue #25738: Merge HTTP server from 3.5 by Martin Panter · 8 years ago
  22. 58f0169 Issue #21313: Merge version parsing from 3.5 by Martin Panter · 8 years ago
  23. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  24. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 8 years ago
  25. 24a72ca Fixed #27251: merged fix from 3.5. by Vinay Sajip · 8 years ago
  26. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  27. 6db1f6f Issue #26983: Fixed test_format failure. Patch by SilentGhost. by Serhiy Storchaka · 8 years ago
  28. 83815ae Issue #27107: mailbox.fcntl = None on Windows by Martin Panter · 8 years ago
  29. 380ef01 Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  30. d04d213 Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  31. f8f3121 Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  32. ed84ab3 Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  33. 1cd2772 Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch by Martin Panter · 8 years ago
  34. 1ab2f14 Issue #27164: Merge raw Deflate zdict support from 3.5 by Martin Panter · 8 years ago
  35. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  36. b07b57c Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 8 years ago
  37. 3c5fa56 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 8 years ago
  38. ff5cd45 Issue #24291: Merge wsgi partial write fix from 3.5 by Martin Panter · 8 years ago
  39. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  40. 7a9ddd1 merge from 3.5. (moves the issue26372 tests to the proper class) by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  41. 2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  42. 5f2702b Fixes whitespace issue by Kushal Das · 8 years ago
  43. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  44. b4b966e Issue #19611: handle implicit parameters in inspect.signature by Nick Coghlan · 8 years ago
  45. d62548a issue27186: add open/io.open; patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  46. 228c636 issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  47. 6e8e10e Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  48. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  49. 958b3e4 issue27186: add PathLike ABC by Ethan Furman · 8 years ago
  50. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  51. c55014f issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  52. 78b642c issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  53. 64c26e5 Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  54. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  55. c1cbeed issue27182: update fsencode and fsdecode for os.path(); patch by Dusty Phillips by Ethan Furman · 8 years ago
  56. fcbf1ca merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  57. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  58. 13ee7d1 Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  59. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  60. 6371152 first step in backout of bad default->3.5 merge d085b4f779af. Create new head and fix whitespace. by Ned Deily · 8 years ago
  61. 6f20bd6 signal, socket, and ssl module IntEnum constant name lookups now return a by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  62. 16931c3 Issue #26983: float() now always return an instance of exact float. by Serhiy Storchaka · 8 years ago
  63. 2e7cb1e Merge heads by Serhiy Storchaka · 8 years ago
  64. a9e6eda Merge 3.5. by Serhiy Storchaka · 8 years ago
  65. 10fd0aa Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 8 years ago
  66. 717ea08 Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 8 years ago
  67. 73e1613 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  68. 9415bc4 Issue #27185: Rename test_string.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  69. b414906 issue27167: make the test not care about the exact signal name in the by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  70. d6da760 Issue #27167: Clarify the subprocess.CalledProcessError error message text by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  71. a945969 Issue25931: fix tests broken by the conditional define of socketserver.Forking* by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  72. 1b50c4d Merge: #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  73. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  74. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 8 years ago
  75. 1f56e5f Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  76. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 8 years ago
  77. 642afb3 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  78. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 8 years ago
  79. 0d20189 Merge: #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  80. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  81. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  82. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  83. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  84. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  85. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  86. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  87. 6ca4260 merge 3.5 by Benjamin Peterson · 8 years ago
  88. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  89. c249221 Issue #20699: Merge io bytes-like fixes from 3.5 by Martin Panter · 8 years ago
  90. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  91. 5677aa7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  92. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  93. f4affb7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  94. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  95. b69d3fe Merge 3.5 (test_warnings) by Victor Stinner · 8 years ago
  96. 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 8 years ago
  97. b6ae2ae Issue #18383: Merge warnings fix from 3.5 by Martin Panter · 8 years ago
  98. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  99. f157982 Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä by Martin Panter · 8 years ago
  100. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago