1. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  2. 11e97f2 bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232) by ericvsmith · 7 years ago
  3. 145541c bpo-30626: Fix error handling in PyImport_Import(). (#2103) by Serhiy Storchaka · 7 years ago
  4. 96c7c06 bpo-20627: Fix error message when keyword arguments are used (#2115) by Sylvain · 7 years ago
  5. 36ff451 bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) by Serhiy Storchaka · 7 years ago
  6. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  7. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  8. f9f1cca Fix regression in error message introduced in bpo-29951. (#2028) by Serhiy Storchaka · 7 years ago
  9. 2e9cd58 bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1888) by Serhiy Storchaka · 7 years ago
  10. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 7 years ago
  11. 865de27 bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998) by Victor Stinner · 7 years ago
  12. ab1cb80 bpo-30547: Fix multiple reference leaks (#1995) by Stéphane Wirtel · 7 years ago
  13. 5eb788b bpo-30534: Fixed error messages when pass keyword arguments (#1901) by Serhiy Storchaka · 7 years ago
  14. 48fb766 bpo-30567: Fix refleak in sys.getwindowsversion (#1940) by Segev Finer · 7 years ago
  15. 2e6bb44 Add reference to help('FORMATTING') in format() builtin (GH-166) by Amit Kumar · 7 years ago
  16. 4a8bcdf bpo-16500: Use register_at_fork() in the threading module (#1843) by Antoine Pitrou · 7 years ago
  17. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 7 years ago
  18. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  19. 18c1356 Drop a duplicate line. (#1809) by Eric Snow · 7 years ago
  20. 7ff1e88 Delete sigcheck.c since it appears unused (#1723) by Segev Finer · 7 years ago
  21. 0cd7a3f bpo-29104: Fixed parsing backslashes in f-strings. (#490) by Serhiy Storchaka · 7 years ago
  22. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 7 years ago
  23. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 7 years ago
  24. 9b33bf5 Improves test_underpth_nosite_file to reveal why it fails. (#1763) by Steve Dower · 7 years ago
  25. 84c6607 Update importlib.h (GH-1762) by Zachary Ware · 7 years ago
  26. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  27. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  28. f82c951 bpo-30395 _PyGILState_Reinit deadlock fix (#1734) by Jason Fried · 7 years ago
  29. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 7 years ago
  30. 2ddf5a1 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) by Xiang Zhang · 7 years ago
  31. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 7 years ago
  32. fdaeea6 bpo-30279: Remove unused Python/thread_foobar.h (#1473) by Masayuki Yamamoto · 7 years ago
  33. 1c4670e bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) by Victor Stinner · 7 years ago
  34. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  35. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  36. 813f943 bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) by Serhiy Storchaka · 7 years ago
  37. 64c8f70 bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916) by Michael Seifert · 7 years ago
  38. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 7 years ago
  39. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 7 years ago
  40. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 7 years ago
  41. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  42. d7fa6b2 bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741) by Daniel Birnstiel · 7 years ago
  43. fff9a31 bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748) by Serhiy Storchaka · 7 years ago
  44. 4830f58 bpo-29849: fix a memory leak in import_from (GH-712) by Xiang Zhang · 7 years ago
  45. 80ec836 bpo-29748: Added the slice index converter in Argument Clinic. (#549) by Serhiy Storchaka · 7 years ago
  46. c2cf128 bpo-8256: Fixed possible failing or crashing input() (#517) by Serhiy Storchaka · 7 years ago
  47. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 7 years ago
  48. 0767ad4 bpo-20185: Convert the marshal module to Argument Clinic. (#541) by Serhiy Storchaka · 7 years ago
  49. c611a5b bpo-29746: Update marshal docs to Python 3. (#547) by Serhiy Storchaka · 7 years ago
  50. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 7 years ago
  51. 0f6d733 bpo-29619: Convert st_ino using unsigned integer (#557) by Victor Stinner · 7 years ago
  52. 370fd20 Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567) by Serhiy Storchaka · 7 years ago
  53. 93fac8d bpo-29676: fix lsprof can't profile C method call. (GH523) by INADA Naoki · 7 years ago
  54. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 7 years ago
  55. 398ff91 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 7 years ago
  56. 160edb4 bpo-29655: Fixed possible reference leaks in `import *`. (#301) by Matthias Bussonnier · 7 years ago
  57. 4c78c52 bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249) by INADA Naoki · 7 years ago
  58. d7e6433 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51) by Martijn Pieters · 7 years ago
  59. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  60. 1bc1564 bpo-29546: Improve from-import error message with location (#103) by Matthias Bussonnier · 7 years ago
  61. 3a9ac82 bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202) by Matthieu Dartiailh · 7 years ago
  62. 72e81d0 bpo-29556: Remove unused #include <langinfo.h> (#98) by Yen Chi Hsuan · 7 years ago
  63. bc4bed4 bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91) by Matthias Bussonnier · 7 years ago
  64. c22bfaa bpo-29524: Add Objects/call.c file (#12) by Victor Stinner · 7 years ago
  65. d2306ce Backed out changeset f23fa1f7b68f by Victor Stinner · 8 years ago
  66. 766af55 Issue #29465: Add Objects/call.c file by Victor Stinner · 8 years ago
  67. 68a001d Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and by Serhiy Storchaka · 8 years ago
  68. 685c203 Removed redundant Argument Clinic directives. by Serhiy Storchaka · 8 years ago
  69. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 8 years ago
  70. fdbc397 Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack() by Victor Stinner · 8 years ago
  71. 122fb56 Document that _PyFunction_FastCallDict() must copy kwargs by Victor Stinner · 8 years ago
  72. fc48908 Issue #29369: Use Py_IDENTIFIER in Python-ast.c by INADA Naoki · 8 years ago
  73. 9fa4a12 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  74. ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  75. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 8 years ago
  76. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  77. 7cf8beb Issue #29331: Simplified argument parsing in sorted() and list.sort(). by Serhiy Storchaka · 8 years ago
  78. 299dc23 Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  79. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  80. bd584f1 Issue #29296: convert print() to METH_FASTCALL by INADA Naoki · 8 years ago
  81. a8cb515 Rephrase !PyErr_Occurred() comment: may=>can by Victor Stinner · 8 years ago
  82. 5a60eca sorted() uses METH_FASTCALL by Victor Stinner · 8 years ago
  83. fda6d0a next() uses FASTCALL by Victor Stinner · 8 years ago
  84. 84b388b getattr() uses METH_FASTCALL by Victor Stinner · 8 years ago
  85. 1741441 Issue #29029: Speed up processing positional arguments in by Serhiy Storchaka · 8 years ago
  86. 0c4a828 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  87. fe54dd8 Add _PyArg_UnpackStack() function helper by Victor Stinner · 8 years ago
  88. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  89. 29d39cc Add _PyArg_NoStackKeywords() helper function by Victor Stinner · 8 years ago
  90. 6518a93 Add _PyArg_ParseStack() helper function by Victor Stinner · 8 years ago
  91. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  92. c0083fc Rename keywords to kwargs in getargs.c by Victor Stinner · 8 years ago
  93. 80ab22f Cleanup getargs.c by Victor Stinner · 8 years ago
  94. 773dc6d __build_class__() builtin uses METH_FASTCALL by Victor Stinner · 8 years ago
  95. 015bce6 Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode. by INADA Naoki · 8 years ago
  96. 231d1f3 _PyEval_EvalCodeWithName(): remove redundant check by Victor Stinner · 8 years ago
  97. 415c510 Inline call_function() by Victor Stinner · 8 years ago
  98. 035ba5d Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 8 years ago
  99. ff558f5 Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 8 years ago
  100. b27df6f Issue #29157: enhance py_getrandom() documentation by Victor Stinner · 8 years ago