1. ad46443 Issue #24186: Reenable optimised OpenSSL function by Steve Dower · 9 years ago
  2. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 9 years ago
  3. ee73a65 Merge heads by Serhiy Storchaka · 9 years ago
  4. 7c19aff Issue #25856: The __module__ attribute of extension classes and functions by Serhiy Storchaka · 9 years ago
  5. fa40ca8 issue27985 - fix the incorrect duplicate class name in the lib2to3 by Gregory P. Smith · 9 years ago
  6. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 9 years ago
  7. 5028938 Issue #27874: Allows use of pythonXX.zip file as landmark on Windows by Steve Dower · 9 years ago
  8. 2a1f30f Prevent PGO build for x86 releases. by Steve Dower · 9 years ago
  9. 621b430 remove all usage of Py_LOCAL by Benjamin Peterson · 9 years ago
  10. 50fd898 Issue #24320: Drop an old setuptools-induced hack. by Eric Snow · 9 years ago
  11. 9539963 Remove unused suspicious rules by Zachary Ware · 9 years ago
  12. ba41c81 Add tix deprecation to whatsnew by Zachary Ware · 9 years ago
  13. fa526bd Closes #27314: Fixes launcher installer upgrade table. by Steve Dower · 9 years ago
  14. c45599d Issue #19489: Merge with 3.5 by Zachary Ware · 9 years ago
  15. 9b32bda Issue #19489: Add NEWS and ACKS by Zachary Ware · 9 years ago
  16. 9c85828 Closes #19489: Merge with 3.5 by Zachary Ware · 9 years ago
  17. a3090a4 Issue #19489: Move the search box from sidebar to header and footer. by Zachary Ware · 9 years ago
  18. 7719d46 Rename Future._blocking to _asyncio_future_blocking. by Guido van Rossum · 9 years ago
  19. 724f6a6 Rename test_pep####.py files by Zachary Ware · 9 years ago
  20. a0154c0 Fix running test_tokenize directly by Zachary Ware · 9 years ago
  21. 1140a03 Rename Future._blocking to _asyncio_future_blocking. by Guido van Rossum · 9 years ago
  22. c1db513 repair errors in (set|get)_task_factory note (#28051) by Benjamin Peterson · 9 years ago
  23. c1bd632 Issue #27213: document changes in Misc/NEWS by Victor Stinner · 9 years ago
  24. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 9 years ago
  25. 84f6a8f merge 3.5 (#28051) by Benjamin Peterson · 9 years ago
  26. 6cb526e remove unconvincing use of Py_LOCAL by Benjamin Peterson · 9 years ago
  27. 0d441d7 Add a note about queue not being safe for use from signal handlers. issue14976. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  28. cb3f2c8 Add a note about queue not being safe for use from signal handlers. issue14976. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  29. 255295f Fix make buildbottest to not re-trigger a profile-opt build. issue28035. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  30. 6ceda63 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 9 years ago
  31. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 9 years ago
  32. de02b08 Closes #22731: Documents change of console mode. by Steve Dower · 9 years ago
  33. 2fadfc0 Issue #26619: Improves error message when installing on out-of-date Windows Server by Steve Dower · 9 years ago
  34. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 9 years ago
  35. e535920 Fix make buildbottest to not re-trigger a profile-opt build. issue28035. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  36. 2a2becc Merge with 3.5 by Steve Dower · 9 years ago
  37. 06aed90 Issue #27576: Fix call order in OrderedDict.__init__(). by Eric Snow · 9 years ago
  38. 7d895ac remove --with(out)-signal-module, since the signal module is non-optional by Benjamin Peterson · 9 years ago
  39. 9221759 Issue #28049: Add documentation for typing.Awaitable and friends. by Guido van Rossum · 9 years ago
  40. bf04b06 Issue #28008: Fix test_unparse by Yury Selivanov · 9 years ago
  41. 8b26702 Closes #22731: Documents change of console mode. by Steve Dower · 9 years ago
  42. 7a35b1c Issue #26619: Improves error message when installing on out-of-date Windows Server by Steve Dower · 9 years ago
  43. a845a81 remove unused osx10.5 sdk check by Benjamin Peterson · 9 years ago
  44. cce02f8 Remove Lib/test/test_pep247.py by Zachary Ware · 9 years ago
  45. 68f4dd8 Doc updates for PEPs 520 and 468. by Eric Snow · 9 years ago
  46. 6982a4f Merge by Brett Cannon · 9 years ago
  47. 6760c69 Mention how requiring ordered dicts breaks backwards-compatibility. by Brett Cannon · 9 years ago
  48. d04e417 tests: use subTest in test_unparse.test_files by Yury Selivanov · 9 years ago
  49. feea6e7 Mention that the order-preserving aspect of the new dict by Brett Cannon · 9 years ago
  50. b78d52f Remove Lib/_sysconfigdata.py from .gitignore by Zachary Ware · 9 years ago
  51. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 9 years ago
  52. 93b2dee compile with -std=c99 instead of -std=gnu99; use kiddie-gloves with bluetooth/bluetooh.h (#28017) by Benjamin Peterson · 9 years ago
  53. 52a7e37 Add a few big-ticket items to What's new in 3.6. by Guido van Rossum · 9 years ago
  54. 41519b2 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago
  55. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 9 years ago
  56. 95e502e Move news items for PEP 526 and 525 to the top of their section. by Guido van Rossum · 9 years ago
  57. 7bcf793 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago
  58. f333fd8 Switch to using |version| substitition in Windows docs. by Steve Dower · 9 years ago
  59. f7e9dfb credit Raymond by Benjamin Peterson · 9 years ago
  60. 6d5cf8a Fixes expected error when getting encoding while shutting down. by Steve Dower · 9 years ago
  61. 4db86bc Changes pyvenv.cfg trick into an actual sys.path file. by Steve Dower · 9 years ago
  62. 783c9ef Merge 3.5 by Donald Stufft · 9 years ago
  63. 6bde454 Merge 3.4 by Donald Stufft · 9 years ago
  64. f530738 Remove duplicate entry for Ivan L. by Guido van Rossum · 9 years ago
  65. 16d7d59 Upgrade setuptools to 27.1.2 by Donald Stufft · 9 years ago
  66. deed5a1 Issue #28038: Remove Tools/parser/com2ann.py and its unit test. by Guido van Rossum · 9 years ago
  67. 6230aaf Issue #27781: Fixes uninitialized fd when !MS_WINDOWS and !HAVE_OPENAT by Steve Dower · 9 years ago
  68. 18591e4 Revert #27959: ImportError within an encoding module should also skip the encoding by Steve Dower · 9 years ago
  69. 722b685 Merge 3.5 by Donald Stufft · 9 years ago
  70. 621333d Merge 3.4 by Donald Stufft · 9 years ago
  71. d25d9dc Upgrade setuptools to 27.1.1 by Donald Stufft · 9 years ago
  72. e13370b Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py by Martin Panter · 9 years ago
  73. 87672d7 Issue #28003: Fix a compiler warning by Yury Selivanov · 9 years ago
  74. 2b9b70b Issue #27106: Add test for configparser.__all__ by Martin Panter · 9 years ago
  75. 50c584f ceval: tighten the code of STORE_ANNOTATION by Yury Selivanov · 9 years ago
  76. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 9 years ago
  77. b96ef55 regrtest: log FS and locale encodings by Victor Stinner · 9 years ago
  78. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
  79. 09ad178 #27364: Credit Emanuel Barry in NEWS item. by R David Murray · 9 years ago
  80. f03bcfd Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 9 years ago
  81. eaab1ca #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 9 years ago
  82. 71c01d4 Issue #28033: Fix typo in dictobject.c by Berker Peksag · 9 years ago
  83. ba7224f issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  84. 32ca5cd merge 3.5 by Benjamin Peterson · 9 years ago
  85. 14c7f71 issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  86. 0b9d64e Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking by Christian Heimes · 9 years ago
  87. a78b627 Fix potential NULL pointer dereference in _imp_create_builtin by Christian Heimes · 9 years ago
  88. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 9 years ago
  89. 7f730cf 24277: Make it clearer that the new modules are not provisional. by R David Murray · 9 years ago
  90. ff4fddd Add NULL checks to the initializer of the locale module by Christian Heimes · 9 years ago
  91. 45af0c8 Fix potential NULL pointer dereference in update_symbols() by Christian Heimes · 9 years ago
  92. bb0b0d9 replace PyInt16 with int16_t by Benjamin Peterson · 9 years ago
  93. 07a2a1b Additional safe-guard against dereferencing NULL in reduce_newobj by Christian Heimes · 9 years ago
  94. 884332b Add NULL check for gen->gi_code in gen_send_ex() by Christian Heimes · 9 years ago
  95. 7a5457b Add error checking to PyInit_pyexpact by Christian Heimes · 9 years ago
  96. 6782b14 Use PyModule_AddIntMacro() in signal module by Christian Heimes · 9 years ago
  97. c6cc23d Skip unused value in tokenizer code by Christian Heimes · 9 years ago
  98. 2752707 Check return value of PyList_Append() in Py_Main(). CID 1353200 by Christian Heimes · 9 years ago
  99. 301edfa Add policy keyword to email.generator.DecodedGenerator. by R David Murray · 9 years ago
  100. 4c483ad Merge by Raymond Hettinger · 9 years ago