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
...
*
bpo-35730: Disable IDLE test_reload assertion. (GH-11543)
Terry Jan Reedy
2019-01-13
1
-1/+3
*
bpo-35196: Optimize Squeezer's write() interception (GH-10454)
Tal Einat
2019-01-13
6
-263/+247
*
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile
2019-01-13
13
-51/+91
*
bpo-34512: Document platform-specific strftime() behavior for non-ASCII forma...
Alexey Izbyshev
2019-01-12
1
-0/+6
*
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_Fro...
Serhiy Storchaka
2019-01-12
3
-6/+21
*
bpo-35634: Raise an error when first passed kwargs contains duplicated keys. ...
Serhiy Storchaka
2019-01-12
3
-48/+94
*
bpo-35494: Improve syntax error messages for unbalanced parentheses in f-stri...
Serhiy Storchaka
2019-01-12
3
-17/+51
*
bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516)
Serhiy Storchaka
2019-01-12
4
-0/+26
*
bpo-35719: Optimize multi-argument math functions. (GH-11527)
Serhiy Storchaka
2019-01-12
2
-19/+20
*
bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524)
Serhiy Storchaka
2019-01-12
2
-24/+28
*
bpo-34838: Use subclass_of for math.dist. (GH-9659)
Ammar Askar
2019-01-12
3
-9/+14
*
bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)
Eric Snow
2019-01-11
4
-25/+94
*
bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9...
Michael Felt
2019-01-11
2
-1/+3
*
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka
2019-01-11
30
-408/+561
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
60
-778/+6194
*
bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)
Victor Stinner
2019-01-11
2
-24/+56
*
bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH-11517)
Joannah Nanjekye
2019-01-11
1
-2/+2
*
bpo-32146: Add documentation about frozen executables on Unix (GH-5850)
Bo Bayles
2019-01-10
2
-0/+9
*
bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503)
Joannah Nanjekye
2019-01-10
4
-0/+22
*
bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx()....
Zackery Spytz
2019-01-10
1
-1/+0
*
bpo-24746: Fix doctest failures when running the testsuite with -R (#11501)
Pablo Galindo
2019-01-10
1
-2/+1
*
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner
2019-01-10
7
-24/+16
*
IocpProactor: prevent modification if closed (GH-11494)
Victor Stinner
2019-01-10
1
-6/+22
*
bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)
antektek
2019-01-10
3
-3/+3
*
Distutils no longer needs to remain compatible with 2.3 (GH-11423)
Miro Hrončok
2019-01-09
1
-2/+0
*
Update bugs.rst (GH-9648)
Andre Delfino
2019-01-09
1
-1/+1
*
bpo-35404: Clarify how to import _structure in email.message doc (GH-10886)
Charles-Axel Dein
2019-01-09
1
-1/+1
*
Add example to the documentation for calling unittest.mock.patch with create=...
Pablo Galindo
2019-01-09
1
-7/+28
*
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
3
-3/+49
*
bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
Victor Stinner
2019-01-08
2
-0/+5
*
bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport re...
Steve Dower
2019-01-08
4
-7/+36
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
10
-47/+122
*
bpo-35374: Avoid trailing space in hhc file name if found on PATH. (GH-10849)
chrullrich
2019-01-08
1
-1/+1
*
Remove spurious quote in Azure Pipelines script (GH-10763)
Pierre Glaser
2019-01-08
1
-1/+1
*
bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462)
Victor Stinner
2019-01-08
2
-1/+3
*
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
Gregory Szorc
2019-01-08
3
-4/+1
*
bpo-33717: pythoninfo logs information of all clocks (GH-11460)
Victor Stinner
2019-01-08
2
-3/+14
*
bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)
Victor Stinner
2019-01-07
2
-0/+7
*
bpo-35664: Optimize operator.itemgetter (GH-11435)
Raymond Hettinger
2019-01-07
3
-5/+54
*
bpo-35560: Remove assertion from format(float, "n") (GH-11288)
Xtreak
2019-01-07
3
-1/+23
*
test_threading_local: add missing "import sys" (GH-8049)
cclauss
2019-01-06
1
-0/+1
*
bpo-35660: Fix imports in idlelib.window (#11434)
Cheryl Sabella
2019-01-06
2
-1/+3
*
bpo-35488: Add tests for ** glob matching in pathlib (GH-11171)
Anthony Shaw
2019-01-06
2
-114/+118
*
remove doc-string declaration no longer used after AC conversion (GH-11444)
Tal Einat
2019-01-06
1
-4/+0
*
bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274)
Vladimir Matveev
2019-01-05
3
-76/+24
*
bpo-35631: Improve typing docs wrt abstract/concrete collection types (GH-11396)
Ville Skyttä
2019-01-04
1
-8/+17
*
bpo-31450: Remove documentation mentioning that subprocess's child_traceback ...
Harmandeep Singh
2019-01-03
1
-3/+1
*
bpo-35641: IDLE - format calltip properly when no docstring (GH-11415)
Emmanuel Arias
2019-01-03
4
-1/+32
*
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
Terry Jan Reedy
2019-01-03
13
-28/+38
[prev]
[next]