1. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 9 years ago
  2. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  3. 0759f84 Issue #23500: Argument Clinic is now smarter about generating the "#ifndef" by Larry Hastings · 9 years ago
  4. 5cf2b72 Issue #15582: inspect.getdoc() now follows inheritance chains. by Serhiy Storchaka · 9 years ago
  5. 41525e3 Issue #23466: Raised OverflowError if %c argument is out of range. by Serhiy Storchaka · 9 years ago
  6. 45ec328 Removed trailing whitespaces in miscalenous files. by Serhiy Storchaka · 9 years ago
  7. 50ef0f4 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  8. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  9. 32ed750 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  10. 72dcb0a Issue #23219: Update asyncio.wait_for() documentation by Victor Stinner · 9 years ago
  11. a8cd4d4 Got rid of warnings "suggest braces around empty body in an ‘else’ statement" by Serhiy Storchaka · 9 years ago
  12. 4deb950 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 9 years ago
  13. 8077434 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 9 years ago
  14. 8c9bba0 Issue #22351: Fix test_nntplib if the ssl module is missing by Victor Stinner · 9 years ago
  15. 13e41c5 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  16. 4e3cfa4 Issue #23853: Cleanup _ssl.c by Victor Stinner · 9 years ago
  17. 10550cd Issue #23834: Simplify timeout handling by Victor Stinner · 9 years ago
  18. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 9 years ago
  19. 21dfffa Merge 3.4 (test_nntplib) by Victor Stinner · 9 years ago
  20. f1468eb Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  21. 61de087 Issue #2175: SAX parsers now support a character stream of InputSource object. by Serhiy Storchaka · 9 years ago
  22. 278ba26 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  23. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  24. b162914 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  25. 2379d54 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  26. 9fe562b Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  27. a5a4bd7 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  28. 4c7dc48 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  29. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  30. ea534f7 (Merge 3.4) Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to by Victor Stinner · 9 years ago
  31. 8e44aa5 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the by Victor Stinner · 9 years ago
  32. 33f96f1 Merge 3.4 (_posixsubprocess) by Victor Stinner · 9 years ago
  33. e7c7492 Issue #23851: close() must not be retried when it fails with EINTR by Victor Stinner · 9 years ago
  34. a135cb8 Issue #23618: Ooops, remove abort() added for debug purpose by Victor Stinner · 9 years ago
  35. 38aec75 Issue #23618: Fix sock_connect_impl(), set the socket error code by Victor Stinner · 9 years ago
  36. 39c0721 Merge 3.4 (test_exceptions) by Victor Stinner · 9 years ago
  37. d223fa6 Issue #22977: Fix test_exceptions by Victor Stinner · 9 years ago
  38. acd8e7c Issue #23648: Complete the list of modified functions for the PEP 475 by Victor Stinner · 9 years ago
  39. 81c41db Issue #23618: socket.socket.connect() now waits until the connection completes by Victor Stinner · 9 years ago
  40. 708d9ba Issue #23618: Document EINTR changes in socket documentation by Victor Stinner · 9 years ago
  41. 35bee93 Issue #23618: Don't declare recvmsg/sendmsg helper functions on Windows by Victor Stinner · 9 years ago
  42. b761662 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  43. 9171fe5 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  44. b452f41 Issue #21526: Fixed support of new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  45. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  46. 1399a01 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  47. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  48. 4b9df0d merge 3.4 (#23844) by Benjamin Peterson · 9 years ago
  49. a7eaf56 replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 9 years ago
  50. ff444e8 Issue #23834: Fix sock_call(), set deadline_initialized to recompute the timeout by Victor Stinner · 9 years ago
  51. 02f32ab Issue #23834: Modify socket.sendall() to reuse sock_call() with sock_send_impl() by Victor Stinner · 9 years ago
  52. 31bf2d5 Issue #23834: Add sock_call() helper function by Victor Stinner · 9 years ago
  53. c7489a5 Issue #23836: Fix the faulthandler module to handle reentrant calls by Victor Stinner · 9 years ago
  54. 97f86b8 Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback() by Victor Stinner · 9 years ago
  55. 185fd33 Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of by Victor Stinner · 9 years ago
  56. e72fe39 Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() of by Victor Stinner · 9 years ago
  57. 6f4fae8 Issue #23836: Document functions releasing the GIL in fileutils.c by Victor Stinner · 9 years ago
  58. 82c3e45 Issue #23836: Add _Py_write_noraise() function by Victor Stinner · 9 years ago
  59. 81541f4 merge 3.4 by Benjamin Peterson · 9 years ago
  60. 62d1c70 Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and by Victor Stinner · 9 years ago
  61. 4fd929b remove assignment in conditional by Benjamin Peterson · 9 years ago
  62. 067bbba Check deques against common sequence tests (except for slicing). by Raymond Hettinger · 9 years ago
  63. bbe3803 What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows by Victor Stinner · 9 years ago
  64. c19c396 Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 9 years ago
  65. a16de5d Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 9 years ago
  66. 05ddbf0 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  67. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  68. ef2a397 It wasn't a typo, it is the mnemonic (AT=@). by R David Murray · 9 years ago
  69. c05e260 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  70. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  71. a772662 Issue #23618: Fix EINTR handling on Windows by Victor Stinner · 9 years ago
  72. f8521d5 merge 3.4 (#12855) by Benjamin Peterson · 9 years ago
  73. 8218bd4 document what exactly str.splitlines() splits on (closes #12855) by Benjamin Peterson · 9 years ago
  74. 70a46f6 Issue #23618: Enhance EINTR handling in socket.connect() by Victor Stinner · 9 years ago
  75. ee699e9 Issue #23618: Fix EINTR handling in socket.connect() by Victor Stinner · 9 years ago
  76. c4e819a Issue #23618: Cleanup internal_connect() in socketmodule.c by Victor Stinner · 9 years ago
  77. 41290a6 Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). by Raymond Hettinger · 9 years ago
  78. b6c15bc Issue #23618: Refactor internal_connect() by Victor Stinner · 9 years ago
  79. dd88d3d Issue #23618: Refactor internal_connect() by Victor Stinner · 9 years ago
  80. 1bb0aef Issue #22117: Fix integer overflow check in socket_parse_timeout() on Windows by Victor Stinner · 9 years ago
  81. e50e780 Issue #23611: Fixed enums pickling tests. Now all picklings work with all by Serhiy Storchaka · 9 years ago
  82. 5236e31 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 9 years ago
  83. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 9 years ago
  84. 3822093 Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. by Serhiy Storchaka · 9 years ago
  85. dd83bd2 Issue #23618: Fix internal_connect_select() by Victor Stinner · 9 years ago
  86. 416f2e6 Issue #23618: internal_connect_select() now waits also for error events by Victor Stinner · 9 years ago
  87. e6951c6 Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTR by Victor Stinner · 9 years ago
  88. 391fa71 Issue #23618: Refactor the _socket module by Victor Stinner · 9 years ago
  89. eb011cb What's New in Python 3.5, PEP 475: mention modified signal functions by Victor Stinner · 9 years ago
  90. 58e4134 Issue #23611: Serializing more "lookupable" objects (such as unbound methods by Serhiy Storchaka · 9 years ago
  91. 72e731c Issue #13583: sqlite3.Row now supports slice indexing. by Serhiy Storchaka · 9 years ago
  92. 80d84c8 Merge heads by Serhiy Storchaka · 9 years ago
  93. d5d818d Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  94. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  95. b310173 Issue #23485: Enhance and update selectors doc and test_selectors by Victor Stinner · 9 years ago
  96. 45ca48b Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  97. 4448c08 Issue #23485: select.kqueue.control() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  98. b6faf0d Fix typo in Doc/whatsnew/3.5.rst. by Berker Peksag · 9 years ago
  99. c86f252 merge by Raymond Hettinger · 9 years ago
  100. c43a666 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 9 years ago