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
*
Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)"
Inada Naoki
2020-10-31
3
-13/+14
*
bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
Victor Stinner
2020-10-31
6
-102/+85
*
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner
2020-10-31
6
-110/+112
*
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_fl...
Pablo Galindo
2020-10-30
6
-5/+23
*
GitHub Action: Add gdb to posix dependencies (GH-23043)
Victor Stinner
2020-10-30
1
-6/+6
*
bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044)
Victor Stinner
2020-10-30
4
-15/+35
*
bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045)
Eric Snow
2020-10-30
16
-218/+633
*
bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041)
Victor Stinner
2020-10-30
1
-2/+2
*
bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040)
Victor Stinner
2020-10-30
2
-230/+290
*
bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
Victor Stinner
2020-10-30
5
-34/+25
*
DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036)
Matti Picus
2020-10-30
1
-1/+1
*
bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-2...
Batuhan Taskaya
2020-10-30
2
-1/+5
*
bpo-42172: Correct typo for test_socket.py (GH-23013)
Akashkumar D Khunt
2020-10-30
1
-3/+3
*
bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)
Eric W
2020-10-30
3
-14/+13
*
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
kj
2020-10-30
2
-44/+75
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Teugea Ioan-Teodor
2020-10-29
3
-4/+39
*
bpo-42180: fix plural in arguments and control (GH-23015)
Rafael Fontenelle
2020-10-29
1
-1/+1
*
bpo-42029: Remove IRIX code (GH-23023)
Victor Stinner
2020-10-29
4
-25/+8
*
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...
Yonatan Goldschmidt
2020-10-29
2
-13/+18
*
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
Zackery Spytz
2020-10-29
5
-8/+29
*
bpo-41805: Documentation for PEP 585 (GH-22615)
kj
2020-10-27
4
-0/+211
*
bpo-42161: Micro-optimize _collections._count_elements() (GH-23008)
Victor Stinner
2020-10-27
1
-4/+5
*
bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
Victor Stinner
2020-10-27
3
-23/+0
*
bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829)
Neil Schemenauer
2020-10-27
2
-2/+2
*
bpo-41659: Disallow curly brace directly after primary (GH-22996)
Lysandros Nikolaou
2020-10-27
5
-167/+244
*
bpo-6761: Enhance __call__ documentation (GH-7987)
Andre Delfino
2020-10-27
1
-1/+1
*
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner
2020-10-27
14
-36/+57
*
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Victor Stinner
2020-10-27
1
-0/+1
*
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
Victor Stinner
2020-10-27
5
-5/+13
*
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Victor Stinner
2020-10-27
9
-40/+68
*
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth
2020-10-27
10
-5/+59
*
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner
2020-10-26
6
-25/+67
*
bpo-42123: Run the parser two times and only enable invalid rules on the seco...
Lysandros Nikolaou
2020-10-26
6
-50/+70
*
bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
Victor Stinner
2020-10-26
3
-84/+56
*
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Victor Stinner
2020-10-26
7
-136/+126
*
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lisa Roach
2020-10-26
3
-2/+30
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
11
-49/+74
*
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka
2020-10-26
11
-163/+135
*
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte...
Serhiy Storchaka
2020-10-26
17
-137/+254
*
Added some makefile generated files to .gitignore (GH-22435)
Marco Sulla
2020-10-26
1
-0/+2
*
Add a link to buffer protocol in bytearray() doc (GH-22675)
Antoine
2020-10-26
1
-2/+2
*
bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow ...
Alexey Izbyshev
2020-10-26
3
-2/+17
*
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Pablo Galindo
2020-10-25
2
-1/+4
*
bpo-42043: Add support for zipfile.Path subclasses (#22716)
Jason R. Coombs
2020-10-25
3
-115/+240
*
bpo-41919: Avoid resource leak in test_io (GH-22973)
Hai Shi
2020-10-25
1
-12/+13
*
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Jason R. Coombs
2020-10-25
7
-16/+114
*
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Zackery Spytz
2020-10-25
1
-0/+1
*
bpo-39108: Document threading issues for random.gauss() (GH-22928)
Raymond Hettinger
2020-10-25
1
-0/+7
*
Split-out a fourth section in the descriptor HowTo guide (GH-22965)
Raymond Hettinger
2020-10-25
1
-46/+50
*
Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
Pablo Galindo
2020-10-25
1
-1/+1
[next]