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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-89121: Keep the number of pending SQLite statements to a minimum (#30379)
Erlend Egeberg Aasland
2022-06-23
1
-22/+12
*
Fix typo in _io.TextIOWrapper Clinic input (#94037)
fikotta
2022-06-22
1
-2/+2
*
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
chgnrdv
2022-06-22
1
-1/+2
*
DOC: correct bytesarray -> bytearray in comments (GH-92410)
Thomas A Caswell
2022-06-21
2
-2/+2
*
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been rem...
Steve Dower
2022-06-21
1
-1/+0
*
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...
Erlend Egeberg Aasland
2022-06-21
1
-0/+3
*
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner
2022-06-20
1
-1/+25
*
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes
2022-06-20
4
-5/+9
*
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)
Erlend Egeberg Aasland
2022-06-19
2
-10/+22
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
5
-6/+0
*
gh-77782: Deprecate global configuration variable (#93943)
Victor Stinner
2022-06-17
1
-6/+15
*
gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...
Gregory P. Smith
2022-06-17
5
-81/+47
*
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calcula...
neonene
2022-06-16
1
-1/+2
*
gh-93829: In sqlite3, replace Py_BuildValue with faster APIs (#93830)
Erlend Egeberg Aasland
2022-06-15
2
-4/+3
*
gh-79579: Improve DML query detection in sqlite3 (#93623)
Erlend Egeberg Aasland
2022-06-14
1
-74/+45
*
gh-89546: Clean up PyType_FromMetaclass (GH-93686)
Petr Viktorin
2022-06-14
1
-1/+2
*
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka
2022-06-14
14
-173/+47
*
Remove usage of _Py_IDENTIFIER from math module (#93739)
Dong-hee Na
2022-06-12
1
-9/+55
*
gh-84508: tool to generate cjk traditional chinese mappings (gh-93272)
Davide Rizzo
2022-06-11
2
-0/+3
*
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
Dennis Sweeney
2022-06-11
1
-11/+36
*
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...
Petr Viktorin
2022-06-10
1
-0/+59
*
gh-90763: Modernise xx template module initialisation (#93078)
Erlend Egeberg Aasland
2022-06-10
2
-43/+54
*
gh-92434: Silence compiler warning in Modules/_sqlite/connection.c on 32-bit ...
neonene
2022-06-10
1
-1/+1
*
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
Sebastian Berg
2022-06-09
1
-0/+160
*
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
Erlend Egeberg Aasland
2022-06-08
1
-8/+11
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-07
1
-1/+1
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
AN Long
2022-06-06
2
-1/+99
*
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Illia Volochii
2022-06-06
1
-0/+9
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
1
-0/+4
*
remove redundant argument to log_helper (GH-93440)
Pieter Eendebak
2022-06-03
1
-5/+5
*
gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)
Christian Heimes
2022-05-31
1
-1/+1
*
GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
Kumar Aditya
2022-05-31
1
-0/+3
*
gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)
oda-gitso
2022-05-28
1
-2/+2
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
2
-23/+0
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
1
-1/+2
*
gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178)
Victor Stinner
2022-05-27
2
-1/+18
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
2
-8/+0
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
1
-0/+73
*
gh-93172: Remove unnecessary "if"s in binascii_a2b_qp_impl() from Modules/bin...
oda-gitso
2022-05-25
1
-8/+2
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
1
-2/+2
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro HronĨok
2022-05-25
2
-0/+2
*
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-92658: Add Hyper-V socket support (GH-92755)
Jordan Borean
2022-05-24
2
-0/+143
*
gh-93044: No longer convert the database argument of sqlite3.connect() to byt...
Serhiy Storchaka
2022-05-21
2
-7/+4
*
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka
2022-05-20
2
-53/+20
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
1
-2/+3
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
1
-1/+1
*
Fix NULL check in test_type_from_ephemeral_spec in_testcapimodule.c (GH-92863)
Dennis Sweeney
2022-05-17
1
-1/+1
*
Fix NULL test in _testinternalcapi (GH-92861)
Dennis Sweeney
2022-05-17
1
-1/+1
[next]