1. 37f1ba9 #16914: fix test errors under -W error::BytesWarning. by R David Murray · 9 years ago
  2. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 9 years ago
  3. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 9 years ago
  4. 2b78129 #18128: use standard +NNNN timezone format in POT-Creation-Date header. by R David Murray · 9 years ago
  5. f24131f Issue #20175: Converted the _io module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  6. 3b81248 Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension by Ned Deily · 9 years ago
  7. 20416f7 Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a. by Berker Peksag · 9 years ago
  8. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 9 years ago
  9. 4171bbe #23949: Improve tuple unpacking error messages. by R David Murray · 9 years ago
  10. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 9 years ago
  11. 807b80d - #22980: fix typo in Lib/test/test_sysconfig.py triplet test by doko@ubuntu.com · 9 years ago
  12. d3899c1 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include by doko@ubuntu.com · 9 years ago
  13. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 9 years ago
  14. 6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a by Gregory P. Smith · 9 years ago
  15. a8723a0 Issue #21217: inspect.getsourcelines() now tries to compute the start and by Antoine Pitrou · 9 years ago
  16. 687592d Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  17. f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  18. 14a88ab issue9859: Use an expected failure rather than a skip. by Gregory P. Smith · 9 years ago
  19. cadbab2 Closes #23956: Merge with 3.4 by Zachary Ware · 9 years ago
  20. 50db6ac Issue #23956: Fix typo in imp.py docstring. by Zachary Ware · 9 years ago
  21. 4e72cce issue9859: Document test.support.detect_api_mismatch() and simplify its test. by Gregory P. Smith · 9 years ago
  22. 1bef907 issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only. by Gregory P. Smith · 9 years ago
  23. 054b065 issue9859: Adds a CPyMatchTest test case to compare the exposed APIs by Gregory P. Smith · 9 years ago
  24. e334e3f issue9859: Adds a test.support.detect_api_mismatch function useful to by Gregory P. Smith · 9 years ago
  25. 012e287 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  26. 34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  27. 19ddaf6 Merge from 3.4 by Andrew Kuchling · 9 years ago
  28. 467a546 Merge from 3.4 by Andrew Kuchling · 9 years ago
  29. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  30. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  31. a468db9 Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  32. cd1aa91 merge 3.4 (#23929) by Benjamin Peterson · 9 years ago
  33. 52a3b74 remove useless word (closes #23929) by Benjamin Peterson · 9 years ago
  34. 0a8f43e #11754: test contents of string module attributes. by R David Murray · 9 years ago
  35. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  36. 9d2a01f Issue #23822: Fix test_py_compile to not fail under -O. by Brett Cannon · 9 years ago
  37. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  38. d5aec7b Issue #21116: Avoid blowing memory when allocating a multiprocessing shared by Antoine Pitrou · 9 years ago
  39. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  40. a63cc21 Issue #23726: Don't enable GC for user subclasses of non-GC types that don't add any new fields. by Antoine Pitrou · 9 years ago
  41. 56452ee Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  42. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  43. 0f164c6 Merge by Antoine Pitrou · 9 years ago
  44. 20d31b5 Merge by Antoine Pitrou · 9 years ago
  45. cb46f0e Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  46. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  47. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  48. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  49. 9c680b0 Actually run the builtins Argument Clinic test by Nick Coghlan · 9 years ago
  50. 8b963c5 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  51. 770b08e #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) by Andrew Kuchling · 9 years ago
  52. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  53. e81a773 #23464: remove JoinableQueue that was deprecated in 3.4.4. by R David Murray · 9 years ago
  54. 48a724f Close issue23900: add default __doc__ to new enumerations that do not specify one. by Ethan Furman · 9 years ago
  55. e173c07 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com. by Guido van Rossum · 9 years ago
  56. ecb75e2 Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  57. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  58. f172cae - fix file permission for Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  59. 0ac8aa7 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com (merge from 3.4). by Guido van Rossum · 9 years ago
  60. 3323da9 Issue23826: fix doc test for -OO runs by Ethan Furman · 9 years ago
  61. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 9 years ago
  62. 056eb96 Merge heads by Serhiy Storchaka · 9 years ago
  63. 71fd224 Issue #21859: Added Python implementation of io.FileIO. by Serhiy Storchaka · 9 years ago
  64. 82c920c Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  65. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  66. 1c5e281 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  67. 93da9b5 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  68. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  69. 52c0c33 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  70. c9d11c3 Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect() by Victor Stinner · 9 years ago
  71. 033c58a remove smtpd dead code (closes #23873) by Benjamin Peterson · 9 years ago
  72. b32fb8d Update pip to 6.1.1 by Donald Stufft · 9 years ago
  73. 4bea461 Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 9 years ago
  74. ab73e65 Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if by Victor Stinner · 9 years ago
  75. fe508d1 Upgrade pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 9 years ago
  76. 6fbeae4 Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  77. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  78. b8e973f Issue #23027: test_warnings now passes all tests when run it with -Werror. by Berker Peksag · 9 years ago
  79. d096208 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  80. 716b3d3 Issue #23883: Add missing entries to traceback.__all__. by Berker Peksag · 9 years ago
  81. cb6fdf2 issue10838: Rename the subprocess.mswindows internal global to _mswindows. by Gregory P. Smith · 9 years ago
  82. ace5586 Addresses Issue #10838: The subprocess now module includes by Gregory P. Smith · 9 years ago
  83. 3c28878 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  84. 1515450 Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes, by Serhiy Storchaka · 9 years ago
  85. 43a1bed merge 3.4 (#23873) by Benjamin Peterson · 9 years ago
  86. 62f5278 update pip to 6.1.1 by Donald Stufft · 9 years ago
  87. 388bf30 Merge 3.4 (test_urllib2net) by Victor Stinner · 9 years ago
  88. a9dd680 (Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes the by Victor Stinner · 9 years ago
  89. 9bcbdb4 Merged update of pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 9 years ago
  90. 62aa7dc Issue #22721: An order of multiline pprint output of set or dict containing by Serhiy Storchaka · 9 years ago
  91. 01362da Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  92. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 9 years ago
  93. 142bf56 merge 3.4 (#23872) by Benjamin Peterson · 9 years ago
  94. 0c80331 fix extended command syntax (closes #23872) by Benjamin Peterson · 9 years ago
  95. de1c27f Issue #23466: Fixed expected error message in test_format. by Serhiy Storchaka · 9 years ago
  96. b599ca8 Fixed test_enum for issue #15582. by Serhiy Storchaka · 9 years ago
  97. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  98. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  99. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  100. ae2d667 Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago