1. f1e2671 Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  2. 8988ebf Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  3. 51b697b Issue #26864: Merge no_proxy fixes from 3.5 by Martin Panter · 8 years ago
  4. aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 8 years ago
  5. 0a5bd51 Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) works by Berker Peksag · 8 years ago
  6. dd745cc Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  7. 6d34bbb Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  8. 0ac70c0 Fix typos. Reported by andportnoy on GitHub. by Berker Peksag · 8 years ago
  9. 3a31cca Issue #24902: Print server URL on http.server startup by Berker Peksag · 8 years ago
  10. 955bc38 Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  11. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  12. 8421d71 Removed unused initialization and the uninteresting comment. by Raymond Hettinger · 8 years ago
  13. fa07029 Issue #26880: Removed redundant checks in set.__init__. by Serhiy Storchaka · 8 years ago
  14. 54b60cf Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  15. 6dfcde5 Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  16. a5ffa2e Closes #26875: Merge with 3.5 by Zachary Ware · 8 years ago
  17. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 8 years ago
  18. 5031a67 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  19. 7f227d9 Issue #26874: Simplify the divmod docstring by Zachary Ware · 8 years ago
  20. 54559b6 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  21. 4d4160a Issue #26874: Fix divmod docstring by Zachary Ware · 8 years ago
  22. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  23. 258a5d4 fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  24. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  25. fb7c8ae Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android. by Stefan Krah · 8 years ago
  26. fa935c4 Issue #26854: Android has a different include path for soundcard.h. by Stefan Krah · 8 years ago
  27. 8d013a8 Issue #26846: Post commit cleanup. by Stefan Krah · 8 years ago
  28. 432dfcf Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android. by Stefan Krah · 8 years ago
  29. a653a27 Issue #20598: Merge argparse docs from 3.5 by Martin Panter · 8 years ago
  30. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  31. 71dc3d8 Issue #25349, #26249: Fix memleak in formatfloat() by Victor Stinner · 8 years ago
  32. 4500977 Issue #20306: Android is the only system that returns NULL for the pw_passwd by Stefan Krah · 8 years ago
  33. c5c43b8 merge by Raymond Hettinger · 8 years ago
  34. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  35. ab425aa Issue #16394: Note the tee() pure python equivalent is only a rough approximation. by Raymond Hettinger · 8 years ago
  36. cd9b5c2 Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  37. b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  38. 144da4e Issue #22747: Workaround for systems without langinfo.h. by Stefan Krah · 8 years ago
  39. 267b639 Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX. by Stefan Krah · 8 years ago
  40. 8e1da58 Issue #26846: Workaround for non-standard stdlib.h on Android. by Stefan Krah · 8 years ago
  41. 1845d14 Issue #17905: Do not guard locale include with HAVE_LANGINFO_H. by Stefan Krah · 8 years ago
  42. 0996fa3 merge 3.5 by Senthil Kumaran · 8 years ago
  43. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  44. 3211595 Merge with 3.5 by Zachary Ware · 8 years ago
  45. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 8 years ago
  46. 42d9b02 Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  47. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  48. 159e535 Remove outdated TkVersion checks. by Serhiy Storchaka · 8 years ago
  49. 81e7f94 Merge 3.5 by Serhiy Storchaka · 8 years ago
  50. 685fbed Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 8 years ago
  51. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  52. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  53. fd2839e Merge 3.5 by Serhiy Storchaka · 8 years ago
  54. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 8 years ago
  55. e4fbb02 Remove unused support.run_unittest imports. by Serhiy Storchaka · 8 years ago
  56. 8153ac8 Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the by Victor Stinner · 8 years ago
  57. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  58. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  59. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  60. 18a8aff Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  61. d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  62. a497774 Issue #24911: Merge socket context manager doc from 3.5 by Martin Panter · 8 years ago
  63. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  64. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 8 years ago
  65. 3791736 Issue #23806: Merge susp-ignored.csv from 3.5 by Martin Panter · 8 years ago
  66. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 8 years ago
  67. e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  68. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  69. 8d9594d Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 8 years ago
  70. 2ec1bee Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 8 years ago
  71. c61d80c Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  72. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  73. 78de0b1 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  74. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  75. ae7e8c4 Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  76. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  77. ce18d8c Issue #26089: Remove duplicate field 'license' from DistributionMetadata by Berker Peksag · 8 years ago
  78. 557326e Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  79. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  80. 745145a Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  81. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  82. 9046df0 merge 3.5 (#26827) by Benjamin Peterson · 8 years ago
  83. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 8 years ago
  84. 8b9eefc Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  85. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  86. 3973d27 merge 3.5 by Senthil Kumaran · 8 years ago
  87. 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 8 years ago
  88. da28494 Issue #22359: Merge cross-compilation fix from 3.5 by Martin Panter · 8 years ago
  89. 1046d5c Issue #22359: Disable running cross-compiled _freeze_importlib and pgen by Martin Panter · 8 years ago
  90. 1593259 Issue #26249: Try test_capi on Windows by Victor Stinner · 8 years ago
  91. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  92. 5439fc4 [minor] Doc fix in old python doc. by Senthil Kumaran · 8 years ago
  93. af1baab Merge 3.5 by Victor Stinner · 8 years ago
  94. 19620c5 gdb/libpython.py: inline _type_void_ptr() by Victor Stinner · 8 years ago
  95. b4faa8e Merge 3.5 by Victor Stinner · 8 years ago
  96. d7a7122 Issue #26799: Fix typo in Misc/NEWS by Victor Stinner · 8 years ago
  97. c88390f Merge 3.5: Issue #26799 by Victor Stinner · 8 years ago
  98. 4e75ca8 python-gdb.py: get C types at runtime by Victor Stinner · 8 years ago
  99. a2bf306 Issue #21668: Add also Chi Hsuan Yen to Misc/ACKS by Victor Stinner · 8 years ago
  100. 61f68db Issue #21668: Fix author of the patch. by Victor Stinner · 8 years ago