1. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  2. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  3. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 8 years ago
  4. 8917226 test_support -> support by Benjamin Peterson · 8 years ago
  5. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 8 years ago
  6. a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 8 years ago
  7. e38415e issue26775 - Improve test coverage for urllib.parse by Senthil Kumaran · 8 years ago
  8. 23172bd Issue #10838: Run test__all__() everywhere, even if poll() is not available by Martin Panter · 8 years ago
  9. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  10. f3ad042 Issue #25609: Backport typing.ContextManager. by Brett Cannon · 8 years ago
  11. 3c149a6 Issue #26764: Bacported tests for bytes formatting. by Serhiy Storchaka · 8 years ago
  12. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  13. de4e079 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  14. 5de67b1 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  15. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  16. a3c532b [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 8 years ago
  17. c6ec54d Issue #26647: Fix typo in test_grammar by Victor Stinner · 8 years ago
  18. 247763d Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 8 years ago
  19. e0805cf Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  20. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  21. 731b1b1 Remove relics of str8 (became bytes) and buffer (bytearray) type tests by Martin Panter · 8 years ago
  22. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 8 years ago
  23. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 8 years ago
  24. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 8 years ago
  25. d7fdc86 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  26. a2d7cf0 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  27. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  28. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 8 years ago
  29. 0e0563c Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the concrete set). by Guido van Rossum · 8 years ago
  30. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  31. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  32. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  33. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 8 years ago
  34. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 8 years ago
  35. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 8 years ago
  36. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 8 years ago
  37. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  38. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  39. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  40. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 8 years ago
  41. 9db2ae7 Fix ResourceWarning in test_unittest when interrupted by Victor Stinner · 8 years ago
  42. 06ddd35 Issue #25911: Backport os._DummyDirEntry fixes by Victor Stinner · 8 years ago
  43. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 8 years ago
  44. 2bc69c4 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 8 years ago
  45. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 8 years ago
  46. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  47. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 8 years ago
  48. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 8 years ago
  49. 5d01246 Upgrade pip to 8.0.2 by Donald Stufft · 9 years ago
  50. 33a8276 Update pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 9 years ago
  51. c7b05a4 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  52. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 9 years ago
  53. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 9 years ago
  54. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  55. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  56. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  57. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  58. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  59. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  60. 9d976fa Sync with asyncio by Andrew Svetlov · 9 years ago
  61. c07b16b Sync with asyncio repo by Andrew Svetlov · 9 years ago
  62. 9c39b67 Hopeful fix for test_rglob_common on Windows without symlinks. by Guido van Rossum · 9 years ago
  63. bc9fdda Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. by Guido van Rossum · 9 years ago
  64. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 9 years ago
  65. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 9 years ago
  66. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  67. 52d6c2c Merge. by Larry Hastings · 9 years ago
  68. 5caf39d Rebuild pydoc topics for Python 3.4.4 final. by Larry Hastings · 9 years ago
  69. 5aeadb3 Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. by Terry Jan Reedy · 9 years ago
  70. ce70132 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  71. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 9 years ago
  72. 3cd863c asyncio/tests: Fix ResourceWarnings related to unclosed transports by Yury Selivanov · 9 years ago
  73. 5f68ca6 asyncio/tests: Fix some ResourceWarnings by Yury Selivanov · 9 years ago
  74. aa78adc asyncio/tests: Fix deprecation warning by Yury Selivanov · 9 years ago
  75. ec45226 Normalize whitespace by Yury Selivanov · 9 years ago
  76. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  77. 0212c4d Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  78. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 9 years ago
  79. 4cb6d37 assert_python_ok docstring typo fix. by Gregory P. Smith · 9 years ago
  80. 0ac3a0c asyncio: Make Tasks check if Futures are attached to the same event loop by Yury Selivanov · 9 years ago
  81. dddc781 asyncio: Sync with github by Yury Selivanov · 9 years ago
  82. 5e58600 Remove x permissions from Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  83. 8986c44 Rebuilt pydoc topics for 3.4.4rc1. by Larry Hastings · 9 years ago
  84. f7fdbda Issue #25764: Skip the test on OS X by Martin Panter · 9 years ago
  85. 6d8a260 Issue #25800: Fix running test_capi directly by Zachary Ware · 9 years ago
  86. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  87. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 9 years ago
  88. c7217d7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  89. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  90. c0c00c3 Fix for issue #25177 with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  91. a8d83f5 Removed debugging output of exception raised by __reduce__ method. by Serhiy Storchaka · 9 years ago
  92. cbbec1c Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  93. 7279bef Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  94. c472246 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  95. 92072ac Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows by Martin Panter · 9 years ago
  96. d28bb62 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  97. 33e7ea5 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  98. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  99. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  100. e3d4ec4 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago