1. 048afd9 Remove CALL_PROFILE special build by Victor Stinner · 8 years ago
  2. 214678e Issue #12844: More than 255 arguments can now be passed to a function. by Serhiy Storchaka · 8 years ago
  3. d070b2d Merge with 3.6 by Zachary Ware · 8 years ago
  4. 0425fc0 Fix grammar in whatsnew by Zachary Ware · 8 years ago
  5. de7bf08 Merge 3.6, fix for #24142 by Łukasz Langa · 8 years ago
  6. 8fb4e42 Merge 3.5, fix for #24142 by Łukasz Langa · 8 years ago
  7. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 8 years ago
  8. d80c3fb Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  9. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  10. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  11. a1d59af Merge from 3.6 by Berker Peksag · 8 years ago
  12. 861b685 Merge from 3.5 by Berker Peksag · 8 years ago
  13. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 8 years ago
  14. a783493 Issue #28738: Merge from 3.6 by Berker Peksag · 8 years ago
  15. d5c6b47 Issue #28738: Merge from 3.6 by Berker Peksag · 8 years ago
  16. 219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows by Berker Peksag · 8 years ago
  17. b121f16 Issue #28796: Silence Sphinx warnings by Berker Peksag · 8 years ago
  18. 5d307ef Issue #28793: Merge from 3.6 by Berker Peksag · 8 years ago
  19. 61d9c86 Issue #28793: Fix c/p error in AsyncGenerator documentation by Berker Peksag · 8 years ago
  20. 6193ecd Fix a ResourceWarning in generate_opcode_h.py by Victor Stinner · 8 years ago
  21. 1018fad Issue #28792: Remove aliases from _bisect by Victor Stinner · 8 years ago
  22. ed6de73 Merge 3.6 by Victor Stinner · 8 years ago
  23. f7d199f Fix _PyGen_yf() by Victor Stinner · 8 years ago
  24. fbff9b3 Merge 3.6 by Victor Stinner · 8 years ago
  25. 596a515 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.6->3.7) by Guido van Rossum · 8 years ago
  26. b3c5dc9 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6) by Guido van Rossum · 8 years ago
  27. a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) by Guido van Rossum · 8 years ago
  28. 87d89d9 merge by Raymond Hettinger · 8 years ago
  29. 7e45b5c Issue #27100: Silence deprecation warning in Lib/test/test_with.py by Raymond Hettinger · 8 years ago
  30. 6caaf37 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  31. f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  32. d2140cc Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  33. 2a94301 Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  34. f0888cd Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  35. 99250d5 Issue #28774: Simplified encoding a str result of an error handler in ASCII by Serhiy Storchaka · 8 years ago
  36. d04d847 Issue #28774: Fix start/end pos in unicode_encode_ucs1(). by Xiang Zhang · 8 years ago
  37. 726a57d Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup by Victor Stinner · 8 years ago
  38. e3d75c6 Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 8 years ago
  39. 3fa28fd merge by Raymond Hettinger · 8 years ago
  40. 64e2f9a Issue #27100: Fix ref leak by Raymond Hettinger · 8 years ago
  41. bbf32e1 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  42. 02a4018 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 8 years ago
  43. 0b87b69 Merge 3.6 by Victor Stinner · 8 years ago
  44. bcf4dcc Issue #28727: Optimize pattern_richcompare() for a==a by Victor Stinner · 8 years ago
  45. e670b2d Issue #28727: Fix typo in pattern_richcompare() by Victor Stinner · 8 years ago
  46. 9ad8a63 Merge 3.6 by Victor Stinner · 8 years ago
  47. 3a5d79f Issue #28023: Fix python-gdb.py on old GDB versions by Victor Stinner · 8 years ago
  48. ff33c93 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  49. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  50. 1cd91a1 merge tag from 3.6 by Ned Deily · 8 years ago
  51. 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
  52. 007d7ff Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, by Serhiy Storchaka · 8 years ago
  53. 6f4f2e4 Added tag v3.6.0b4 for changeset 18496abdb3d5 by Ned Deily · 8 years ago
  54. 38c508a Version bump for 3.6.0b4 by Ned Deily · 8 years ago
  55. 19df707 Update pydoc topics for 3.6.0b4 by Ned Deily · 8 years ago
  56. 9af740b merge by Raymond Hettinger · 8 years ago
  57. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 8 years ago
  58. 21fb9f1 merge by Raymond Hettinger · 8 years ago
  59. 4e17e04 Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness by Raymond Hettinger · 8 years ago
  60. fc3f50c merge by Raymond Hettinger · 8 years ago
  61. 6b3481c Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.) by Raymond Hettinger · 8 years ago
  62. 1330eaa merge by Raymond Hettinger · 8 years ago
  63. 6da9078 Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  64. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 8 years ago
  65. e205f8b merge by Raymond Hettinger · 8 years ago
  66. 6023d33 Issue #28743: Reduce memory consumption for random module tests by Raymond Hettinger · 8 years ago
  67. 1f56e25 merge by Raymond Hettinger · 8 years ago
  68. 7f94619 Fix grammar by Raymond Hettinger · 8 years ago
  69. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  70. 4878d00 Merge 3.6 (issue #28652) by Yury Selivanov · 8 years ago
  71. 5cb0c09 Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
  72. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 8 years ago
  73. 6088cfc merge by Raymond Hettinger · 8 years ago
  74. bf87126 Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo). by Raymond Hettinger · 8 years ago
  75. e425bd9 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  76. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  77. 4ea3770 Merge by Raymond Hettinger · 8 years ago
  78. f89854f Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). by Raymond Hettinger · 8 years ago
  79. 43dfe2b merge by Raymond Hettinger · 8 years ago
  80. 1149d93 Add analysis section to motivate the single server queue example by Raymond Hettinger · 8 years ago
  81. c34e860 merge by Raymond Hettinger · 8 years ago
  82. e132910 Misc readability and organization improvements for the random docs by Raymond Hettinger · 8 years ago
  83. 46d8e31 merge by Raymond Hettinger · 8 years ago
  84. 0537405 Add a seealso section for further reference and skill building by Raymond Hettinger · 8 years ago
  85. 442e6b1 merge by Raymond Hettinger · 8 years ago
  86. 8ab1258 Simplify code in an example by Raymond Hettinger · 8 years ago
  87. 6be8b1e close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 8 years ago
  88. 23bb6f4 close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 8 years ago
  89. e31cc81 NEWS update by Ethan Furman · 8 years ago
  90. 64a6861 issue28082: actually include NEWS entry by Ethan Furman · 8 years ago
  91. b779f31 update news and re doc by Ethan Furman · 8 years ago
  92. c88c80b closes issue28082: doc update and NEWS entry by Ethan Furman · 8 years ago
  93. 00eacac closes issue23591: add NEWS entry by Ethan Furman · 8 years ago
  94. 92c50ee Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict by INADA Naoki · 8 years ago
  95. c0be040 Issue #28688: Null merge 3.6 by Victor Stinner · 8 years ago
  96. f9646ca Issue #28688: Null merge 3.5 by Victor Stinner · 8 years ago
  97. 6c7fb55 Issue #28688: Remove warnings.filters check from regrtest by Victor Stinner · 8 years ago
  98. 065507f Merge 3.6 by Victor Stinner · 8 years ago
  99. b44fb12 Implement rich comparison for _sre.SRE_Pattern by Victor Stinner · 8 years ago
  100. d16a9d4 Merge doc fixes from 3.6 by Martin Panter · 8 years ago