1. 8aba316 Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 10 years ago
  2. 0954585 Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 10 years ago
  3. 1130c7f merge 3.4 (#23410) by Benjamin Peterson · 10 years ago
  4. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 10 years ago
  5. a634433 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  6. e7a2f64 asyncio: Fix warning in test_close_kill_running() by Victor Stinner · 10 years ago
  7. cbbdfb5 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  8. f91d845 asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done by Victor Stinner · 10 years ago
  9. e170ed2 asyncio doc: fix the sphinx extension for coroutine commands by Victor Stinner · 10 years ago
  10. 7cbb78c Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  11. 4088ad9 Issue #23475, asyncio: Fix test_close_kill_running() by Victor Stinner · 10 years ago
  12. 4cb814c asyncio, Tulip issue 220: Merge JoinableQueue with Queue. by Victor Stinner · 10 years ago
  13. 4e82fb9 asyncio: BaseSubprocessTransport: repr() mentions when the child process is by Victor Stinner · 10 years ago
  14. 8391b72 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 10 years ago
  15. df0db49 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 10 years ago
  16. 483405b Issue #22883: Got rid of outdated references to PyInt and PyString in comments. by Serhiy Storchaka · 10 years ago
  17. 77c041b merge 3.4 (#21548) by Benjamin Peterson · 10 years ago
  18. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 10 years ago
  19. 43036a6 Fixed sizeof tests for ElementTree (issue #23450). by Serhiy Storchaka · 10 years ago
  20. 67559bf Issue #23450: Silenced compiler warnings and added asserts in peephole optimizer. by Serhiy Storchaka · 10 years ago
  21. e9fc669 Null merge by Serhiy Storchaka · 10 years ago
  22. 3584056 Shoould be Py_MIN, not Py_MAX. by Serhiy Storchaka · 10 years ago
  23. 26861b0 Issue #23450: Fixed possible integer overflows. by Serhiy Storchaka · 10 years ago
  24. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
  25. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
  26. 53fa8b2 Fixed few compiler warnings. by Serhiy Storchaka · 10 years ago
  27. a9e00d1 Issue #20069: Fixed test_os on Solaris: error message is platform depended. by Serhiy Storchaka · 10 years ago
  28. a9e2c8e Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 10 years ago
  29. e1efc07 Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 10 years ago
  30. 5a4adda Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 10 years ago
  31. 4d6c606 Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 10 years ago
  32. 23edd49 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 10 years ago
  33. 74eb8b2 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 10 years ago
  34. c481bfb Issue #23239: ssl.match_hostname() now supports matching of IP addresses. by Antoine Pitrou · 10 years ago
  35. 2d07b85 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  36. 57fffd6 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  37. 90caf01 Issue #19681: Test the repr of partial with more than one keyword argument. by Serhiy Storchaka · 10 years ago
  38. 0aa74e1 Issue #19681: Test the repr of partial with more than one keyword argument. by Serhiy Storchaka · 10 years ago
  39. c86ca26 Issue #23096: Pickle representation of floats with protocol 0 now is the same by Serhiy Storchaka · 10 years ago
  40. d362c21 Use pickled data compatible with Python 2 for testing protocols 0-2. by Serhiy Storchaka · 10 years ago
  41. fa310ee Use pickled data compatible with Python 2 for testing protocols 0-2. by Serhiy Storchaka · 10 years ago
  42. 5fd174a Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 10 years ago
  43. 56abe39 Merge heads by Serhiy Storchaka · 10 years ago
  44. 85c3033 Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 10 years ago
  45. 9121fe8 Add a whatsnew entry for issue #22003. by Berker Peksag · 10 years ago
  46. 9ab1cc4 Issue #13637: Improve exception message of a2b_* functions. by Berker Peksag · 10 years ago
  47. 3cd30c2 Issue #13637: Improve exception message of a2b_* functions. by Berker Peksag · 10 years ago
  48. 2eb8f81 Issue #13637: Remove outdated versionchanged directives. by Berker Peksag · 10 years ago
  49. 50ef8a8 Issue #13637: Remove outdated versionchanged directives. by Berker Peksag · 10 years ago
  50. 2307287 Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 10 years ago
  51. db724fe Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 10 years ago
  52. 86a35bc Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 10 years ago
  53. 6b688d8 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 10 years ago
  54. f80ccf2 merge 3.4 (#22633) by Benjamin Peterson · 10 years ago
  55. 2476b98 avoid reading unallocated memory when argc == 0 (closes #22633) by Benjamin Peterson · 10 years ago
  56. 8dcc1a9 Issue #23437: Update NEWS and whatsnew/3.5 by Steve Dower · 10 years ago
  57. cc115ee Simplify MSI projects. by Steve Dower · 10 years ago
  58. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 10 years ago
  59. a9076d6 Issue #23461: Normalise line endings when comparing old and new contents of importlib.h by Steve Dower · 10 years ago
  60. a750ce3 Issue #19105: pprint now more efficiently uses free space at the right. by Serhiy Storchaka · 10 years ago
  61. 8089cd6 Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. by Berker Peksag · 10 years ago
  62. 0fe6325 Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. by Berker Peksag · 10 years ago
  63. 6767757 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
  64. 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
  65. 2eab85b Issue #21849: Ported from 2.7 tests for non-ASCII data. by Serhiy Storchaka · 10 years ago
  66. a25c542 Issue #21849: Ported from 2.7 tests for non-ASCII data. by Serhiy Storchaka · 10 years ago
  67. 866ca88 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  68. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 10 years ago
  69. cf40a9e Issue #23450: Fix signal.set_wakeup_fd() on Windows by Victor Stinner · 10 years ago
  70. db80aec Fix installer Back button going to wrong page when modifying. by Steve Dower · 10 years ago
  71. 8b62bbf Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 10 years ago
  72. 3d6c784 Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 10 years ago
  73. ce2c584 Merge 3.4 (typo) by Victor Stinner · 10 years ago
  74. 22fabe2 Fix typo: PyMem_Alloc => PyMem_Malloc by Victor Stinner · 10 years ago
  75. c07422c Splitted the WFILE structure to WFILE and RFILE. by Serhiy Storchaka · 10 years ago
  76. c1efe5f Issue #23344: marshal.dumps() is now 20-25% faster on average. by Serhiy Storchaka · 10 years ago
  77. ce921c62 Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on by Serhiy Storchaka · 10 years ago
  78. bd09d7b Fix typos in Doc/whatsnew/3.5.rst. by Berker Peksag · 10 years ago
  79. 385efb4 Merge 3.4 (faulthandler) by Victor Stinner · 10 years ago
  80. 7a5567a Issue #23433: Fix faulthandler._stack_overflow() by Victor Stinner · 10 years ago
  81. eb6b554 Update copyright. by Raymond Hettinger · 10 years ago
  82. ea5ce5a Issue #23383: Cleaned up bytes formatting. by Serhiy Storchaka · 10 years ago
  83. 4163cc0 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  84. 8e36812 asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it by Victor Stinner · 10 years ago
  85. 4bdcfce Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  86. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  87. 5ef01e9 merge 3.4 (#23361) by Benjamin Peterson · 10 years ago
  88. 22ef9f7 merge 3.3 (#23361) by Benjamin Peterson · 10 years ago
  89. 8ce6806 add overflow checking (closes #23361) by Benjamin Peterson · 10 years ago
  90. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 10 years ago
  91. 438f913 Mirco-optimizations to reduce register spills and reloads observed on CLANG and GCC. by Raymond Hettinger · 10 years ago
  92. 54576da Merge with 3.4 by Martin v. Löwis · 10 years ago
  93. 78daf00 Amend b8ebf381390f: find patchlevel.py in extensions. by Martin v. Löwis · 10 years ago
  94. cf3427e Merge with 3.4 by Martin v. Löwis · 10 years ago
  95. 39abba4 Issue #17896: Update msi.py to new externals dir. by Martin v. Löwis · 10 years ago
  96. df4fb13 Merge. by Larry Hastings · 10 years ago
  97. f77232b Post-release updates for Python 3.5.0a1. by Larry Hastings · 10 years ago
  98. 833d192 Post-release updates for Python 3.4.3rc1. by Larry Hastings · 10 years ago
  99. 312cef0 Improve Windows release scripts by Steve Dower · 10 years ago
  100. 914db0f Issue #23285: Install new test directory. by Ned Deily · 10 years ago