1. e4be8c9 bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-12202) (GH-16376) by Michael Felt · 4 years, 9 months ago
  2. 5779c53 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441) by Miss Islington (bot) · 4 years, 10 months ago
  3. 36101c2 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by Miss Islington (bot) · 5 years ago
  4. 66c42f8 [3.8] bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14473) by Benjamin Peterson · 5 years ago
  5. 0288dd6 bpo-36231: Support building on macOS without /usr/include (GH-13773) by Ned Deily · 5 years ago
  6. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 5 years ago
  7. ad0daf5 bpo-31525: Increase minimum sqlite version number check (GH-12923) by Charles Pigott · 5 years ago
  8. 5749134 bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922) by Victor Stinner · 5 years ago
  9. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 5 years ago
  10. 5c75f37 bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) by Victor Stinner · 5 years ago
  11. 236d0b7 bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) by pxinwr · 5 years ago
  12. 8abc3f4 bpo-36577: setup.py reports missing OpenSSL again (GH-12746) by Christian Heimes · 5 years ago
  13. 2ee077f bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708) by xdegaye · 5 years ago
  14. b7eec94 bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) by Michael Felt · 5 years ago
  15. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 5 years ago
  16. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  17. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 5 years ago
  18. cfe172d bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129) by Victor Stinner · 5 years ago
  19. c991f24 bpo-36146: Don't run code at setup.py top level (GH-12127) by Victor Stinner · 5 years ago
  20. 5ec33a1 bpo-36146: Split setup.py into subfunctions (GH-12125) by Victor Stinner · 5 years ago
  21. 625dbf2 bpo-36146: Refactor setup.py: Add PyBuildExt.srcdir (GH-12124) by Victor Stinner · 5 years ago
  22. 8058bda bpo-36146: Refactor setup.py: PyBuildExt.add() method (GH-12097) by Victor Stinner · 5 years ago
  23. 96d8158 bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098) by Victor Stinner · 5 years ago
  24. 4cbea51 bpo-36146: Refactor setup.py (GH-12093) by Victor Stinner · 5 years ago
  25. 32f5fdd bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) by pxinwr · 5 years ago
  26. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 5 years ago
  27. 5741c45 bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765) by Neil Schemenauer · 5 years ago
  28. e5ef45b bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) by Davin Potts · 5 years ago
  29. cf10a75 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) by stratakis · 5 years ago
  30. 130893d bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) by Victor Stinner · 6 years ago
  31. 09b2bec bpo-29442: Replace optparse with argparse in setup.py (GH-139) by Chih-Hsuan Yen · 6 years ago
  32. a8c3424 bpo-25427: Remove pyvenv (GH-5962) by Brett Cannon · 6 years ago
  33. 5bb9692 bpo-32647: Link ctypes extension with libdl. (#5550) by Christian Heimes · 6 years ago
  34. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 6 years ago
  35. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 6 years ago
  36. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 6 years ago
  37. 29a7df7 bpo-32521: nis libnsl (#5190) by Christian Heimes · 6 years ago
  38. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 6 years ago
  39. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 6 years ago
  40. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 6 years ago
  41. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 6 years ago
  42. f3031b8 bpo-32521: nis libtirpc (#5137) by Christian Heimes · 6 years ago
  43. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  44. bd4ed77 bpo-32233: Fix build with --with-system-libmpdec. (#4739) by Stefan Krah · 7 years ago
  45. 53efbf3 bpo-11063: Handle uuid.h being in default include path (GH-4565) by Nick Coghlan · 7 years ago
  46. 77f5139 bpo-32059: setup.py now also searches the sysroot paths (GH-4452) by xdegaye · 7 years ago
  47. 8acaa31 remove detect_math_libs (#4383) by Benjamin Peterson · 7 years ago
  48. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  49. 1aa00ff fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066) by Michał Górny · 7 years ago
  50. edc05c5 remove comment about long-gone SGI modules (#3850) by Benjamin Peterson · 7 years ago
  51. a106aec bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796) by Antoine Pitrou · 7 years ago
  52. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  53. 6d51b87 bpo-30912: Don't check the content of ffi.h (GH-2687) by Shlomi Fish · 7 years ago
  54. c5bace2 bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878) by Devin Jeanpierre · 7 years ago
  55. 9e1e6f5 bpo-30923: Silence fall-through warnings in libexpat build. (#3205) by Stefan Krah · 7 years ago
  56. 93d0cb5 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) by Victor Stinner · 7 years ago
  57. f0202bb Issue #30923: Revert flag that is not recognized by an obsolete gcc version. (#3132) by Stefan Krah · 7 years ago
  58. 72b5433 bpo-30923: Suppress fall-through warnings in libmpdec. (#2698) by Stefan Krah · 7 years ago
  59. c0364fc bpo-20210: Support the *disabled* marker in Setup files (GH-132) by xdegaye · 7 years ago
  60. 6c991bd Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332) by Neil Schemenauer · 7 years ago
  61. 2658178 Merge 3.6. by Stefan Krah · 7 years ago
  62. 75c0d4f Issue29439: _decimal on Android requires linking with libm. by Stefan Krah · 7 years ago
  63. e43edaa Issue #20211: Merge 3.6. by Xavier de Gaye · 8 years ago
  64. 1351c31 Issue #20211: Do not add the directory for installing C header files and by Xavier de Gaye · 8 years ago
  65. f191a9e Issue #28190: Merge 3.6. by Xavier de Gaye · 8 years ago
  66. e13c320 Issue #28190: Cross compiling the _curses module does not use anymore by Xavier de Gaye · 8 years ago
  67. c1a26a2 Issue #28918: Merge 3.6. by Xavier de Gaye · 8 years ago
  68. 13f1c33 Issue #28918: Fix the cross compilation of xxlimited when Python by Xavier de Gaye · 8 years ago
  69. 0eacef3 Issue #28444: Merge with 3.5. by Xavier de Gaye · 8 years ago
  70. 84968b7 Issue #28444: Fix missing extensions modules when cross compiling. by Xavier de Gaye · 8 years ago
  71. 0af10ac Issue #28444: Merge with 3.6. by Xavier de Gaye · 8 years ago
  72. fa8b884 Issue #28428: Rename _futures module to _asyncio. (merge from 3.6) by INADA Naoki · 8 years ago
  73. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 8 years ago
  74. ca2f0d0 Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  75. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  76. aa630e0 Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 8 years ago
  77. 85c98bf Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 8 years ago
  78. 96b2dd5 Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 8 years ago
  79. f40d4dd Closes #27979: Remove bundled copy of libffi by Zachary Ware · 8 years ago
  80. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  81. 44abad1 Issue #23545: Adding -Wextra in setup.py is no longer necessary, since it by Stefan Krah · 8 years ago
  82. 935043d Closes #27976: Deprecate bundled full copy of libffi by Zachary Ware · 8 years ago
  83. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  84. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  85. dfb9ef1 blake2: silence two more warnings on platforms with size_t < uint64_t. Don't use SSE2 when cross-compiling by Christian Heimes · 8 years ago
  86. 3c397e4 Fix out-of-tree builds for blake2 by Christian Heimes · 8 years ago
  87. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago
  88. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  89. ae68365 - Issue #21277: Don't try to link _ctypes with a ffi_convenience library. by doko@ubuntu.com · 8 years ago
  90. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  91. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  92. 8d013a8 Issue #26846: Post commit cleanup. by Stefan Krah · 8 years ago
  93. 1fa5a38 Merge 3.5: Issue #21668 by Victor Stinner · 8 years ago
  94. def8072 setup.py: add missing libm dependency by Victor Stinner · 8 years ago
  95. b8da1a4 Issue #25136: merge from 3.5 by Ned Deily · 8 years ago
  96. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 8 years ago
  97. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  98. c9deece Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 8 years ago
  99. 24ac877 upgrade xxlimited abi to 3.5 by Benjamin Peterson · 9 years ago
  100. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago