index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner
2023-06-01
7
-12/+57
*
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner
2023-06-01
11
-105/+36
*
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)
Erlend E. Aasland
2023-06-01
5
-19/+10
*
remove unused #includes of pycore_pymem.h (#105166)
Irit Katriel
2023-06-01
6
-264/+259
*
gh-103224: Use the realpath of the Python executable in `test_venv` (GH-103243)
Artem Mukhin
2023-06-01
1
-3/+5
*
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner
2023-06-01
8
-6/+40
*
gh-105156: Update Lib/test/clinic.test manually (#105180)
Victor Stinner
2023-06-01
1
-14/+14
*
Fix docstring of `warnings._deprecated` to show correct `remove` value (#105178)
Nikita Sobolev
2023-06-01
1
-1/+1
*
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner
2023-06-01
4
-53/+27
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
22
-522/+182
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
9
-14/+25
*
gh-105172: Fixed functools.lru_cache typed argument docstring. (GH-105173)
Bar Harel
2023-05-31
2
-2/+5
*
gh-102251: Explicitly free state for test modules with state in test_import (...
sunmy2019
2023-05-31
2
-5/+31
*
Clarify that error messages are better with PEP 701 (#105150)
Pablo Galindo Salgado
2023-05-31
1
-0/+25
*
gh-103464: Add checks for arguments of pdb commands (GH-103465)
Tian Gao
2023-05-31
3
-11/+90
*
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...
Steve Dower
2023-05-31
2
-3/+5
*
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
Irit Katriel
2023-05-31
5
-26/+26
*
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner
2023-05-31
9
-110/+100
*
gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_Protoco...
Alex Waygood
2023-05-31
3
-37/+111
*
gh-104909: Split BINARY_OP into micro-ops (#104910)
Guido van Rossum
2023-05-31
4
-631/+785
*
gh-105111: remove deprecated macros Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SA...
Irit Katriel
2023-05-31
3
-13/+37
*
gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)
Victor Stinner
2023-05-31
1
-1/+1
*
gh-105096: Deprecate wave getmarkers() method (#105098)
Victor Stinner
2023-05-31
5
-0/+51
*
gh-62948: IOBase finalizer logs close() errors (#105104)
Victor Stinner
2023-05-31
5
-40/+19
*
gh-105096: Reformat wave documentation (#105136)
Victor Stinner
2023-05-31
3
-102/+109
*
gh-105107: Remove PyEval_CallFunction() function (#105108)
Victor Stinner
2023-05-31
6
-32/+34
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
15
-398/+106
*
gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130)
Ned Deily
2023-05-31
2
-3/+4
*
gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (#105126)
Carl Meyer
2023-05-31
1
-0/+3
*
gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (#105125)
Carl Meyer
2023-05-31
1
-0/+7
*
gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...
Eric Snow
2023-05-31
6
-34/+122
*
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
Eric Snow
2023-05-30
4
-1/+14
*
gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)
Lysandros Nikolaou
2023-05-30
5
-34/+49
*
gh-105069: Add a readline-like callable to the tokenizer to consume input ite...
Pablo Galindo Salgado
2023-05-30
7
-96/+274
*
gh-89886: Properly quote Autoconf macro arguments (#105062)
Erlend E. Aasland
2023-05-30
2
-706/+798
*
gh-105035: fix super() calls on unusual types (e.g. meta-types) (#105094)
Carl Meyer
2023-05-30
4
-221/+239
*
GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)
Barney Gale
2023-05-30
5
-15/+123
*
CI: Temporarily skip paths with spaces to avoid error (#105110)
Hugo van Kemenade
2023-05-30
1
-1/+14
*
gh-105071: add missing versionadded directive (#105097)
Irit Katriel
2023-05-30
1
-0/+2
*
gh-80064: Fix is_valid_wide_char() return type (#105099)
Victor Stinner
2023-05-30
1
-1/+1
*
Small speedup for dataclass __eq__ and __repr__ (#104904)
Raymond Hettinger
2023-05-30
1
-8/+12
*
gh-103921: Minor PEP-695 fixes to the `ast` module docs (#105093)
Alex Waygood
2023-05-30
1
-5/+5
*
gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms ...
Petr Viktorin
2023-05-30
1
-1/+2
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
7
-1/+196
*
gh-105084: Tests: Use setuptools+wheel from sysconfig.get_config_var('WHEEL_P...
Miro HronĨok
2023-05-30
2
-2/+25
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Steve Dower
2023-05-30
8
-1/+210
*
gh-102251: Fix reference leak in _testsinglephase initialization (#105082)
sunmy2019
2023-05-30
1
-1/+3
*
gh-83403: Test `parent` param in `Mock.__init__` (#103630)
Nikita Sobolev
2023-05-30
1
-0/+8
*
gh-105077: Fix test_tkinter refleak checking (GH-105078)
Zachary Ware
2023-05-30
1
-5/+10
*
GH-104898: Revert pathlib os.PathLike registration change. (GH-105073)
Barney Gale
2023-05-29
1
-1/+5
[next]