1. af64aff Regen Moduls/clinic/_ssl.c.h (GH-3320) by Zachary Ware · 7 years ago
  2. b2d096b bpo-30622: Change NPN detection: (#2079) by Melvyn Sopacua · 7 years ago
  3. bca4939 bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) by Serhiy Storchaka · 7 years ago
  4. 02f3b7d bpo-31109: Convert zipimport to use Argument Clinic (GH-2990) by Yaron de Leeuw · 7 years ago
  5. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  6. 5f31d5c Regenerate Argument Clinic code for bpo-19180. (#2073) by Serhiy Storchaka · 7 years ago
  7. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  8. 63c2c8a bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148) by Chandan Kumar · 7 years ago
  9. 163468a bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) by Gregory P. Smith · 7 years ago
  10. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  11. 6d336a0 bpo-30285: Optimize case-insensitive matching and searching (#1482) by Serhiy Storchaka · 7 years ago
  12. 7186cc2 bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468) by Serhiy Storchaka · 7 years ago
  13. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 7 years ago
  14. 1374dbb restore *data* parameter of binascii.b2a_base64 to positional-only (#1352) by Xiang Zhang · 7 years ago
  15. fdbd011 bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) by Serhiy Storchaka · 7 years ago
  16. 762ec97 bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) by Serhiy Storchaka · 7 years ago
  17. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 7 years ago
  18. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  19. 1989763 bpo-20185: Convert the resource moduel to Argument Clinic. (#545) by Serhiy Storchaka · 7 years ago
  20. 8d26aa9 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 7 years ago
  21. 9735384 Issue #20186: Regenerated Argument Clinic. by Serhiy Storchaka · 7 years ago
  22. b451f91 Issue #20186: Converted the tracemalloc module to Argument Clinic. by Serhiy Storchaka · 7 years ago
  23. 5106ad1 Issue #20186: Converted the symtable module to Argument Clinic. by Serhiy Storchaka · 7 years ago
  24. 9326028 Issue #20185: Converted the gc module to Argument Clinic. by Serhiy Storchaka · 7 years ago
  25. a5a5590 Issue #29300: Use Argument Clinic for getting struct object from the format. by Serhiy Storchaka · 7 years ago
  26. c0f59ad Rename struct.unpack() 2nd parameter to "buffer" by Victor Stinner · 7 years ago
  27. 3f2d101 Issue #29300: Convert _struct module to Argument Clinic by Victor Stinner · 7 years ago
  28. 1dfaa6c Issue #29092: Merge 3.6. by Xiang Zhang · 8 years ago
  29. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  30. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 8 years ago
  31. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 8 years ago
  32. c9ea933 Issue #20186: Converted the math module to Argument Clinic. Patch by Tal Einat. by Serhiy Storchaka · 8 years ago
  33. b813a0e Issue #20186: Converted the _operator module to Argument Clinic. by Serhiy Storchaka · 8 years ago
  34. 0c4a828 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  35. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  36. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  37. b37f3f6 Issue #29195: Removed support of deprecated undocumented keyword arguments by Serhiy Storchaka · 8 years ago
  38. c06ae20 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  39. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  40. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  41. 9e40afe Issue #29004: Merge crc_hqx() doc from 3.6 by Martin Panter · 8 years ago
  42. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 8 years ago
  43. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  44. 726a57d Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup by Victor Stinner · 8 years ago
  45. b74fecc Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 8 years ago
  46. 852cc33 Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 8 years ago
  47. 579f038 Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 8 years ago
  48. 49d02d1 Issue #28586: Converted os.scandir() to Argument Clinic. by Serhiy Storchaka · 8 years ago
  49. 29d3cbf Merge 3.6 (issue #28544) by Yury Selivanov · 8 years ago
  50. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 8 years ago
  51. f8d7d41 Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. by Serhiy Storchaka · 8 years ago
  52. 3940499 Issue #28156: Export os.getpid() conditionally by Berker Peksag · 8 years ago
  53. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  54. 768f3b4 do not pretend to support passing a fd to access() by Benjamin Peterson · 8 years ago
  55. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  56. cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
  57. f5aba58 Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup by Steve Dower · 8 years ago
  58. 9b1f474 Add os.getrandom() by Victor Stinner · 8 years ago
  59. 581139c Run Argument Clinic on posixmodule.c by Victor Stinner · 8 years ago
  60. 39093e9 Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). by Christian Heimes · 8 years ago
  61. b1cb8b2 merge 3.5 by Benjamin Peterson · 8 years ago
  62. 25bfcd5 Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers. by Christian Heimes · 8 years ago
  63. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 8 years ago
  64. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  65. 525a949 Issue #27130: Merge zlib 64-bit fixes from 3.5 by Martin Panter · 8 years ago
  66. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  67. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  68. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  69. 50600a7 merge 3.5 (#24557) by Benjamin Peterson · 8 years ago
  70. b8a2f51 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
  71. 95657cd Issue #26243: Only the level argument to zlib.compress() is keyword argument by Serhiy Storchaka · 8 years ago
  72. b4f43e9 Clarify documentation for os.fspath(). by Brett Cannon · 8 years ago
  73. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  74. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  75. f4affb7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  76. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  77. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  78. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  79. 2eb6b0d Issues #26716, #26057: Regenerate Argument Clinic code. by Serhiy Storchaka · 8 years ago
  80. d6117a4 Issue #26716: Regenerate Argument Clinic code. by Serhiy Storchaka · 8 years ago
  81. b0cb42d Issue 26243: Forgot to update zlib doc strings in Argument Clinic by Martin Panter · 8 years ago
  82. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 8 years ago
  83. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 8 years ago
  84. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 8 years ago
  85. 9ec5e25 Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster. by Serhiy Storchaka · 9 years ago
  86. 36befa5 Issue #25626: Merge zlib fix from 3.5 by Martin Panter · 9 years ago
  87. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  88. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  89. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  90. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  91. e84c976 Issue #25357: Add an optional newline paramer to binascii.b2a_base64(). by Victor Stinner · 9 years ago
  92. a122b5a Issue #23738: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  93. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  94. 80d62e6 Issue #23530: fix clinic comment. by Charles-François Natali · 9 years ago
  95. c97a962 Issue #24824: Signatures of codecs.encode() and codecs.decode() now are by Serhiy Storchaka · 9 years ago
  96. 4a01cab Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  97. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  98. 8b2e8b6 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. by Serhiy Storchaka · 9 years ago
  99. 6b680cd Fixed compilation error in signalmodule.c (issue #20182). by Serhiy Storchaka · 9 years ago
  100. c7027b7 Issue #20182: converted the signal module to use Argument Clinic by Tal Einat · 9 years ago