1. 74e7cf3 Issue #19850: asyncio: Set SA_RESTART when registering a signal handler to by Charles-François Natali · 11 years ago
  2. 0a956f1 Add simple test for fcntl.flock() by Christian Heimes · 11 years ago
  3. ac98a4e Test syslog.openlog() without args to test syslog_get_argv() by Christian Heimes · 11 years ago
  4. db8f5c3 normalize white space by Christian Heimes · 11 years ago
  5. f723c71 Issue 19509: Don't call match_hostname() twice in http.client. by Christian Heimes · 11 years ago
  6. c6d471d Add a script similar to xmltests.py to run all SSL-related unit tests by Christian Heimes · 11 years ago
  7. 8e7f394 Test SSLSock's context getter and setter by Christian Heimes · 11 years ago
  8. 647f120 touch _lsprof's clear() method for C code coverage by Christian Heimes · 11 years ago
  9. 48b7df7 exclude _hashopenssl.c:_setException() from LCOV coverage by Christian Heimes · 11 years ago
  10. ae02d07 Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  11. 9c72ebc #19839: Fix lzma module's handling of non-lzma data at EOF. by Nadeem Vawda · 11 years ago
  12. 1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  13. f9c5494 Merge socket doc changes from 3.3 by Antoine Pitrou · 11 years ago
  14. ebb8e58 asyncio: Write flow control for proactor event loop. by Guido van Rossum · 11 years ago
  15. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  16. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  17. 638aebd Fix broken docstring continuation line for detach(). by Guido van Rossum · 11 years ago
  18. 1da3ba8 Issue #19509: Don't close the socket in do_handshake() when hostname verification fails. by Christian Heimes · 11 years ago
  19. 31d8322 asyncio doc: add some notes on the ping example by Victor Stinner · 11 years ago
  20. bd306db silence unused-value warnings in libffi's dlmalloc.c by Christian Heimes · 11 years ago
  21. ecb4e6a Silence more PyObject_INIT() unused value warnings. by Christian Heimes · 11 years ago
  22. a3da7c5 make char* const by Christian Heimes · 11 years ago
  23. d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 11 years ago
  24. 47f02e5 ncurses' winch and mvwinch return an unsigned long by Christian Heimes · 11 years ago
  25. abbc8ca ncurses' winch and mvwinch return an unsigned long by Christian Heimes · 11 years ago
  26. 724b828 upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang. by Christian Heimes · 11 years ago
  27. 7a934fb Null merge from 3.3 branch. by Tim Peters · 11 years ago
  28. 13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  29. f9a07f2 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  30. 88c2987 Close #19741: tracemalloc_realloc() does not release the table lock anymore by Victor Stinner · 11 years ago
  31. 1511680 Close #19757: Cleanup tracemalloc, move by Victor Stinner · 11 years ago
  32. 9a95483 Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket by Victor Stinner · 11 years ago
  33. 99c2ab4 asyncio doc: oh, asyncio module has its own Future class by Victor Stinner · 11 years ago
  34. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  35. c6fba92 asyncio doc: add one more example of coroutines by Victor Stinner · 11 years ago
  36. cc15751 Issue #19877: fix regression in test_pathlib when Windows has symlink support available (i.e. in administrator mode). by Antoine Pitrou · 11 years ago
  37. 85a2be7 ayncio: replace the disclamer with a seealso section by Victor Stinner · 11 years ago
  38. 15faa9c asyncio doc: simplify ping example, remove the useless timeout by Victor Stinner · 11 years ago
  39. 153b894 Null merge. by Stefan Krah · 11 years ago
  40. 4b7f7ac Make a couple of parameters constant. by Stefan Krah · 11 years ago
  41. b1e4c9d Make a couple of parameters constant. by Stefan Krah · 11 years ago
  42. 5aa08ca Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is by Stefan Krah · 11 years ago
  43. dc96ca2 Added some diagnostics to help with #19690. by Vinay Sajip · 11 years ago
  44. ef2d8a5 Closes #19665: Merged fi from 3.3. by Vinay Sajip · 11 years ago
  45. 827f5d3 Issue #19665: Increased timeout for SMTPHandler test. by Vinay Sajip · 11 years ago
  46. 51af82c Add a test for complex symlinks. by Antoine Pitrou · 11 years ago
  47. 6e8bc50 Issue #19800: make the pickle framing tests more precise. by Antoine Pitrou · 11 years ago
  48. 069a5e1 Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  49. f10345e asyncio: Improve default writelines(). by Guido van Rossum · 11 years ago
  50. afbf827 asyncio doc: fix definition of stop() method by Victor Stinner · 11 years ago
  51. 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 11 years ago
  52. 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 11 years ago
  53. 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 11 years ago
  54. 3e09e32 asyncio doc: move coroutine example to the Task page by Victor Stinner · 11 years ago
  55. ea3183f Split asyncio documentation into subfiles by Victor Stinner · 11 years ago
  56. fa2ce78 asyncio doc: change level of titles by Victor Stinner · 11 years ago
  57. b3be72c asyncio doc: reorder sections by Victor Stinner · 11 years ago
  58. 34d8df5 asyncio: document wait() function by Victor Stinner · 11 years ago
  59. dd339a2 asyncio doc by Victor Stinner · 11 years ago
  60. 4a60d42 Issue #19852: move Path._raw_open() around, as it is now a private method. by Antoine Pitrou · 11 years ago
  61. a02c69a add check_hostname arg to ssl._create_stdlib_context() by Christian Heimes · 11 years ago
  62. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  63. 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  64. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  65. b8a3f58 merge by Christian Heimes · 11 years ago
  66. 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  67. 6de88b3 Fixed formatting (was parsed as description list). by Serhiy Storchaka · 11 years ago
  68. 475546f Fixed regex match representation in an example. by Serhiy Storchaka · 11 years ago
  69. 0c924b8 asyncio: sort some methods by Victor Stinner · 11 years ago
  70. b09f9b3 asyncio doc: group transport method by classes by Victor Stinner · 11 years ago
  71. e91f180 asyncio: more documentation by Victor Stinner · 11 years ago
  72. be49063 asyncio: document network functions, and stream reader/writer by Victor Stinner · 11 years ago
  73. f217206 Add NEWS entry for issue #19834: merge with 3.3. by Walter Doerwald · 11 years ago
  74. 7601a1e Add NEWS entry for issue #19834. by Walter Doerwald · 11 years ago
  75. b55c4d4 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  76. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  77. 10a8e6a asyncio: replace our with asynchronous in docstring by Victor Stinner · 11 years ago
  78. c37dd61 asyncio: document locks by Victor Stinner · 11 years ago
  79. 0da1d29 asyncio: document Queue classes by Victor Stinner · 11 years ago
  80. 60efaae Document Task class and task functions by Victor Stinner · 11 years ago
  81. 3c3c4f5 asyncio: cleanup doc by Victor Stinner · 11 years ago
  82. 550a09e Issue #19833: Document more asyncio.BaseEventLoop methods by Victor Stinner · 11 years ago
  83. 4e70bb8 Issue #19833: add 2 examples to asyncio doc (hello world) by Victor Stinner · 11 years ago
  84. 8dc434e Issue #19833: asyncio doc: add class name to methods by Victor Stinner · 11 years ago
  85. 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  86. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  87. 69359f6 Fix #19834: merge with 3.3. by Walter Doerwald · 11 years ago
  88. 9d1dbca Fix issue #19834: Support unpickling of exceptions pickled by Python 2. by Walter Doerwald · 11 years ago
  89. e5b5edf Issue #19781: ftplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  90. 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
  91. 6e6429a null merge (3.4 already has its own fix for this). by Gregory P. Smith · 11 years ago
  92. 708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  93. 02066d3 Issue #19754: Fix typo. by Alexandre Vassalotti · 11 years ago
  94. 28d271e Issue #19754: Make pickletools.optimize respect the frame size target. by Alexandre Vassalotti · 11 years ago
  95. 53dd816 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  96. 5a63aa6 Issue #11480: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  97. 5c1c3b4 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. by Alexandre Vassalotti · 11 years ago
  98. 5abca14 Issue #18994: Add a missing check for a return value in fcntmodule. Patch by by Charles-François Natali · 11 years ago
  99. 837a6e0 Issue #19849: selectors: Document the possibility of early select() wakeup upon by Charles-François Natali · 11 years ago
  100. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 11 years ago