1. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  2. c4e27e2 Merge 3.4 by Yury Selivanov · 9 years ago
  3. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 9 years ago
  4. 152c408 Merge 3.4 by Yury Selivanov · 9 years ago
  5. 3cd863c asyncio/tests: Fix ResourceWarnings related to unclosed transports by Yury Selivanov · 9 years ago
  6. bcf8afd Merge 3.4 by Yury Selivanov · 9 years ago
  7. 5f68ca6 asyncio/tests: Fix some ResourceWarnings by Yury Selivanov · 9 years ago
  8. e277a3d Merge 3.4 by Yury Selivanov · 9 years ago
  9. aa78adc asyncio/tests: Fix deprecation warning by Yury Selivanov · 9 years ago
  10. a3f82ba Merge 3.4 by Yury Selivanov · 9 years ago
  11. ec45226 Normalize whitespace by Yury Selivanov · 9 years ago
  12. 631546c Merge 3.4 by Yury Selivanov · 9 years ago
  13. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  14. a7f9933 Issue #23788: Merge redundant test_bad_address() into test_urllibnet by Martin Panter · 9 years ago
  15. 6edadfc * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  16. 0212c4d Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  17. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 9 years ago
  18. 4cb6d37 assert_python_ok docstring typo fix. by Gregory P. Smith · 9 years ago
  19. 1a316e8 Sync asyncio with upstream git repo (conditional import in test_pep492.py). by Guido van Rossum · 9 years ago
  20. dda5843 Issue #19771: Omit irrelevant message if package could not be initialized by Martin Panter · 9 years ago
  21. 6a10936 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  22. a7d8127 Issue #25755: Move PropertyWritableDoc into the test case by Berker Peksag · 9 years ago
  23. d3ded40 Merge 3.4 by Yury Selivanov · 9 years ago
  24. 0ac3a0c asyncio: Make Tasks check if Futures are attached to the same event loop by Yury Selivanov · 9 years ago
  25. 7888e67 Merge 3.4 by Yury Selivanov · 9 years ago
  26. dddc781 asyncio: Sync with github by Yury Selivanov · 9 years ago
  27. 5cf791b Issue #25764: Skip fork failure test when run as root by Martin Panter · 9 years ago
  28. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
  29. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 9 years ago
  30. 40e102c Issue #25820: Remove unused assignment and redundant GDB CLI arguments by Martin Panter · 9 years ago
  31. 5e58600 Remove x permissions from Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  32. d785da8 Merge. by Larry Hastings · 9 years ago
  33. 8986c44 Rebuilt pydoc topics for 3.4.4rc1. by Larry Hastings · 9 years ago
  34. 3e7a56a Updated pydoc topics for 3.5.1 final. by Larry Hastings · 9 years ago
  35. c4b8979 Issue #25764: Merge OS X test skipping from 3.4 into 3.5 by Martin Panter · 9 years ago
  36. f7fdbda Issue #25764: Skip the test on OS X by Martin Panter · 9 years ago
  37. 2356069 Issue #25800: Merge with 3.4 by Zachary Ware · 9 years ago
  38. 6d8a260 Issue #25800: Fix running test_capi directly by Zachary Ware · 9 years ago
  39. ac28b79 Issue #25795: Fix several tests to run independently. by Zachary Ware · 9 years ago
  40. 939614c Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  41. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  42. 6a77c2d Issue #25764: Merge subprocess fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  43. f17c200 Add Awaitable, AsyncIterable, AsyncIterator to typing.py. by Guido van Rossum · 9 years ago
  44. b1f64e7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  45. c7217d7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  46. 657257e Issue #14285: Do not catch __init__.py exceptions in runpy by Martin Panter · 9 years ago
  47. 6648bf5 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  48. e800941 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  49. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  50. 09a08de Fix test_doctest in verbose mode by Victor Stinner · 9 years ago
  51. 40a841b Fixed issue #25177, problems with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  52. c0c00c3 Fix for issue #25177 with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  53. 1f23e23 Removed debugging output of exception raised by __reduce__ method. by Serhiy Storchaka · 9 years ago
  54. a8d83f5 Removed debugging output of exception raised by __reduce__ method. by Serhiy Storchaka · 9 years ago
  55. b63015b Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  56. cbbec1c Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  57. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 9 years ago
  58. 3c49710 Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  59. 7279bef Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  60. 15f070f Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  61. c472246 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  62. 077e36a Issue #25622: Use repr(bytes) to avoid BytesWarning by Martin Panter · 9 years ago
  63. 7b2eb81 Issue #25622: Merge ctypes test from 3.4 into 3.5 by Martin Panter · 9 years ago
  64. 92072ac Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows by Martin Panter · 9 years ago
  65. 670d78a Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  66. d28bb62 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  67. 2cefc1e Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  68. 33e7ea5 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  69. f9afda5 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  70. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  71. c3f7d17 Fix non-ascii character by Raymond Hettinger · 9 years ago
  72. c9c3dd8 Add a missing docstring by Raymond Hettinger · 9 years ago
  73. 11bb1ad Issue #25663: Merge rlcompleter fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  74. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  75. 6f988b5 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  76. e3d4ec4 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  77. 4409c6c Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  78. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  79. 3715cab Merge 3.5.1rc1 release changes back into main 3.5 branch. by Larry Hastings · 9 years ago
  80. 3987fef Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  81. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  82. 6e3d2ba Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  83. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  84. 36e4f76 Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  85. 04d759b Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  86. 1fb5b73 Updated pydoc topics for 3.5.1rc1. by Larry Hastings · 9 years ago
  87. 4a93cf7 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  88. 6e92c11 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  89. efd83fe Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 9 years ago
  90. b42de2f Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 9 years ago
  91. e1b02e0 Issue 15348: Stop debugger engine (normally in user process) by Terry Jan Reedy · 9 years ago
  92. 6a904c1 Issue #24455: Prevent IDLE from hanging when a) closing the shell while the by Terry Jan Reedy · 9 years ago
  93. 0f3c976 asyncio: Fix with github by Yury Selivanov · 9 years ago
  94. a211a7a asyncio.tests: Fix whitespace by Yury Selivanov · 9 years ago
  95. d59bba8 asyncio: Drop "value" parameter from Task._step method. by Yury Selivanov · 9 years ago
  96. b485bb4 asyncio: Sync with github by Yury Selivanov · 9 years ago
  97. 4379d15 Make it slightly clearer that IDLE close message is referring to user program, by Terry Jan Reedy · 9 years ago
  98. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  99. d13cade Merge with 3.4 by Terry Jan Reedy · 9 years ago
  100. 0a7b2ae Merge with 3.4 by Terry Jan Reedy · 9 years ago