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-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
*
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner
2020-04-13
4
-7/+6
*
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter...
Victor Stinner
2020-04-12
2
-46/+0
*
closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)
Benjamin Peterson
2020-04-12
1
-1/+53
*
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser...
Oren Milman
2020-04-12
1
-0/+24
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
14
-22/+22
*
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
Benjamin Peterson
2020-04-11
1
-379/+4702
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
16
-57/+57
*
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the publi...
Pablo Galindo
2020-04-11
2
-1/+19
*
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya
2020-04-10
2
-1/+9
*
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
Ethan Smith
2020-04-10
1
-0/+2
*
Generic itertools.chain (GH-19417)
Ethan Smith
2020-04-10
1
-0/+2
*
bpo-40077: Remove redundant cast in json module (GH-19438)
Hai Shi
2020-04-09
1
-2/+2
*
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz
2020-04-09
1
-0/+3
*
bpo-40082: trip_signal() uses the main interpreter (GH-19441)
Victor Stinner
2020-04-08
1
-15/+12
*
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner
2020-04-07
3
-6/+6
*
bpo-39481: Make os.DirEntry generic (GH-19415)
Batuhan Taşkaya
2020-04-07
1
-0/+2
*
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner
2020-04-07
2
-15/+55
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
2
-0/+8
*
bpo-40149: Implement traverse in _abc._abc_data (GH-19412)
Victor Stinner
2020-04-07
1
-4/+22
*
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Victor Stinner
2020-04-06
2
-2/+3
*
bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)
Batuhan Taşkaya
2020-04-05
1
-0/+3
*
bpo-40077: Fix potential refleaks of _json: traverse memo (GH-19344)
Hai Shi
2020-04-04
1
-0/+1
*
bpo-1635741: Fix refleak in _locale init error handling (GH-19307)
Hai Shi
2020-04-02
1
-15/+26
[next]