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-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
*
bpo-1635741: Port resource extension module to multiphase initialization (PEP...
Hai Shi
2020-04-02
1
-53/+72
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
2
-1/+140
*
bpo-40071: Fix potential crash in _functoolsmodule.c (GH-19273)
Paulo Henrique Silva
2020-04-01
1
-1/+4
*
bpo-1635741: Port math module to multiphase initialization (GH-19243)
Dong-hee Na
2020-03-31
1
-25/+33
*
bpo-1635741: Port _uuid module to multiphase initialization (GH-19242)
Dong-hee Na
2020-03-31
1
-19/+22
*
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Steve Dower
2020-03-31
1
-3/+4
*
bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202)
Dong-hee Na
2020-03-30
1
-30/+75
*
bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205)
Dong-hee Na
2020-03-29
1
-8/+14
*
bpo-40077: Convert _json module to use PyType_FromSpec() (GH-19177)
Dong-hee Na
2020-03-27
1
-157/+130
*
bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184)
Victor Stinner
2020-03-26
1
-63/+89
*
bpo-40071: Fix refleak in _functools module (GH19172)
Paulo Henrique Silva
2020-03-26
1
-2/+4
*
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner
2020-03-25
1
-2/+3
*
bpo-39947: Add _PyThreadState_GetDict() function (GH-19160)
Victor Stinner
2020-03-25
1
-2/+3
*
bpo-39947: Use PyThreadState_GetFrame() (GH-19159)
Victor Stinner
2020-03-25
2
-4/+6
*
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner
2020-03-25
1
-5/+4
*
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester
2020-03-25
5
-22/+9
*
bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (G...
Paulo Henrique Silva
2020-03-25
1
-28/+32
*
bpo-1635741: Port operator module to multiphase initialization (PEP 489) (GH-...
Paulo Henrique Silva
2020-03-25
1
-23/+26
[next]