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-108240: _PyCapsule_SetTraverse() rejects NULL callbacks (#108417)
Victor Stinner
2023-08-24
1
-15/+22
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
10
-35/+111
*
gh-95855: Refactor platform triplet detection code, add detection for MIPS so...
Jeffery To
2023-08-24
4
-376/+265
*
gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434)
Daniele Procida
2023-08-24
1
-121/+94
*
gh-108111: Flush gzip write buffer before seeking, fixing bad writes (#108341)
Chris Markiewicz
2023-08-24
4
-0/+18
*
gh-108388: Split test_multiprocessing_spawn (#108396)
Victor Stinner
2023-08-24
19
-27/+117
*
gh-108388: regrtest splits test_asyncio package (#108393)
Victor Stinner
2023-08-24
2
-44/+39
*
test_peg_generator and test_freeze require cpu (#108386)
Victor Stinner
2023-08-23
3
-10/+5
*
gh-108253: Fix reads of uninitialized memory in funcobject.c (#108383)
Guido van Rossum
2023-08-23
1
-2/+2
*
gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)
Victor Stinner
2023-08-23
3
-72/+135
*
gh-70766: Mention the object getstate caveat in 3.11 What's new. (#108379)
Gregory P. Smith
2023-08-23
1
-0/+4
*
gh-108308: Use PyDict_GetItemRef() in moduleobject.c (#108381)
Victor Stinner
2023-08-23
1
-28/+40
*
gh-108342: Make ssl TestPreHandshakeClose more reliable (#108370)
Victor Stinner
2023-08-23
1
-31/+71
*
gh-108308: config_dict_get() uses PyDict_GetItemRef() (#108371)
Victor Stinner
2023-08-23
1
-6/+19
*
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Victor Stinner
2023-08-23
4
-39/+32
*
gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process bef...
albanD
2023-08-23
3
-2/+30
*
gh-107811: tarfile: treat overflow in UID/GID as failure to set it (#108369)
Petr Viktorin
2023-08-23
2
-1/+5
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
19
-176/+78
*
gh-107298: Fix a few more refs in the C API docs (GH-108361)
Serhiy Storchaka
2023-08-23
8
-18/+18
*
gh-107265: Ensure de_instrument does not handle ENTER_EXECUTOR (#108366)
Dong-hee Na
2023-08-23
1
-0/+1
*
gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#108354)
Nikita Sobolev
2023-08-23
13
-8/+13
*
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Victor Stinner
2023-08-23
4
-32/+105
*
gh-50002: xml.dom.minidom now preserves whitespaces in attributes (GH-107947)
Serhiy Storchaka
2023-08-23
4
-7/+65
*
gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlit...
Mariusz Felisiak
2023-08-23
3
-13/+16
*
gh-108294: Add time.sleep audit event (GH-108298)
Petr Viktorin
2023-08-23
5
-0/+38
*
gh-108113: Make it possible to optimize an AST (#108282)
Irit Katriel
2023-08-23
6
-48/+77
*
gh-108267: Dataclasses docs: Fix object.__setattr__ typo (#108355)
FrozenBob
2023-08-23
1
-1/+1
*
gh-108342: Break ref cycle in SSLSocket._create() exc (#108344)
Victor Stinner
2023-08-23
1
-1/+5
*
gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)
Victor Stinner
2023-08-23
2
-0/+15
*
gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)
Victor Stinner
2023-08-22
3
-25/+39
*
Fix spurious diff if the cases generator is run on Windows (#108319)
Alex Waygood
2023-08-22
1
-1/+1
*
gh-107136: Remove Plausible for docs metrics (#107856)
Hugo van Kemenade
2023-08-22
1
-3/+0
*
GH-92584: Remove distutils from the newtypes tutorial includes (#108024)
Adam Turner
2023-08-22
10
-43/+42
*
gh-105857: Document that asyncio subprocess std{in,out,err} can be file handl...
Hadházy Tamás
2023-08-22
1
-0/+1
*
Document 3.13, 3.14 and future removals (#108055)
Hugo van Kemenade
2023-08-22
1
-0/+13
*
Docs: Add link to skip to datetime's format codes (#108027)
Hugo van Kemenade
2023-08-22
1
-0/+6
*
gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)
Victor Stinner
2023-08-22
4
-6/+8
*
gh-89745: Remove commented code in getpath.c (#108307)
Victor Stinner
2023-08-22
1
-18/+0
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
8
-6/+12
*
gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108...
Łukasz Langa
2023-08-22
3
-1/+248
*
gh-108303: Remove unused Lib/test/sgml_input.html (#108305)
Victor Stinner
2023-08-22
1
-212/+0
*
gh-108253: Fix bug in func version cache (#108296)
Guido van Rossum
2023-08-22
1
-22/+22
*
gh-106016: Add Lib/test/test_module/ directory (#108293)
Victor Stinner
2023-08-22
6
-18/+19
*
gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260)
Nikita Sobolev
2023-08-22
1
-0/+4
*
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Victor Stinner
2023-08-22
4
-9/+9
*
gh-90791: Enable test___all__ on ASAN build (#108286)
Victor Stinner
2023-08-22
6
-11/+30
*
Docs: align the param spec of sqlite3.Connection methods with the implementat...
Erlend E. Aasland
2023-08-22
1
-2/+2
*
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka
2023-08-22
27
-92/+103
*
gh-106971: Docs: Add missing issue reference (#106992)
Junya Fukuda
2023-08-22
1
-1/+1
*
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...
Erlend E. Aasland
2023-08-22
5
-0/+30
[prev]
[next]