1. 610e5af bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) by Mandeep Bhutani · 7 years ago
  2. 9316ee4 bpo-32030: Add _PyPathConfig_Init() (#4551) by Victor Stinner · 7 years ago
  3. 706cb31 bpo-32128: Skip test_nntplib.test_article_head_body() (#4552) by Victor Stinner · 7 years ago
  4. f8802d8 Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) by Ashley Camba · 7 years ago
  5. f04ebe2 bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) by Victor Stinner · 7 years ago
  6. 46972b7 bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) by Victor Stinner · 7 years ago
  7. 84c4b19 bpo-32124: Document C functions safe before init (#4540) by Victor Stinner · 7 years ago
  8. da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 7 years ago
  9. 5742f67 bpo-28684: Remove useless import added by the previous commit (GH-4547) by xdegaye · 7 years ago
  10. 78a5722 Improve the String tutorial docs (GH-4541) by Will White · 7 years ago
  11. 0f86cd3 bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) by xdegaye · 7 years ago
  12. 19fb134 bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) by Berker Peksag · 7 years ago
  13. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  14. 4864a61 bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) by Berker Peksag · 7 years ago
  15. cdfe910 Extending Python Doc minor updates (GH-4518) by Emanuele Gaifas · 7 years ago
  16. 3df02db bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529) by Berker Peksag · 7 years ago
  17. 0858495 bpo-32099 Add deque variant of roundrobin() recipe (#4497) by Raymond Hettinger · 7 years ago
  18. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
  19. 6a54c67 bpo-31979: Remove unused align_maxchar() function (#4527) by Victor Stinner · 7 years ago
  20. b919795 bpo-32030: Fix calculate_path() on macOS (#4526) by Victor Stinner · 7 years ago
  21. b98f171 bpo-27535: Cleanup create_filter() (#4516) by Victor Stinner · 7 years ago
  22. 0327bde bpo-32030: Rewrite calculate_path() (#4521) by Victor Stinner · 7 years ago
  23. bdb8315 bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) by Berker Peksag · 7 years ago
  24. 5ce1069 bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488) by xdegaye · 7 years ago
  25. c06c22e bpo-29040: Support building Android with Unified Headers (GH-4492) by xdegaye · 7 years ago
  26. 5ad7ef8 bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479) by xdegaye · 7 years ago
  27. 1f15111 bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) by Victor Stinner · 7 years ago
  28. e32e79f bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511) by Victor Stinner · 7 years ago
  29. 0784a2e bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464) by Jesse-Bakker · 7 years ago
  30. 20d48a4 bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484) by Cheryl Sabella · 7 years ago
  31. d434110 bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) by Victor Stinner · 7 years ago
  32. 8265627 bpo-27535: Optimize warnings.warn() (#4508) by Victor Stinner · 7 years ago
  33. bb11c3c bpo-31324: Fix test.support.set_match_tests(None) (#4505) by Victor Stinner · 7 years ago
  34. 803ddd8 bpo-31324: Optimize support._match_test() (#4421) by Victor Stinner · 7 years ago
  35. 431665b bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) by AraHaan · 7 years ago
  36. e256b40 bpo-31672 - Add one last minor clarification for idpattern (#4483) by Barry Warsaw · 7 years ago
  37. 337cbba Add comment and improve variable name in roundrobin() (#4486) by Raymond Hettinger · 7 years ago
  38. bc9b6e2 bpo-32043: Rephrase -X dev documentation (#4478) by Victor Stinner · 7 years ago
  39. 25420fe bpo-32030: Add more options to _PyCoreConfig (#4485) by Victor Stinner · 7 years ago
  40. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  41. f39b674 bpo-32094: Update subprocess for -X dev (#4480) by Victor Stinner · 7 years ago
  42. 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 7 years ago
  43. 895862a bpo-32088: Display Deprecation in debug mode (#4474) by Victor Stinner · 7 years ago
  44. c5a2071 bpo-32050: Fix -x option documentation (#4475) by Victor Stinner · 7 years ago
  45. 44862df bpo-32047: -X dev enables asyncio debug mode (#4418) by Victor Stinner · 7 years ago
  46. 04dee27 Remove duplicated import from datetime tests (#4444) by Riccardo Magliocchetti · 7 years ago
  47. e96ba18 bpo-30904: Removed duplicated Host: header. (#4465) by Vinay Sajip · 7 years ago
  48. b56becb Remove outdated .pyo reference from msilib docs (GH-4461) by Berker Peksag · 7 years ago
  49. 7750bde Document parameters of BaseServer.finish_request() (GH-4445) by Masayuki Yamamoto · 7 years ago
  50. 0c71653 [Doc] Update opcode for var-positional arguments (#4446) by Moses Koledoye · 7 years ago
  51. ebfaa71 bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441) by xdegaye · 7 years ago
  52. d34d8fc bpo-29185: Fix `test_distutils` failures on Android (GH-4438) by xdegaye · 7 years ago
  53. 9001d1f bpo-29184: Skip test_socketserver tests on PermissionError raised by Android (GH-4387) by xdegaye · 7 years ago
  54. 51d546a bpo-32069: Drop legacy SSL transport (#4451) by Andrew Svetlov · 7 years ago
  55. f02f5e5 bpo-31867: Remove duplicates in default mimetypes. (#4388) by Henk-Jaap Wagenaar · 7 years ago
  56. f2ddc6a tokenizer: Remove unused tabs options (#4422) by Victor Stinner · 7 years ago
  57. fd0fa67 bpo-31691: Specify where to find build instructions for the Windows installer (#4426) by native-api · 7 years ago
  58. d505a29 Fix typo in atexit documentation. (GH-4419) by Erik Bray · 7 years ago
  59. cede8c9 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) by Serhiy Storchaka · 7 years ago
  60. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 7 years ago
  61. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 7 years ago
  62. 3daaafb bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407) by Serhiy Storchaka · 7 years ago
  63. 0a2abdf bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262) by Serhiy Storchaka · 7 years ago
  64. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 7 years ago
  65. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  66. 43605e6 bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409 by Yury Selivanov · 7 years ago
  67. 4bd41c9 bpo-32025: Add time.thread_time() (#4410) by Antoine Pitrou · 7 years ago
  68. 762b957 bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408) by Dong-hee Na · 7 years ago
  69. f8a4c03 bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) by Serhiy Storchaka · 7 years ago
  70. aca7f57 bpo-30950: Convert round() to Argument Clinic. (#2740) by Serhiy Storchaka · 7 years ago
  71. 00987f6 bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381) by Serhiy Storchaka · 7 years ago
  72. ddbce13 bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400) by Serhiy Storchaka · 7 years ago
  73. edad8ee bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289) by Serhiy Storchaka · 7 years ago
  74. 6545256 bpo-32032: Test both implementations of module-level pickle API. (#4401) by Serhiy Storchaka · 7 years ago
  75. 2ae4ad7 Changed lambda to str.strip in _strip_spaces in logging.config (#4332) by sanjayp · 7 years ago
  76. 9165f77 bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382) by Serhiy Storchaka · 7 years ago
  77. 3bda022 bpo-31948: Fix broken links in msilib docs (GH-4397) by Jesse-Bakker · 7 years ago
  78. b0b44b4 bpo-15606: Improve the re.VERBOSE documentation. (#4366) by Serhiy Storchaka · 7 years ago
  79. e1d62e0 bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386) by Andrey Egorov · 7 years ago
  80. 56935a5 bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() (#4391) by Mat M · 7 years ago
  81. 28b6248 bpo-16055: Fixes incorrect error text for int('1', base=1000) (#4376) by Sanyam Khurana · 7 years ago
  82. 9b6c60c bpo-31979: Simplify transforming decimals to ASCII (#4336) by Serhiy Storchaka · 7 years ago
  83. ce12629 bpo-28369: Enhance transport socket check in add_reader/writer (#4365) by Yury Selivanov · 7 years ago
  84. f76231f bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (#4384) by Mat M · 7 years ago
  85. 8acaa31 remove detect_math_libs (#4383) by Benjamin Peterson · 7 years ago
  86. d7d4fea bpo-29181: Skip test_tarfile tests on PermissionError raised by Android (GH-4375) by xdegaye · 7 years ago
  87. 6a55d09 bpo-29180: Skip test_os tests on PermissionError raised by Android (GH-4374) by xdegaye · 7 years ago
  88. 92c2ca7 bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) by xdegaye · 7 years ago
  89. e0582a3 bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) by xdegaye · 7 years ago
  90. 1588be6 bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) by xdegaye · 7 years ago
  91. 9e78dc2 Move comments in configure.ac to more appropriate place. (#4371) by Serhiy Storchaka · 7 years ago
  92. e197a85 The termios man page is in section 3 (GH-2450) by Edward Betts · 7 years ago
  93. 7c9da3e Remove redundant 'exc = True' line (GH-4357) by Berker Peksag · 7 years ago
  94. bba2239 bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725) by Serhiy Storchaka · 7 years ago
  95. 60c3d35 bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728) by Serhiy Storchaka · 7 years ago
  96. 1707e40 bpo-31572: Silence only AttributeError when get the __copy__ attribute in itertools.tee(). (#3724) by Serhiy Storchaka · 7 years ago
  97. d4f8480 bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731) by Serhiy Storchaka · 7 years ago
  98. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 7 years ago
  99. e184cfd bpo-31824: Document default value of 'errors' parameters (GH-4328) by Pablo Galindo · 7 years ago
  100. 9703f09 bpo-31976: Fix race condition when flushing a file is slow. (#4331) by benfogle · 7 years ago