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-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692)
MichaelSaah
2019-01-14
1
-0/+5
*
bpo-35196: Optimize Squeezer's write() interception (GH-10454)
Tal Einat
2019-01-13
1
-0/+1
*
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile
2019-01-13
2
-0/+2
*
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_Fro...
Serhiy Storchaka
2019-01-12
1
-0/+3
*
bpo-35634: Raise an error when first passed kwargs contains duplicated keys. ...
Serhiy Storchaka
2019-01-12
1
-0/+3
*
bpo-35494: Improve syntax error messages for unbalanced parentheses in f-stri...
Serhiy Storchaka
2019-01-12
1
-0/+1
*
bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516)
Serhiy Storchaka
2019-01-12
1
-0/+1
*
bpo-35719: Optimize multi-argument math functions. (GH-11527)
Serhiy Storchaka
2019-01-12
1
-0/+2
*
bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)
Eric Snow
2019-01-11
1
-0/+3
*
bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9...
Michael Felt
2019-01-11
1
-0/+2
*
bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)
Victor Stinner
2019-01-11
1
-0/+2
*
bpo-32146: Add documentation about frozen executables on Unix (GH-5850)
Bo Bayles
2019-01-10
1
-0/+2
*
bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503)
Joannah Nanjekye
2019-01-10
1
-0/+1
*
bpo-35641: Move IDLE blurb to IDLE directory (#11479)
Terry Jan Reedy
2019-01-09
1
-0/+0
*
bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639)
Sanyam Khurana
2019-01-09
1
-0/+2
*
bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
Victor Stinner
2019-01-08
1
-0/+3
*
bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport re...
Steve Dower
2019-01-08
1
-0/+2
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
1
-0/+1
*
bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462)
Victor Stinner
2019-01-08
1
-0/+2
*
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
Gregory Szorc
2019-01-08
1
-0/+1
*
bpo-33717: pythoninfo logs information of all clocks (GH-11460)
Victor Stinner
2019-01-08
1
-0/+2
*
bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)
Victor Stinner
2019-01-07
1
-0/+3
*
bpo-35664: Optimize operator.itemgetter (GH-11435)
Raymond Hettinger
2019-01-07
1
-0/+4
*
bpo-35560: Remove assertion from format(float, "n") (GH-11288)
Xtreak
2019-01-07
1
-0/+3
*
bpo-35660: Fix imports in idlelib.window (#11434)
Cheryl Sabella
2019-01-06
1
-0/+1
*
bpo-35488: Add tests for ** glob matching in pathlib (GH-11171)
Anthony Shaw
2019-01-06
1
-0/+1
*
bpo-35641: IDLE - format calltip properly when no docstring (GH-11415)
Emmanuel Arias
2019-01-03
2
-0/+2
*
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
Terry Jan Reedy
2019-01-03
1
-0/+1
*
closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sh...
Mickaël Schoentgen
2019-01-02
1
-0/+2
*
Revert "bpo-35603: Escape table header of make_table output that can cause po...
Serhiy Storchaka
2019-01-02
1
-2/+0
*
bpo-35588: Speed up mod, divmod and floordiv operations for Fraction type (#1...
Stefan Behnel
2019-01-02
1
-0/+2
*
closes bpo-35623: Fix integer overflow when sorting large lists (GH-11380)
sth
2019-01-02
1
-0/+1
*
bpo-35598: IDLE - Globalize some config_key objects (GH-11392)
Cheryl Sabella
2018-12-31
1
-1/+2
*
bpo-35614: Fix pydoc help() on metaclasses (#11357)
Sanyam Khurana
2018-12-31
1
-0/+1
*
bpo-35214: Annotate posix calls for clang MSan. (#11389)
Gregory P. Smith
2018-12-31
1
-1/+1
*
bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (#11385)
Gregory P. Smith
2018-12-31
1
-1/+1
*
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík
2018-12-31
1
-0/+1
*
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
Gregory P. Smith
2018-12-31
1
-0/+2
*
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
Gregory P. Smith
2018-12-30
1
-0/+2
*
bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365)
Cheryl Sabella
2018-12-30
1
-1/+1
*
bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#1...
Pablo Galindo
2018-12-30
1
-0/+2
*
bpo-35598: IDLE: Increase test coverage for config_key.py (#11360)
Cheryl Sabella
2018-12-30
1
-1/+1
*
bpo-35603: Escape table header of make_table output that can cause potential ...
Xtreak
2018-12-29
1
-0/+2
*
bpo-34055: Revert deletion of line in IDLE's PyShell (#11346)
Terry Jan Reedy
2018-12-29
1
-0/+1
*
bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325)
Cheryl Sabella
2018-12-28
1
-0/+1
*
bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson)
jab
2018-12-28
1
-0/+2
*
bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709)
Michael Felt
2018-12-28
1
-0/+2
*
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
Michael Felt
2018-12-28
1
-0/+3
*
bpo-35591: IDLE Find Selection now works when selection not found (GH-11339)
Terry Jan Reedy
2018-12-28
1
-0/+1
*
bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330)
Cheryl Sabella
2018-12-28
1
-0/+1
[next]