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-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
*
Doc: No need to use rst syntax in code comments. (GH-93102)
Julien Palard
2022-05-23
1
-2/+2
*
gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063)
Nicolas Haller
2022-05-23
2
-4/+13
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov
2022-05-23
5
-4/+65
*
gh-93118: [Enum] fix error message (GH-93138)
Ethan Furman
2022-05-23
1
-2/+3
*
gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP f...
Sam Ezeh
2022-05-23
3
-0/+15
*
gh-92913: Fix typos in documentation (GH-93129)
Steve Dower
2022-05-23
1
-3/+3
*
gh-93010: InvalidHeaderError used but nonexistent (#93015)
oda-gitso
2022-05-23
3
-9/+16
*
gh-93005: Fixes launcher test when no Python install is available (GH-93007)
Steve Dower
2022-05-23
2
-8/+8
*
GH-93115: Fix version check in sqlite3 module constants test (#93116)
Florian Bruhin
2022-05-23
1
-18/+18
*
gh93107: [Enum] fix missing variable in global_str (GH-93107)
Ethan Furman
2022-05-23
2
-0/+12
*
gh-92536: Mark PyUnicode_READY() argument as unused (#93011)
Wenzel Jakob
2022-05-23
1
-2/+2
*
gh-93061: Mark as artificial: backwards jump after async for (GH-93062)
Dennis Sweeney
2022-05-23
3
-0/+55
*
gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)
Victor Stinner
2022-05-23
2
-60/+30
*
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner
2022-05-23
3
-7/+123
*
gh-90473: WASI: skip gethostname tests (GH-93092)
Christian Heimes
2022-05-23
9
-0/+30
*
gh-89158: Add some REPL secondary prompt markers (#93073)
Nicolas Haller
2022-05-23
1
-3/+3
*
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
Mori Bellamy
2022-05-23
3
-7/+38
*
gh-92994: Clarify importlib "check" example (#92995)
Shantanu
2022-05-23
1
-0/+3
*
gh-73137: Added sub-subsection headers for flags in re (#93000)
Stanley
2022-05-23
1
-30/+42
*
binascii docs: strict_mode parameter is keyword-only (#93055)
Jelle Zijlstra
2022-05-23
1
-1/+1
*
termios docs: fix indentation (#93080)
Jelle Zijlstra
2022-05-22
1
-5/+5
*
Clean up the sqlite3 tests (GH-93056)
Serhiy Storchaka
2022-05-21
2
-33/+23
*
gh-91362: reword pickle docs to account for nested classes (#92429)
Shantanu
2022-05-21
1
-6/+6
*
Improve tests for opening Sqlite by URI (GH-93047)
Serhiy Storchaka
2022-05-21
1
-5/+42
*
GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951)
serge-sans-paille
2022-05-21
2
-2/+35
*
gh-93044: No longer convert the database argument of sqlite3.connect() to byt...
Serhiy Storchaka
2022-05-21
4
-7/+19
[prev]
[next]