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
*
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
*
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
Adam Meily
2020-01-28
2
-1/+2
*
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Inada Naoki
2020-01-28
2
-2/+44
*
bpo-39393: Misleading error message on dependent DLL resolution failure (GH-1...
Zackery Spytz
2020-01-28
2
-2/+5
*
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windo...
Christoph Reiter
2020-01-28
3
-11/+20
*
bpo-38644: Pass tstate in ceval.c (GH-18222)
Victor Stinner
2020-01-28
1
-6/+6
*
bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226)
Raymond Hettinger
2020-01-28
1
-5/+5
*
bpo-39205: Tests that highlight a hang on ProcessPoolExecutor shutdown (#18221)
Brian Quinlan
2020-01-28
1
-0/+20
*
bpo-39392: Turtle overlap fill depends on OS (#18223)
Terry Jan Reedy
2020-01-27
2
-0/+6
*
bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215)
Victor Stinner
2020-01-27
1
-26/+46
*
bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217)
Victor Stinner
2020-01-27
1
-16/+21
*
bpo-30780: Add IDLE configdialog tests (#3592)
Cheryl Sabella
2020-01-27
4
-31/+149
*
Add test.test_import.data.unwritable package to makefile (#18211)
Dino Viehland
2020-01-27
1
-0/+1
*
bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214)
Victor Stinner
2020-01-27
1
-1/+2
*
bpo-38631: Avoid Py_FatalError() in PyModule_Create2() (GH-18212)
Victor Stinner
2020-01-27
1
-2/+5
[next]