1. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  2. cc22984 Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). by Steven D'Aprano · 8 years ago
  3. 18933ed Issue #26512: Merge rounding doc from 3.5 by Martin Panter · 8 years ago
  4. 1a269d0 Issue #26924: Fix Windows buildbots by Berker Peksag · 8 years ago
  5. 0ce9cd9 Issue #26924: Do not define _multiprocessing.sem_unlink under Android by Berker Peksag · 8 years ago
  6. ca716cf Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  7. ad1fd34 Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  8. deab18d Issue #26708: Use the "const" qualifier for immutable strings. by Serhiy Storchaka · 8 years ago
  9. a8e3b0a Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  10. a40b0ef Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  11. 17e2295 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  12. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  13. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  14. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  15. a5f3a50 Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  16. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  17. 72ac6a7 Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  18. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  19. 234480d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  20. f73a48c Issue 26912: fix broken imports in test_email package. by Terry Jan Reedy · 8 years ago
  21. cc20d63 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  22. 823c626 Issue 26911: fix import (other problems remain). by Terry Jan Reedy · 8 years ago
  23. 24182a3 Restored parameter name "self" since gdb needs exact specific parameter names. by Serhiy Storchaka · 8 years ago
  24. 584e8ae Issue 26915: Add identity checks to the collections ABC __contains__ methods. by Raymond Hettinger · 8 years ago
  25. d7062de Issue #26918: Skipped some tests in test_pipes on Android. by Serhiy Storchaka · 8 years ago
  26. fb81d3c Issue #26765: Moved common code for the replace() method of bytes and bytearray by Serhiy Storchaka · 8 years ago
  27. 9fc3857 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  28. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  29. dd40fc3 Issue #26765: Moved common code and docstrings for bytes and bytearray methods by Serhiy Storchaka · 8 years ago
  30. 045e635 Automated merge with ssh://hg.python.org/cpython by Steven D'Aprano · 8 years ago
  31. fcce462 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  32. 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  33. 3b06e24 Issue 26002 and 25974 by Steven D'Aprano · 8 years ago
  34. ad039f7 Issue #20120: Merge with 3.5 by Jason R. Coombs · 8 years ago
  35. 422cf2b Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0. by Jason R. Coombs · 8 years ago
  36. 45cdcd9 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  37. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  38. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  39. 0e12052 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 8 years ago
  40. a3fd0b2 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 8 years ago
  41. 478be14 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  42. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 8 years ago
  43. 7a5842e Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 8 years ago
  44. ac96205 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 8 years ago
  45. 2a86122 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 8 years ago
  46. 7a9579c Got rid of redundand "self" parameter declarations. by Serhiy Storchaka · 8 years ago
  47. 312f208 Issue #18916: Update thread module docstrings by Berker Peksag · 8 years ago
  48. 720e655 Issue #18916: Update thread module docstrings by Berker Peksag · 8 years ago
  49. 2e310b4 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  50. df07173 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  51. 3547069 issue26893: use mro() to examine class heirarchy by Ethan Furman · 8 years ago
  52. 3803ad4 issue26893: use mro() to examine class heirarchy by Ethan Furman · 8 years ago
  53. 47d1d7f Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 8 years ago
  54. dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 8 years ago
  55. b608196 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 8 years ago
  56. f5f37d7 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 8 years ago
  57. a257062 Issue #26898: Fix typo in math.isclose() docstring by Berker Peksag · 8 years ago
  58. d6e6f8b Issue #26898: Fix typo in math.isclose() docstring by Berker Peksag · 8 years ago
  59. aa9d369 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError by Berker Peksag · 8 years ago
  60. ec766d3 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError by Berker Peksag · 8 years ago
  61. f1e2671 Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  62. 8988ebf Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  63. 51b697b Issue #26864: Merge no_proxy fixes from 3.5 by Martin Panter · 8 years ago
  64. aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 8 years ago
  65. 0a5bd51 Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) works by Berker Peksag · 8 years ago
  66. dd745cc Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  67. 6d34bbb Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  68. 0ac70c0 Fix typos. Reported by andportnoy on GitHub. by Berker Peksag · 8 years ago
  69. 3a31cca Issue #24902: Print server URL on http.server startup by Berker Peksag · 8 years ago
  70. 955bc38 Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  71. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  72. 8421d71 Removed unused initialization and the uninteresting comment. by Raymond Hettinger · 8 years ago
  73. fa07029 Issue #26880: Removed redundant checks in set.__init__. by Serhiy Storchaka · 8 years ago
  74. 54b60cf Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  75. 6dfcde5 Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  76. a5ffa2e Closes #26875: Merge with 3.5 by Zachary Ware · 8 years ago
  77. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 8 years ago
  78. 5031a67 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  79. 7f227d9 Issue #26874: Simplify the divmod docstring by Zachary Ware · 8 years ago
  80. 54559b6 Closes #26874: Merge with 3.5 by Zachary Ware · 8 years ago
  81. 4d4160a Issue #26874: Fix divmod docstring by Zachary Ware · 8 years ago
  82. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  83. 258a5d4 fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  84. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  85. fb7c8ae Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android. by Stefan Krah · 8 years ago
  86. fa935c4 Issue #26854: Android has a different include path for soundcard.h. by Stefan Krah · 8 years ago
  87. 8d013a8 Issue #26846: Post commit cleanup. by Stefan Krah · 8 years ago
  88. 432dfcf Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android. by Stefan Krah · 8 years ago
  89. a653a27 Issue #20598: Merge argparse docs from 3.5 by Martin Panter · 8 years ago
  90. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  91. 71dc3d8 Issue #25349, #26249: Fix memleak in formatfloat() by Victor Stinner · 8 years ago
  92. 4500977 Issue #20306: Android is the only system that returns NULL for the pw_passwd by Stefan Krah · 8 years ago
  93. c5c43b8 merge by Raymond Hettinger · 8 years ago
  94. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  95. ab425aa Issue #16394: Note the tee() pure python equivalent is only a rough approximation. by Raymond Hettinger · 8 years ago
  96. cd9b5c2 Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  97. b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  98. 144da4e Issue #22747: Workaround for systems without langinfo.h. by Stefan Krah · 8 years ago
  99. 267b639 Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX. by Stefan Krah · 8 years ago
  100. 8e1da58 Issue #26846: Workaround for non-standard stdlib.h on Android. by Stefan Krah · 8 years ago