1. 356ae17 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.6->3.7) by Guido van Rossum · 8 years ago
  2. c349374 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6) by Guido van Rossum · 8 years ago
  3. 61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) by Guido van Rossum · 8 years ago
  4. baa7223 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 8 years ago
  5. 9ec0772 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 8 years ago
  6. 214678e Issue #12844: More than 255 arguments can now be passed to a function. by Serhiy Storchaka · 8 years ago
  7. de7bf08 Merge 3.6, fix for #24142 by Łukasz Langa · 8 years ago
  8. 8fb4e42 Merge 3.5, fix for #24142 by Łukasz Langa · 8 years ago
  9. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 8 years ago
  10. 1018fad Issue #28792: Remove aliases from _bisect by Victor Stinner · 8 years ago
  11. 87d89d9 merge by Raymond Hettinger · 8 years ago
  12. 7e45b5c Issue #27100: Silence deprecation warning in Lib/test/test_with.py by Raymond Hettinger · 8 years ago
  13. 726a57d Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup by Victor Stinner · 8 years ago
  14. e3d75c6 Issue #28770: Update python-gdb.py for fastcalls by Victor Stinner · 8 years ago
  15. 0b87b69 Merge 3.6 by Victor Stinner · 8 years ago
  16. bcf4dcc Issue #28727: Optimize pattern_richcompare() for a==a by Victor Stinner · 8 years ago
  17. ff33c93 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  18. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  19. 19df707 Update pydoc topics 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. 21fb9f1 merge by Raymond Hettinger · 8 years ago
  23. 4e17e04 Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness by Raymond Hettinger · 8 years ago
  24. fc3f50c merge by Raymond Hettinger · 8 years ago
  25. 6b3481c Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.) by Raymond Hettinger · 8 years ago
  26. e205f8b merge by Raymond Hettinger · 8 years ago
  27. 6023d33 Issue #28743: Reduce memory consumption for random module tests by Raymond Hettinger · 8 years ago
  28. 4878d00 Merge 3.6 (issue #28652) by Yury Selivanov · 8 years ago
  29. 5cb0c09 Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
  30. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 8 years ago
  31. 6088cfc merge by Raymond Hettinger · 8 years ago
  32. bf87126 Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo). by Raymond Hettinger · 8 years ago
  33. e425bd9 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  34. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 8 years ago
  35. 6be8b1e close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 8 years ago
  36. 23bb6f4 close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico. by Ethan Furman · 8 years ago
  37. 6c7fb55 Issue #28688: Remove warnings.filters check from regrtest by Victor Stinner · 8 years ago
  38. 065507f Merge 3.6 by Victor Stinner · 8 years ago
  39. b44fb12 Implement rich comparison for _sre.SRE_Pattern by Victor Stinner · 8 years ago
  40. 7fc69f2 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  41. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  42. 6496daf Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) (3.6->3.7) by Guido van Rossum · 8 years ago
  43. 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
  44. b24569a Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) by Guido van Rossum · 8 years ago
  45. 82604e0 Issue #20572: Remove the subprocess.Popen.wait endtime parameter. by Gregory P. Smith · 8 years ago
  46. f0e98c5 Issue #20572: The subprocess.Popen.wait method's undocumented endtime by Gregory P. Smith · 8 years ago
  47. 7d6e923 Issue #25659: Merge ctypes fix from 3.6 by Martin Panter · 8 years ago
  48. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 8 years ago
  49. 9f64de8 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  50. 09285e0 Issue #28666: Try to fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  51. bbfe6c3 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  52. 8551495 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  53. ba7eb8d Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  54. 2ccb988 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  55. c34a590 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  56. 0e7dbe9 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  57. 6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  58. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  59. 17c27d7 Merge from 3.6 by Steve Dower · 8 years ago
  60. bb08db4 Fixes empty tuple case. by Steve Dower · 8 years ago
  61. b8f4c7a Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv by Steve Dower · 8 years ago
  62. eccaa06 Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv by Steve Dower · 8 years ago
  63. 83aeb3c Issue #28732: Raise ValueError when argv[0] is empty by Steve Dower · 8 years ago
  64. bce2626 Issue #28732: Raise ValueError when argv[0] is empty by Steve Dower · 8 years ago
  65. 6f33e29 Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments by Steve Dower · 8 years ago
  66. 859fd7b Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments by Steve Dower · 8 years ago
  67. 6e3f34b Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.6->3.7) by Guido van Rossum · 8 years ago
  68. 43891e0 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) (3.5->3.6) by Guido van Rossum · 8 years ago
  69. ca4b252 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) by Guido van Rossum · 8 years ago
  70. e82338d Issue #28548: Parse HTTP request version even if too many words received by Martin Panter · 8 years ago
  71. ac05f88 Issue #26926: Merge 3.6 by Xavier de Gaye · 8 years ago
  72. 877f036 Issue #26926: Skip some test_io tests on platforms without large file support by Xavier de Gaye · 8 years ago
  73. 5675835 Issue 26931: Merge 3.6 by Xavier de Gaye · 8 years ago
  74. dfc13e0 Issue 26931: Skip the test_distutils tests using a compiler executable by Xavier de Gaye · 8 years ago
  75. 6592dbd Merge 3.6 (issue #28720) by Yury Selivanov · 8 years ago
  76. 22214ab Issue #28720: Add collections.abc.AsyncGenerator. by Yury Selivanov · 8 years ago
  77. bb23565 Merge 3.6 (issue #28721) by Yury Selivanov · 8 years ago
  78. 41782e4 Issue #28721: Fix asynchronous generators aclose() and athrow() by Yury Selivanov · 8 years ago
  79. 1e2784e Issue #26935: Merge 3.6 by Xavier de Gaye · 8 years ago
  80. 2106010 Issue #26935: Fix broken Android dup2() in test_os by Xavier de Gaye · 8 years ago
  81. a97872a Merge - upgrade pip/setuptools by Donald Stufft · 8 years ago
  82. 756b45a Merge - upgrade pip/setuptools by Donald Stufft · 8 years ago
  83. 5ebff7b Merge - upgrade pip/setuptools by Donald Stufft · 8 years ago
  84. dd5c73b Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 8 years ago
  85. 22131a3 Merge 3.6 (issue #28704) by Yury Selivanov · 8 years ago
  86. 21bb0e6 Merge 3.5 (issue #28704) by Yury Selivanov · 8 years ago
  87. d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects by Yury Selivanov · 8 years ago
  88. adceaa6 Merge 3.6 (issue #28703) by Yury Selivanov · 8 years ago
  89. 27182bb Merge 3.5 (issue #28703) by Yury Selivanov · 8 years ago
  90. 0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. by Yury Selivanov · 8 years ago
  91. dbd5b6b Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) (3.6->3.7) by Guido van Rossum · 8 years ago
  92. 63859ae Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) (3.5->3.6) by Guido van Rossum · 8 years ago
  93. 2f84144 Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) by Guido van Rossum · 8 years ago
  94. e385cd1 Issue #26929: Merge 3.6 by Xavier de Gaye · 8 years ago
  95. 43cf2ef Issue #26929: Skip some test_strptime tests failing on Android that by Xavier de Gaye · 8 years ago
  96. f1190c4 Issue 28668: Merge 3.6 by Xavier de Gaye · 8 years ago
  97. d178e69 Issue 28668: Merge 3.5 by Xavier de Gaye · 8 years ago
  98. 49e8f2d Issue 28668: Skip tests where instanciation of multiprocessing.Queue by Xavier de Gaye · 8 years ago
  99. d5f599a Merge 3.6 by Victor Stinner · 8 years ago
  100. f9cca36 Fix warn_invalid_escape_sequence() by Victor Stinner · 8 years ago