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-108179: Add error message for parser stack overflows (#108256)
Dennis Sweeney
2023-08-22
5
-1063/+542
*
gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933)
Erlend E. Aasland
2023-08-22
3
-5/+55
*
Fix test_faulthandler for sanitizers (#108245)
Victor Stinner
2023-08-22
1
-6/+13
*
Define _Py_NULL as nullptr on C23 and newer (#108244)
Victor Stinner
2023-08-22
1
-3/+4
*
gh-106242: Make ntpath.realpath errors consistent with abspath when there are...
Steve Dower
2023-08-22
3
-0/+22
*
Fix test_generators: save/restore warnings filters (#108246)
Victor Stinner
2023-08-21
1
-2/+2
*
gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop ...
Irit Katriel
2023-08-21
3
-1/+16
*
gh-107265: Fix code_hash for ENTER_EXECUTOR case (#108188)
Dong-hee Na
2023-08-21
2
-21/+38
*
gh-108223: Document --disable-gil flag in configure (#108236)
Sam Gross
2023-08-21
1
-0/+9
*
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)
Victor Stinner
2023-08-21
2
-0/+6
*
gh-107298: Fix C API datetime documentation (GH-108034)
Serhiy Storchaka
2023-08-21
2
-15/+57
*
gh-107211: No longer export pycore_strhex.h functions (#108229)
Victor Stinner
2023-08-21
1
-2/+5
*
gh-108224: Fix asyncio doc inconsistency (#108230)
temach
2023-08-21
1
-1/+1
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
32
-95/+92
*
gh-108223: Add --disable-gil to configure (gh-108227)
Sam Gross
2023-08-21
3
-0/+49
*
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner
2023-08-21
16
-4/+65
*
gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)
Serhiy Storchaka
2023-08-21
5
-54/+54
*
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel
2023-08-21
10
-14/+124
*
docs: fix grammar in isolating-extensions.rst (#108037)
David Lechner
2023-08-21
1
-1/+1
*
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...
Serhiy Storchaka
2023-08-21
8
-104/+565
*
gh-107905: Test raising `__value__` for `TypeAliasType` (#107997)
Nikita Sobolev
2023-08-21
1
-0/+18
*
Run sphinx-lint on Misc/NEWS.d/next/ (#108212)
Hugo van Kemenade
2023-08-21
14
-18/+18
*
gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)
balmeida-nokia
2023-08-21
3
-1/+19
*
gh-107916: Save the error code before decoding the filename in PyErr_SetFromE...
Serhiy Storchaka
2023-08-21
2
-0/+12
*
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
Petr Viktorin
2023-08-21
4
-9/+156
*
Improve references in the tutorial (GH-108069)
Serhiy Storchaka
2023-08-21
6
-49/+48
*
gh-105736: Sync pure python version of OrderedDict with the C version (#108098)
Raymond Hettinger
2023-08-21
3
-7/+23
*
gh-107895: Fix test_asyncio.test_runners when run it in CPython's "developmen...
Joon Hwan 김준환
2023-08-21
1
-1/+4
*
Resolve reference warnings in faq/gui.rst (#108147)
Adam Turner
2023-08-21
2
-5/+5
*
gh-107265: Fix code_richcompare for ENTER_EXECUTOR case (gh-108165)
Dong-hee Na
2023-08-21
2
-0/+28
*
gh-107526: Fix test_module_level_callable_unrepresentable_default (gh-108187)
Dong-hee Na
2023-08-21
1
-1/+1
*
gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC...
Nikita Sobolev
2023-08-21
3
-303/+101
*
gh-104504: cases generator: Add `--warn-unreachable` to the mypy config (#108...
Alex Waygood
2023-08-20
4
-28/+36
*
Resolve reference warnings in faq/library.rst (#108149)
Adam Turner
2023-08-20
2
-6/+8
*
Resolve reference warnings in faq/design.rst (#108148)
Adam Turner
2023-08-20
2
-3/+2
*
Docs: document 'manager' and '_log' attrs of logging.Logging (#108145)
Erlend E. Aasland
2023-08-20
1
-0/+8
*
Resolve reference warnings in faq/programming.rst (#108150)
Adam Turner
2023-08-20
2
-4/+3
*
Docs: Fix Sphinx warnings in logging.rst (GH-108139)
Erlend E. Aasland
2023-08-20
2
-24/+27
*
Docs: Fix Sphinx warnings in license.rst (#108142)
Erlend E. Aasland
2023-08-20
2
-6/+5
*
Docs: Fix Sphinx warnings in sys.rst (#108106)
Erlend E. Aasland
2023-08-20
3
-115/+153
*
gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes...
Tomas R
2023-08-20
1
-7/+7
*
gh-107619: Extend functools LRU cache docs with generators and async function...
Hadházy Tamás
2023-08-20
1
-2/+3
*
Fix patchcheck for `asyncio.tasks` (#108159)
Kumar Aditya
2023-08-20
1
-9/+9
*
Fix misspellings in sysconfig docs (#108156)
Rafael Fontenelle
2023-08-20
1
-5/+5
*
gh-107980: fix doc role for asyncio.timeouts (#108126)
Tin Tvrtković
2023-08-19
1
-3/+3
*
Docs: Remove links to external C functions and macros in os.rst (#108138)
Erlend E. Aasland
2023-08-19
1
-25/+27
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
5
-9/+218
*
gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)
Serhiy Storchaka
2023-08-19
4
-1/+146
*
Docs: format sys.float_info properly (#108107)
Erlend E. Aasland
2023-08-19
1
-52/+73
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
9
-1344/+2992
[prev]
[next]