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-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
*
bpo-46541: Remove unnecessary Py_VISIT (GH-31608)
Dong-hee Na
2022-02-28
2
-6/+0
*
bpo-46606: os.getgroups() doesn't overallocate (GH-31569)
Victor Stinner
2022-02-26
1
-32/+25
*
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner
2022-02-25
3
-6/+6
*
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin
2022-02-25
1
-0/+3
*
bpo-46606: Remove redundant +1. (GH-31561)
Inada Naoki
2022-02-25
1
-1/+1
*
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner
2022-02-25
2
-4/+4
*
bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791)
Christian Heimes
2022-02-24
1
-124/+103
*
bpo-46771: Implement task cancel requests counter (GH-31513)
Tin Tvrtković
2022-02-24
2
-37/+27
*
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner
2022-02-23
2
-11/+13
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
Dong-hee Na
2022-02-23
5
-62/+132
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
7
-221/+74
*
bpo-46606: Reduce stack usage of getgroups and setgroups (GH-31073)
Inada Naoki
2022-02-22
1
-56/+23
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
1
-23/+19
*
bpo-46541: Remove usage of _Py_IDENTIFIER from pyexpat (GH-31468)
Dong-hee Na
2022-02-21
1
-4/+8
*
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
Christian Heimes
2022-02-20
1
-7/+19
*
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
Yilei "Dolee" Yang
2022-02-18
1
-0/+5
*
bpo-46541: Remove usage of _Py_IDENTIFIER from array module (GH-31376)
Dong-hee Na
2022-02-17
2
-45/+139
*
bpo-46541: Remove usage of _Py_IDENTIFIER from mmap module (GH-31375)
Dong-hee Na
2022-02-16
1
-4/+1
*
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
Erlend Egeberg Aasland
2022-02-16
5
-39/+61
*
bpo-46541: Remove usage of _Py_IDENTIFIER from csv module (GH-31372)
Dong-hee Na
2022-02-16
1
-4/+10
*
bpo-46541: Remove usage of _Py_IDENTIFIER from dbms modules (GH-31358)
Dong-hee Na
2022-02-16
2
-6/+2
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
2
-1/+107
*
bpo-46728: fix docstring of combinations_with_replacement for consistency (GH...
DongGeon Lee
2022-02-15
2
-4/+4
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
Cyril Jouve
2022-02-12
5
-31/+237
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Jacob Walls
2022-02-12
2
-5/+5
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
13
-23/+23
*
bpo-46323: Fix double-free issue for borrowed refs (GH-31272)
Dong-hee Na
2022-02-11
1
-1/+0
*
bpo-44953: Add vectorcall for itemgetter and attrgetter instances (GH-27828)
Dennis Sweeney
2022-02-10
1
-12/+78
*
bpo-46323: Allow alloca(0) for python callback function of ctypes (GH-31249)
Dong-hee Na
2022-02-10
1
-5/+1
[next]