1. e2926b7 bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) by Michael Felt · 6 years ago
  2. c465682 bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) by Terry Jan Reedy · 6 years ago
  3. 55698cc bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) by Cheryl Sabella · 6 years ago
  4. 0133f9f macOS installer build: mitigate hdiutil resource busy bug (GH-11333) by Ned Deily · 6 years ago
  5. a936639 Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)" (GH-11332) by Ned Deily · 6 years ago
  6. 59c2aa2 bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple times. (GH-11329) by Steve Dower · 6 years ago
  7. c6c7237 bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213) by Tal Einat · 6 years ago
  8. 34ae04f Speed-up building enums by value, e.g. http.HTTPStatus(200) (#11318) by Andrew Svetlov · 6 years ago
  9. 3a81076 bpo-35579: Fix typo in in asyncio-task documentation (GH-11321) by Vaibhav Gupta · 6 years ago
  10. 259c159 bpo-34897: avoid distutils test error when CXX is not set (GH-9706) by Michael Felt · 6 years ago
  11. 2062a20 bpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith('/') and not a directory (GH-9687) by Michael Felt · 6 years ago
  12. 22462da bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164) by Michael Felt · 6 years ago
  13. 5661459 bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954) by Michael Felt · 6 years ago
  14. 56edf3a Redo PR 785 -- Add cross reference links (GH-11319) by Raymond Hettinger · 6 years ago
  15. b6af23e Revert "bpo-35565: Add detail to assertion failure message in wsgiref" (GH-11317) by Raymond Hettinger · 6 years ago
  16. 5ef4fc2 bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293) by Cheryl Sabella · 6 years ago
  17. 32d96a2 bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689) by Serhiy Storchaka · 6 years ago
  18. 65ce60a bpo-20180: Simplify char_converter in Argument Clinic. (GH-9828) by Serhiy Storchaka · 6 years ago
  19. 837c7dc bpo-35578: Add an example file for testing Argument Clinic converters. (GH-11306) by Serhiy Storchaka · 6 years ago
  20. 95327bc Minor grammar improvement in types.rst (GH-11308) by Mariatta · 6 years ago
  21. 44a79cc bpo-35208: Fix IDLE Squeezer line counting (GH-10449) by Tal Einat · 6 years ago
  22. e7eed78 Clarify the behavior of the staticmethod builtin (GH-4362) by Jess Shapiro · 6 years ago
  23. d83f5bd Fix minor grammatical mistakes in reversed(dict) doc (GH-10997) by Andre Delfino · 6 years ago
  24. 7804e8c Tweak wording about Fraction and Decimal (GH-10904) by Andre Delfino · 6 years ago
  25. 63d1522 bpo-30561: Sync-up expovariate() and gammavariate code (GH-1934) by leodema · 6 years ago
  26. b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 6 years ago
  27. d378b1f bpo-34764: improve docs example of iter() with sentinel value (GH-11222) by Chris Rands · 6 years ago
  28. 8874f51 bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282) by Cheryl Sabella · 6 years ago
  29. 44a3ee0 bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) by Ned Deily · 6 years ago
  30. 284b787 Add 2 missing commas (GH-10698) by Boštjan Mejak · 6 years ago
  31. 6815155 bpo-35567: Convert dict of constants to a set (GH-11296) by Cheryl Sabella · 6 years ago
  32. f06fba5 Document that dict.fromkeys accepts any iterable for keys (GH-10998) by Andre Delfino · 6 years ago
  33. 3ce3dea Use generator instead of list in code examples (GH-11203) by Recursing · 6 years ago
  34. fc8284e bpo-35564: add master_doc='contents' to conf.py (GH-11290) by Jean-François B · 6 years ago
  35. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  36. c1b4b0f bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214) by Cheryl Sabella · 6 years ago
  37. 87667c5 bpo-11566: Extension build errors on Windows for _hypot (GH-11283) by Matt McCormick · 6 years ago
  38. 6ded898 Fix typo in socketserver docstring (GH-11252) by Christopher Hunt · 6 years ago
  39. d3bbc52 Enable signing Windows builds with SHA1 environment variable (GH-11279) by Steve Dower · 6 years ago
  40. f0af4c5 bpo-33830: Fix an example in http.client docs for 404. (GH-7780) by Xtreak · 6 years ago
  41. 6326278 bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438) by Xtreak · 6 years ago
  42. 3e8f962 bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620) by Arthur Neufeld · 6 years ago
  43. 9a8d1d7 bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974) by Victor Stinner · 6 years ago
  44. c5d5dfd bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921) by Serhiy Storchaka · 6 years ago
  45. 71f82a2 Fix mock_open docstring to use readline (#11176) by Xtreak · 6 years ago
  46. 292cd6e bpo-35521: Add more cross-refs to IDLE docs (#11257) by Terry Jan Reedy · 6 years ago
  47. d77d97c bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229) by Zackery Spytz · 6 years ago
  48. b13a20f bpo-5438: Update memory requirements and optimize test_bigmem.py. (GH-11123) by Serhiy Storchaka · 6 years ago
  49. 83dd4e8 bpo-18085: Update refcounts.dat. (GH-11247) by Serhiy Storchaka · 6 years ago
  50. 87ec110 bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255) by Terry Jan Reedy · 6 years ago
  51. 01421be bpo-35521: IDLE: Add code context section to docs (#11205) by Cheryl Sabella · 6 years ago
  52. afe17a7 bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) by Steve Dower · 6 years ago
  53. b2f642c bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243) by Mat M · 6 years ago
  54. cf10a75 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) by stratakis · 6 years ago
  55. 55cc345 bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218) by Chris Rands · 6 years ago
  56. 57dd79e Fix documented signatures for C API functions. (GH-11236) by Serhiy Storchaka · 6 years ago
  57. bf99bcf Fix Python version since which external enities are not resolved by default. (GH-11237) by Serhiy Storchaka · 6 years ago
  58. 92330c0 bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162) by Manjusaka · 6 years ago
  59. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  60. 82d7355 Removed dangling `since Python` at the end of library/xml.rst. (GH-11201) by Jules Lasne (jlasne) · 6 years ago
  61. 6cdce3d bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) by Victor Stinner · 6 years ago
  62. 05c9d31 bpo-31731: Fix test_io.check_interrupted_write() (GH-11225) by Victor Stinner · 6 years ago
  63. b5c8cfa bpo-23057: add loop self socket as wakeup fd for signals (#11135) by Vladimir Matveev · 6 years ago
  64. e3666fc bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145) by Hrvoje Nikšić · 6 years ago
  65. d2a75c6 bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170) by Serhiy Storchaka · 6 years ago
  66. 60875db bpo-35516: platform.system_alias() don't replace Darwin (GH-11207) by Victor Stinner · 6 years ago
  67. 17d0c05 bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) by Victor Stinner · 6 years ago
  68. e6b247c bpo-35523: Remove ctypes callback workaround (GH-11211) by Victor Stinner · 6 years ago
  69. 3fcc1e0 bpo-35461: Document C API functions which suppress exceptions. (GH-11119) by Serhiy Storchaka · 6 years ago
  70. 62a68b7 bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189) by Victor Stinner · 6 years ago
  71. 1dd0359 bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200) by Victor Stinner · 6 years ago
  72. 0af9c33 bpo-35348: Fix platform.architecture() (GH-11159) by Victor Stinner · 6 years ago
  73. 94cf308 bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516) by Serhiy Storchaka · 6 years ago
  74. bdabb07 bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) by Serhiy Storchaka · 6 years ago
  75. 842acaa bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) by Zackery Spytz · 6 years ago
  76. 4db62e1 bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152) by Serhiy Storchaka · 6 years ago
  77. e2af34f bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172) by Serhiy Storchaka · 6 years ago
  78. fae9587 bpo-18799: Resurrect test_404 in test_xmlrpc. (GH-11196) by Vajrasky Kok · 6 years ago
  79. e991270 bpo-35415: validate fileno argument to socket.socket (GH-10917) by Dima Tisnek · 6 years ago
  80. 05c1b38 Fixed a few obvious mistakes in c-api docs (GH-11184) by Beomsoo Kim · 6 years ago
  81. 3ab064e bpo-23451: Update time.monotonic() documentation (GH-11190) by Victor Stinner · 6 years ago
  82. 8db5b54 bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180) by Victor Stinner · 6 years ago
  83. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  84. 4e80f5c bpo-35186: Remove "built with" comment in setup.py upload (GH-10414) by Paul Ganssle · 6 years ago
  85. 2dfe351 bpo-35491, multiprocessing: replace "RUN" with RUN (GH-11178) by Victor Stinner · 6 years ago
  86. b912f93 bpo-35511: Trivial docs updates for profile and resource library modules. (GH-11124) by Beomsoo Kim · 6 years ago
  87. 640ed52 bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) by Victor Stinner · 6 years ago
  88. f5107df bpo-35450: reflect in docs that venv module is not always creating a … (GH-11144) by mkkot · 6 years ago
  89. f8e9bd5 bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146) by Steve Dower · 6 years ago
  90. d7538dd bpo-35471: Remove the macpath module (GH-11129) by Victor Stinner · 6 years ago
  91. 4aa917c bpo-35346: Cleanup platform.architecture() (GH-11130) by Victor Stinner · 6 years ago
  92. 3a8f4fe bpo-34279: regrtest consider that skipped tests are ran (GH-11132) by Victor Stinner · 6 years ago
  93. 7acd50a bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138) by Victor Stinner · 6 years ago
  94. cb0f5e2 Fixed missing colun in library/sys.po (GH-11153) by Jules Lasne (jlasne) · 6 years ago
  95. 2b417fb Add multiprocessing.Pool.__repr__() (GH-11137) by Victor Stinner · 6 years ago
  96. afb3e71 bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150) by Serhiy Storchaka · 6 years ago
  97. 7b36016 bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-11141) by Vladimir Matveev · 6 years ago
  98. 08c2ba0 bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134) by Victor Stinner · 6 years ago
  99. 502fe19 bpo-35412: Add testcase to test_future4 (GH-11131) by Victor Stinner · 6 years ago
  100. b0e0877 bpo-35346: Drop Mac OS 9 support from platform (GH-10959) by Victor Stinner · 6 years ago