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-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Ken Jin
2022-06-03
5
-4/+21
*
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)
Victor Stinner
2022-06-03
1
-1/+1
*
gh-93433: Fix dis doc example output (GH-93434)
Ken Jin
2022-06-03
1
-10/+18
*
gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
Petr Viktorin
2022-06-03
4
-4/+46
*
remove redundant argument to log_helper (GH-93440)
Pieter Eendebak
2022-06-03
1
-5/+5
*
gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)
Dong-hee Na
2022-06-03
3
-1/+25
*
gh-91320: Fix more old-style cast warnings in C++ (#93285)
Victor Stinner
2022-06-02
3
-4/+4
*
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes
2022-06-02
9
-6/+42
*
gh-93356: Lay out exception handling code at end of code unit (GH-92769)
Irit Katriel
2022-06-02
3
-85/+263
*
gh-84461: Skip new async logging tests on Emscripten (GH-93427)
Christian Heimes
2022-06-02
1
-0/+3
*
gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...
Eric V. Smith
2022-06-01
3
-1/+6
*
gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398)
Pablo Galindo Salgado
2022-06-01
1
-3/+3
*
gh-90300: split --help output into separate options (#30331)
Éric
2022-06-01
6
-80/+210
*
[doc] Improve discoverability of links between logging documents. (GH-93405)
Vinay Sajip
2022-06-01
2
-1/+30
*
Remove the execution bit to some socket-related files. (#93368)
Ezio Melotti
2022-06-01
3
-0/+0
*
gh-93372: Fix typo in os.rename documentation (GH-93401)
Wei-Ting Yang
2022-06-01
1
-1/+1
*
📝 Make sure the phrase "constant-time compare" actually appears in the doc...
Noah Kantrowitz
2022-06-01
1
-1/+1
*
gh-92597: Ensure that AST nodes without explicit end positions can be compile...
Pablo Galindo Salgado
2022-05-31
4
-13/+35
*
gh-93391: fix typo in `array` docs (GH-93392)
ynfle
2022-05-31
1
-1/+1
*
[doc] logging.rst - Change link to point directly to the Google Group. (GH-93...
Moshe Kaplan
2022-05-31
1
-1/+1
*
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH...
Dennis Sweeney
2022-05-31
11
-52/+371
*
gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)
Christian Heimes
2022-05-31
2
-1/+2
*
gh-93283: Improve error message for f-string with invalid conversion characte...
Serhiy Storchaka
2022-05-31
3
-23/+52
*
Remove VOC reference (93333)
Carl Bordum Hansen
2022-05-31
1
-2/+1
*
GH-93354: Use exponential backoff to avoid excessive specialization attempts....
Mark Shannon
2022-05-31
4
-46/+93
*
GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
Kumar Aditya
2022-05-31
4
-4/+26
*
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...
Serhiy Storchaka
2022-05-31
3
-2/+10
*
gh-93351: Ensure the position information in AST nodes created by the parser ...
Pablo Galindo Salgado
2022-05-30
2
-0/+53
*
bpo-42272: fix misleading warning filter message/module docs (#23172)
Kevin Locke
2022-05-30
2
-6/+13
*
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)
luzpaz
2022-05-30
1
-2/+2
*
gh-93244: Document Py_PRINT_RAW in PyObject_Print() comment (93245)
Will Hawkins
2022-05-29
1
-3/+3
*
gh-93008: refactor compiler functions that add instructions to take only a ba...
Irit Katriel
2022-05-29
1
-60/+61
*
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)
Sergei Izmailov
2022-05-29
3
-18/+131
*
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically
2022-05-29
9
-8/+13
*
Revert "gh-84508: Add mapping files for Korean and Japanese. (gh-93309)" (#93...
Dong-hee Na
2022-05-29
4
-38406/+0
*
gh-92727: Add example of named group in doc for re.Match.__getitem__ (#92730)
Baptiste Mispelon
2022-05-28
1
-0/+8
*
gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)
oda-gitso
2022-05-28
3
-2/+9
*
gh-84508: Add mapping files for Korean and Japanese. (gh-93309)
Dong-hee Na
2022-05-28
4
-0/+38406
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
18
-233/+9
*
gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)
Yury Selivanov
2022-05-27
2
-13/+7
*
gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility ...
Ethan Furman
2022-05-27
2
-3/+11
*
gh-91243: Document Required and NotRequired (#93173)
David Foster
2022-05-27
1
-7/+58
*
bpo-46951: Order contents of zipapps (GH-31713)
hfinucane
2022-05-27
3
-1/+18
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
13
-11/+63
*
gh-77024: test.support: Improve documentation (#92513)
Jelle Zijlstra
2022-05-27
1
-42/+68
*
gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178)
Victor Stinner
2022-05-27
4
-7/+25
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
19
-171/+9
*
gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)
Dennis Sweeney
2022-05-27
4
-98/+105
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
12
-14/+150
*
gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)
Victor Stinner
2022-05-26
3
-36/+56
[next]