1. d6958ac Add sys.getandroidapilevel() by Victor Stinner · 8 years ago
  2. 4f8dc3d Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 8 years ago
  3. baa7223 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 8 years ago
  4. 9ec0772 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 8 years ago
  5. a61a54b Issue #28799: Update Misc/SpecialBuilds.txt by Victor Stinner · 8 years ago
  6. 048afd9 Remove CALL_PROFILE special build by Victor Stinner · 8 years ago
  7. 214678e Issue #12844: More than 255 arguments can now be passed to a function. by Serhiy Storchaka · 8 years ago
  8. de7bf08 Merge 3.6, fix for #24142 by Łukasz Langa · 8 years ago
  9. 8fb4e42 Merge 3.5, fix for #24142 by Łukasz Langa · 8 years ago
  10. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 8 years ago
  11. b121f16 Issue #28796: Silence Sphinx warnings by Berker Peksag · 8 years ago
  12. ed6de73 Merge 3.6 by Victor Stinner · 8 years ago
  13. f7d199f Fix _PyGen_yf() by Victor Stinner · 8 years ago
  14. d04d847 Issue #28774: Fix start/end pos in unicode_encode_ucs1(). by Xiang Zhang · 8 years ago
  15. ff33c93 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  16. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  17. f50a85d Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.) by Ned Deily · 8 years ago
  18. 007d7ff Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, by Serhiy Storchaka · 8 years ago
  19. 38c508a Version bump for 3.6.0b4 by Ned Deily · 8 years ago
  20. 9af740b merge by Raymond Hettinger · 8 years ago
  21. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 8 years ago
  22. e425bd9 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  23. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  24. e31cc81 NEWS update by Ethan Furman · 8 years ago
  25. 64a6861 issue28082: actually include NEWS entry by Ethan Furman · 8 years ago
  26. b779f31 update news and re doc by Ethan Furman · 8 years ago
  27. 00eacac closes issue23591: add NEWS entry by Ethan Furman · 8 years ago
  28. 92c50ee Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict by INADA Naoki · 8 years ago
  29. 065507f Merge 3.6 by Victor Stinner · 8 years ago
  30. b44fb12 Implement rich comparison for _sre.SRE_Pattern by Victor Stinner · 8 years ago
  31. 7fc69f2 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  32. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  33. b57d9ea Issue #28748: Private variable _Py_PackageContext is now of type "const char *" by Serhiy Storchaka · 8 years ago
  34. 82604e0 Issue #20572: Remove the subprocess.Popen.wait endtime parameter. by Gregory P. Smith · 8 years ago
  35. f0e98c5 Issue #20572: The subprocess.Popen.wait method's undocumented endtime by Gregory P. Smith · 8 years ago
  36. 439f92a Merge typo fixes from 3.6 by Martin Panter · 8 years ago
  37. 7d6e923 Issue #25659: Merge ctypes fix from 3.6 by Martin Panter · 8 years ago
  38. a57890e Issue #10656: Merge AIX build fix from 3.6 by Martin Panter · 8 years ago
  39. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 8 years ago
  40. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 8 years ago
  41. fe914c0 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  42. 57ea576 move the enable-optimizations mention to the correct Build section. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  43. 164eea5 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  44. 1016b2f Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  45. c34a590 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  46. 0e7dbe9 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  47. 6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  48. 460bd0d Issue #19569: Compiler warnings are now emitted if use most of deprecated by Serhiy Storchaka · 8 years ago
  49. cf01441 Fix typos in documentation by Martin Panter · 8 years ago
  50. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  51. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  52. 1325ee0 Merge from 3.6 by Steve Dower · 8 years ago
  53. c363061 Merge from 3.5 and fix a few other functions missing IPH handling. by Steve Dower · 8 years ago
  54. 11f4326 Issue #28732: Fix crash in os.spawnv() with no elements in args by Steve Dower · 8 years ago
  55. 002d61f Issue #28746: Merge 3.6 by Xavier de Gaye · 8 years ago
  56. ec5d3cd Issue #28746: Fix the set_inheritable() file descriptor method on platforms by Xavier de Gaye · 8 years ago
  57. e82338d Issue #28548: Parse HTTP request version even if too many words received by Martin Panter · 8 years ago
  58. 0c63398 Issue #24452: add attribution by Brett Cannon · 8 years ago
  59. 22214ab Issue #28720: Add collections.abc.AsyncGenerator. by Yury Selivanov · 8 years ago
  60. bb23565 Merge 3.6 (issue #28721) by Yury Selivanov · 8 years ago
  61. 41782e4 Issue #28721: Fix asynchronous generators aclose() and athrow() by Yury Selivanov · 8 years ago
  62. afa94a5 Issue #26920: Merge 3.6 by Xavier de Gaye · 8 years ago
  63. b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, by Xavier de Gaye · 8 years ago
  64. 21bb0e6 Merge 3.5 (issue #28704) by Yury Selivanov · 8 years ago
  65. 27182bb Merge 3.5 (issue #28703) by Yury Selivanov · 8 years ago
  66. 0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. by Yury Selivanov · 8 years ago
  67. 5e17ad9 Merge AIX fixes from 3.6 by Martin Panter · 8 years ago
  68. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  69. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  70. 24e4239 Fix typos by Raymond Hettinger · 8 years ago
  71. cf767ab Issue #28676: merge from 3.6 by Ned Deily · 8 years ago
  72. 7d895d3 Issue #28676: merge from 3.5 by Ned Deily · 8 years ago
  73. 7ae4112 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 8 years ago
  74. 616034e Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  75. babe4f8 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  76. 6b4b6e9 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  77. 84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  78. b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  79. e618a18 Merge from 3.6 (issue #28665). by Serhiy Storchaka · 8 years ago
  80. 1352712 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. by Raymond Hettinger · 8 years ago
  81. ac40c6c Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  82. a27c064 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  83. 62e32d6 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  84. 684cada Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  85. 8391026 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  86. daeddc4 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  87. 0a66a1c Merge 3.6 (issue #28653) by Yury Selivanov · 8 years ago
  88. 46a02db Issue #28653: Fix a refleak in functools.lru_cache. by Yury Selivanov · 8 years ago
  89. bb132fc Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 8 years ago
  90. 98eb360 Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 8 years ago
  91. 954c7dd Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
  92. a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 8 years ago
  93. f787c90 Merge 3.6 (issue #27942) by Yury Selivanov · 8 years ago
  94. 6c10650 Merge 3.5 (issue #27942) by Yury Selivanov · 8 years ago
  95. d2fd359 ssue #27942: Fix memory leak in codeobject.c by Yury Selivanov · 8 years ago
  96. d8aa0c6 Merge 3.5 (issue #28639) by Yury Selivanov · 8 years ago
  97. c0215df Issue #28639: Fix inspect.isawaitable to always return bool by Yury Selivanov · 8 years ago
  98. 692796a Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. by Yury Selivanov · 8 years ago
  99. 2ce7c96 Merge 3.6 (typo in NEWS) by Yury Selivanov · 8 years ago
  100. c3d7dbb news: Fix a typo by Yury Selivanov · 8 years ago