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
*
bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
Christian Heimes
2022-03-26
22
-5632/+335
*
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes
2022-03-26
12
-17786/+27
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Christian Heimes
2022-03-23
1
-1/+12
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
1
-0/+20
*
bpo-42885: Optimize search for regular expressions starting with "\A" or "^" ...
Serhiy Storchaka
2022-03-22
1
-0/+7
*
bpo-47045: Remove `f_state` field (GH-31963)
Mark Shannon
2022-03-22
1
-4/+1
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
3
-16/+237
*
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
Serhiy Storchaka
2022-03-21
2
-4/+41
*
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
Gregory P. Smith
2022-03-20
3
-31/+63
*
bpo-47040: improve document of checksum functions (gh-31955)
Ma Lin
2022-03-19
1
-5/+3
*
bpo-47057: Use FASTCALL convention for FutureIter.throw() (GH-31973)
Andrew Svetlov
2022-03-19
1
-8/+13
*
bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961)
Pablo Galindo Salgado
2022-03-18
1
-3/+3
*
bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)
David CARLIER
2022-03-17
1
-0/+9
*
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
Serhiy Storchaka
2022-03-17
1
-24/+4
*
bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)
Erlend Egeberg Aasland
2022-03-17
2
-5/+7
*
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
Andrew Svetlov
2022-03-17
2
-91/+22
*
bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898)
Christian Heimes
2022-03-15
1
-1/+3
*
bpo-46920: Remove code that has explainers why it was disabled (GH-31813)
Oleg Iarygin
2022-03-14
2
-34/+0
*
bpo-46920: Remove code that has no explainer why it was disabled (GH-31814)
Oleg Iarygin
2022-03-14
1
-39/+2
*
bpo-40280: select: Use NULL for empty fdset (GH-31865)
Christian Heimes
2022-03-14
1
-1/+6
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
2
-12/+25
*
bpo-47003: Cleanup _overlapped module (GH-31848)
Andrew Svetlov
2022-03-13
2
-81/+99
*
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm
2022-03-13
2
-5/+167
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
5
-30/+103
*
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
Christian Heimes
2022-03-11
2
-1/+16
*
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789)
Oleksandr Pavlyk
2022-03-11
1
-6/+20
*
bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)
Victor Stinner
2022-03-11
1
-0/+3
*
Remove an old, elementtree-specific leak detector (GH-31811)
Oleg Iarygin
2022-03-11
1
-13/+0
*
sqlite3: normalise pre-acronym determiners (GH-31772)
Erlend Egeberg Aasland
2022-03-11
2
-7/+7
*
bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)
Erlend Egeberg Aasland
2022-03-09
1
-35/+14
*
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
Erlend Egeberg Aasland
2022-03-09
1
-14/+35
*
Docstring: replace pysqlite with sqlite3 (GH-31758)
Erlend Egeberg Aasland
2022-03-09
2
-7/+7
*
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
Christian Heimes
2022-03-08
1
-13/+23
*
bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612)
Erlend Egeberg Aasland
2022-03-08
6
-69/+67
*
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
Steve Dower
2022-03-07
2
-14/+155
*
bpo-46933: Make pwd module optional (GH-31700)
Christian Heimes
2022-03-07
1
-1/+1
*
bpo-46937: convert remaining functions to AC in _weakref (GH-31705)
Kumar Aditya
2022-03-07
2
-22/+73
*
bpo-45582: Don't fail if ENV_PATH is None in getpath.py (GH-31699)
Christian Heimes
2022-03-06
1
-1/+1
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
1
-1/+2
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
slateny
2022-03-04
2
-3/+2
*
bpo-46541: Remove usage of _Py_IDENTIFIER from lzma module (GH-31683)
Dong-hee Na
2022-03-04
1
-10/+10
*
bpo-46913: Fix test_faulthandler.test_read_null() on UBSan (GH31672)
Victor Stinner
2022-03-03
1
-16/+18
*
bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN (GH-31662)
Victor Stinner
2022-03-03
1
-2/+20
*
bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604)
Erlend Egeberg Aasland
2022-03-03
3
-4/+9
*
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Victor Stinner
2022-03-02
1
-0/+1
*
bpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Dennis Sweeney
2022-03-02
1
-19/+13
*
bpo-46541: remove usage of _Py_IDENTIFIER from _ssl module (GH-31599)
Kumar Aditya
2022-03-01
2
-10/+37
*
bpo-46541: Remove usage of _Py_IDENTIFIER from multibytecodec (GH-31475)
Dong-hee Na
2022-03-01
2
-25/+103
*
bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
Guido van Rossum
2022-02-28
1
-3/+7
*
bpo-46541: Remove unneeded visits from sqlite3 (GH-31609)
Erlend Egeberg Aasland
2022-02-28
1
-7/+0
[next]