1. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  2. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  3. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  4. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  5. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  6. 4b761bf - merge 3.4 by doko@ubuntu.com · 9 years ago
  7. 1345d20 - Use PLATDIR for the platform directory everywhere (refactoring only) by doko@ubuntu.com · 9 years ago
  8. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  9. 56452ee Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  10. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  11. 0f164c6 Merge by Antoine Pitrou · 9 years ago
  12. 20d31b5 Merge by Antoine Pitrou · 9 years ago
  13. cb46f0e Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  14. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  15. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  16. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  17. 5646de4 make DirEntryType and ScandirIteratorType static (closes #23918) by Benjamin Peterson · 9 years ago
  18. f737703 Issue #23668: Regenerates posixmodule.c.h for new ifdefs by Steve Dower · 9 years ago
  19. a1c7e72 Issue #23668: Suppresses invalid parameter handler around chsize calls. by Steve Dower · 9 years ago
  20. 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 9 years ago
  21. 3d2279f Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 9 years ago
  22. fe0a41a Issue #23668: Adds support for os.truncate and os.ftruncate on Windows by Steve Dower · 10 years ago
  23. 6433e9e - Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309. by doko@ubuntu.com · 9 years ago
  24. cd092ef Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 9 years ago
  25. 5056769 Replaced "string" with "bytes object" in docstrings of binary I/O objects. by Serhiy Storchaka · 9 years ago
  26. b817b77 Replaced "string" with "bytes object" in docstrings of binary I/O objects. by Serhiy Storchaka · 9 years ago
  27. 43b8427 remove extra arguments in arg parsing format codes (closes #23875) by Benjamin Peterson · 9 years ago
  28. ced1174 Issue #23618: Fix internal_select() for negative timeout (blocking socket) when by Victor Stinner · 9 years ago
  29. 88ed640 Issue #23834: Fix the default socket timeout by Victor Stinner · 9 years ago
  30. 1469070 Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each by Victor Stinner · 9 years ago
  31. 222dfc7 Issue #22117: Fix sock_call_ex() for non-blocking socket by Victor Stinner · 9 years ago
  32. 8912d14 Issue #23853: socket.socket.sendall() does no more reset the socket timeout by Victor Stinner · 9 years ago
  33. 9001d80 Issue #23834: Fix initial value of the socket timeout by Victor Stinner · 9 years ago
  34. 7d71c97 merge 3.4 (#23875) by Benjamin Peterson · 9 years ago
  35. a4c6bad Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows. by Serhiy Storchaka · 9 years ago
  36. 1a62921 fix refleak in deque_concat by Benjamin Peterson · 9 years ago
  37. 04e6dba Fixed the array module broken in issue #23492. by Serhiy Storchaka · 9 years ago
  38. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  39. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  40. f8aa133 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  41. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  42. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 9 years ago
  43. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  44. 0759f84 Issue #23500: Argument Clinic is now smarter about generating the "#ifndef" by Larry Hastings · 9 years ago
  45. 45ec328 Removed trailing whitespaces in miscalenous files. by Serhiy Storchaka · 9 years ago
  46. 4e3cfa4 Issue #23853: Cleanup _ssl.c by Victor Stinner · 10 years ago
  47. 10550cd Issue #23834: Simplify timeout handling by Victor Stinner · 10 years ago
  48. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 10 years ago
  49. 4c7dc48 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
  50. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
  51. 8e44aa5 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the by Victor Stinner · 10 years ago
  52. 33f96f1 Merge 3.4 (_posixsubprocess) by Victor Stinner · 10 years ago
  53. e7c7492 Issue #23851: close() must not be retried when it fails with EINTR by Victor Stinner · 10 years ago
  54. a135cb8 Issue #23618: Ooops, remove abort() added for debug purpose by Victor Stinner · 10 years ago
  55. 38aec75 Issue #23618: Fix sock_connect_impl(), set the socket error code by Victor Stinner · 10 years ago
  56. 81c41db Issue #23618: socket.socket.connect() now waits until the connection completes by Victor Stinner · 10 years ago
  57. 35bee93 Issue #23618: Don't declare recvmsg/sendmsg helper functions on Windows by Victor Stinner · 10 years ago
  58. b452f41 Issue #21526: Fixed support of new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  59. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  60. ff444e8 Issue #23834: Fix sock_call(), set deadline_initialized to recompute the timeout by Victor Stinner · 10 years ago
  61. 02f32ab Issue #23834: Modify socket.sendall() to reuse sock_call() with sock_send_impl() by Victor Stinner · 10 years ago
  62. 31bf2d5 Issue #23834: Add sock_call() helper function by Victor Stinner · 10 years ago
  63. c7489a5 Issue #23836: Fix the faulthandler module to handle reentrant calls by Victor Stinner · 10 years ago
  64. 185fd33 Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of by Victor Stinner · 10 years ago
  65. e72fe39 Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() of by Victor Stinner · 10 years ago
  66. 81541f4 merge 3.4 by Benjamin Peterson · 10 years ago
  67. 62d1c70 Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and by Victor Stinner · 10 years ago
  68. 4fd929b remove assignment in conditional by Benjamin Peterson · 10 years ago
  69. a772662 Issue #23618: Fix EINTR handling on Windows by Victor Stinner · 10 years ago
  70. 70a46f6 Issue #23618: Enhance EINTR handling in socket.connect() by Victor Stinner · 10 years ago
  71. ee699e9 Issue #23618: Fix EINTR handling in socket.connect() by Victor Stinner · 10 years ago
  72. c4e819a Issue #23618: Cleanup internal_connect() in socketmodule.c by Victor Stinner · 10 years ago
  73. 41290a6 Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). by Raymond Hettinger · 10 years ago
  74. b6c15bc Issue #23618: Refactor internal_connect() by Victor Stinner · 10 years ago
  75. dd88d3d Issue #23618: Refactor internal_connect() by Victor Stinner · 10 years ago
  76. 1bb0aef Issue #22117: Fix integer overflow check in socket_parse_timeout() on Windows by Victor Stinner · 10 years ago
  77. dd83bd2 Issue #23618: Fix internal_connect_select() by Victor Stinner · 10 years ago
  78. 416f2e6 Issue #23618: internal_connect_select() now waits also for error events by Victor Stinner · 10 years ago
  79. e6951c6 Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTR by Victor Stinner · 10 years ago
  80. 391fa71 Issue #23618: Refactor the _socket module by Victor Stinner · 10 years ago
  81. 58e4134 Issue #23611: Serializing more "lookupable" objects (such as unbound methods by Serhiy Storchaka · 10 years ago
  82. 72e731c Issue #13583: sqlite3.Row now supports slice indexing. by Serhiy Storchaka · 10 years ago
  83. 80d84c8 Merge heads by Serhiy Storchaka · 10 years ago
  84. d5d818d Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  85. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  86. 45ca48b Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  87. 4448c08 Issue #23485: select.kqueue.control() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  88. 41eba22 Issue #23485: select.epoll.poll() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  89. 3c7d6e0 Issue #23485: select.poll.poll() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  90. 6aa446c PEP 475: on EINTR, retry the function even if the timeout is equals to zero by Victor Stinner · 10 years ago
  91. f70e1ca Issue #23485: select.select() is now retried automatically with the recomputed by Victor Stinner · 10 years ago
  92. e134a7f Issue #23752: _Py_fstat() is now responsible to raise the Python exception by Victor Stinner · 10 years ago
  93. 2e1c4e5 Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 10 years ago
  94. 04d09eb Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 10 years ago
  95. 7901b48 Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. by Serhiy Storchaka · 10 years ago
  96. a695f83 Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods by Victor Stinner · 10 years ago
  97. 869e177 Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING by Victor Stinner · 10 years ago
  98. bcdd777 Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps by Victor Stinner · 10 years ago
  99. 520bddf Issue #23752: When built from an existing file descriptor, io.FileIO() now only by Victor Stinner · 10 years ago
  100. ea9c0dd Issue #22117: Fix usage of _PyTime_AsTimeval() by Victor Stinner · 10 years ago