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