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
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Philipp Gesang
2020-02-04
3
-0/+7
*
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ...
Stefan Behnel
2020-02-04
3
-1/+23
*
Restore PyObject_IsInstance() comment (GH-18345)
Victor Stinner
2020-02-04
1
-17/+23
*
bpo-38076 Clear the interpreter state only after clearing module globals (GH-...
Eddie Elizondo
2020-02-04
5
-3/+41
*
add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#...
Chris Withers
2020-02-04
1
-0/+2
*
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-...
Adorilson Bezerra
2020-02-03
2
-3/+6
*
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner
2020-02-03
7
-58/+60
*
Fixes in sorting descriptions (GH-18317)
Stefan Pochmann
2020-02-03
2
-9/+9
*
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
Victor Stinner
2020-02-03
4
-7/+11
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
34
-469/+24
*
bpo-36051: Fix compiler warning. (GH-18325)
Inada Naoki
2020-02-03
1
-1/+1
*
bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...
Steve Cirelli
2020-02-03
3
-1/+12
*
bpo-39492: Fix a reference cycle between reducer_override and a Pickler insta...
Pierre Glaser
2020-02-02
3
-4/+43
*
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley
2020-02-02
6
-3/+101
*
Fix 5-space indentation and trailing whitespace (GH-18311)
Mark Dickinson
2020-02-02
1
-11/+11
*
bpo-39496: Remove redundant checks from _sqlite/cursor.c (GH-18270)
Alex Henrie
2020-02-01
1
-20/+6
*
fixes typos in http.client documentation (#18300)
James Corbett
2020-02-01
1
-2/+2
*
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
Andrew Svetlov
2020-02-01
6
-223/+50
*
Update sum comment. (#18240)
Brandt Bucher
2020-02-01
1
-1/+5
*
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
Victor Stinner
2020-02-01
3
-3/+12
*
bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298)
Victor Stinner
2020-02-01
1
-10/+11
*
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)
Kyle Stanley
2020-01-31
1
-1/+5
*
Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)
Julien Palard
2020-01-31
1
-2/+2
*
bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)
Zackery Spytz
2020-01-31
5
-3/+9
*
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Hai Shi
2020-01-30
12
-34/+24
*
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
Victor Stinner
2020-01-30
2
-1/+8
*
bpo-39434: Improve float __floordiv__ performance and error message (GH-18147)
Dong-hee Na
2020-01-30
2
-31/+42
*
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
Victor Stinner
2020-01-30
4
-20/+6
*
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
Victor Stinner
2020-01-30
2
-11/+5
*
bpo-38631: Avoid Py_FatalError() in unicodeobject.c (GH-18281)
Victor Stinner
2020-01-30
1
-23/+28
*
bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-18277)
damani42
2020-01-30
1
-1/+1
*
bpo-39497: Remove unused variable from pysqlite_cursor_executescript (GH-18271)
Alex Henrie
2020-01-30
1
-3/+0
*
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
Victor Stinner
2020-01-30
6
-15/+3
*
bpo-38631: Replace tp_new_wrapper() fatal error with SystemError (GH-18262)
Victor Stinner
2020-01-30
1
-2/+6
*
bpo-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263)
Victor Stinner
2020-01-30
3
-16/+26
*
bpo-38631: Replace Py_FatalError() with _PyObject_ASSERT_FAILED_MSG() (GH-18258)
Victor Stinner
2020-01-30
2
-32/+32
*
bpo-39494: Remove extra null terminators from kwlist vars (GH-18267)
Alex Henrie
2020-01-30
2
-3/+3
*
bpo-39493: Fix definition of IO.closed in typing.py (#18265)
Shantanu
2020-01-30
2
-0/+2
*
Improve grammar in the import system reference documentation (GH-18209)
Bonifacio de Oliveira
2020-01-30
1
-1/+1
*
Remove deadcode in _Py_inc_count() (GH-18257)
Victor Stinner
2020-01-29
1
-2/+0
*
Get mock coverage back to 100% (GH-18228)
Chris Withers
2020-01-29
4
-54/+35
*
bpo-39485: fix corner-case in method-detection of mock (GH-18252)
Carl Friedrich Bolz-Tereick
2020-01-29
2
-5/+4
*
bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)
Victor Stinner
2020-01-29
1
-0/+12
*
Doc: Fix external links to functional programming tutorial. (GH-18249)
Julien Palard
2020-01-29
1
-3/+3
*
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Joannah Nanjekye
2020-01-29
4
-6/+14
*
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Bruce Merry
2020-01-29
4
-19/+48
*
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Steve Dower
2020-01-29
3
-51/+7
*
bpo-39459: include missing test files in windows installer
Dino Viehland
2020-01-28
1
-0/+2
*
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
David Carlier
2020-01-28
6
-10/+9
*
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
RĂ©mi Lapeyre
2020-01-28
4
-29/+39
[next]