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