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. ae02d07 Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  10. 9c72ebc #19839: Fix lzma module's handling of non-lzma data at EOF. by Nadeem Vawda · 11 years ago
  11. 1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  12. ebb8e58 asyncio: Write flow control for proactor event loop. by Guido van Rossum · 11 years ago
  13. 1da3ba8 Issue #19509: Don't close the socket in do_handshake() when hostname verification fails. by Christian Heimes · 11 years ago
  14. 13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  15. f9a07f2 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  16. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  17. 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
  18. 5aa08ca Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is by Stefan Krah · 11 years ago
  19. dc96ca2 Added some diagnostics to help with #19690. by Vinay Sajip · 11 years ago
  20. ef2d8a5 Closes #19665: Merged fi from 3.3. by Vinay Sajip · 11 years ago
  21. 827f5d3 Issue #19665: Increased timeout for SMTPHandler test. by Vinay Sajip · 11 years ago
  22. 51af82c Add a test for complex symlinks. by Antoine Pitrou · 11 years ago
  23. 6e8bc50 Issue #19800: make the pickle framing tests more precise. by Antoine Pitrou · 11 years ago
  24. 069a5e1 Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  25. f10345e asyncio: Improve default writelines(). by Guido van Rossum · 11 years ago
  26. 4a60d42 Issue #19852: move Path._raw_open() around, as it is now a private method. by Antoine Pitrou · 11 years ago
  27. a02c69a add check_hostname arg to ssl._create_stdlib_context() by Christian Heimes · 11 years ago
  28. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  29. 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  30. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  31. 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  32. 10a8e6a asyncio: replace our with asynchronous in docstring by Victor Stinner · 11 years ago
  33. c37dd61 asyncio: document locks by Victor Stinner · 11 years ago
  34. 69359f6 Fix #19834: merge with 3.3. by Walter Doerwald · 11 years ago
  35. 9d1dbca Fix issue #19834: Support unpickling of exceptions pickled by Python 2. by Walter Doerwald · 11 years ago
  36. e5b5edf Issue #19781: ftplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  37. 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
  38. 708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  39. 02066d3 Issue #19754: Fix typo. by Alexandre Vassalotti · 11 years ago
  40. 28d271e Issue #19754: Make pickletools.optimize respect the frame size target. by Alexandre Vassalotti · 11 years ago
  41. 53dd816 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  42. 5a63aa6 Issue #11480: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  43. 5c1c3b4 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. by Alexandre Vassalotti · 11 years ago
  44. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 11 years ago
  45. 54532c9 Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  46. 361e30c Undo supposed fix for Issue #15798 until I understand why this is by Gregory P. Smith · 11 years ago
  47. 1c27e3c Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  48. 1eda9e7 Fixes Issue #15798 - subprocess.Popen() no longer fails if file by Gregory P. Smith · 11 years ago
  49. 3c23e7a Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  50. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  51. 9204af4 asyncio: Use Interface instead of ABC. Fixes issue 19726. by Guido van Rossum · 11 years ago
  52. a1eedf9 Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  53. 896414f Fixed _pickle.Unpickler to handle empty persistent IDs correctly. by Alexandre Vassalotti · 11 years ago
  54. 8ddd59e Issue #19728: don't be sensitive to line endings by Nick Coghlan · 11 years ago
  55. 60f08c8 Issue #19726: actually running 'hg add' helps... by Nick Coghlan · 11 years ago
  56. fdf3a62 Issue #19728: add private ensurepip._uninstall CLI by Nick Coghlan · 11 years ago
  57. 1b1b178 Fix and test pip version consistency by Nick Coghlan · 11 years ago
  58. 9730e33 Issue #3693: Fix array obscure error message when given a str. by Alexandre Vassalotti · 11 years ago
  59. ed05b8a Issue #19712: Port test.test_importlib.import_ tests to use PEP 451 by Brett Cannon · 11 years ago
  60. de3a136 asyncio: Add 'shield' to __all__. by Guido van Rossum · 11 years ago
  61. d2476c6 Issue #19698: Remove exec_module() from the built-in and extension by Brett Cannon · 11 years ago
  62. 8148164 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  63. 5dd40e5 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  64. dec813f ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIME by Christian Heimes · 11 years ago
  65. 04a684b Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 11 years ago
  66. 50a5dad Issue #19595: Re-enable a long-disabled test in test_winsound by Zachary Ware · 11 years ago
  67. a5062c5 asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() accept bytearray/memoryview too. Change some asserts with proper exceptions. by Guido van Rossum · 11 years ago
  68. f28ce60 Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames by Victor Stinner · 11 years ago
  69. 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 11 years ago
  70. cced076 asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop. By Anthony Baire. by Guido van Rossum · 11 years ago
  71. ba9d75e Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 11 years ago
  72. c303cfd Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 11 years ago
  73. d75803c merge 3.3 (#19729) by Benjamin Peterson · 11 years ago
  74. 0ee22bf fix format spec recursive expansion (closes #19729) by Benjamin Peterson · 11 years ago
  75. 910b1c3 Merge heads by Zachary Ware · 11 years ago
  76. 99fb051 Merge heads by Zachary Ware · 11 years ago
  77. 29f8cb6 Issue #19588: Merge with 3.3 by Zachary Ware · 11 years ago
  78. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  79. 822963e Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  80. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  81. 518e6ee Use @bigmemtest more accurately. by Mark Dickinson · 11 years ago
  82. a04f4e0 Use @bigmemtest more accurately. by Mark Dickinson · 11 years ago
  83. 687ff0e Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  84. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  85. 1df8867 Issue #19638: Merge from 3.3 by Mark Dickinson · 11 years ago
  86. f45bbb6 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  87. eaec359 Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  88. 802a484 tracemalloc: Fix hash methods of Statistic and StatisticDiff by Victor Stinner · 11 years ago
  89. ad39360 Fix suspicious test case by Christian Heimes · 11 years ago
  90. 8e3708d Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) by Victor Stinner · 11 years ago
  91. 49c96fb asyncio: Add StreamReaderProtocol to __all__. by Guido van Rossum · 11 years ago
  92. 2cf4b0f Issue #19742: fix a test_pathlib failure when a file owner or group isn't in the system database by Antoine Pitrou · 11 years ago
  93. 27bfe46 asyncio: Hopeful fix for issue 19765. by Guido van Rossum · 11 years ago
  94. 14c3e14 asyncio: Change mock pipe to mock socket. Hope to fix issue 19750. by Guido van Rossum · 11 years ago
  95. 23ed7e3 Issue #19753: New try to fix test_gdb on System Z buildbot by Victor Stinner · 11 years ago
  96. a89ecc7 Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  97. 16c4239 asyncio: Fix docstring of get_nowait(). by Guido van Rossum · 11 years ago
  98. a58d1c3 asyncio: Add BoundedSemaphore to export list in locks.__all__. by Guido van Rossum · 11 years ago
  99. 5833c00 #19620: merge with 3.3. by Ezio Melotti · 11 years ago
  100. 4bcc796 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 11 years ago