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-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)
Serhiy Storchaka
2020-05-02
2
-4/+5
*
bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839)
Lysandros Nikolaou
2020-05-01
1
-2/+2
*
bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814)
Dong-hee Na
2020-05-01
1
-5/+25
*
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner
2020-05-01
5
-8/+37
*
bpo-1635741: Fix compiler warning in _stat.c (GH-19822)
Victor Stinner
2020-04-30
1
-1/+1
*
bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778)
Lysandros Nikolaou
2020-04-29
1
-3/+11
*
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding
2020-04-29
2
-0/+97
*
bpo-1635741: Port _stat module to multiphase initialization (GH-19798)
Dong-hee Na
2020-04-29
1
-100/+127
*
bpo-40328: Add tool for generating cjk mapping headers (GH-19602)
Dong-hee Na
2020-04-29
5
-3/+6
*
bpo-40286: Remove C implementation of Random.randbytes() (GH-19797)
Victor Stinner
2020-04-29
2
-87/+1
*
bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703)
Victor Stinner
2020-04-29
2
-1/+85
*
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Victor Stinner
2020-04-29
1
-4/+8
*
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner
2020-04-29
2
-9/+10
*
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner
2020-04-29
1
-9/+7
*
bpo-38880: List interpreters associated with a channel end (GH-17323)
Lewis Gaul
2020-04-29
1
-6/+83
*
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner
2020-04-28
2
-11/+15
*
bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770)
Eric Snow
2020-04-28
1
-11/+25
*
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Victor Stinner
2020-04-28
1
-7/+0
*
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner
2020-04-28
2
-5/+6
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
1
-1/+2
*
bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697)
Victor Stinner
2020-04-24
1
-1/+7
*
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
Victor Stinner
2020-04-24
1
-7/+20
*
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Lysandros Nikolaou
2020-04-23
1
-1/+1
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
2
-0/+110
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner
2020-04-22
2
-19/+34
*
Fix uninitialized struct member (GH-19589)
Raymond Hettinger
2020-04-20
1
-0/+1
*
bpo-39849: Enable assertions in _testcapimodule.c and _testinternalcapi.c (GH...
Hai Shi
2020-04-20
2
-0/+6
*
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
Serhiy Storchaka
2020-04-18
2
-125/+715
*
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka
2020-04-18
1
-3/+3
*
bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (...
Serhiy Storchaka
2020-04-17
1
-12/+6
*
bpo-40282: Allow random.getrandbits(0) (GH-19539)
Antoine Pitrou
2020-04-17
1
-2/+5
*
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner
2020-04-17
3
-10/+10
*
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner
2020-04-17
3
-9/+101
*
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner
2020-04-17
5
-91/+90
*
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)
Jeffrey Quesnelle
2020-04-17
1
-0/+2
*
bpo-40268: Reformat posixmodule.c includes (GH-19536)
Victor Stinner
2020-04-15
1
-172/+166
*
bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspectio...
Ammar Askar
2020-04-15
1
-1/+9
*
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Victor Stinner
2020-04-15
1
-9/+9
*
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner
2020-04-15
4
-6/+5
*
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner
2020-04-15
3
-3/+0
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
48
-62/+53
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
19
-34/+6
*
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi
2020-04-14
1
-8/+14
*
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Victor Stinner
2020-04-14
1
-1/+2
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
9
-13/+13
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
5
-14/+14
*
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner
2020-04-14
2
-1/+3
*
bpo-39481: Make functools.cached_property, partial, partialmethod generic (#1...
Ethan Smith
2020-04-14
1
-0/+2
*
closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against...
Benjamin Peterson
2020-04-14
1
-1248/+1248
*
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner
2020-04-13
2
-2/+16
[next]