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-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
*
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
David CARLIER
2022-05-03
1
-0/+3
*
gh-89452: Prefer gdbm-compat over ndbm (#92208)
Łukasz Langa
2022-05-03
1
-4/+4
*
gh-90887: posix module: Add more flags for fcopy_file (#31300)
David CARLIER
2022-05-03
1
-0/+3
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
1
-0/+24
*
gh-92206: Improve scoping of sqlite3 register cursor helper (#92212)
Erlend Egeberg Aasland
2022-05-03
3
-28/+23
*
gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207)
Erlend Egeberg Aasland
2022-05-03
3
-16/+14
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-02
1
-1/+11
*
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
Erlend Egeberg Aasland
2022-05-02
1
-14/+40
*
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
Inada Naoki
2022-05-01
1
-2/+10
*
gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)
Erlend Egeberg Aasland
2022-04-30
1
-18/+44
*
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka
2022-04-30
17
-432/+782
*
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...
Petr Viktorin
2022-04-28
2
-0/+62
*
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)
David CARLIER
2022-04-27
1
-0/+3
*
gh-91870: Remove unsupported SRE opcode CALL (GH-91872)
Serhiy Storchaka
2022-04-26
3
-40/+37
*
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith
2022-04-25
1
-3/+4
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
3
-35/+27
*
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Victor Stinner
2022-04-25
1
-4/+6
*
gh-91217: deprecate spwd (#91846)
Brett Cannon
2022-04-23
1
-0/+7
*
gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32...
Sam Ezeh
2022-04-22
2
-57/+95
*
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland
2022-04-22
1
-5/+202
*
gh-90623: signal.raise_signal() calls PyErr_CheckSignals() (#91756)
Victor Stinner
2022-04-21
2
-1/+17
*
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner
2022-04-20
5
-10/+17
*
gh-91734: Fix ossaudio support on Solaris (GH-91735)
Jakub Kulík
2022-04-20
1
-0/+4
*
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya
2022-04-19
2
-1/+2
*
gh-91616: re module, fix .fullmatch() mismatch when using Atomic Grouping or ...
Ma Lin
2022-04-19
1
-7/+7
*
gh-90699: Use module state to access insert str object. (GH-91693)
Dong-hee Na
2022-04-19
1
-3/+49
[next]