1. c8fd9ce merge 3.4 (#23515) by Benjamin Peterson · 9 years ago
  2. b808d59 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) by Benjamin Peterson · 9 years ago
  3. 1313af2 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  4. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 9 years ago
  5. 532c69a asyncio doc: begin with warnings on asyncio traps by Victor Stinner · 9 years ago
  6. 615a58e asyncio doc: move queues to a new page by Victor Stinner · 9 years ago
  7. 961dfa1 Merge with 3.4 by Georg Brandl · 9 years ago
  8. 7e91af3 Remove unsupported (in latex) character from the source. by Georg Brandl · 9 years ago
  9. c55a316 Issue 23314: SuppressCrashReports now disables CRT assertions by Steve Dower · 9 years ago
  10. 7caa615 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  11. b8064a8 asyncio doc: close explicitly event loops by Victor Stinner · 9 years ago
  12. 1de7191 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 9 years ago
  13. 7579093 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 9 years ago
  14. 0f88891 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 9 years ago
  15. c26a1a4 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 9 years ago
  16. 06a13f8 Issue #23152: Move declarations back to posixmodule.c. by Serhiy Storchaka · 9 years ago
  17. 12ebbc7 Issue #23152: Move declaration into a header and exclude from stable API. by Serhiy Storchaka · 9 years ago
  18. 4f38e48 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 9 years ago
  19. 80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 9 years ago
  20. bf1f376 Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes unused struct win32_stat and return value by Steve Dower · 9 years ago
  21. a2af1a5 Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat by Steve Dower · 9 years ago
  22. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 9 years ago
  23. 18d1924 Null merge by Serhiy Storchaka · 9 years ago
  24. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 9 years ago
  25. 4eea62f Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 9 years ago
  26. df80706 Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 9 years ago
  27. a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 9 years ago
  28. 254dd59 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 9 years ago
  29. a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 9 years ago
  30. 7065f37 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  31. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  32. 78a8249 Issue #23490: Fixed possible crashes related to interoperability between by Serhiy Storchaka · 9 years ago
  33. e55181f Issue #23490: Fixed possible crashes related to interoperability between by Serhiy Storchaka · 9 years ago
  34. d671213 Closes #23018: Replace copyright symbol with escape. by Steve Dower · 9 years ago
  35. e7b9267 Removes unused string resources from Windows installer. by Steve Dower · 9 years ago
  36. 3fa8422 Issue #23422: Clarify some things around importlib.import_module() by Brett Cannon · 9 years ago
  37. 16cd19c Issue #22834: Fix a failing test under Solaris due to the platform not by Brett Cannon · 9 years ago
  38. abbf0f4 Issue #23442: Rename two member names to stay backward compatible by Berker Peksag · 9 years ago
  39. 79d8f3f Regenerated Argument Clinic checksums. by Serhiy Storchaka · 9 years ago
  40. 7a4f43a Improve struct cache locality by bring commonly accessed fields close together. by Raymond Hettinger · 9 years ago
  41. 8e28679 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  42. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  43. 868a5a7 Null merge with 3.4 by Zachary Ware · 9 years ago
  44. 56dee1e Fix typo pointed out on docs@ by Yaniv Sayeh by Zachary Ware · 9 years ago
  45. 4785f5e Merge with 3.4 by Zachary Ware · 9 years ago
  46. 57c616f Fix a typo pointed out on docs@ by Zachary Ware · 9 years ago
  47. 869311d merge 3.4 (#23481) by Benjamin Peterson · 9 years ago
  48. 500af33 remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 9 years ago
  49. 3892189 Closes #23482: sqlite3_d.dll is not included in installer by Steve Dower · 9 years ago
  50. e30c8fc merge 3.4 by Benjamin Peterson · 9 years ago
  51. 39d7063 merge heads by Benjamin Peterson · 9 years ago
  52. 6a2c4a1 merge heads by Benjamin Peterson · 9 years ago
  53. 9dd25dd merge 3.4 by Benjamin Peterson · 9 years ago
  54. 76e37b1 merge 3.3 by Benjamin Peterson · 9 years ago
  55. 03f8612 merge 3.2 by Benjamin Peterson · 9 years ago
  56. 893cce9 remove RPM, since it's unused and unmaintained by Benjamin Peterson · 9 years ago
  57. 8aba316 Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 9 years ago
  58. 0954585 Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 9 years ago
  59. 1130c7f merge 3.4 (#23410) by Benjamin Peterson · 9 years ago
  60. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 9 years ago
  61. a634433 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  62. e7a2f64 asyncio: Fix warning in test_close_kill_running() by Victor Stinner · 9 years ago
  63. cbbdfb5 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  64. f91d845 asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done by Victor Stinner · 9 years ago
  65. e170ed2 asyncio doc: fix the sphinx extension for coroutine commands by Victor Stinner · 9 years ago
  66. 7cbb78c Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  67. 4088ad9 Issue #23475, asyncio: Fix test_close_kill_running() by Victor Stinner · 9 years ago
  68. 4cb814c asyncio, Tulip issue 220: Merge JoinableQueue with Queue. by Victor Stinner · 9 years ago
  69. 4e82fb9 asyncio: BaseSubprocessTransport: repr() mentions when the child process is by Victor Stinner · 9 years ago
  70. 8391b72 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 9 years ago
  71. df0db49 Issue #22883: Update PyInt to PyLong in C API example. by Serhiy Storchaka · 9 years ago
  72. 483405b Issue #22883: Got rid of outdated references to PyInt and PyString in comments. by Serhiy Storchaka · 9 years ago
  73. 77c041b merge 3.4 (#21548) by Benjamin Peterson · 9 years ago
  74. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 9 years ago
  75. 43036a6 Fixed sizeof tests for ElementTree (issue #23450). by Serhiy Storchaka · 9 years ago
  76. 67559bf Issue #23450: Silenced compiler warnings and added asserts in peephole optimizer. by Serhiy Storchaka · 9 years ago
  77. e9fc669 Null merge by Serhiy Storchaka · 9 years ago
  78. 3584056 Shoould be Py_MIN, not Py_MAX. by Serhiy Storchaka · 9 years ago
  79. 26861b0 Issue #23450: Fixed possible integer overflows. by Serhiy Storchaka · 9 years ago
  80. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  81. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  82. 53fa8b2 Fixed few compiler warnings. by Serhiy Storchaka · 9 years ago
  83. a9e00d1 Issue #20069: Fixed test_os on Solaris: error message is platform depended. by Serhiy Storchaka · 9 years ago
  84. a9e2c8e Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 9 years ago
  85. e1efc07 Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 9 years ago
  86. 5a4adda Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 9 years ago
  87. 4d6c606 Fix typo in os.supports_effective_ids documentation. by Berker Peksag · 9 years ago
  88. 23edd49 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 9 years ago
  89. 74eb8b2 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 9 years ago
  90. c481bfb Issue #23239: ssl.match_hostname() now supports matching of IP addresses. by Antoine Pitrou · 9 years ago
  91. 2d07b85 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 9 years ago
  92. 57fffd6 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 9 years ago
  93. 90caf01 Issue #19681: Test the repr of partial with more than one keyword argument. by Serhiy Storchaka · 9 years ago
  94. 0aa74e1 Issue #19681: Test the repr of partial with more than one keyword argument. by Serhiy Storchaka · 9 years ago
  95. c86ca26 Issue #23096: Pickle representation of floats with protocol 0 now is the same by Serhiy Storchaka · 9 years ago
  96. d362c21 Use pickled data compatible with Python 2 for testing protocols 0-2. by Serhiy Storchaka · 9 years ago
  97. fa310ee Use pickled data compatible with Python 2 for testing protocols 0-2. by Serhiy Storchaka · 9 years ago
  98. 5fd174a Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 9 years ago
  99. 56abe39 Merge heads by Serhiy Storchaka · 9 years ago
  100. 85c3033 Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 9 years ago