1. a9e00d1 Issue #20069: Fixed test_os on Solaris: error message is platform depended. by Serhiy Storchaka · 10 years ago
  2. a9e2c8e Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 10 years ago
  3. e1efc07 Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 10 years ago
  4. 23edd49 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 10 years ago
  5. 74eb8b2 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 10 years ago
  6. c481bfb Issue #23239: ssl.match_hostname() now supports matching of IP addresses. by Antoine Pitrou · 10 years ago
  7. 2d07b85 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  8. 57fffd6 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  9. 90caf01 Issue #19681: Test the repr of partial with more than one keyword argument. by Serhiy Storchaka · 10 years ago
  10. 0aa74e1 Issue #19681: Test the repr of partial with more than one keyword argument. by Serhiy Storchaka · 10 years ago
  11. d362c21 Use pickled data compatible with Python 2 for testing protocols 0-2. by Serhiy Storchaka · 10 years ago
  12. fa310ee Use pickled data compatible with Python 2 for testing protocols 0-2. by Serhiy Storchaka · 10 years ago
  13. 5fd174a Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 10 years ago
  14. 56abe39 Merge heads by Serhiy Storchaka · 10 years ago
  15. 85c3033 Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 10 years ago
  16. 2307287 Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 10 years ago
  17. db724fe Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 10 years ago
  18. 86a35bc Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 10 years ago
  19. 6b688d8 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 10 years ago
  20. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 10 years ago
  21. a750ce3 Issue #19105: pprint now more efficiently uses free space at the right. by Serhiy Storchaka · 10 years ago
  22. 8089cd6 Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. by Berker Peksag · 10 years ago
  23. 0fe6325 Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. by Berker Peksag · 10 years ago
  24. 6767757 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
  25. 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
  26. 2eab85b Issue #21849: Ported from 2.7 tests for non-ASCII data. by Serhiy Storchaka · 10 years ago
  27. a25c542 Issue #21849: Ported from 2.7 tests for non-ASCII data. by Serhiy Storchaka · 10 years ago
  28. 4163cc0 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  29. 8e36812 asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it by Victor Stinner · 10 years ago
  30. 4bdcfce Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  31. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  32. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 10 years ago
  33. b06f142 Release bump for 3.5.0a1. by Larry Hastings · 10 years ago
  34. e552906 Version bump for 3.4.3rc1. by Larry Hastings · 10 years ago
  35. ead7aec Updated pydoc topics data for 3.5.0a1 release. by Larry Hastings · 10 years ago
  36. af83f9e Updated pydoc topics data for 3.4.3rc1 release. by Larry Hastings · 10 years ago
  37. 26dd5ed Fix whitespace. by Charles-François Natali · 10 years ago
  38. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 10 years ago
  39. 1670613 Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 10 years ago
  40. 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 10 years ago
  41. bf5e960 Issue #20289: cgi.FieldStorage() now supports the context management protocol. by Berker Peksag · 10 years ago
  42. 6cfb61f Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  43. b518134 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  44. 313ee59 Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 10 years ago
  45. 17d337b Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 10 years ago
  46. 6c62ac1 merge 3.4 (#22735) by Benjamin Peterson · 10 years ago
  47. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 10 years ago
  48. f92766c (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad by Victor Stinner · 10 years ago
  49. aad7b2e test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution by Victor Stinner · 10 years ago
  50. 71f5b71 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  51. aef859c Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  52. 5c84936 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  53. a87501f asyncio: BaseEventLoop: rename _owner to _thread_id by Victor Stinner · 10 years ago
  54. 7aa4428 Issue #23345: merge from 3.4 by Ned Deily · 10 years ago
  55. 05784a7 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 10 years ago
  56. da3c64c Merge: Update pip to 6.0.8 by Donald Stufft · 10 years ago
  57. ff0fdef Update pip to 6.0.8 by Donald Stufft · 10 years ago
  58. 7c60eb8 Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 10 years ago
  59. c3493aa Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 10 years ago
  60. c028b95 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  61. 2fc2313 asyncio: Only call _check_resolved_address() in debug mode by Victor Stinner · 10 years ago
  62. aa41b9b asyncio: BaseSelectorEventLoop uses directly the private _debug attribute by Victor Stinner · 10 years ago
  63. 8f2fae1 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 10 years ago
  64. b9a3dd9 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 10 years ago
  65. 650c1e8 Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() by Stefan Krah · 10 years ago
  66. 7277761 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  67. 17d87f8 asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull by Victor Stinner · 10 years ago
  68. ab53ab0 Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. by Berker Peksag · 10 years ago
  69. 5045740 Issue #23358: Add missing BaseServer entry to socketserver.__all__. by Berker Peksag · 10 years ago
  70. 3265344 Issue #23358: Add missing BaseServer entry to socketserver.__all__. by Berker Peksag · 10 years ago
  71. 87d0b45 Issue #15381: Optimized io.BytesIO to make less allocations and copyings. by Serhiy Storchaka · 10 years ago
  72. 83e8027 Issue #22818: Splitting on a pattern that could match an empty string now by Serhiy Storchaka · 10 years ago
  73. 32ca3dc Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  74. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  75. 7a27c97 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 10 years ago
  76. b5e8e57 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 10 years ago
  77. dee948b Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 10 years ago
  78. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  79. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  80. 0b2a6dc merge 3.4 by Benjamin Peterson · 10 years ago
  81. b0ef785 merge 3.3 by Benjamin Peterson · 10 years ago
  82. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 10 years ago
  83. bcf527e merge 3.4 by Benjamin Peterson · 10 years ago
  84. f5f9c13 adjust for py3k module renaming by Benjamin Peterson · 10 years ago
  85. 5e69419 merge 3.4 by Benjamin Peterson · 10 years ago
  86. 3356a2e _clear_type_cache is cpython-only by Benjamin Peterson · 10 years ago
  87. 29ae763 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  88. 5d44c08 Issue #23353, asyncio: Workaround CPython bug #23353 by Victor Stinner · 10 years ago
  89. f86d1fd merge 3.4 (#21295) by Benjamin Peterson · 10 years ago
  90. 7a66fc2 revert lineno and col_offset changes from #16795 (closes #21295) by Benjamin Peterson · 10 years ago
  91. 5d0bb85 merge 3.4 (#23364, #23363) by Benjamin Peterson · 10 years ago
  92. c468b53 merge 3.3 (#23364, #23363) by Benjamin Peterson · 10 years ago
  93. 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 10 years ago
  94. 38d9772 merge 3.4 (#23365) by Benjamin Peterson · 10 years ago
  95. f635dc3 merge 3.3 (#23365) by Benjamin Peterson · 10 years ago
  96. 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 10 years ago
  97. 4db56d5 merge 3.4 (#23366) by Benjamin Peterson · 10 years ago
  98. 819c4e9 merge 3.3 (#23366) by Benjamin Peterson · 10 years ago
  99. 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 10 years ago
  100. ad9f99e merge 3.4 by Benjamin Peterson · 10 years ago