1. 9f518cd Merged from 3.6 by Alexander Belopolsky · 8 years ago
  2. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  3. e0083e2 Issue #28306: Merge from 3.6 by Berker Peksag · 8 years ago
  4. e5ccf3d Issue #28306: Merge from 3.5 by Berker Peksag · 8 years ago
  5. cf79cdb Issue #28306: Update exception message of ZeroDivisionError by Berker Peksag · 8 years ago
  6. 282df37 Issue #27740: Merge from 3.6 by Berker Peksag · 8 years ago
  7. db83f72 Issue #27740: Merge from 3.5 by Berker Peksag · 8 years ago
  8. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 8 years ago
  9. e075537 Issue #27322: Merge from 3.6 by Berker Peksag · 8 years ago
  10. 408b78c Issue #27322: Set sys.path to a temp dir in test_compile_path by Berker Peksag · 8 years ago
  11. dbd9cbf Issue #28303: Merge from 3.6 by Berker Peksag · 8 years ago
  12. eadf443 Issue #28303: Merge from 3.5 by Berker Peksag · 8 years ago
  13. aa5c2fd Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish by Berker Peksag · 8 years ago
  14. 50c972e Issue #28300: Merge from 3.6 by Berker Peksag · 8 years ago
  15. d39370b Issue #28300: Merge from 3.5 by Berker Peksag · 8 years ago
  16. c16387b Issue #28300: Fix typos, patch by Shlomi Fish by Berker Peksag · 8 years ago
  17. 5c7c8a3 Issue #21903: Merge from 3.6 by Berker Peksag · 8 years ago
  18. fa4a305 Issue #21903: Merge from 3.5 by Berker Peksag · 8 years ago
  19. de55c61 Issue #21903: Update ctypes example to use MessageBoxW by Berker Peksag · 8 years ago
  20. 85bc546 Null merge by Serhiy Storchaka · 8 years ago
  21. b163b14 Null merge by Serhiy Storchaka · 8 years ago
  22. 1dc7aa4 Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  23. 0c6974d Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  24. f2a913e Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  25. 4e7b4e8 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  26. e3fd248 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  27. 957b756 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  28. 39704fc Update typing.py and test_typing.py from upstream (https://github.com/python/typing) (merge 3.6->3.7) by Guido van Rossum · 8 years ago
  29. 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
  30. 4cefe74 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) by Guido van Rossum · 8 years ago
  31. 331e659 Issue #28283: Merge from 3.6 by Berker Peksag · 8 years ago
  32. 49d2c38 Issue #28283: Merge from 3.5 by Berker Peksag · 8 years ago
  33. 63461bc Issue #28283: Remove flaky test test_sock_connect_sock_write_race by Berker Peksag · 8 years ago
  34. eeeb3c2 Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  35. 9574e0a Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  36. 5ae4f49 Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  37. a6f035e Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  38. 389ef9d Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  39. 47dee11 Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  40. be43f20 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  41. a12e784 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  42. c0b7037 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  43. c019158 Issue #27703: Got rid of unnecessary NULL checks in do_raise() in release mode. by Serhiy Storchaka · 8 years ago
  44. 2f63fae Issue #26439: Merge ctypes doc from 3.6 by Martin Panter · 8 years ago
  45. 19f2327 Issue #26439: Merge ctypes doc from 3.5 into 3.6 by Martin Panter · 8 years ago
  46. f18a5da Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 8 years ago
  47. b87e8f7 merge by Raymond Hettinger · 8 years ago
  48. 9016f28 Issue #18844: Make the number of selections a keyword-only argument for random.choices(). by Raymond Hettinger · 8 years ago
  49. 9204a20 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  50. 22805ca Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  51. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  52. e2197d1 Issue #20100: Simplify newPyEpoll_Object() by Berker Peksag · 8 years ago
  53. 1849d89 Issue #10673: Merge from 3.6 by Berker Peksag · 8 years ago
  54. de10dbe Issue #10673: Merge from 3.5 by Berker Peksag · 8 years ago
  55. a24d2d8 Issue #10673: Document that Process.exitcode can be used to determine timeout by Berker Peksag · 8 years ago
  56. 60b270f Issue #27914: Fixed a comment in PyModule_ExcDef. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  57. 333ad92 Issue #27914: Fixed a comment in PyModule_ExcDef. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  58. 37dd202 Issue #18893: Merge from 3.6 by Berker Peksag · 8 years ago
  59. 11179b2 Issue #18893: Merge from 3.5 by Berker Peksag · 8 years ago
  60. 8b6b508 Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py by Berker Peksag · 8 years ago
  61. a9fc458 issue #28144: Decrease empty_keys_struct's dk_refcnt by Serhiy Storchaka · 8 years ago
  62. 97932e4 issue #28144: Decrease empty_keys_struct's dk_refcnt by Serhiy Storchaka · 8 years ago
  63. c53ffce Merge from 3.6 by Berker Peksag · 8 years ago
  64. 8d08265 Merge from 3.5 by Berker Peksag · 8 years ago
  65. 6129e14 Document that os.mknod() is not available on Windows by Berker Peksag · 8 years ago
  66. 0ff400f Merge from 3.6 by Berker Peksag · 8 years ago
  67. 20d458f Merge from 3.5 by Berker Peksag · 8 years ago
  68. 996e5f9 os.genenvb() is not availabnle under Windows by Berker Peksag · 8 years ago
  69. 9ac73c2 Issue #28194: Clean up some checks in dict implementation. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  70. 46825d2 Issue #28194: Clean up some checks in dict implementation. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  71. 4e3aab7 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  72. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  73. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  74. 5a27446 Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt by Christian Heimes · 8 years ago
  75. 9df89d0 Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt by Christian Heimes · 8 years ago
  76. 16dc125 Issue #11957: Restored re tests for passing count and maxsplit as positional by Serhiy Storchaka · 8 years ago
  77. 0eb60a7 Issue #11957: Restored re tests for passing count and maxsplit as positional by Serhiy Storchaka · 8 years ago
  78. b02f8fc Issue #11957: Restored re tests for passing count and maxsplit as positional by Serhiy Storchaka · 8 years ago
  79. 06c6eee Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  80. 1aca389 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  81. e6f0199 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  82. b5a744a Remove mention of asyncio.timeout context manager (it was removed) (merge 3.6->3.7) by Guido van Rossum · 8 years ago
  83. a653196 Remove mention of asyncio.timeout context manager (it was removed) by Guido van Rossum · 8 years ago
  84. 3992d6e Issue #28203: Merge from 3.6 by Mark Dickinson · 8 years ago
  85. 6997946 Issue #28203: Merge from 3.5 by Mark Dickinson · 8 years ago
  86. 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
  87. ae0fa7e Write configure message to AS_MESSAGE_FD by Christian Heimes · 8 years ago
  88. 938da64 Write configure message to AS_MESSAGE_FD by Christian Heimes · 8 years ago
  89. 04133e7 Typo by Christian Heimes · 8 years ago
  90. 1a63b9f Typo by Christian Heimes · 8 years ago
  91. 7713ef4 Finish GC code for SSLSession and increase test coverage by Christian Heimes · 8 years ago
  92. a5d0765 Finish GC code for SSLSession and increase test coverage by Christian Heimes · 8 years ago
  93. a59fa0b Issue #28221: Merge SSL test cleanup from 3.6 by Martin Panter · 8 years ago
  94. 22ecc4b Issue #28221: Merge SSL test cleanup from 3.5 into 3.6 by Martin Panter · 8 years ago
  95. 8609cda Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 8 years ago
  96. 20ef89e Issue #28100: Refactor error messages, patch by Ivan Levkivskyi by Christian Heimes · 8 years ago
  97. 517507c Issue #28100: Refactor error messages, patch by Ivan Levkivskyi by Christian Heimes · 8 years ago
  98. fec8627 Increase buffer for readlink() in case OS will support longer names one day. by Christian Heimes · 8 years ago
  99. 6f3f3e5 Increase buffer for readlink() in case OS will support longer names one day. by Christian Heimes · 8 years ago
  100. 3cb091e Increase buffer for readlink() in case OS will support longer names one day. by Christian Heimes · 8 years ago