1. e800941 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  2. efd83fe Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 10 years ago
  3. b42de2f Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 10 years ago
  4. 0f3c976 asyncio: Fix with github by Yury Selivanov · 10 years ago
  5. a211a7a asyncio.tests: Fix whitespace by Yury Selivanov · 10 years ago
  6. b485bb4 asyncio: Sync with github by Yury Selivanov · 10 years ago
  7. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 10 years ago
  8. 875e4fb Merge 3.4 by Yury Selivanov · 10 years ago
  9. e342b8e Merge 3.4 by Yury Selivanov · 10 years ago
  10. abe6107 Merge 3.4 by Yury Selivanov · 10 years ago
  11. 6d9e923 Issue #25665: Test pickling with all protocols in test_typing. by Serhiy Storchaka · 10 years ago
  12. 97cabb9 Issue #25583: Merge makedirs fix from 3.4 into 3.5 by Martin Panter · 10 years ago
  13. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 10 years ago
  14. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
  15. 557d1eb Issue #25665: Make NamedTuple picklable. by Guido van Rossum · 10 years ago
  16. 05e3090 Remove unused imports from test_typing.py. by Guido van Rossum · 10 years ago
  17. bb7c57c Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. by Guido van Rossum · 10 years ago
  18. a82642f Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) by Martin Panter · 10 years ago
  19. 576fe71 asyncio: Error if awaiting in parallel on the same coroutine by Yury Selivanov · 10 years ago
  20. 5498f2b Merge 3.4 by Yury Selivanov · 10 years ago
  21. 5d7e3b6 asyncio: Cleanup Future API by Yury Selivanov · 10 years ago
  22. 1334f83 Merge 3.4 by Yury Selivanov · 10 years ago
  23. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 10 years ago
  24. 4234710 Issue #20220: Merge time zone workaround from 3.4 into 3.5 by Martin Panter · 10 years ago
  25. f242aeb Issue #9051: Added tests for pickling and copying the timezone objects. by Serhiy Storchaka · 10 years ago
  26. e28209f Issue #9051: Added tests for pickling and copying the timezone objects. by Serhiy Storchaka · 10 years ago
  27. 6e0889f Issue #20220: Add DST rules to work around glibc quirk by Martin Panter · 10 years ago
  28. d0a5b1c Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess by Gregory P. Smith · 10 years ago
  29. 7e2b870 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 10 years ago
  30. 0d44111 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 10 years ago
  31. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  32. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 10 years ago
  33. fa9ea04 Issue #25590: Merge rlcompleter change from 3.4 into 3.5 by Martin Panter · 10 years ago
  34. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 10 years ago
  35. c73771a Merge 3.4 by Yury Selivanov · 10 years ago
  36. abe9625 asyncio: Fix sporadic failing unittests in debug mode by Yury Selivanov · 10 years ago
  37. 2f85555 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 10 years ago
  38. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 10 years ago
  39. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 10 years ago
  40. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 10 years ago
  41. 45bde5d merge 3.4 (#25530) by Benjamin Peterson · 10 years ago
  42. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 10 years ago
  43. 35abe19 Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. by Serhiy Storchaka · 10 years ago
  44. c6ce13d Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 10 years ago
  45. e1dc3d4 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 10 years ago
  46. 0ce5b6e Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers. by Stefan Krah · 10 years ago
  47. 735b790 Issue #25584: Fixed recursive glob() with patterns starting with '**'. by Serhiy Storchaka · 10 years ago
  48. 411dfd8 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 10 years ago
  49. 608c213 Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 10 years ago
  50. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 10 years ago
  51. d61d860 Issue #24802: Update test case for ValueError in 3.5 by Martin Panter · 10 years ago
  52. b0deeb4 #25446: Fix regression in smtplib's AUTH LOGIN support. by R David Murray · 10 years ago
  53. 3d717d0 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 10 years ago
  54. 838b7cc Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 10 years ago
  55. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  56. 98da9d0 Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 by Martin Panter · 10 years ago
  57. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 10 years ago
  58. 7931be4 Merge 3.4 by Yury Selivanov · 10 years ago
  59. ade0412 asyncio: Optimize asyncio.sleep(0) by Yury Selivanov · 10 years ago
  60. 710cd34 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 10 years ago
  61. b45b7b2 Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 10 years ago
  62. f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 10 years ago
  63. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 10 years ago
  64. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  65. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  66. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  67. 56275dc Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 10 years ago
  68. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 10 years ago
  69. 14eefe3 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 10 years ago
  70. 265cee0 Issue25506: Fixed a copy-pasting error in test_pprint. by Serhiy Storchaka · 10 years ago
  71. ac4bdcc Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. by Serhiy Storchaka · 10 years ago
  72. f8152c6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 10 years ago
  73. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 10 years ago
  74. 084b368 Issue #23391: Merge OSError doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  75. 5487c13 Issue #23391: Restore OSError constructor argument documentation by Martin Panter · 10 years ago
  76. f085a16 Issue #25456: Fix test_idle when Tcl/Tk DLLs are loaded from python.exe's home by Zachary Ware · 10 years ago
  77. 2775d85 merge 3.4 (#25471) by Benjamin Peterson · 10 years ago
  78. d9dbf49 accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) by Benjamin Peterson · 10 years ago
  79. 45120f2 Issue #25447: The lru_cache() wrapper objects now can be copied and pickled by Serhiy Storchaka · 10 years ago
  80. 33a7fcc Issue #23981: Update test_unicodedata to use script_helpers by Berker Peksag · 10 years ago
  81. ca636ea Issue #25390: typing: Don't crash on Union[str, Pattern]. by Guido van Rossum · 10 years ago
  82. 25c578d Fix whitespace. by Guido van Rossum · 10 years ago
  83. 06d48db Fix whitespace. by Guido van Rossum · 10 years ago
  84. 030f489 Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge 3.4->3.5) by Guido van Rossum · 10 years ago
  85. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 10 years ago
  86. 3f445f7 Closes #25411: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  87. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 10 years ago
  88. 992ec46 Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end() by Serhiy Storchaka · 10 years ago
  89. fa10f61 Issue #25093: Merge with 3.4 by Zachary Ware · 10 years ago
  90. 83fd0a8 Issue #25093: Fix test_tcl's testloadWithUNC for paths with spaces by Zachary Ware · 10 years ago
  91. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 10 years ago
  92. 60f2669 Issue #25277: Use a longer sleep in test_eintr to reduce the risk of race by Victor Stinner · 10 years ago
  93. 9c8213f No longer skip tests for classes with __getnewargs_ex__. The copy module by Serhiy Storchaka · 10 years ago
  94. 1ddbb8c Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 10 years ago
  95. 1fdc80b Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 10 years ago
  96. 718c984 Close #25367: Fix test_coroutines() by Victor Stinner · 10 years ago
  97. 0c886f7 lose #25373: Fix regrtest --slow with interrupted test by Victor Stinner · 10 years ago
  98. b45c0f7 Close #25367: Fix test_coroutines with no thread support by Victor Stinner · 10 years ago
  99. 456a270 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 10 years ago
  100. 7b2cfc4 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 10 years ago