1. baf7bb3 getpass: update docstrings (#49) by MRMillon · 8 years ago
  2. af88e7e bpo-27122: Fix comment to point to correct issue number (#47) by Nathaniel J. Smith · 8 years ago
  3. 109a9fe Merge 3.6 by Victor Stinner · 9 years ago
  4. 2a35c93 Fix test_datetime on Windows by Victor Stinner · 9 years ago
  5. 07547cd Merge 3.6 by Victor Stinner · 9 years ago
  6. 6f37e36 Fix test_datetime on system with 32-bit time_t by Victor Stinner · 9 years ago
  7. 05e218c Merge 3.6 by Victor Stinner · 9 years ago
  8. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 9 years ago
  9. 40ee824 Merge 3.6 (fix #29519) by Łukasz Langa · 9 years ago
  10. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 9 years ago
  11. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 9 years ago
  12. 331bbe6 Issue #29507: Update test_exceptions by Victor Stinner · 9 years ago
  13. 3722f1f support: temp_dir() and change_cwd() uses repr() in error message by Victor Stinner · 9 years ago
  14. 17a63e2 Fix regrtest -j0 -R output by Victor Stinner · 9 years ago
  15. 04054d9 Update test_support for my temp_dir/change_cwd changes by Victor Stinner · 9 years ago
  16. edb4881 support: add more info on temp_dir() and change_cwd() failure by Victor Stinner · 9 years ago
  17. 189413d Issue #29314: Merge with 3.6 by Mariatta Wijaya · 9 years ago
  18. 6138432 Issue #29314: Merge with 3.5 by Mariatta Wijaya · 9 years ago
  19. 4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning by Mariatta Wijaya · 9 years ago
  20. 18d2c93 Issue #28164: Improves test on Windows 7 by Steve Dower · 9 years ago
  21. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 9 years ago
  22. 5bad70d regrtest: don't fail immediately if a child does crash by Victor Stinner · 9 years ago
  23. 6aee6fb Issue #29405: Make total calculation in _guess_delimiter more accurate. by Xiang Zhang · 9 years ago
  24. 64a2f9e Merge from 3.6 by Steve Dower · 9 years ago
  25. 0c8ee60 Updates test_winconsoleio to better show the source of its issues. by Steve Dower · 9 years ago
  26. 824c6fd Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 9 years ago
  27. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 9 years ago
  28. 43fec9b Merge issue #28164 and issue #29409 by Steve Dower · 9 years ago
  29. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 9 years ago
  30. 479d96c Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 9 years ago
  31. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 9 years ago
  32. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 9 years ago
  33. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 9 years ago
  34. ef51767 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 9 years ago
  35. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 9 years ago
  36. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 9 years ago
  37. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 9 years ago
  38. 144fff8 Closes #29213: Merged fix from 3.6. by Vinay Sajip · 9 years ago
  39. 3746619 Fixes #29213: merged fix from 3.5. by Vinay Sajip · 9 years ago
  40. db38b6c Fixes #29213: regularised EOLs of venv scripts. by Vinay Sajip · 9 years ago
  41. 7601d78 Closes #24875: Merged fix from 3.6. by Vinay Sajip · 9 years ago
  42. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  43. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 9 years ago
  44. c0f59ad Rename struct.unpack() 2nd parameter to "buffer" by Victor Stinner · 9 years ago
  45. 64e9127 Merge 3.5 by Victor Stinner · 9 years ago
  46. a5917d1 Issue #29300: test_struct tests unpack_from() with keywords by Victor Stinner · 9 years ago
  47. 3f2d101 Issue #29300: Convert _struct module to Argument Clinic by Victor Stinner · 9 years ago
  48. bee09ae Issue #29368: The extend() method is now called instead of the append() by Serhiy Storchaka · 9 years ago
  49. 934aba6 Issue #29377: Add three new wrappers to types.py (Manuel Krebber). by Guido van Rossum · 9 years ago
  50. 72268ae Fix test_gdb.test_wrapper_call() on Python 2 by Victor Stinner · 9 years ago
  51. f94b68a Make test_gdb.test_wrapper_call() make reliable by Victor Stinner · 9 years ago
  52. 6110833 python-gdb.py supports method-wrapper by Victor Stinner · 9 years ago
  53. ef158c3 Issue #29218: Remove unused install_misc command by Berker Peksag · 9 years ago
  54. 7964d2b Issue #29283: Merge from 3.6 by Berker Peksag · 9 years ago
  55. 236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README by Berker Peksag · 9 years ago
  56. 61fda05 Closes #29308: Merged fix from 3.6. by Vinay Sajip · 9 years ago
  57. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  58. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 9 years ago
  59. 78d9e58 Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict by Serhiy Storchaka · 9 years ago
  60. 0105606 issue29167: fix race condition in (Int)Flag by Ethan Furman · 9 years ago
  61. 28cf663 closes issue29167: fix race condition in (Int)Flag by Ethan Furman · 9 years ago
  62. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 9 years ago
  63. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 9 years ago
  64. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 9 years ago
  65. 90f6332 Issue #29338: Fix test_enum. by Serhiy Storchaka · 9 years ago
  66. c05032c Issues #29273: Merge test___all__ from 3.6 by Martin Panter · 9 years ago
  67. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 9 years ago
  68. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 9 years ago
  69. 213f229 Issue #29338: Don't output an empty signature for class constructor. by Serhiy Storchaka · 9 years ago
  70. ccb5f3c Issue #29338: The help of a builtin or extension class now includes the by Serhiy Storchaka · 9 years ago
  71. 60e6e96 Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 9 years ago
  72. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 9 years ago
  73. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 9 years ago
  74. 773a8c4 typo fix, extra '.' on MacOS :) by Gregory P. Smith · 9 years ago
  75. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 9 years ago
  76. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 9 years ago
  77. 4d5097a Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->3.7) by Guido van Rossum · 9 years ago
  78. 744cd63 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) by Guido van Rossum · 9 years ago
  79. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 9 years ago
  80. 62f82a9 Issue #28556: various style fixes for typing.py (3.6->3.7) by Guido van Rossum · 9 years ago
  81. 0c5f47f Issue #28556: various style fixes for typing.py (3.5->3.6) by Guido van Rossum · 9 years ago
  82. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 9 years ago
  83. 5c8706c Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 9 years ago
  84. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 9 years ago
  85. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 9 years ago
  86. d528791 Issue #29290: Merge 3.6. by Xiang Zhang · 9 years ago
  87. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 9 years ago
  88. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 9 years ago
  89. 19dea2c Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 9 years ago
  90. a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 9 years ago
  91. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 9 years ago
  92. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 9 years ago
  93. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 9 years ago
  94. 299dc23 Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 9 years ago
  95. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 9 years ago
  96. 38a49be Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6) by Guido van Rossum · 9 years ago
  97. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 9 years ago
  98. c75340a Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.6->3.7) by Guido van Rossum · 9 years ago
  99. fa025f1 Update and enhance python-gdb.py by Victor Stinner · 9 years ago
  100. e69f0e6 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.6->3.7) by Guido van Rossum · 9 years ago