1. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 8 years ago
  2. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  3. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  4. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  5. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  6. 59b0eb5 Issue #28987: Typos, grammar, spelling in documentation by Martin Panter · 8 years ago
  7. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  8. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  9. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  10. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  11. 40fa266 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 8 years ago
  12. ce042af Merge for porting HOWTO update by Brett Cannon · 8 years ago
  13. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 8 years ago
  14. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  15. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  16. 75862c4 Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1 by Ned Deily · 8 years ago
  17. 40ed602 Null merge v3.6.0rc2 release into mainline 3.6 by Ned Deily · 8 years ago
  18. c28dbd0 merge by Raymond Hettinger · 8 years ago
  19. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 8 years ago
  20. 9af1221 Null merge v3.6.0rc2 tag into mainline 3.6 by Ned Deily · 8 years ago
  21. add9d43 Added tag v3.6.0rc2 for changeset 800a67f7806d by Ned Deily · 8 years ago
  22. f7b2809 Version bump for 3.6.0rc2 by Ned Deily · 8 years ago
  23. 1e9aba5 Update pydoc topics for 3.6.0rc2 by Ned Deily · 8 years ago
  24. 5fcd87b null merge additional 3.6.0rc1+ cherrypicks by Ned Deily · 8 years ago
  25. f6105a5 Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks. by Ned Deily · 8 years ago
  26. 10a22dc Issue #28971: Merge 3.5 by Xavier de Gaye · 8 years ago
  27. ac13bee Issue #28971: Temporarily skip test_over until a permanent solution is found by Xavier de Gaye · 8 years ago
  28. 890c85d Null merge by Serhiy Storchaka · 8 years ago
  29. edc87f6 Merge heads by Serhiy Storchaka · 8 years ago
  30. 16b7b7d Merge heads by Serhiy Storchaka · 8 years ago
  31. 9bb6fe5 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  32. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  33. 7ae5c96 Merge 3.5 (issue #28990) by Yury Selivanov · 8 years ago
  34. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 8 years ago
  35. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 8 years ago
  36. cb5fe9c Merge 3.5 by Victor Stinner · 8 years ago
  37. 610f5d7 python-gdb.py: catch gdb.error on gdb.selected_frame() by Victor Stinner · 8 years ago
  38. 42f66a6 null merge 3.6.0rc1+ head by Ned Deily · 8 years ago
  39. 86368b8 bump version to 3.6.0rc1+ by Ned Deily · 8 years ago
  40. daaaff9 Issue #28898: add Misc/NEWS entry by Ned Deily · 8 years ago
  41. 6db7a4b docs: asyncio is no longer provisional by Yury Selivanov · 8 years ago
  42. 8e1baa7 docs: asyncio is no longer provisional by Yury Selivanov · 8 years ago
  43. 1217470 Issue #28635: asyncio-related fixes and additions. by Yury Selivanov · 8 years ago
  44. 6e31235 Issue #28635: asyncio-related fixes and additions. by Yury Selivanov · 8 years ago
  45. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  46. 4f9e428 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  47. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 8 years ago
  48. ccda5c4 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago
  49. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago
  50. 5e65a5f Issue #28979: Fix What's New in Python 3.6, dict by Victor Stinner · 8 years ago
  51. 8320193 Issue #28979: Fix What's New in Python 3.6, dict by Victor Stinner · 8 years ago
  52. 3d40e37 Issue #28930: Add a Makefile rule for bytes_methods.c. by Xiang Zhang · 8 years ago
  53. cb2128c _asyncio uses _PyObject_CallMethodIdObjArgs() by Victor Stinner · 8 years ago
  54. 0bf5906 Issue #28944: Merge from 3.5 by Berker Peksag · 8 years ago
  55. 7b440df Issue #28944: Fix footnote numbering by Berker Peksag · 8 years ago
  56. 471bc3c Issue #28849: Skip test_sysconfig.test_triplet_in_ext_suffix on non linux platforms. by Xavier de Gaye · 8 years ago
  57. c3c6f71 Fixes maximum usable length of buffer for formatting time zone in localtime(). by Steve Dower · 8 years ago
  58. 386072e Merge from 3.6. by Serhiy Storchaka · 8 years ago
  59. 49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. by Serhiy Storchaka · 8 years ago
  60. e88ed05 Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError by Xavier de Gaye · 8 years ago
  61. 1351c31 Issue #20211: Do not add the directory for installing C header files and by Xavier de Gaye · 8 years ago
  62. 7262b42 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  63. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  64. e13c320 Issue #28190: Cross compiling the _curses module does not use anymore by Xavier de Gaye · 8 years ago
  65. 3a4e989 Issue #28759: Fix the tests that fail with PermissionError when run as by Xavier de Gaye · 8 years ago
  66. fb24eea Issue #26856: Fix the tests assuming that the pwd module has getpwall() and by Xavier de Gaye · 8 years ago
  67. 291b93b Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 8 years ago
  68. 3432f2f Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 8 years ago
  69. 10beb3c Issue #28896: Disable WindowsRegistryFinder by default. by Steve Dower · 8 years ago
  70. 452b3a6a Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a non-root user. by Xavier de Gaye · 8 years ago
  71. 2308740 Issue #28783: Replaces bdist_wininst in nuget packages with stub by Steve Dower · 8 years ago
  72. b227227 Issue #28783: Replaces bdist_wininst in nuget packages with stub by Steve Dower · 8 years ago
  73. e711cc0 Issue #28783: Replaces bdist_wininst in nuget packages with stub by Steve Dower · 8 years ago
  74. 4cc30ae Issue #28739: f-string expressions no longer accepted as docstrings and by Serhiy Storchaka · 8 years ago
  75. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  76. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  77. 0a7b859 Issues #28916, #26483: Merge stdtypes.rst from 3.5 by Martin Panter · 8 years ago
  78. 49c14d8 Issue #26483: Clarify str.isdecimal() and isdigit() by Martin Panter · 8 years ago
  79. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 8 years ago
  80. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 8 years ago
  81. 071fbcb Merge for issue #28424 by Brett Cannon · 8 years ago
  82. bc538e3 Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. by Brett Cannon · 8 years ago
  83. 32cf1ac Issue #28849: Do not define sys.implementation._multiarch on Android. by Xavier de Gaye · 8 years ago
  84. ebb39bc Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 8 years ago
  85. cd2a201 Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 8 years ago
  86. 13f1c33 Issue #28918: Fix the cross compilation of xxlimited when Python by Xavier de Gaye · 8 years ago
  87. 2179961 Issue #28771: Merge C API doc fix from 3.5 by Martin Panter · 8 years ago
  88. 7a44783 Issue #28771: Update tp_get/setattr signature documentation by Martin Panter · 8 years ago
  89. 186b204 Fix typos in comment and documentation by Martin Panter · 8 years ago
  90. b7880b0 Issue #28820: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  91. 898573a Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  92. 2fed8cd Issues #28755, #28753: Merge Arg Clinic howto from 3.5 by Martin Panter · 8 years ago
  93. cfa9bad Issue #28755: Improve syntax highlighting in Arg Clinic howto by Martin Panter · 8 years ago
  94. a277c13 Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. by Martin Panter · 8 years ago
  95. f44abda Issue #26937: The chown() method of the tarfile.TarFile class does not fail now by Xavier de Gaye · 8 years ago
  96. 932d40a Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  97. 5dc1fb3 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 8 years ago
  98. b5e688a guard HAVE_LONG_LONG definition to prevent redefinition (#28898) by Benjamin Peterson · 8 years ago
  99. 446e606 Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  100. 267862f Issue #28635: Drop the note that whatsnew is incomplete by Yury Selivanov · 8 years ago