1. 2dc1bbb Remove outdated PEP 291 compatibility requirement comment by Martin Panter · 8 years ago
  2. f11352c asyncio/tests: Ensure a gc_collect for __del__ testing by Yury Selivanov · 8 years ago
  3. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
  4. 32dae3d asyncio: Break reference cycle in StreamReaderProtocol.connection_lost by Yury Selivanov · 8 years ago
  5. 04eb87e asyncio: ease the cert failed regex by Yury Selivanov · 8 years ago
  6. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  7. d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  8. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
  9. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 8 years ago
  10. 07451dd fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 8 years ago
  11. e78592d Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 8 years ago
  12. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  13. 9de7efe Removed duplicated NEWS entity for issue #26881. by Serhiy Storchaka · 8 years ago
  14. ec5d545 Issue #26881: Restored the name of scan_opcodes_25(). by Serhiy Storchaka · 8 years ago
  15. 3414e4a NEWS message for issue #26977. by Steven D'Aprano · 8 years ago
  16. bc62aae Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). by Steven D'Aprano · 8 years ago
  17. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  18. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 8 years ago
  19. 78b5ed9 Issue #26987: Correct implementation to match comment by Zachary Ware · 8 years ago
  20. df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  21. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  22. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  23. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  24. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  25. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  26. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  27. ad1fd34 Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  28. a40b0ef Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  29. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  30. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  31. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  32. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  33. f73a48c Issue 26912: fix broken imports in test_email package. by Terry Jan Reedy · 8 years ago
  34. 823c626 Issue 26911: fix import (other problems remain). by Terry Jan Reedy · 8 years ago
  35. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  36. 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  37. 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
  38. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  39. a3fd0b2 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 8 years ago
  40. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 8 years ago
  41. ac96205 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 8 years ago
  42. 2a86122 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 8 years ago
  43. 720e655 Issue #18916: Update thread module docstrings by Berker Peksag · 8 years ago
  44. df07173 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  45. 3803ad4 issue26893: use mro() to examine class heirarchy by Ethan Furman · 8 years ago
  46. dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 8 years ago
  47. f5f37d7 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 8 years ago
  48. d6e6f8b Issue #26898: Fix typo in math.isclose() docstring by Berker Peksag · 8 years ago
  49. ec766d3 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError by Berker Peksag · 8 years ago
  50. 8988ebf Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  51. aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 8 years ago
  52. 6d34bbb Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  53. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  54. 6dfcde5 Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  55. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 8 years ago
  56. 7f227d9 Issue #26874: Simplify the divmod docstring by Zachary Ware · 8 years ago
  57. 4d4160a Issue #26874: Fix divmod docstring by Zachary Ware · 8 years ago
  58. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  59. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  60. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  61. b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  62. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  63. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 8 years ago
  64. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  65. 685fbed Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 8 years ago
  66. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 8 years ago
  67. d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  68. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 8 years ago
  69. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 8 years ago
  70. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  71. 2ec1bee Issue #19731: Update copyright year in docs.p.o footer 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. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  74. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  75. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  76. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  77. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 8 years ago
  78. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  79. 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 8 years ago
  80. 1046d5c Issue #22359: Disable running cross-compiled _freeze_importlib and pgen by Martin Panter · 8 years ago
  81. 19620c5 gdb/libpython.py: inline _type_void_ptr() by Victor Stinner · 8 years ago
  82. d7a7122 Issue #26799: Fix typo in Misc/NEWS by Victor Stinner · 8 years ago
  83. 4e75ca8 python-gdb.py: get C types at runtime by Victor Stinner · 8 years ago
  84. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  85. 0d88c65 Backport test_gdb fix for s390x buildbots by Victor Stinner · 8 years ago
  86. b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  87. 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 8 years ago
  88. ded4c49 Trivial typo by Jesus Cea · 8 years ago
  89. 75b1bdc Replace assert statements with self.assertXxx() calls by Zachary Ware · 8 years ago
  90. def8072 setup.py: add missing libm dependency by Victor Stinner · 8 years ago
  91. ddd9917 Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings. by Lars Gustäbel · 8 years ago
  92. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  93. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  94. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  95. c1b5786 Fix test_asyncio.test_timeout_disable() by Victor Stinner · 8 years ago
  96. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  97. 6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). by Guido van Rossum · 8 years ago
  98. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  99. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  100. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 8 years ago