1. 3e986de Fix typo (GH-12878) by Fredrik Averpil · 5 years ago
  2. 14adbd4 bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) by Raymond Hettinger · 5 years ago
  3. 9d062d6 ctypes: remove use of legacy unicode API (GH-12340) by Inada Naoki · 5 years ago
  4. e8113f5 bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) by Stefan Behnel · 5 years ago
  5. 7e954e7 bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) by Enrico Alarico Carbognani · 5 years ago
  6. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 5 years ago
  7. 11efd79 bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059) by Paul Monson · 5 years ago
  8. 264a0b4 bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849) by Paul Monson · 5 years ago
  9. 9941f96 Fix wrong indentation of a paragraph in documentation (GH-12868) by cocoatomo · 5 years ago
  10. a6de52c bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821) by josh · 5 years ago
  11. 4c3efd9 bpo-36649: Remove trailing spaces for registry keys when installed via the Store (GH-12865) by Steve Dower · 5 years ago
  12. 5c75f37 bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) by Victor Stinner · 5 years ago
  13. 3092d6b bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) by Victor Stinner · 5 years ago
  14. 197f044 bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861) by Victor Stinner · 5 years ago
  15. 693c104 bpo-31904: Port test_resource to VxWorks (GH-12719) by Lihua Zhao · 5 years ago
  16. 2954550 bpo-31904: Port test_cmd_line to VxWorks (#12648) by Lihua Zhao · 5 years ago
  17. 2c4c02f bpo-35755: Remove current directory from posixpath.defpath (GH-11586) by Victor Stinner · 5 years ago
  18. 228a3c9 bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858) by Victor Stinner · 5 years ago
  19. 71ce03d Clarify file-closing example in tutorial (GH-11652) by Colin Watson · 5 years ago
  20. 36c41bc bpo-31904: Fix test_tabnanny on VxWorks (GH-12646) by Lihua Zhao · 5 years ago
  21. 6fec905 bpo-36642: make unicodedata const (GH-12855) by Inada Naoki · 5 years ago
  22. 926b0cb bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854) by Inada Naoki · 5 years ago
  23. 31e8d69 bpo-33783: Use proper class markup for random.Random docs (GHè7817) by Matthias Bussonnier · 5 years ago
  24. 2f5b448 Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856) by Berker Peksag · 5 years ago
  25. 2b7f93b bpo-36345: Update wsgiref example (GH-12562) by Stéphane Wirtel · 5 years ago
  26. 6fa84bd bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836) by Inada Naoki · 5 years ago
  27. 74125a6 bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) by Victor Stinner · 5 years ago
  28. 0810fa7 bpo-36389: Cleanup gc.set_threshold() (GH-12844) by Victor Stinner · 5 years ago
  29. aba7d66 bpo-35134: Add cpython/pymem.h to build system (GH-12842) by Victor Stinner · 5 years ago
  30. 9820c07 bpo-35134: Add Include/cpython/pymem.h (GH-12840) by Victor Stinner · 5 years ago
  31. a3283ef Doc: update PendingDeprecationWarning explanation (GH-12837) by Inada Naoki · 5 years ago
  32. a9a2880 bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822) by Jakub Molinski · 5 years ago
  33. 3c7931e bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) by Victor Stinner · 5 years ago
  34. f1464f4 bpo-31904: Port the time module on VxWorks (GH-12305) by pxinwr · 5 years ago
  35. 236d0b7 bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) by pxinwr · 5 years ago
  36. 2430d53 bpo-27860: use cached_property (GH-12832) by Inada Naoki · 5 years ago
  37. 3c5a858 bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830) by Stefan Behnel · 5 years ago
  38. cd46655 bpo-16079: fix duplicate test method name in test_gzip. (GH-12827) by Gregory P. Smith · 5 years ago
  39. 929b704 bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) by Mickaël Schoentgen · 5 years ago
  40. e9927e1 bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) by Stefan Behnel · 5 years ago
  41. ffca16e bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) by Bernt Røskar Brenna · 5 years ago
  42. 830b43d bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790) by Xtreak · 5 years ago
  43. fde9b33 bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) by Pablo Galindo · 5 years ago
  44. 46544f6 Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762) by Pablo Galindo · 5 years ago
  45. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  46. f8716c8 bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) by Cheryl Sabella · 5 years ago
  47. e59ec1b bpo-35734: ipaddress: remove unused methods (GH-11591) by Rémi Lapeyre · 5 years ago
  48. c88fece Doc: define PY_SSIZE_T_CLEAN always (GH-12794) by Inada Naoki · 5 years ago
  49. a304b13 bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811) by Victor Stinner · 5 years ago
  50. 1e82954 bpo-35581: Document @typing.type_check_only (GH-11312) by Sebastian Rittau · 5 years ago
  51. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 5 years ago
  52. 472f794 bpo-18748: test_io: silence destructor errors (GH-12805) by Victor Stinner · 5 years ago
  53. e8f9acf bpo-36611: Disable serialno field of debug memory allocators (#12796) by Victor Stinner · 5 years ago
  54. 0fc91ee bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) by Victor Stinner · 5 years ago
  55. 23a683a bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809) by Victor Stinner · 5 years ago
  56. 606c66a Allow Windows layout builds to fully skip code signing (GH-12808) by Steve Dower · 5 years ago
  57. f4e5661 bpo-36509: Add iot layout for Windows IoT containers (GH-12663) by Paul Monson · 5 years ago
  58. aa25d5d Enable building nuget packages for ARM32 (GH-12669) by Paul Monson · 5 years ago
  59. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 5 years ago
  60. f938d8b Correct grammar in concurrent/futures/process.py docstring (GH-12761) by Thomas Grainger · 5 years ago
  61. b13552c Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216) by Christopher Head · 5 years ago
  62. b015fc8 bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) by Kingsley M · 5 years ago
  63. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 5 years ago
  64. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 5 years ago
  65. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  66. 9b8314c bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797) by Victor Stinner · 5 years ago
  67. 9e4f2f3 bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792) by Inada Naoki · 5 years ago
  68. 3993ccb bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977) by Emmanuel Arias · 5 years ago
  69. 21a74a9 bpo-36605: make tags: parse Modules/_io directory (GH-12789) by Victor Stinner · 5 years ago
  70. 4c409be bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) by Victor Stinner · 5 years ago
  71. 536a35b bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) by Inada Naoki · 5 years ago
  72. b3c92c6 bpo-36597: fix weakref example code (GH-12779) by Inada Naoki · 5 years ago
  73. 2b00db6 bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) by Victor Stinner · 5 years ago
  74. 57b1a28 bpo-36597: fix random doctest failure (GH-12776) by Inada Naoki · 5 years ago
  75. adff01e bpo-36597: Disable Travis CI doctest job (GH-12775) by Victor Stinner · 5 years ago
  76. efc4870 bpo-36416: Correct bytes.rpartition documentation (GH-12543) by pewscorner · 5 years ago
  77. 5410d3d better __init__.py explanation in tutorial (#12763) by Inada Naoki · 5 years ago
  78. b5e2959 Doc: fix typo in IncrementalDecoder.setstate (GH-12724) by Christopher Thorne · 5 years ago
  79. a9bd892 bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764) by Victor Stinner · 5 years ago
  80. 42f55ee fix typo in doc (#12686) by Caleb Marchent · 5 years ago
  81. d914596 bpo-36559: random module: optimize sha512 import (GH-12742) by Christian Heimes · 5 years ago
  82. 6955d44 bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) by Lorenz Mende · 5 years ago
  83. 2fb2bc8 bpo-14826: document that URLopener quotes fullurl. (GH-12758) by Gregory P. Smith · 5 years ago
  84. 750d74f bpo-12910: update and correct quote docstring (#2568) by Jörn Hees · 5 years ago
  85. 63b5fc5 Fix typos in compile.c comments (GH-12752) by Simeon · 5 years ago
  86. 0e10766 bpo-31512: Add non-elevated symlink support for Windows (GH-3652) by Vidar Tonaas Fauske · 5 years ago
  87. 8709490 bpo-34373: Fix time.mktime() on AIX (GH-12726) by Victor Stinner · 5 years ago
  88. 8abc3f4 bpo-36577: setup.py reports missing OpenSSL again (GH-12746) by Christian Heimes · 5 years ago
  89. bb44478 bpo-36560: regrtest: don't collect the GC twice (GH-12747) by Victor Stinner · 5 years ago
  90. e65f01f bpo-36508: python-config don't export LINKFORSHARED (GH-12661) by Victor Stinner · 5 years ago
  91. 2ee077f bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708) by xdegaye · 5 years ago
  92. 56065d4 bpo-34139: Remove unix datagram socket from FS before binding (GH-8323) by Quentin Dawans · 5 years ago
  93. 5aaac94 bpo-36560: Fix reference leak hunting in regrtest (GH-12744) by Victor Stinner · 5 years ago
  94. e16467a bpo-34060: Report system load when running test suite for Windows (GH-8357) by Ammar Askar · 5 years ago
  95. c324c74 bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755) by Lukas Waymann · 5 years ago
  96. a8abe09 bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) by Matthias Bussonnier · 5 years ago
  97. 5909ad1 fix code styling (GH-12737) by Inada Naoki · 5 years ago
  98. 7b97ab3 closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893) by Steve Palmer · 5 years ago
  99. 8702b67 BPO-17561: set create_server backlog default to None (GH-12735) by Giampaolo Rodola · 5 years ago
  100. 79b5d29 bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) by Victor Stinner · 5 years ago