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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner
2020-04-13
7
-125/+152
*
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner
2020-04-13
8
-62/+98
*
Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454)
laike9m
2020-04-13
1
-3/+3
*
Add double quote cases to invalid prefix tests (GH-19489)
Pablo Galindo
2020-04-13
1
-4/+5
*
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner
2020-04-13
19
-64/+90
*
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter...
Victor Stinner
2020-04-12
7
-91/+21
*
closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)
Benjamin Peterson
2020-04-12
2
-1/+55
*
bpo-40246: Report a better error message for invalid string prefixes (GH-19476)
Lysandros Nikolaou
2020-04-12
5
-1/+10
*
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser...
Oren Milman
2020-04-12
3
-0/+41
*
bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355)
Alex Itkes
2020-04-12
2
-0/+24
*
bpo-39011: Preserve line endings within ElementTree attributes (GH-18468)
mefistotelis
2020-04-12
4
-9/+22
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
20
-37/+38
*
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
Benjamin Peterson
2020-04-11
3
-388/+4719
*
bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351)
Serhiy Storchaka
2020-04-11
3
-49/+30
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
27
-221/+250
*
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource ...
Pablo Galindo
2020-04-11
1
-1/+12
*
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the publi...
Pablo Galindo
2020-04-11
6
-1/+50
*
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya
2020-04-10
15
-1/+66
*
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
Ethan Smith
2020-04-10
4
-0/+17
*
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
Ethan Smith
2020-04-10
4
-4/+11
*
bpo-39481: PEP 585 for ipaddress.py (GH-19418)
Batuhan Taşkaya
2020-04-10
2
-0/+10
*
Generic itertools.chain (GH-19417)
Ethan Smith
2020-04-10
2
-1/+5
*
bpo-39943: Keep constness of pointer objects. (19405)
Andy Lester
2020-04-10
1
-6/+5
*
bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448)
pxinwr
2020-04-09
2
-0/+5
*
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
8
-0/+66
*
bpo-40082: trip_signal() uses the main interpreter (GH-19441)
Victor Stinner
2020-04-08
6
-85/+94
*
bpo-37127: Remove _pending_calls.finishing (GH-19439)
Victor Stinner
2020-04-08
2
-17/+0
*
bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436)
Victor Stinner
2020-04-08
4
-52/+109
*
Remove extraneous ')' in abstract.h (GH-19146)
Jimmy Yang
2020-04-08
1
-1/+1
*
bpo-40187: Refactor typing.TypedDict. (GH-19372)
Serhiy Storchaka
2020-04-08
1
-34/+33
*
bpo-40185: Refactor typing.NamedTuple (GH-19371)
Serhiy Storchaka
2020-04-08
2
-59/+54
*
bpo-40170: Remove PyIndex_Check() macro (GH-19428)
Victor Stinner
2020-04-08
3
-8/+3
*
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner
2020-04-08
17
-30/+72
*
bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)
Victor Stinner
2020-04-07
5
-30/+46
*
bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376)
Victor Stinner
2020-04-07
3
-3/+14
*
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner
2020-04-07
11
-78/+81
*
bpo-39481: Make os.DirEntry generic (GH-19415)
Batuhan Taşkaya
2020-04-07
2
-1/+4
*
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner
2020-04-07
7
-22/+133
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
30
-53/+830
*
bpo-40149: Implement traverse in _abc._abc_data (GH-19412)
Victor Stinner
2020-04-07
2
-4/+23
*
bpo-37388: Don't check encoding/errors during finalization (GH-19409)
Victor Stinner
2020-04-07
2
-0/+10
*
Document missing methods of ssl.SSLObject (#19400)
Rémi Lapeyre
2020-04-07
1
-0/+3
*
bpo-40214: Temporarily disable a ctypes test (GH-19404)
Zachary Ware
2020-04-07
1
-2/+5
*
closes bpo-40166: Change Unicode Howto so that it does not have a specific nu...
amaajemyfren
2020-04-07
1
-2/+3
*
bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...
Pablo Galindo
2020-04-06
3
-2/+8
*
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Victor Stinner
2020-04-06
8
-6/+25
*
bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389)
Zackery Spytz
2020-04-06
1
-4/+5
*
bpo-40197: Better describe the benchmark results table (GH-19386)
Raymond Hettinger
2020-04-06
1
-1/+7
*
Fix misinformation about NaN != NaN comparison (GH-19357)
Mark Dickinson
2020-04-05
1
-2/+3
[next]