1. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 2 months ago
  2. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 3 months ago
  3. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 4 years, 3 months ago
  4. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 4 months ago
  5. 9f5fe79 bpo-40286: Add randbytes() method to random.Random (GH-19527) by Victor Stinner · 4 years, 4 months ago
  6. 1ae035b bpo-40302: Add pycore_byteswap.h header file (GH-19552) by Victor Stinner · 4 years, 4 months ago
  7. e9e7d28 bpo-35081: Move dtoa.h header to the internal C API (GH-18489) by Victor Stinner · 4 years, 6 months ago
  8. 0a18ee4 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) by Dong-hee Na · 5 years ago
  9. 408a2ef closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064) by aaronpaulhurst · 5 years ago
  10. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 5 years ago
  11. 5c75f37 bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) by Victor Stinner · 5 years ago
  12. 02e6bf7 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) by Victor Stinner · 6 years ago
  13. 130893d bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) by Victor Stinner · 6 years ago
  14. 318ab63 closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) by Max Bélanger · 6 years ago
  15. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  16. c89a932 bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) by Victor Stinner · 6 years ago
  17. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  18. b9bf9d0 Delete old expat comment. (GH-9197) by Benjamin Peterson · 6 years ago
  19. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago[Renamed (97%) from Modules/Setup.dist]
  20. 063db62 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by xdegaye · 6 years ago
  21. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 6 years ago
  22. 5de15f1 bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289) by Victor Stinner · 7 years ago
  23. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  24. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 7 years ago
  25. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  26. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  27. 1c1f8f3 Add missing _sha3 module to Setup.dist (#2395) by Segev Finer · 7 years ago
  28. c0364fc bpo-20210: Support the *disabled* marker in Setup files (GH-132) by xdegaye · 7 years ago
  29. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 8 years ago
  30. 95b826d - Modules/Setup.dist: Add the _blake2 module by doko@ubuntu.com · 8 years ago
  31. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  32. 7d895ac remove --with(out)-signal-module, since the signal module is non-optional by Benjamin Peterson · 8 years ago
  33. 4b761bf - merge 3.4 by doko@ubuntu.com · 9 years ago
  34. 1345d20 - Use PLATDIR for the platform directory everywhere (refactoring only) by doko@ubuntu.com · 9 years ago
  35. 6433e9e - Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309. by doko@ubuntu.com · 9 years ago
  36. 2c0a916 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` by Antoine Pitrou · 10 years ago
  37. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  38. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  39. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  40. a85017f Issue #16694: Add a pure Python implementation of the operator module. by Antoine Pitrou · 11 years ago
  41. 1e3398a ... and fix the name of the sha1 file name. by doko@ubuntu.com · 12 years ago
  42. dca7303 Fix name of the sha1 extension. by doko@ubuntu.com · 12 years ago
  43. 0684a9d Remove references to removed md5.h and md5.c files. by doko@ubuntu.com · 12 years ago
  44. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  45. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  46. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  47. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 13 years ago
  48. 64d010c Removing the comment lines for the modules which were made to build statically. by Senthil Kumaran · 14 years ago
  49. 5c87c1a Fix Issue9545 - Adding _collections to static build. by Senthil Kumaran · 14 years ago
  50. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago
  51. 22b6f9d - Mention _posixsubprocess.c in Modules/Setup.dist by Matthias Klose · 14 years ago
  52. f371859 Merged revisions 76978 via svnmerge from by Mark Dickinson · 15 years ago
  53. 664b511 Merged revisions 76861 via svnmerge from by Mark Dickinson · 15 years ago
  54. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  55. b747ed3 adjust Setup.dist to build _functools and _locale by Benjamin Peterson · 15 years ago
  56. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago
  57. 21e5fcd - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. by Matthias Klose · 15 years ago
  58. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  59. 131733a - Modules/Setup.dist: Mention _heapq by Matthias Klose · 15 years ago
  60. a58ea4d - Modules/Setup.dist: Add _bisect by Matthias Klose · 16 years ago
  61. fa1885f - Modules/Setup.dist: add datetime, update _elementtree by Matthias Klose · 16 years ago
  62. e605b66 - Modules/Setup.dist: Update pyexpat by Matthias Klose · 16 years ago
  63. bea0081 - Modules/Setup.dist: Fix typo in last checkin by Matthias Klose · 16 years ago
  64. 2a6beb3 - Modules/Setup.dist: Mention _elementtree and _pickle. by Matthias Klose · 16 years ago
  65. e8068ed - Fix typo in last checkin by Matthias Klose · 16 years ago
  66. 8aea286 Merge 67349 from the trunk: by Matthias Klose · 16 years ago
  67. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
  68. 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 16 years ago
  69. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  70. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  71. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  72. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  73. 6cf49cf Remove the dl module per PEP 3108. by Neal Norwitz · 16 years ago
  74. 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 17 years ago
  75. 9cfc62c cPickle was removed by Neal Norwitz · 17 years ago
  76. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  77. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  78. 78c1c4d Link _fileio statically -- it is needed during initialization. by Guido van Rossum · 17 years ago
  79. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  80. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  81. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  82. 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 17 years ago
  83. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  84. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  85. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  86. cd4d1e8 [ 959576 ] Can't build Python on POSIX w/o $HOME by Georg Brandl · 19 years ago
  87. 2a2385d SF bug #1160187: Setup file needs entries for collections, itertools, strop by Raymond Hettinger · 19 years ago
  88. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 20 years ago
  89. 4e699d5 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  90. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  91. 8fbefe2 Patch #993173: Enable audioop on 64-bit platforms. by Martin v. Löwis · 20 years ago
  92. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  93. 141d4e5 Add missed entry for cjkcodecs._iso_2022_kr. by Hye-Shik Chang · 21 years ago
  94. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  95. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
  96. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  97. 3d5cbea Fixed minor typo in Setup.dist. by Gustavo Niemeyer · 21 years ago
  98. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago
  99. 2497982 add _csv build line by Skip Montanaro · 21 years ago
  100. 7b59b42 Added a define EXTRAMACHDEPPATH which can be used to add sys.path items by Jack Jansen · 21 years ago