1. e40c078 Issue #19967: Defer the formating of the traceback in asyncio.Future destructor by Victor Stinner · 11 years ago
  2. ac97bf4 asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. by Guido van Rossum · 11 years ago
  3. 32e57ef Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  4. bdce938 Update test.outstanding_bugs.py by Zachary Ware · 11 years ago
  5. 6e6ec50 Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  6. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 11 years ago
  7. 0538529 Issue #19946: use public API for multiprocessing start methods by Nick Coghlan · 11 years ago
  8. 9ba75db asyncio: Clean up formatting. by Guido van Rossum · 11 years ago
  9. 4c3c699 Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in by Victor Stinner · 11 years ago
  10. 994bf43 Shorten lines. by Guido van Rossum · 11 years ago
  11. bea3534 Don't use sebTest() in tests for issue #5815. by Serhiy Storchaka · 11 years ago
  12. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  13. 16f02d2 Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  14. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 11 years ago
  15. ed0b87d Fix the C definition of the sys._debugmallocstats() function: the function has by Victor Stinner · 11 years ago
  16. 36e96b8 (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now by Victor Stinner · 11 years ago
  17. 1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a by Victor Stinner · 11 years ago
  18. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 11 years ago
  19. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  20. cf58fb5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  21. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  22. feae73e Issue #19946: appropriately skip new multiprocessing tests by Nick Coghlan · 11 years ago
  23. 61e851b Remove some dead code in importlib, introduced with the PEP 451 patch. by Eric Snow · 11 years ago
  24. fc45f17 merge 3.3 (#20018) by Benjamin Peterson · 11 years ago
  25. ccedc22 update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  26. 3f5f436 Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  27. 3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  28. 0ce3e9d Merge: #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  29. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  30. 74940dc Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  31. 320b391 Issue #20006: Fix sporadic failures in test_weakset. by Antoine Pitrou · 11 years ago
  32. 0c73fc0 Revert misled test change in f189da5bda26. by Antoine Pitrou · 11 years ago
  33. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  34. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  35. 9a76735 Close #19946: use runpy as needed in multiprocessing by Nick Coghlan · 11 years ago
  36. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  37. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  38. a4275b2 (Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() on by Victor Stinner · 11 years ago
  39. 1700788 Close #19999: tolerate coarse time when testing time.monotonic() on very by Victor Stinner · 11 years ago
  40. bd9cbb0 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  41. de57074 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 11 years ago
  42. 0048c98 Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). by Antoine Pitrou · 11 years ago
  43. c274fd2 Issue #19887: Improve the Path.resolve() algorithm to support certain symlink chains. by Antoine Pitrou · 11 years ago
  44. d2e48ca Issue #19987: Merge with 3.3 by Zachary Ware · 11 years ago
  45. 1007432 Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 11 years ago
  46. e9dacaa Issue #19987: disable test_winsound's test_alias_fallback test when no sound card by Christian Heimes · 11 years ago
  47. 928b9e2 Merge heads by Serhiy Storchaka · 11 years ago
  48. cc83b0c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  49. 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 11 years ago
  50. f5ad91c Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  51. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 11 years ago
  52. e9b034b Issue #17919: add missing import of USHRT_MAX by Christian Heimes · 11 years ago
  53. 755d5ea Merge: #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  54. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 11 years ago
  55. 575596e test_ssl: skip tests when SNI is not available by Christian Heimes · 11 years ago
  56. e8a257c test_poplib: skip stls_context test when SNI is not available by Christian Heimes · 11 years ago
  57. b2a794d fixed test_ftplib by Christian Heimes · 11 years ago
  58. aab99fd test_imaplib: skip check_hostname test when SNI is not available by Christian Heimes · 11 years ago
  59. e7945d7 test_ftplib: skip check_hostname test when SNI is not available by Christian Heimes · 11 years ago
  60. a5f0eda Skip some tests that require server name indication (SNI) by Christian Heimes · 11 years ago
  61. 21ebbb2 Import USHRT_MAX to fix failing test_devpool test by Christian Heimes · 11 years ago
  62. 720c7e2 Issue #19700: set __spec__ appropriately in runpy by Nick Coghlan · 11 years ago
  63. c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 11 years ago
  64. 79f19f9 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  65. 84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 11 years ago
  66. 03241e8 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  67. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  68. 3c2a178 Merge: #19970: Fix some comment typos. by R David Murray · 11 years ago
  69. fc06999 #19970: Fix some comment typos. by R David Murray · 11 years ago
  70. b05d698 #19975: remove unused imports from webbrowser module. by R David Murray · 11 years ago
  71. c091a57 Issue #19704: Port test.test_threaded_import to PEP 451 by Brett Cannon · 11 years ago
  72. ca7ab7c Issue #19946: Raise ImportError when the main module cannot be found by Brett Cannon · 11 years ago
  73. 507ac3a (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if by Victor Stinner · 11 years ago
  74. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 11 years ago
  75. cb1c4c8 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  76. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  77. 2748bc7 asyncio: remove references to the Tulip project, rename Tulip to asyncio. by Victor Stinner · 11 years ago
  78. 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 11 years ago
  79. 24bd028 Issue #19952: test_asyncio: relax timings of Windows events, buildbots are by Victor Stinner · 11 years ago
  80. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago
  81. fdeb6ec Issue #14432: Remove the thread state field from the frame structure. Fix a by Victor Stinner · 11 years ago
  82. 56668dc Issue #19751: Fix hash_info test of test_sys on SPARC Solaris by Victor Stinner · 11 years ago
  83. 4b6d4b5 Issue #19751: Fix typo in configuration option by Victor Stinner · 11 years ago
  84. 8fda474 Merge fix from 3.3 by Zachary Ware · 11 years ago
  85. 0f533ac Avoid UnicodeEncodeError by only printing ASCII. by Zachary Ware · 11 years ago
  86. 63321b4 Issue #19828: Merge with 3.3 by Zachary Ware · 11 years ago
  87. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago
  88. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  89. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  90. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  91. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  92. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  93. acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  94. e72b90e Issue #18270: merge from 3.3 by Ned Deily · 11 years ago
  95. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  96. 7f7f3d7 Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  97. ea6854a Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  98. 20719ac #19943: merge with 3.3. by Ezio Melotti · 11 years ago
  99. d082b68 #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 11 years ago
  100. 184ec79 Remove commented out debugging code (remnants of issue #18996). by Serhiy Storchaka · 11 years ago