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-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
*
gh-91924: Optimize unicode_check_encoding_errors() (#93200)
Victor Stinner
2022-05-26
1
-2/+16
*
gh-91513: Tidied up a test and did minor refactoring around test filename gen...
Vinay Sajip
2022-05-26
1
-23/+25
*
gh-93217: fix some issues in man page and --help (#93219)
Éric
2022-05-26
2
-8/+20
*
test.pythoninfo logs more build info (#93225)
Victor Stinner
2022-05-26
1
-3/+47
*
gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)
jackh-ncl
2022-05-26
5
-7/+88
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
13
-45/+45
*
gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190)
Steve Dower
2022-05-25
1
-1/+1
*
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
Victor Stinner
2022-05-25
4
-2/+21
*
Remove unnecessary for loop initializer in long_lshift1() (GH-93071)
oda-gitso
2022-05-25
1
-1/+1
*
gh-93172: Remove unnecessary "if"s in binascii_a2b_qp_impl() from Modules/bin...
oda-gitso
2022-05-25
1
-8/+2
*
gh-93124: Fix typos in comments (GH-93125)
Akuli
2022-05-25
4
-6/+6
*
gh-90473: Misc test fixes for WASI (GH-93218)
Christian Heimes
2022-05-25
8
-7/+26
*
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Ken Jin
2022-05-25
7
-49/+85
*
gh-93117: Remove too large sqlite3 bigmemtest (#93154)
Erlend Egeberg Aasland
2022-05-25
1
-8/+1
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
10
-168/+11
*
gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)
oda-gitso
2022-05-25
2
-13/+15
*
gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)
Victor Stinner
2022-05-25
2
-1/+5
*
test_threaded_import: Fix unittest.main spelling (GH-93114)
Florian Bruhin
2022-05-25
1
-1/+1
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro Hrončok
2022-05-25
10
-5/+65
*
gh-92658: AF_HYPERV is only supported on Windows (#93192)
Victor Stinner
2022-05-25
2
-8/+13
*
gh-92434: Silence a compiler warning in _xxsubinterpretersmodule.c for 32bit ...
neonene
2022-05-25
1
-1/+1
*
gh-93035: [Enum] Fix IntFlag crash when no single-bit members (GH-93076)
Tobin Yehle
2022-05-25
1
-1/+1
*
test.pythoninfo no longer requires socket (#93191)
Victor Stinner
2022-05-25
1
-1/+4
*
gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)
Victor Stinner
2022-05-24
2
-22/+14
*
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
Victor Stinner
2022-05-24
3
-2/+13
*
gh-92658: Add Hyper-V socket support (GH-92755)
Jordan Borean
2022-05-24
6
-1/+256
*
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
Victor Stinner
2022-05-24
7
-4/+14
*
GH-89369: test_contextlib_async finalizes event loop after each test (#93074)
Kumar Aditya
2022-05-24
1
-7/+4
*
GH-93112: Fix missing ResourceDenied import in test_urllib2net (#93113)
Florian Bruhin
2022-05-24
1
-0/+1
*
gh-93033: Use wmemchr in stringlib (GH-93034)
goldsteinn
2022-05-24
11
-14/+39
*
gh-93099: Fix _pyio to use locale module properly (gh-93136)
Dong-hee Na
2022-05-24
2
-8/+15
[prev]
[next]