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-46023: Skip build if module is marked as DISABLED (GH-30100)
Christian Heimes
2021-12-14
2
-1/+5
*
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees
2021-12-13
1
-0/+3
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
6
-11/+11
*
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
Steve Dower
2021-12-11
2
-19/+17
*
bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-3...
Steve Dower
2021-12-11
1
-3/+3
*
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
neonene
2021-12-10
1
-1/+1
*
bpo-46023: Fix makesetup handling of disabled rule (GH-30001)
Christian Heimes
2021-12-10
1
-0/+3
*
bpo-46000: Improve NetBSD curses compatibility (GH-29947)
Thomas Klausner
2021-12-10
1
-2/+2
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
1
-0/+1
*
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
Steve Dower
2021-12-09
1
-2/+6
*
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...
Pablo Galindo Salgado
2021-12-09
1
-1/+4
*
bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
David CARLIER
2021-12-08
1
-0/+8
*
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)
Steve Dower
2021-12-08
2
-9/+12
*
bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build d...
Steve Dower
2021-12-08
1
-0/+4
*
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Eric Snow
2021-12-08
1
-2/+2
*
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
Eric Snow
2021-12-08
1
-2/+2
*
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow
2021-12-07
1
-4/+4
*
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
Christian Heimes
2021-12-07
1
-1/+1
*
bpo-45582: Fix framework path and bootstrap build (GH-29954)
Christian Heimes
2021-12-07
1
-9/+12
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
2
-40/+41
*
bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948)
Steve Dower
2021-12-07
1
-0/+2
*
bpo-45582: framework build: modPath must not be const (GH-29944)
Christian Heimes
2021-12-06
1
-1/+1
*
bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930)
neonene
2021-12-06
1
-1/+1
*
bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)
Christian Heimes
2021-12-06
1
-1/+2
*
bpo-37295: Optimize math.comb() and math.perm() (GH-29090)
Serhiy Storchaka
2021-12-05
1
-93/+192
*
bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921)
Christian Heimes
2021-12-05
1
-1/+1
*
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Serhiy Storchaka
2021-12-05
1
-13/+10
*
bpo-45847: Update whatsnew and add place holder entries for missing extension...
Christian Heimes
2021-12-04
1
-0/+12
*
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Christian Heimes
2021-12-04
1
-0/+4
*
bpo-45582: Add a NOT operator to the condition in getpath_isxfile (GH-29906)
neonene
2021-12-03
1
-3/+9
*
bpo-45711: [asyncio] Normalize exceptions immediately after Fetch, before the...
Irit Katriel
2021-12-03
1
-7/+12
*
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
Christian Heimes
2021-12-03
1
-1/+1
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
7
-1407/+1538
*
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
Gideon
2021-11-29
1
-0/+4
*
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
Erlend Egeberg Aasland
2021-11-29
1
-1/+1
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
1
-1/+0
*
bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)
Christian Heimes
2021-11-29
4
-11/+84
*
bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768)
Erlend Egeberg Aasland
2021-11-28
1
-0/+1
*
bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587)
Ma Lin
2021-11-27
1
-2/+3
*
bpo-40280: Move hard-coded feature checks to configure (GH-29789)
Christian Heimes
2021-11-26
1
-20/+0
*
bpo-40280: Add configure check for socket shutdown (GH-29795)
Christian Heimes
2021-11-26
1
-0/+4
*
bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)
Christian Heimes
2021-11-26
1
-2/+2
*
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
Christian Heimes
2021-11-25
4
-18/+31
*
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750)
Pablo Galindo Salgado
2021-11-24
1
-1/+1
*
bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)
Christian Heimes
2021-11-24
2
-4/+8
*
bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738)
Erlend Egeberg Aasland
2021-11-24
1
-0/+3
*
bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720)
Christian Heimes
2021-11-23
1
-0/+5
*
bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727)
Christian Heimes
2021-11-23
1
-0/+5
*
bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)
Christian Heimes
2021-11-23
1
-0/+2
*
bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)
Erlend Egeberg Aasland
2021-11-23
1
-0/+1
[next]