1. 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 11 years ago
  2. 24bd028 Issue #19952: test_asyncio: relax timings of Windows events, buildbots are by Victor Stinner · 11 years ago
  3. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  4. 56668dc Issue #19751: Fix hash_info test of test_sys on SPARC Solaris by Victor Stinner · 11 years ago
  5. 4b6d4b5 Issue #19751: Fix typo in configuration option by Victor Stinner · 11 years ago
  6. 8fda474 Merge fix from 3.3 by Zachary Ware · 11 years ago
  7. 0f533ac Avoid UnicodeEncodeError by only printing ASCII. by Zachary Ware · 11 years ago
  8. 63321b4 Issue #19828: Merge with 3.3 by Zachary Ware · 11 years ago
  9. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago
  10. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  11. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  12. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  13. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  14. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  15. acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  16. e72b90e Issue #18270: merge from 3.3 by Ned Deily · 11 years ago
  17. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  18. 7f7f3d7 Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  19. ea6854a Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  20. 20719ac #19943: merge with 3.3. by Ezio Melotti · 11 years ago
  21. d082b68 #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 11 years ago
  22. 184ec79 Remove commented out debugging code (remnants of issue #18996). by Serhiy Storchaka · 11 years ago
  23. 2a446bf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  24. 1f79cdf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  25. 0ed6c4a Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  26. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  27. e3c39dd Remove commented-out module spec test code and an out-of-date note. by Eric Snow · 11 years ago
  28. c1e7c74 Issue 19851: Fix a regression in reloading submodules. by Eric Snow · 11 years ago
  29. 2dae92a Issue #15475: Add __sizeof__ implementations for itertools objects. by Serhiy Storchaka · 11 years ago
  30. 383bff4 Backed out changeset c4c1c4bc8086 by Victor Stinner · 11 years ago
  31. 1adc237 Issue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reuse() on Windows by Victor Stinner · 11 years ago
  32. 031bd53 Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break by Victor Stinner · 11 years ago
  33. 28dd6de Fix #19830: Fix a ResourceWarning in test_poplib. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  34. 8622ac3 (Merge 3.3) Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  35. 271493b Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  36. ced3936 Issue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces by Victor Stinner · 11 years ago
  37. 0aba1a2 (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from by Victor Stinner · 11 years ago
  38. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  39. 7b83b18 Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  40. 589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  41. b12cb6a Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and by Serhiy Storchaka · 11 years ago
  42. 3e60a9d Issue #19535: Fixed test_docxmlrpc when python is run with -OO. by Serhiy Storchaka · 11 years ago
  43. 5bb414d Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. by Christian Heimes · 11 years ago
  44. ead8d08 Fix test_selectors failure introduced by 39e7995f9ad1. by Charles-François Natali · 11 years ago
  45. f491f92 Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  46. a82f74d Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  47. 34bc897 Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  48. 4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  49. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  50. 7ef00ff Normalize whitespace by Zachary Ware · 11 years ago
  51. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  52. 5ca129b Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  53. 774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  54. 5c29424 Issue #19758: silence PendingDeprecationWarnings in test_importlib. by Eric Snow · 11 years ago
  55. 9710ff0 Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. by Guido van Rossum · 11 years ago
  56. 6c527cf Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  57. 9b116e8 Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  58. 2e7d4f0 Solaris needs a readable file for shared lock by Christian Heimes · 11 years ago
  59. 782b8e4 Remove a duplicated import by Victor Stinner · 11 years ago
  60. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  61. cd6f611 copy 'n paste typo (thx Antoine) by Christian Heimes · 11 years ago
  62. b82c915 Skip new SSL tests with IocpEventLoop by Christian Heimes · 11 years ago
  63. 1a605ed asyncio: Add Task.current_task() class method. by Guido van Rossum · 11 years ago
  64. 2f8c835 Issue #19712: Update test.test_importlib.source for PEP 451 by Brett Cannon · 11 years ago
  65. 86aae6a Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 by Brett Cannon · 11 years ago
  66. 010ff58 Test same drive in different cases (issue #19908). by Serhiy Storchaka · 11 years ago
  67. a993902 Issue #19908: pathlib now joins relative Windows paths correctly when a drive by Serhiy Storchaka · 11 years ago
  68. 6e73ff1 Issue #19881: Fix bad pickling of large bytes in cpickle. by Alexandre Vassalotti · 11 years ago
  69. c9a87e6 fix cert names for asyncio test by Christian Heimes · 11 years ago
  70. 6d8c1ab Issue #19509: Finish implementation of check_hostname by Christian Heimes · 11 years ago
  71. 74e7cf3 Issue #19850: asyncio: Set SA_RESTART when registering a signal handler to by Charles-François Natali · 11 years ago
  72. 0a956f1 Add simple test for fcntl.flock() by Christian Heimes · 11 years ago
  73. ac98a4e Test syslog.openlog() without args to test syslog_get_argv() by Christian Heimes · 11 years ago
  74. db8f5c3 normalize white space by Christian Heimes · 11 years ago
  75. f723c71 Issue 19509: Don't call match_hostname() twice in http.client. by Christian Heimes · 11 years ago
  76. c6d471d Add a script similar to xmltests.py to run all SSL-related unit tests by Christian Heimes · 11 years ago
  77. 8e7f394 Test SSLSock's context getter and setter by Christian Heimes · 11 years ago
  78. 647f120 touch _lsprof's clear() method for C code coverage by Christian Heimes · 11 years ago
  79. ae02d07 Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  80. 9c72ebc #19839: Fix lzma module's handling of non-lzma data at EOF. by Nadeem Vawda · 11 years ago
  81. 1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  82. ebb8e58 asyncio: Write flow control for proactor event loop. by Guido van Rossum · 11 years ago
  83. 1da3ba8 Issue #19509: Don't close the socket in do_handshake() when hostname verification fails. by Christian Heimes · 11 years ago
  84. 13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  85. f9a07f2 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 11 years ago
  86. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  87. 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
  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. 4a60d42 Issue #19852: move Path._raw_open() around, as it is now a private method. by Antoine Pitrou · 11 years ago
  97. a02c69a add check_hostname arg to ssl._create_stdlib_context() by Christian Heimes · 11 years ago
  98. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  99. 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  100. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago