1. db83f72 Issue #27740: Merge from 3.5 by Berker Peksag · 8 years ago
  2. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 8 years ago
  3. 408b78c Issue #27322: Set sys.path to a temp dir in test_compile_path by Berker Peksag · 8 years ago
  4. eadf443 Issue #28303: Merge from 3.5 by Berker Peksag · 8 years ago
  5. aa5c2fd Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish by Berker Peksag · 8 years ago
  6. d39370b Issue #28300: Merge from 3.5 by Berker Peksag · 8 years ago
  7. c16387b Issue #28300: Fix typos, patch by Shlomi Fish by Berker Peksag · 8 years ago
  8. fa4a305 Issue #21903: Merge from 3.5 by Berker Peksag · 8 years ago
  9. de55c61 Issue #21903: Update ctypes example to use MessageBoxW by Berker Peksag · 8 years ago
  10. b163b14 Null merge by Serhiy Storchaka · 8 years ago
  11. 1dc7aa4 Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  12. 0c6974d Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  13. e3fd248 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  14. 957b756 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  15. 6703e04 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  16. 4cefe74 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) by Guido van Rossum · 8 years ago
  17. 49d2c38 Issue #28283: Merge from 3.5 by Berker Peksag · 8 years ago
  18. 63461bc Issue #28283: Remove flaky test test_sock_connect_sock_write_race by Berker Peksag · 8 years ago
  19. 9574e0a Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  20. 5ae4f49 Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  21. 389ef9d Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  22. 47dee11 Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  23. a12e784 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  24. c0b7037 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  25. 19f2327 Issue #26439: Merge ctypes doc from 3.5 into 3.6 by Martin Panter · 8 years ago
  26. f18a5da Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 8 years ago
  27. 9016f28 Issue #18844: Make the number of selections a keyword-only argument for random.choices(). by Raymond Hettinger · 8 years ago
  28. 22805ca Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  29. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  30. de10dbe Issue #10673: Merge from 3.5 by Berker Peksag · 8 years ago
  31. a24d2d8 Issue #10673: Document that Process.exitcode can be used to determine timeout by Berker Peksag · 8 years ago
  32. 333ad92 Issue #27914: Fixed a comment in PyModule_ExcDef. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  33. 11179b2 Issue #18893: Merge from 3.5 by Berker Peksag · 8 years ago
  34. 8b6b508 Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py by Berker Peksag · 8 years ago
  35. 97932e4 issue #28144: Decrease empty_keys_struct's dk_refcnt by Serhiy Storchaka · 8 years ago
  36. 8d08265 Merge from 3.5 by Berker Peksag · 8 years ago
  37. 6129e14 Document that os.mknod() is not available on Windows by Berker Peksag · 8 years ago
  38. 20d458f Merge from 3.5 by Berker Peksag · 8 years ago
  39. 996e5f9 os.genenvb() is not availabnle under Windows by Berker Peksag · 8 years ago
  40. 46825d2 Issue #28194: Clean up some checks in dict implementation. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  41. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  42. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  43. 9df89d0 Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt by Christian Heimes · 8 years ago
  44. 0eb60a7 Issue #11957: Restored re tests for passing count and maxsplit as positional by Serhiy Storchaka · 8 years ago
  45. b02f8fc Issue #11957: Restored re tests for passing count and maxsplit as positional by Serhiy Storchaka · 8 years ago
  46. 1aca389 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  47. e6f0199 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  48. a653196 Remove mention of asyncio.timeout context manager (it was removed) by Guido van Rossum · 8 years ago
  49. 6997946 Issue #28203: Merge from 3.5 by Mark Dickinson · 8 years ago
  50. 613f8e5 Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. by Mark Dickinson · 8 years ago
  51. 938da64 Write configure message to AS_MESSAGE_FD by Christian Heimes · 8 years ago
  52. 1a63b9f Typo by Christian Heimes · 8 years ago
  53. a5d0765 Finish GC code for SSLSession and increase test coverage by Christian Heimes · 8 years ago
  54. 22ecc4b Issue #28221: Merge SSL test cleanup from 3.5 into 3.6 by Martin Panter · 8 years ago
  55. 8609cda Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 8 years ago
  56. 517507c Issue #28100: Refactor error messages, patch by Ivan Levkivskyi by Christian Heimes · 8 years ago
  57. 6f3f3e5 Increase buffer for readlink() in case OS will support longer names one day. by Christian Heimes · 8 years ago
  58. 3cb091e Increase buffer for readlink() in case OS will support longer names one day. by Christian Heimes · 8 years ago
  59. 0202c34 Add an extra byte for null in case we ever get very long unicode names. by Christian Heimes · 8 years ago
  60. 2f366ca Add an extra byte for null in case we ever get very long unicode names. by Christian Heimes · 8 years ago
  61. e370409 Add test cases for internal SHA3 helpers by Christian Heimes · 8 years ago
  62. 21c8c92 Merge 3.5 (issue #27829) by Victor Stinner · 8 years ago
  63. bd2ffa5 Issue #27829: regrtest -W displays stderr if env changed by Victor Stinner · 8 years ago
  64. 7b7228a remove unneeded cast by Benjamin Peterson · 8 years ago
  65. 7652853 Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  66. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  67. ad4d2a5 Null merge by Serhiy Storchaka · 8 years ago
  68. 208bbd2 Silence GCC warning. by Serhiy Storchaka · 8 years ago
  69. 63dc548 Issue #28086: Single var-positional argument of tuple subtype was passed by Serhiy Storchaka · 8 years ago
  70. 5ed5487 Make Lib/test/ssltests.py more useful and faster for OpenSSL testing by Christian Heimes · 8 years ago
  71. 55b196a Make Lib/test/ssltests.py more useful and faster for OpenSSL testing by Christian Heimes · 8 years ago
  72. 3217b12 Merge socketserver fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  73. f3b0639 Issue #27348: Merge exception formatting fix from 3.5 into 3.6 by Martin Panter · 8 years ago
  74. 463ef2b Fix references to Python 3’s socketserver (lowercase) module by Martin Panter · 8 years ago
  75. bb8b1cb Issue #27348: Restore “Exception: None” formatting in traceback module by Martin Panter · 8 years ago
  76. e3d5040 Extend the test to lower pickle protocols. by Serhiy Storchaka · 8 years ago
  77. 92bb90a Extend the test to lower pickle protocols. by Serhiy Storchaka · 8 years ago
  78. b3d4e7f Issue #25651: Merge from 3.5 by Berker Peksag · 8 years ago
  79. 16ea19f Issue #25651: Allow falsy values to be used for msg parameter of subTest() by Berker Peksag · 8 years ago
  80. 349f552 Merge heads by Serhiy Storchaka · 8 years ago
  81. 79f9d4f lcov: ignore more 3rd party code and internal test/debug/dummy files by Christian Heimes · 8 years ago
  82. afd02a4 Issue #28214: Now __set_name__ is looked up on the class instead of the by Serhiy Storchaka · 8 years ago
  83. b00e00c Don't define PY_WITH_KECCAK by Christian Heimes · 8 years ago
  84. 44f4874 Merge 3.5 by Victor Stinner · 8 years ago
  85. 1ddf53d Fix PyUnicode_FromFormatV() error handling by Victor Stinner · 8 years ago
  86. 2f2fee1 va_end() all va_copy()ed va_lists. by Christian Heimes · 8 years ago
  87. 1c56bf0 Merge 3.5 by Victor Stinner · 8 years ago
  88. 0256f42 test_asynico: fix test_sock_connect_sock_write_race() by Victor Stinner · 8 years ago
  89. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  90. ec2319c Fix memleak in os.getrandom() by Victor Stinner · 8 years ago
  91. 75024c6 (Merge 3.5) Catch EPERM error in py_getrandom() by Victor Stinner · 8 years ago
  92. 6d8bc46 Catch EPERM error in py_getrandom() by Victor Stinner · 8 years ago
  93. af59732 Cleanup random.c by Victor Stinner · 8 years ago
  94. 7582bca Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 8 years ago
  95. a327331 Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 8 years ago
  96. 8ac46c9 revert expat changes by Benjamin Peterson · 8 years ago
  97. e2e792d merge 3.5 (#28184) by Benjamin Peterson · 8 years ago
  98. 918aa89 remove trailing whitespace by Benjamin Peterson · 8 years ago
  99. 1daf6da MERGE: Docs: Correctly link to the methods by Jesus Cea · 8 years ago
  100. 647680e Docs: Correctly link to the methods by Jesus Cea · 8 years ago