1. 7e45b5c Issue #27100: Silence deprecation warning in Lib/test/test_with.py by Raymond Hettinger · 9 years ago
  2. f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 9 years ago
  3. 2a94301 Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 9 years ago
  4. f0888cd Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 9 years ago
  5. 64e2f9a Issue #27100: Fix ref leak by Raymond Hettinger · 9 years ago
  6. 02a4018 Issue #28573: Missing sys._mercurial info and other build issues. by Steve Dower · 9 years ago
  7. bcf4dcc Issue #28727: Optimize pattern_richcompare() for a==a by Victor Stinner · 9 years ago
  8. e670b2d Issue #28727: Fix typo in pattern_richcompare() by Victor Stinner · 9 years ago
  9. 3a5d79f Issue #28023: Fix python-gdb.py on old GDB versions by Victor Stinner · 9 years ago
  10. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 9 years ago
  11. 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 · 9 years ago
  12. 6f4f2e4 Added tag v3.6.0b4 for changeset 18496abdb3d5 by Ned Deily · 9 years ago
  13. 38c508a Version bump for 3.6.0b4 by Ned Deily · 9 years ago
  14. 19df707 Update pydoc topics for 3.6.0b4 by Ned Deily · 9 years ago
  15. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 9 years ago
  16. 4e17e04 Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness by Raymond Hettinger · 9 years ago
  17. 6b3481c Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.) by Raymond Hettinger · 9 years ago
  18. 6da9078 Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 9 years ago
  19. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 9 years ago
  20. 6023d33 Issue #28743: Reduce memory consumption for random module tests by Raymond Hettinger · 9 years ago
  21. 7f94619 Fix grammar by Raymond Hettinger · 9 years ago
  22. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 9 years ago
  23. 5cb0c09 Merge 3.5 (issue #28652) by Yury Selivanov · 9 years ago
  24. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 9 years ago
  25. bf87126 Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo). by Raymond Hettinger · 9 years ago
  26. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 9 years ago
  27. f89854f Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). by Raymond Hettinger · 9 years ago
  28. 1149d93 Add analysis section to motivate the single server queue example by Raymond Hettinger · 9 years ago
  29. e132910 Misc readability and organization improvements for the random docs by Raymond Hettinger · 9 years ago
  30. 0537405 Add a seealso section for further reference and skill building by Raymond Hettinger · 9 years ago
  31. 8ab1258 Simplify code in an example by Raymond Hettinger · 9 years ago
  32. 23bb6f4 close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 9 years ago
  33. 64a6861 issue28082: actually include NEWS entry by Ethan Furman · 9 years ago
  34. c88c80b closes issue28082: doc update and NEWS entry by Ethan Furman · 9 years ago
  35. 00eacac closes issue23591: add NEWS entry by Ethan Furman · 9 years ago
  36. f9646ca Issue #28688: Null merge 3.5 by Victor Stinner · 9 years ago
  37. 6c7fb55 Issue #28688: Remove warnings.filters check from regrtest by Victor Stinner · 9 years ago
  38. b44fb12 Implement rich comparison for _sre.SRE_Pattern by Victor Stinner · 9 years ago
  39. a2f7ee8 Fix up grammar, markup, etc in 3.6 What’s New by Martin Panter · 9 years ago
  40. 8a6333d Merge doc fixup from 3.5 by Martin Panter · 9 years ago
  41. 6a4d762 Fix indentation by Martin Panter · 9 years ago
  42. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 9 years ago
  43. 6befb64 Extend and improve the examples for the random module by Raymond Hettinger · 9 years ago
  44. ac0720e Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). by Serhiy Storchaka · 9 years ago
  45. bb8fd5b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 9 years ago
  46. 06a8dea Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 9 years ago
  47. 2863c38 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 9 years ago
  48. aa5a13f replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 9 years ago
  49. 2854018 Another en → em dash fix for 3.6 by Martin Panter · 9 years ago
  50. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 9 years ago
  51. ceccc85 Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) (3.5->3.6) by Guido van Rossum · 9 years ago
  52. b24569a Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) by Guido van Rossum · 9 years ago
  53. f0e98c5 Issue #20572: The subprocess.Popen.wait method's undocumented endtime by Gregory P. Smith · 9 years ago
  54. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 9 years ago
  55. cf01441 Fix typos in documentation by Martin Panter · 9 years ago
  56. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 9 years ago
  57. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 9 years ago
  58. 57ea576 move the enable-optimizations mention to the correct Build section. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  59. 164eea5 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  60. 1016b2f Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  61. 9f64de8 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 9 years ago
  62. bbfe6c3 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 9 years ago
  63. ba7eb8d Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  64. 2ccb988 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  65. 01452af Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 9 years ago
  66. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 9 years ago
  67. 0e7dbe9 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  68. 6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  69. 92b9a1f Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 9 years ago
  70. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 9 years ago
  71. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 9 years ago
  72. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 9 years ago
  73. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 9 years ago
  74. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 9 years ago
  75. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 9 years ago
  76. 3c38e06 Issue #27998: Documented bytes paths support on Windows. by Serhiy Storchaka · 9 years ago
  77. bb08db4 Fixes empty tuple case. by Steve Dower · 9 years ago
  78. eccaa06 Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv by Steve Dower · 9 years ago
  79. bce2626 Issue #28732: Raise ValueError when argv[0] is empty by Steve Dower · 9 years ago
  80. 93ff872 Issue #28732: Raise ValueError when argv[0] is empty. by Steve Dower · 9 years ago
  81. 859fd7b Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments by Steve Dower · 9 years ago
  82. c363061 Merge from 3.5 and fix a few other functions missing IPH handling. by Steve Dower · 9 years ago
  83. 11f4326 Issue #28732: Fix crash in os.spawnv() with no elements in args by Steve Dower · 9 years ago
  84. 43891e0 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.5->3.6) by Guido van Rossum · 9 years ago
  85. ca4b252 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) by Guido van Rossum · 9 years ago
  86. ec5d3cd Issue #28746: Fix the set_inheritable() file descriptor method on platforms by Xavier de Gaye · 9 years ago
  87. 78ffd6c Issue #28705: greatly simplify the FAQ entry on transpiling. by Brett Cannon · 9 years ago
  88. d23881e Ignore newly added suspicious line by Zachary Ware · 9 years ago
  89. a3950e4 Small edits to the docs for sample() and shuffle(). by Raymond Hettinger · 9 years ago
  90. 0a1a909 Further refinements to the examples and recipes for the random module by Raymond Hettinger · 9 years ago
  91. 877f036 Issue #26926: Skip some test_io tests on platforms without large file support by Xavier de Gaye · 9 years ago
  92. dfc13e0 Issue 26931: Skip the test_distutils tests using a compiler executable by Xavier de Gaye · 9 years ago
  93. 00305ad Add another example to the recipes section of the random docs by Raymond Hettinger · 9 years ago
  94. 2589ee3 Minor touch-ups to the random module examples by Raymond Hettinger · 9 years ago
  95. be1ed8b Merge from 3.5 by Steve Dower · 9 years ago
  96. c851817 Fixes incorrect path in nuget package build. by Steve Dower · 9 years ago
  97. 22214ab Issue #28720: Add collections.abc.AsyncGenerator. by Yury Selivanov · 9 years ago
  98. 41782e4 Issue #28721: Fix asynchronous generators aclose() and athrow() by Yury Selivanov · 9 years ago
  99. a83a6a3 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now by Serhiy Storchaka · 9 years ago
  100. ecbca35 Closes #28713 uses OSError in the tutorial by Kushal Das · 9 years ago