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-120343: Fix column offsets of multiline tokens in tokenize (#120391)
Lysandros Nikolaou
2024-06-12
2
-4/+24
*
gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...
neonene
2024-06-12
8
-8/+24
*
gh-120388: Improve deprecation warning message, when test returns non-None (#...
Nikita Sobolev
2024-06-12
5
-6/+44
*
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...
Serhiy Storchaka
2024-06-12
7
-9/+9
*
gh-120155: Add assertion to sre.c match_getindex() (#120402)
Victor Stinner
2024-06-12
1
-0/+2
*
gh-120400 :Support Linux perf profile to see Python calls on RISC-V archite...
ixgbe00
2024-06-12
5
-0/+13
*
gh-120029: remove unused macros in ``symtable.c`` (#120222)
Bénédikt Tran
2024-06-12
3
-6/+0
*
gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)
Ken Jin
2024-06-12
5
-4/+45
*
Fix typos in documentation (#120338)
Xie Yanbo
2024-06-12
4
-6/+6
*
gh-93691: fix too broad source locations of for statement iterators (#120330)
Irit Katriel
2024-06-12
6
-8/+63
*
gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...
Bénédikt Tran
2024-06-12
7
-6/+100
*
gh-101575: document Decimal.__round__() (GH-101737)
Owain Davies
2024-06-12
1
-0/+42
*
gh-118908: Fix completions after namespace change in REPL (#120370)
Lysandros Nikolaou
2024-06-12
2
-5/+12
*
gh-120385: Fix reference leak in symtable (#120386)
Kirill Podoprigora
2024-06-12
1
-1/+3
*
gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...
Nikita Sobolev
2024-06-12
3
-0/+16
*
gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354)
Pablo Galindo Salgado
2024-06-11
2
-4/+6
*
gh-120198: Fix race condition when editing __class__ with an audit hook activ...
Ken Jin
2024-06-11
4
-2/+38
*
gh-120326: Include <intrin.h> on Windows with Free Threading (#120329)
Kirill Podoprigora
2024-06-11
2
-0/+6
*
gh-118908: Limit exposed globals from internal imports and definitions on new...
Eugene Triguba
2024-06-11
4
-8/+83
*
Fix typo in ElementTree docs (#120342)
naglis
2024-06-11
1
-1/+1
*
gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352)
Lysandros Nikolaou
2024-06-11
3
-1/+18
*
gh-119517: Fixes for pasting in pyrepl (#120253)
Matt Wozniski
2024-06-11
6
-57/+134
*
gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode...
Pablo Galindo Salgado
2024-06-11
2
-1/+4
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
28
-328/+609
*
gh-120080: Mark test_round_with_none_arg_direct_call as cpython_only (#120328)
Kirill Podoprigora
2024-06-11
2
-0/+2
*
gh-120291: Fix a bashism in python-config.sh.in (#120292)
Michał Górny
2024-06-11
2
-4/+6
*
gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)
Nikita Sobolev
2024-06-11
3
-1/+21
*
gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setatt...
blhsing
2024-06-11
3
-0/+12
*
gh-119600: mock: do not access attributes of original when new_callable is se...
Robert Collins
2024-06-11
4
-5/+29
*
Fix the CODEOWNERS for _interpretersmodule.c (gh-120288)
AN Long
2024-06-10
1
-1/+1
*
gh-120057: Add os.environ.refresh() method (#120059)
Victor Stinner
2024-06-10
7
-4/+124
*
gh-119786: copy compiler doc from devguide to InternalDocs and convert to mar...
Irit Katriel
2024-06-10
2
-0/+653
*
gh-115801: Only allow sequence of strings as input for difflib.unified_diff (...
Pieter Eendebak
2024-06-10
3
-6/+31
*
gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232)
Victor Stinner
2024-06-10
1
-1/+1
*
bpo-24766: doc= argument to subclasses of property not handled correctly (GH-...
E. M. Bray
2024-06-10
3
-15/+39
*
gh-120296: Fix format string of fcntl.ioctl() audit (#120301)
Clinton
2024-06-10
1
-1/+1
*
gh-119666: fix multiple class-scope comprehensions referencing __class__ (#12...
Carl Meyer
2024-06-10
3
-13/+36
*
gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#...
Kirill Podoprigora
2024-06-08
3
-0/+9
*
gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277)
Clinton
2024-06-08
1
-1/+1
*
gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)
AN Long
2024-06-08
2
-0/+2
*
gh-120244: Fix re.sub() reference leak (GH-120245)
neonene
2024-06-08
2
-0/+2
*
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook
2024-06-08
13
-59/+366
*
bpo-37755: Use configured output in pydoc instead of pager (GH-15105)
Enrico Tröger
2024-06-08
3
-20/+116
*
gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (#120243)
Nikita Sobolev
2024-06-08
1
-15/+21
*
gh-120225: fix crash in compiler on empty block at end of exception handler (...
Irit Katriel
2024-06-07
3
-6/+13
*
gh-119659: Get the datetime CAPI Tests Running Again (gh-120180)
Eric Snow
2024-06-07
2
-2/+2
*
GH-116380: Move pathlib-specific code from `glob` to `pathlib._abc`. (#120011)
Barney Gale
2024-06-07
2
-14/+52
*
gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (#120228)
Victor Stinner
2024-06-07
1
-1/+1
*
gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on Linux >...
Xi Ruoyao
2024-06-07
1
-7/+4
*
gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner case (#1...
Nikita Sobolev
2024-06-07
2
-3/+4
[next]