1. ac0720e Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). by Serhiy Storchaka · 8 years ago
  2. bb8fd5b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  3. 06a8dea Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  4. 2863c38 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  5. aa5a13f replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  6. 2854018 Another en → em dash fix for 3.6 by Martin Panter · 8 years ago
  7. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 8 years ago
  8. ceccc85 Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) (3.5->3.6) by Guido van Rossum · 8 years ago
  9. b24569a Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) by Guido van Rossum · 8 years ago
  10. f0e98c5 Issue #20572: The subprocess.Popen.wait method's undocumented endtime by Gregory P. Smith · 8 years ago
  11. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  12. cf01441 Fix typos in documentation by Martin Panter · 8 years ago
  13. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 8 years ago
  14. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 8 years ago
  15. 57ea576 move the enable-optimizations mention to the correct Build section. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  16. 164eea5 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  17. 1016b2f Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  18. 9f64de8 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  19. bbfe6c3 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  20. ba7eb8d Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  21. 2ccb988 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  22. 01452af Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  23. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  24. 0e7dbe9 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  25. 6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  26. 92b9a1f Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  27. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  28. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  29. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  30. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  31. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  32. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  33. 3c38e06 Issue #27998: Documented bytes paths support on Windows. by Serhiy Storchaka · 8 years ago
  34. bb08db4 Fixes empty tuple case. by Steve Dower · 8 years ago
  35. eccaa06 Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv by Steve Dower · 8 years ago
  36. bce2626 Issue #28732: Raise ValueError when argv[0] is empty by Steve Dower · 8 years ago
  37. 93ff872 Issue #28732: Raise ValueError when argv[0] is empty. by Steve Dower · 8 years ago
  38. 859fd7b Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments by Steve Dower · 8 years ago
  39. c363061 Merge from 3.5 and fix a few other functions missing IPH handling. by Steve Dower · 8 years ago
  40. 11f4326 Issue #28732: Fix crash in os.spawnv() with no elements in args by Steve Dower · 8 years ago
  41. 43891e0 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.5->3.6) by Guido van Rossum · 8 years ago
  42. ca4b252 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) by Guido van Rossum · 8 years ago
  43. ec5d3cd Issue #28746: Fix the set_inheritable() file descriptor method on platforms by Xavier de Gaye · 8 years ago
  44. 78ffd6c Issue #28705: greatly simplify the FAQ entry on transpiling. by Brett Cannon · 8 years ago
  45. d23881e Ignore newly added suspicious line by Zachary Ware · 8 years ago
  46. a3950e4 Small edits to the docs for sample() and shuffle(). by Raymond Hettinger · 8 years ago
  47. 0a1a909 Further refinements to the examples and recipes for the random module by Raymond Hettinger · 8 years ago
  48. 877f036 Issue #26926: Skip some test_io tests on platforms without large file support by Xavier de Gaye · 8 years ago
  49. dfc13e0 Issue 26931: Skip the test_distutils tests using a compiler executable by Xavier de Gaye · 8 years ago
  50. 00305ad Add another example to the recipes section of the random docs by Raymond Hettinger · 8 years ago
  51. 2589ee3 Minor touch-ups to the random module examples by Raymond Hettinger · 8 years ago
  52. be1ed8b Merge from 3.5 by Steve Dower · 8 years ago
  53. c851817 Fixes incorrect path in nuget package build. by Steve Dower · 8 years ago
  54. 22214ab Issue #28720: Add collections.abc.AsyncGenerator. by Yury Selivanov · 8 years ago
  55. 41782e4 Issue #28721: Fix asynchronous generators aclose() and athrow() by Yury Selivanov · 8 years ago
  56. a83a6a3 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now by Serhiy Storchaka · 8 years ago
  57. ecbca35 Closes #28713 uses OSError in the tutorial by Kushal Das · 8 years ago
  58. df66b9c Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). by Serhiy Storchaka · 8 years ago
  59. 292dd1b Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). by Serhiy Storchaka · 8 years ago
  60. dddec81 Issue #21449: Removed private function _PyUnicode_CompareWithId. by Serhiy Storchaka · 8 years ago
  61. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  62. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  63. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  64. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  65. 2106010 Issue #26935: Fix broken Android dup2() in test_os by Xavier de Gaye · 8 years ago
  66. b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, by Xavier de Gaye · 8 years ago
  67. 756b45a Merge - upgrade pip/setuptools by Donald Stufft · 8 years ago
  68. 5ebff7b Merge - upgrade pip/setuptools by Donald Stufft · 8 years ago
  69. dd5c73b Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 8 years ago
  70. 21bb0e6 Merge 3.5 (issue #28704) by Yury Selivanov · 8 years ago
  71. d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects by Yury Selivanov · 8 years ago
  72. 27182bb Merge 3.5 (issue #28703) by Yury Selivanov · 8 years ago
  73. 0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. by Yury Selivanov · 8 years ago
  74. 63859ae Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) (3.5->3.6) by Guido van Rossum · 8 years ago
  75. 2f84144 Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) by Guido van Rossum · 8 years ago
  76. 43cf2ef Issue #26929: Skip some test_strptime tests failing on Android that by Xavier de Gaye · 8 years ago
  77. d178e69 Issue 28668: Merge 3.5 by Xavier de Gaye · 8 years ago
  78. 49e8f2d Issue 28668: Skip tests where instanciation of multiprocessing.Queue by Xavier de Gaye · 8 years ago
  79. f9cca36 Fix warn_invalid_escape_sequence() by Victor Stinner · 8 years ago
  80. de40e12 Issue #28573: Fixes issue with nested if blocks by Steve Dower · 8 years ago
  81. 4468bed Issue #28573: Avoid setting up env too many times during build by Steve Dower · 8 years ago
  82. 6bf87d3 Issue #28635: what's new in 3.6: add a few more notes on typing by Yury Selivanov · 8 years ago
  83. 39d2dfe Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  84. 5ae6c77 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  85. 5ca92ab Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  86. 60ac989 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  87. 38c8b7d Issue #28662: Catch PermissionError in tests when spawning a non existent program by Xavier de Gaye · 8 years ago
  88. 8bf43e6 Issue #28082: Add basic unit tests on re enums by Victor Stinner · 8 years ago
  89. fb6a659 Issue #28637: Reapply changeset 223731925d06 by Victor Stinner · 8 years ago
  90. 996fc1f correctly emulate error semantics of gen.throw in FutureIter_throw by Benjamin Peterson · 8 years ago
  91. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  92. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  93. 9544a36 Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 8 years ago
  94. f8c25e3 Issue #28678: Merge parameter name from 3.5 into 3.6 by Martin Panter · 8 years ago
  95. efbf20f Issue #28678: Fix references to numeric_owner parameter by Martin Panter · 8 years ago
  96. 95aa56a Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows by Xavier de Gaye · 8 years ago
  97. 6c5f219 Fix test_faulthandler on Android where raise() exits with 0 by Xavier de Gaye · 8 years ago
  98. f056b04 Merge 3.5 by Xavier de Gaye · 8 years ago
  99. 547c1b9 Fix temporary file not deleted in test_socket by Xavier de Gaye · 8 years ago
  100. 24e4239 Fix typos by Raymond Hettinger · 8 years ago