1. 8ec4ae0 merge 3.4 by Benjamin Peterson · 9 years ago
  2. 37c4f78 add trailing slash by Benjamin Peterson · 9 years ago
  3. 582d3fb Fix news entry for issue 24018. by Guido van Rossum · 9 years ago
  4. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  5. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  6. dae2ef1 merge 3.4 by Benjamin Peterson · 9 years ago
  7. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  8. 3b12e95 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  9. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 9 years ago
  10. 8093254 Merge from 3.4. by Larry Hastings · 9 years ago
  11. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  12. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  13. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  14. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  15. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  16. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  17. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  18. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  19. 63a6a6f merge 3.4 (#24096) by Benjamin Peterson · 9 years ago
  20. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  21. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  22. d2a694c Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  23. b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  24. 24559e4 Issue #22619: Added negative limit support in the traceback module. by Serhiy Storchaka · 9 years ago
  25. 88abdef merge 3.4 (#24094) by Benjamin Peterson · 9 years ago
  26. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  27. c9083bf remove merge markers by Benjamin Peterson · 9 years ago
  28. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  29. 97bd4b0 Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. (Merged from 3.4 branch.) by Guido van Rossum · 9 years ago
  30. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  31. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  32. c6249a6 Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago
  33. 1dd8e71 Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 9 years ago
  34. 2e02875 merge 3.4 by Benjamin Peterson · 9 years ago
  35. 755640b update links by Benjamin Peterson · 9 years ago
  36. c4e335b Issue #23910: Optimize property() getter calls. Patch by Joe Jevnik by Raymond Hettinger · 9 years ago
  37. 31cd756 merge 3.4 by Benjamin Peterson · 9 years ago
  38. b0335ee improve phrasing by Benjamin Peterson · 9 years ago
  39. 9195870 Issue #24077: merge from 3.4 by Ned Deily · 9 years ago
  40. 64298ae Issue #24077: Fix typo in man page for -I command option: -s, not -S. by Ned Deily · 9 years ago
  41. 48050cb Merge 3.4 by Andrew Svetlov · 9 years ago
  42. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 9 years ago
  43. e96193d Add missing newline in NEWS by Antoine Pitrou · 9 years ago
  44. 7503509 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  45. 7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  46. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 9 years ago
  47. cc0bbbc (Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer than by Victor Stinner · 9 years ago
  48. 4403d7d Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes by Victor Stinner · 9 years ago
  49. a30e225 merge 3.4 (#24044) by Benjamin Peterson · 9 years ago
  50. bd91ee9 merge 3.3 (#24044) by Benjamin Peterson · 9 years ago
  51. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 9 years ago
  52. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 9 years ago
  53. c314e28 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  54. d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 9 years ago
  55. b5a3d9b Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  56. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  57. 244afcf Issue #23887: urllib.error.HTTPError now has a proper repr() representation. by Facundo Batista · 9 years ago
  58. 7563043 - move NEWS item to 3.5 by doko@ubuntu.com · 9 years ago
  59. d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 9 years ago
  60. f5e8540 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  61. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  62. 273a720 merge 3.4 (#24022) by Benjamin Peterson · 9 years ago
  63. d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 9 years ago
  64. 4d9d256 #17445: difflib: add diff_bytes(), to compare bytes rather than str by Greg Ward · 9 years ago
  65. 4e2d82c - move some NEWS items to 3.5.0 beta 1 by doko@ubuntu.com · 9 years ago
  66. f75d4a7 Fix asyncio issue 235 (merge from 3.4). by Guido van Rossum · 9 years ago
  67. 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 9 years ago
  68. 1acdb95 Merge Python 3.5.0a4 release engineering commits. by Larry Hastings · 9 years ago
  69. 103e57a Post-release updates for Python 3.5.0a4. by Larry Hastings · 9 years ago
  70. 7e9d1d1 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  71. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  72. e3037e1 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 9 years ago
  73. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 9 years ago
  74. 55907f4 Version number bump for Python 3.5.0a4. by Larry Hastings · 9 years ago
  75. 1a084a8 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  76. e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  77. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  78. 11c5aba News item for #16914. by R David Murray · 9 years ago
  79. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 9 years ago
  80. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 9 years ago
  81. 6297fec Merge by Christian Heimes · 9 years ago
  82. a8e3f7a Update coverity modeling file to silence datetime warnings by Christian Heimes · 9 years ago
  83. 2b78129 #18128: use standard +NNNN timezone format in POT-Creation-Date header. by R David Murray · 9 years ago
  84. 7f90cba Issue #23935: Argument Clinic's understanding of format units by Larry Hastings · 9 years ago
  85. 3b81248 Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension by Ned Deily · 9 years ago
  86. 20416f7 Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a. by Berker Peksag · 9 years ago
  87. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 9 years ago
  88. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 9 years ago
  89. d3899c1 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include by doko@ubuntu.com · 9 years ago
  90. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 9 years ago
  91. 28edf12 add Allison Kaptur (#21217) by Benjamin Peterson · 9 years ago
  92. 6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a by Gregory P. Smith · 9 years ago
  93. a8723a0 Issue #21217: inspect.getsourcelines() now tries to compute the start and by Antoine Pitrou · 9 years ago
  94. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  95. 012e287 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  96. 34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  97. 19ddaf6 Merge from 3.4 by Andrew Kuchling · 9 years ago
  98. b3c30d9 Reword NEWS item a bit by Andrew Kuchling · 9 years ago
  99. e91ecb2 Merge 3.4 (#23310) by Łukasz Langa · 9 years ago
  100. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago