1. b02bcae Attempt to fix OpenIndiana build issue introduced by #19922 by Christian Heimes · 11 years ago
  2. 5bb414d Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. by Christian Heimes · 11 years ago
  3. ead8d08 Fix test_selectors failure introduced by 39e7995f9ad1. by Charles-François Natali · 11 years ago
  4. f491f92 Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  5. a82f74d Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  6. 34bc897 Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  7. 4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  8. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  9. 7ef00ff Normalize whitespace by Zachary Ware · 11 years ago
  10. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  11. 5ca129b Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  12. 774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  13. 5c29424 Issue #19758: silence PendingDeprecationWarnings in test_importlib. by Eric Snow · 11 years ago
  14. c0e71cd News item for issue 19876. by Guido van Rossum · 11 years ago
  15. 9710ff0 Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. by Guido van Rossum · 11 years ago
  16. 647cd87 Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t by Christian Heimes · 11 years ago
  17. 35175a8 Merge. by Charles-François Natali · 11 years ago
  18. 6c527cf Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  19. 7d096c2 Merge. by Charles-François Natali · 11 years ago
  20. 9b116e8 Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  21. 2044b7e Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  22. 2e7d4f0 Solaris needs a readable file for shared lock by Christian Heimes · 11 years ago
  23. 782b8e4 Remove a duplicated import by Victor Stinner · 11 years ago
  24. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  25. ee07b94 Fix indentation of switch cases. by Guido van Rossum · 11 years ago
  26. d45a46b merge 3.3 (#19910) by Benjamin Peterson · 11 years ago
  27. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
  28. 9bcb112 Mention pickle protocol 4, and some tweaks. by Antoine Pitrou · 11 years ago
  29. 9858e8b Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  30. d4d6055 Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  31. cd6f611 copy 'n paste typo (thx Antoine) by Christian Heimes · 11 years ago
  32. b82c915 Skip new SSL tests with IocpEventLoop by Christian Heimes · 11 years ago
  33. aa15276 Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded. by Christian Heimes · 11 years ago
  34. 1a605ed asyncio: Add Task.current_task() class method. by Guido van Rossum · 11 years ago
  35. 2f8c835 Issue #19712: Update test.test_importlib.source for PEP 451 by Brett Cannon · 11 years ago
  36. 86aae6a Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 by Brett Cannon · 11 years ago
  37. 010ff58 Test same drive in different cases (issue #19908). by Serhiy Storchaka · 11 years ago
  38. a993902 Issue #19908: pathlib now joins relative Windows paths correctly when a drive by Serhiy Storchaka · 11 years ago
  39. 1b8b868 Merged minor documentation update from 3.3. by Vinay Sajip · 11 years ago
  40. b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  41. 6e73ff1 Issue #19881: Fix bad pickling of large bytes in cpickle. by Alexandre Vassalotti · 11 years ago
  42. c9a87e6 fix cert names for asyncio test by Christian Heimes · 11 years ago
  43. 6d8c1ab Issue #19509: Finish implementation of check_hostname by Christian Heimes · 11 years ago
  44. 8ff6f3e Issue #19296: Silence compiler warning in dbm_open. by Christian Heimes · 11 years ago
  45. 710280b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  46. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  47. 74e7cf3 Issue #19850: asyncio: Set SA_RESTART when registering a signal handler to by Charles-François Natali · 11 years ago
  48. 0a956f1 Add simple test for fcntl.flock() by Christian Heimes · 11 years ago
  49. ac98a4e Test syslog.openlog() without args to test syslog_get_argv() by Christian Heimes · 11 years ago
  50. db8f5c3 normalize white space by Christian Heimes · 11 years ago
  51. f723c71 Issue 19509: Don't call match_hostname() twice in http.client. by Christian Heimes · 11 years ago
  52. c6d471d Add a script similar to xmltests.py to run all SSL-related unit tests by Christian Heimes · 11 years ago
  53. 8e7f394 Test SSLSock's context getter and setter by Christian Heimes · 11 years ago
  54. 647f120 touch _lsprof's clear() method for C code coverage by Christian Heimes · 11 years ago
  55. 48b7df7 exclude _hashopenssl.c:_setException() from LCOV coverage by Christian Heimes · 11 years ago
  56. ae02d07 Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  57. 9c72ebc #19839: Fix lzma module's handling of non-lzma data at EOF. by Nadeem Vawda · 11 years ago
  58. 1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  59. f9c5494 Merge socket doc changes from 3.3 by Antoine Pitrou · 11 years ago
  60. ebb8e58 asyncio: Write flow control for proactor event loop. by Guido van Rossum · 11 years ago
  61. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  62. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  63. 638aebd Fix broken docstring continuation line for detach(). by Guido van Rossum · 11 years ago
  64. 1da3ba8 Issue #19509: Don't close the socket in do_handshake() when hostname verification fails. by Christian Heimes · 11 years ago
  65. 31d8322 asyncio doc: add some notes on the ping example by Victor Stinner · 11 years ago
  66. bd306db silence unused-value warnings in libffi's dlmalloc.c by Christian Heimes · 11 years ago
  67. ecb4e6a Silence more PyObject_INIT() unused value warnings. by Christian Heimes · 11 years ago
  68. a3da7c5 make char* const by Christian Heimes · 11 years ago
  69. d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 11 years ago
  70. 47f02e5 ncurses' winch and mvwinch return an unsigned long by Christian Heimes · 11 years ago
  71. abbc8ca ncurses' winch and mvwinch return an unsigned long by Christian Heimes · 11 years ago
  72. 724b828 upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang. by Christian Heimes · 11 years ago
  73. 7a934fb Null merge from 3.3 branch. by Tim Peters · 11 years ago
  74. 13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  75. f9a07f2 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  76. 88c2987 Close #19741: tracemalloc_realloc() does not release the table lock anymore by Victor Stinner · 11 years ago
  77. 1511680 Close #19757: Cleanup tracemalloc, move by Victor Stinner · 11 years ago
  78. 9a95483 Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket by Victor Stinner · 11 years ago
  79. 99c2ab4 asyncio doc: oh, asyncio module has its own Future class by Victor Stinner · 11 years ago
  80. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  81. c6fba92 asyncio doc: add one more example of coroutines by Victor Stinner · 11 years ago
  82. 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
  83. 85a2be7 ayncio: replace the disclamer with a seealso section by Victor Stinner · 11 years ago
  84. 15faa9c asyncio doc: simplify ping example, remove the useless timeout by Victor Stinner · 11 years ago
  85. 153b894 Null merge. by Stefan Krah · 11 years ago
  86. 4b7f7ac Make a couple of parameters constant. by Stefan Krah · 11 years ago
  87. b1e4c9d Make a couple of parameters constant. by Stefan Krah · 11 years ago
  88. 5aa08ca Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is by Stefan Krah · 11 years ago
  89. dc96ca2 Added some diagnostics to help with #19690. by Vinay Sajip · 11 years ago
  90. ef2d8a5 Closes #19665: Merged fi from 3.3. by Vinay Sajip · 11 years ago
  91. 827f5d3 Issue #19665: Increased timeout for SMTPHandler test. by Vinay Sajip · 11 years ago
  92. 51af82c Add a test for complex symlinks. by Antoine Pitrou · 11 years ago
  93. 6e8bc50 Issue #19800: make the pickle framing tests more precise. by Antoine Pitrou · 11 years ago
  94. 069a5e1 Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  95. f10345e asyncio: Improve default writelines(). by Guido van Rossum · 11 years ago
  96. afbf827 asyncio doc: fix definition of stop() method by Victor Stinner · 11 years ago
  97. 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 11 years ago
  98. 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 11 years ago
  99. 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 11 years ago
  100. 3e09e32 asyncio doc: move coroutine example to the Task page by Victor Stinner · 11 years ago