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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285)
Michael Felt
2020-02-07
1
-0/+2
*
bpo-39573: Add Py_SET_SIZE() function (GH-18400)
Victor Stinner
2020-02-07
1
-0/+1
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
1
-0/+1
*
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner
2020-02-07
1
-0/+2
*
bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
Sebastian Berg
2020-02-06
1
-0/+1
*
bpo-39245: Make Vectorcall C API public (GH-17893)
Petr Viktorin
2020-02-06
1
-0/+5
*
bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)
Serhiy Storchaka
2020-02-06
1
-0/+2
*
bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369)
Shantanu
2020-02-05
1
-0/+1
*
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)
Victor Stinner
2020-02-05
1
-0/+2
*
bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363)
Victor Stinner
2020-02-05
1
-0/+7
*
bpo-39542: Exclude trashcan from the limited C API (GH-18362)
Victor Stinner
2020-02-05
1
-0/+3
*
bpo-39553: Delete HAVE_SXS protected code (GH-18356)
Zackery Spytz
2020-02-05
1
-0/+1
*
bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260)
Jakub Stasiak
2020-02-05
1
-0/+3
*
bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
Anthony Shaw
2020-02-05
1
-0/+1
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Saiyang Gou
2020-02-05
1
-0/+1
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Philipp Gesang
2020-02-04
1
-0/+1
*
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ...
Stefan Behnel
2020-02-04
1
-0/+1
*
bpo-38076 Clear the interpreter state only after clearing module globals (GH-...
Eddie Elizondo
2020-02-04
1
-0/+2
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
3
-56/+2
*
bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...
Steve Cirelli
2020-02-03
1
-0/+2
*
bpo-39492: Fix a reference cycle between reducer_override and a Pickler insta...
Pierre Glaser
2020-02-02
1
-0/+1
*
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley
2020-02-02
1
-0/+4
*
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
Andrew Svetlov
2020-02-01
1
-0/+3
*
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
Victor Stinner
2020-02-01
1
-0/+3
*
bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)
Zackery Spytz
2020-01-31
1
-0/+2
*
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
Victor Stinner
2020-01-30
1
-0/+2
*
bpo-39434: Improve float __floordiv__ performance and error message (GH-18147)
Dong-hee Na
2020-01-30
1
-0/+3
*
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
Victor Stinner
2020-01-30
1
-0/+1
*
bpo-39493: Fix definition of IO.closed in typing.py (#18265)
Shantanu
2020-01-30
1
-0/+1
*
bpo-39485: fix corner-case in method-detection of mock (GH-18252)
Carl Friedrich Bolz-Tereick
2020-01-29
1
-0/+3
*
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Joannah Nanjekye
2020-01-29
1
-0/+5
*
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Bruce Merry
2020-01-29
2
-0/+2
*
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Steve Dower
2020-01-29
1
-0/+1
*
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
David Carlier
2020-01-28
1
-0/+1
*
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
Rémi Lapeyre
2020-01-28
1
-0/+2
*
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
Adam Meily
2020-01-28
1
-0/+1
*
bpo-39393: Misleading error message on dependent DLL resolution failure (GH-1...
Zackery Spytz
2020-01-28
1
-0/+2
*
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windo...
Christoph Reiter
2020-01-28
1
-0/+5
*
bpo-39392: Turtle overlap fill depends on OS (#18223)
Terry Jan Reedy
2020-01-27
1
-0/+1
*
bpo-30780: Add IDLE configdialog tests (#3592)
Cheryl Sabella
2020-01-27
1
-0/+1
*
bpo-39453: Make list.__contains__ hold strong references to avoid crashes (GH...
Dong-hee Na
2020-01-27
1
-0/+2
*
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon
2020-01-27
1
-0/+4
*
bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock ...
Karthikeyan Singaravelan
2020-01-27
1
-0/+3
*
Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cac...
加和
2020-01-26
1
-0/+3
*
bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409)
Vegard Stikbakke
2020-01-25
1
-0/+1
*
Merge tag 'v3.9.0a3'
Łukasz Langa
2020-01-25
86
-220/+906
|
\
|
*
Python 3.9.0a3
v3.9.0a3
Łukasz Langa
2020-01-24
86
-220/+906
*
|
bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116)
Matthew Kokotovich
2020-01-25
1
-0/+1
*
|
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
Cheryl Sabella
2020-01-25
1
-0/+1
|
/
*
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Serhiy Storchaka
2020-01-24
1
-0/+1
[next]