1. 934aba6 Issue #29377: Add three new wrappers to types.py (Manuel Krebber). by Guido van Rossum · 8 years ago
  2. 72268ae Fix test_gdb.test_wrapper_call() on Python 2 by Victor Stinner · 8 years ago
  3. fdbc397 Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack() by Victor Stinner · 8 years ago
  4. 122fb56 Document that _PyFunction_FastCallDict() must copy kwargs by Victor Stinner · 8 years ago
  5. f94b68a Make test_gdb.test_wrapper_call() make reliable by Victor Stinner · 8 years ago
  6. 6110833 python-gdb.py supports method-wrapper by Victor Stinner · 8 years ago
  7. c9473b8 Merge 3.6 by doko@ubuntu.com · 8 years ago
  8. f8c5f30 Merge 3.5 by doko@ubuntu.com · 8 years ago
  9. 137b5a2 Issue #29169: Fix NEWS entry. by doko@ubuntu.com · 8 years ago
  10. 2145387 merge 3.6 (#29398) by Benjamin Peterson · 8 years ago
  11. 2b3f4c1 merge 3.5 (#29398) by Benjamin Peterson · 8 years ago
  12. ec977c3 gc types needs to be allocated as such (closes #29398) by Benjamin Peterson · 8 years ago
  13. ef158c3 Issue #29218: Remove unused install_misc command by Berker Peksag · 8 years ago
  14. 9ac4815 merge 3.6 by doko@ubuntu.com · 8 years ago
  15. cd12f7c merge 3.5 by doko@ubuntu.com · 8 years ago
  16. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 8 years ago
  17. a12f123 merge 3.6 by doko@ubuntu.com · 8 years ago
  18. 4de34e0 merge 3.5 by doko@ubuntu.com · 8 years ago
  19. d46f729 add Modules/zlib/zlib.map to .hgeol by doko@ubuntu.com · 8 years ago
  20. 7964d2b Issue #29283: Merge from 3.6 by Berker Peksag · 8 years ago
  21. 236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README by Berker Peksag · 8 years ago
  22. f24bccc Issue #28822: Add susp-ignored entry for NEWS; fix grammar by Martin Panter · 8 years ago
  23. d5feb49 Issues #11670: Merge configparser doc from 3.6 by Martin Panter · 8 years ago
  24. ba964cc Issues #29349: Merge Py 2.6+ compatibility from 3.6 by Martin Panter · 8 years ago
  25. e334a53 Issues #11670: Merge configparser doc from 3.5 by Martin Panter · 8 years ago
  26. b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 by Martin Panter · 8 years ago
  27. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 8 years ago
  28. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 8 years ago
  29. 3f16f57 Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+ by Martin Panter · 8 years ago
  30. c654f0a Issues #29349: Add NEWS for 3.7; use “with” statement by Martin Panter · 8 years ago
  31. 3a6dc19 Issues #29349: Merge Py 2 fix 3.6 by Martin Panter · 8 years ago
  32. af4e5d9 Issues #12067: Merge hash recommendation from 3.6 by Martin Panter · 8 years ago
  33. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 8 years ago
  34. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 8 years ago
  35. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 8 years ago
  36. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 8 years ago
  37. bea12f4 merge by Raymond Hettinger · 8 years ago
  38. e53bd8e Issue 29310: Document typing.NamedTuple default argument syntax by Raymond Hettinger · 8 years ago
  39. 35a96a2 Issue #29383: reduce temporary interned unicode by INADA Naoki · 8 years ago
  40. 49688cd Closes #28784: Merged update from 3.6. by Vinay Sajip · 8 years ago
  41. dc4ce0e Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. by Vinay Sajip · 8 years ago
  42. 61fda05 Closes #29308: Merged fix from 3.6. by Vinay Sajip · 8 years ago
  43. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  44. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 8 years ago
  45. f473fda merge 3.6 by Benjamin Peterson · 8 years ago
  46. ae28ffd remove comment about updating the parser module; we do not need to do that anymore (#26526) by Benjamin Peterson · 8 years ago
  47. bda5a2b Issue #29358: Add postcondition checks on types by Victor Stinner · 8 years ago
  48. fc48908 Issue #29369: Use Py_IDENTIFIER in Python-ast.c by INADA Naoki · 8 years ago
  49. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 8 years ago
  50. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  51. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  52. a8df847 [merge 3.6] - issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 8 years ago
  53. b0d0e19 issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 8 years ago
  54. 78d9e58 Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict by Serhiy Storchaka · 8 years ago
  55. 0105606 issue29167: fix race condition in (Int)Flag by Ethan Furman · 8 years ago
  56. 28cf663 closes issue29167: fix race condition in (Int)Flag by Ethan Furman · 8 years ago
  57. 675f2f8 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  58. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  59. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 8 years ago
  60. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  61. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  62. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  63. c3858bd Issue #29360: _PyStack_AsDict() doesn't check kwnames by Victor Stinner · 8 years ago
  64. 90f6332 Issue #29338: Fix test_enum. by Serhiy Storchaka · 8 years ago
  65. 91a8866 Fix grammar in doc string, RST markup by Martin Panter · 8 years ago
  66. 8c79c70 Issues #29189: Merge indentation fixes from 3.6 by Martin Panter · 8 years ago
  67. 574ff06 Issues #29189: Merge indentation fixes from 3.5 by Martin Panter · 8 years ago
  68. ef107ee Issue #29189: Fix indentation in RST markup by Martin Panter · 8 years ago
  69. c05032c Issues #29273: Merge test___all__ from 3.6 by Martin Panter · 8 years ago
  70. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 8 years ago
  71. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 8 years ago
  72. 213f229 Issue #29338: Don't output an empty signature for class constructor. by Serhiy Storchaka · 8 years ago
  73. 0e83045 Merge 3.6 by Victor Stinner · 8 years ago
  74. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 8 years ago
  75. ccb5f3c Issue #29338: The help of a builtin or extension class now includes the by Serhiy Storchaka · 8 years ago
  76. 9fa4a12 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  77. ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  78. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  79. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  80. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  81. 60e6e96 Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  82. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  83. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  84. 773a8c4 typo fix, extra '.' on MacOS :) by Gregory P. Smith · 8 years ago
  85. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 8 years ago
  86. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 8 years ago
  87. 4d5097a Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->3.7) by Guido van Rossum · 8 years ago
  88. 744cd63 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) by Guido van Rossum · 8 years ago
  89. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 8 years ago
  90. 62f82a9 Issue #28556: various style fixes for typing.py (3.6->3.7) by Guido van Rossum · 8 years ago
  91. 0c5f47f Issue #28556: various style fixes for typing.py (3.5->3.6) by Guido van Rossum · 8 years ago
  92. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 8 years ago
  93. 5c8706c Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  94. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  95. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  96. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 8 years ago
  97. d528791 Issue #29290: Merge 3.6. by Xiang Zhang · 8 years ago
  98. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 8 years ago
  99. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  100. 1dfaa6c Issue #29092: Merge 3.6. by Xiang Zhang · 8 years ago