1. cc83b0c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  2. 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  3. f5ad91c Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  4. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  5. 755d5ea Merge: #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  6. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  7. 575596e test_ssl: skip tests when SNI is not available by Christian Heimes · 11 years ago
  8. e8a257c test_poplib: skip stls_context test when SNI is not available by Christian Heimes · 11 years ago
  9. b2a794d fixed test_ftplib by Christian Heimes · 11 years ago
  10. aab99fd test_imaplib: skip check_hostname test when SNI is not available by Christian Heimes · 11 years ago
  11. e7945d7 test_ftplib: skip check_hostname test when SNI is not available by Christian Heimes · 11 years ago
  12. a5f0eda Skip some tests that require server name indication (SNI) by Christian Heimes · 11 years ago
  13. 21ebbb2 Import USHRT_MAX to fix failing test_devpool test by Christian Heimes · 11 years ago
  14. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 11 years ago
  15. c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 11 years ago
  16. 79f19f9 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  17. 84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  18. 03241e8 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  19. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  20. 3c2a178 Merge: #19970: Fix some comment typos. by R David Murray · 11 years ago
  21. fc06999 #19970: Fix some comment typos. by R David Murray · 11 years ago
  22. b05d698 #19975: remove unused imports from webbrowser module. by R David Murray · 11 years ago
  23. c091a57 Issue #19704: Port test.test_threaded_import to PEP 451 by Brett Cannon · 11 years ago
  24. ca7ab7c Issue #19946: Raise ImportError when the main module cannot be found by Brett Cannon · 11 years ago
  25. 507ac3a (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if by Victor Stinner · 11 years ago
  26. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
  27. cb1c4c8 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  28. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  29. 2748bc7 asyncio: remove references to the Tulip project, rename Tulip to asyncio. by Victor Stinner · 11 years ago
  30. 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 11 years ago
  31. 24bd028 Issue #19952: test_asyncio: relax timings of Windows events, buildbots are by Victor Stinner · 11 years ago
  32. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  33. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  34. 56668dc Issue #19751: Fix hash_info test of test_sys on SPARC Solaris by Victor Stinner · 11 years ago
  35. 4b6d4b5 Issue #19751: Fix typo in configuration option by Victor Stinner · 11 years ago
  36. 8fda474 Merge fix from 3.3 by Zachary Ware · 11 years ago
  37. 0f533ac Avoid UnicodeEncodeError by only printing ASCII. by Zachary Ware · 11 years ago
  38. 63321b4 Issue #19828: Merge with 3.3 by Zachary Ware · 11 years ago
  39. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago
  40. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  41. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  42. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  43. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  44. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  45. acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  46. e72b90e Issue #18270: merge from 3.3 by Ned Deily · 11 years ago
  47. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  48. 7f7f3d7 Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  49. ea6854a Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  50. 20719ac #19943: merge with 3.3. by Ezio Melotti · 11 years ago
  51. d082b68 #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 11 years ago
  52. 184ec79 Remove commented out debugging code (remnants of issue #18996). by Serhiy Storchaka · 11 years ago
  53. 2a446bf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  54. 1f79cdf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  55. 0ed6c4a Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  56. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  57. e3c39dd Remove commented-out module spec test code and an out-of-date note. by Eric Snow · 11 years ago
  58. c1e7c74 Issue 19851: Fix a regression in reloading submodules. by Eric Snow · 11 years ago
  59. 2dae92a Issue #15475: Add __sizeof__ implementations for itertools objects. by Serhiy Storchaka · 11 years ago
  60. 383bff4 Backed out changeset c4c1c4bc8086 by Victor Stinner · 11 years ago
  61. 1adc237 Issue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reuse() on Windows by Victor Stinner · 11 years ago
  62. 031bd53 Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break by Victor Stinner · 11 years ago
  63. 28dd6de Fix #19830: Fix a ResourceWarning in test_poplib. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  64. 8622ac3 (Merge 3.3) Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  65. 271493b Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  66. ced3936 Issue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces by Victor Stinner · 11 years ago
  67. 0aba1a2 (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from by Victor Stinner · 11 years ago
  68. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  69. 7b83b18 Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  70. 589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  71. b12cb6a Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and by Serhiy Storchaka · 11 years ago
  72. 3e60a9d Issue #19535: Fixed test_docxmlrpc when python is run with -OO. by Serhiy Storchaka · 11 years ago
  73. 5bb414d Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. by Christian Heimes · 11 years ago
  74. ead8d08 Fix test_selectors failure introduced by 39e7995f9ad1. by Charles-François Natali · 11 years ago
  75. f491f92 Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  76. a82f74d Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  77. 34bc897 Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  78. 4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  79. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  80. 7ef00ff Normalize whitespace by Zachary Ware · 11 years ago
  81. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  82. 5ca129b Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  83. 774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  84. 5c29424 Issue #19758: silence PendingDeprecationWarnings in test_importlib. by Eric Snow · 11 years ago
  85. 9710ff0 Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. by Guido van Rossum · 11 years ago
  86. 6c527cf Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  87. 9b116e8 Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  88. 2e7d4f0 Solaris needs a readable file for shared lock by Christian Heimes · 11 years ago
  89. 782b8e4 Remove a duplicated import by Victor Stinner · 11 years ago
  90. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  91. cd6f611 copy 'n paste typo (thx Antoine) by Christian Heimes · 11 years ago
  92. b82c915 Skip new SSL tests with IocpEventLoop by Christian Heimes · 11 years ago
  93. 1a605ed asyncio: Add Task.current_task() class method. by Guido van Rossum · 11 years ago
  94. 2f8c835 Issue #19712: Update test.test_importlib.source for PEP 451 by Brett Cannon · 11 years ago
  95. 86aae6a Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 by Brett Cannon · 11 years ago
  96. 010ff58 Test same drive in different cases (issue #19908). by Serhiy Storchaka · 11 years ago
  97. a993902 Issue #19908: pathlib now joins relative Windows paths correctly when a drive by Serhiy Storchaka · 11 years ago
  98. 6e73ff1 Issue #19881: Fix bad pickling of large bytes in cpickle. by Alexandre Vassalotti · 11 years ago
  99. c9a87e6 fix cert names for asyncio test by Christian Heimes · 11 years ago
  100. 6d8c1ab Issue #19509: Finish implementation of check_hostname by Christian Heimes · 11 years ago