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
*
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
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
2
-72/+1
*
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner
2022-05-13
7
-16/+13
*
GH-92236: Remove spurious "line" event when starting coroutine or generator. ...
Mark Shannon
2022-05-13
1
-0/+46
*
gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)
Victor Stinner
2022-05-13
1
-6/+6
*
Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
Paul Ganssle
2022-05-12
1
-0/+4
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
7
-291/+7
*
gh-92584: test_decimal uses shutil.which() (#92640)
Victor Stinner
2022-05-10
1
-2/+2
*
gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)
David CARLIER
2022-05-08
1
-0/+6
*
gh-92356: Fix regression in ctypes function call overhead (#92357)
Michael Droettboom
2022-05-06
1
-0/+1
*
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle
2022-05-06
1
-71/+288
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
2
-1/+2
*
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith
2022-05-05
1
-7/+13
*
gh-92345: Import rlcompleter before sys.path is extended (#92346)
Christian Heimes
2022-05-05
1
-1/+10
*
gh-92301: subprocess: Prefer close_range() to procfs-based fd closing (#92303)
Alexey Izbyshev
2022-05-05
1
-18/+70
*
bpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly
2022-05-05
2
-10/+100
*
GH-92239: Make sure that PEP 523 is supported, even when specializing first. ...
Mark Shannon
2022-05-04
1
-1/+36
*
gh-92210: Move socket.__init__ to argument clinic (#92237)
Joshua Herman
2022-05-04
2
-14/+91
*
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse...
Erlend Egeberg Aasland
2022-05-04
2
-15/+19
*
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner
2022-05-04
3
-25/+28
*
gh-92036: Fix gc_fini_untrack() (#92037)
Victor Stinner
2022-05-04
1
-0/+6
*
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
Erlend Egeberg Aasland
2022-05-03
1
-7/+24
*
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra
2022-05-03
1
-0/+4
*
gh-92206: Improve scoping of sqlite3 statement helper (#92260)
Erlend Egeberg Aasland
2022-05-03
3
-9/+8
*
gh-89289: Fix compiler warning in _sqlite/connection.c (#92258)
Erlend Egeberg Aasland
2022-05-03
1
-1/+1
*
gh-92206: Improve scoping of sqlite3 bind param functions (#92250)
Erlend Egeberg Aasland
2022-05-03
3
-257/+250
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
24
-127/+127
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
74
-724/+724
*
gh-89289: Harden sqlite3.Connection init (#92214)
Erlend Egeberg Aasland
2022-05-03
1
-8/+15
*
gh-92206: Improve scoping of sqlite3 reset statement helper (#92241)
Erlend Egeberg Aasland
2022-05-03
3
-30/+28
[next]