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-36941: Windows build changes for Windows ARM64 (GH-13365)
Paul Monson
2019-05-17
47
-7/+1029
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
12
-91/+362
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
12
-112/+119
*
Simplify SSLSocket / SSLObject doc string (GH-9972)
Christian Heimes
2019-05-17
1
-16/+21
*
docs 36789: resolve incorrect note regarding UTF-8 (GH-13111)
redshiftzero
2019-05-17
1
-5/+10
*
bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH...
Pablo Galindo
2019-05-17
4
-9/+33
*
Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343)
Jeroen Demeyer
2019-05-17
1
-1/+1
*
bpo-36908: 'This module is always available' isn't helpful. (#13297)
Ned Batchelder
2019-05-17
4
-13/+12
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
74
-76/+76
*
bpo-36763: Remove _PyCoreConfig.program (GH-13373)
Victor Stinner
2019-05-17
5
-59/+27
*
Doc: Add link threading.settrace to sys.settrace (GH-13345)
Stefan Hoelzl
2019-05-17
1
-2/+2
*
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
Erwan Le Pape
2019-05-17
3
-3/+27
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz
2019-05-17
15
-19/+45
*
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
Victor Stinner
2019-05-17
4
-47/+54
*
bpo-36751: Undeprecate getfullargspec (GH-13245)
Pablo Galindo
2019-05-16
5
-60/+20
*
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)
Victor Stinner
2019-05-16
4
-3/+37
*
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner
2019-05-16
10
-39/+129
*
bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
Victor Stinner
2019-05-16
5
-36/+109
*
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov
2019-05-16
12
-320/+311
*
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
Victor Stinner
2019-05-16
4
-44/+37
*
bpo-35589: Prevent buffer copy in sock_sendall() (GH-11418)
Andrew Svetlov
2019-05-16
1
-7/+10
*
bpo-36748: optimize TextIOWrapper.write() for ASCII string (GH-13002)
Inada Naoki
2019-05-16
2
-21/+98
*
Fix typos in documentation. Patch by tirkarthi. (GH-13354)
Terry Jan Reedy
2019-05-16
2
-8/+8
*
Fix typos in documentation (#13344)
Xtreak
2019-05-16
2
-2/+2
*
bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351)
Paul Monson
2019-05-15
1
-1/+1
*
bpo-36511: Windows ARM32 buildbot changes (GH-12917)
Paul Monson
2019-05-15
2
-0/+36
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson
2019-05-15
12
-42/+70
*
bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191)
zlohhcuB treboR
2019-05-15
4
-3/+23
*
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
Antoine Pitrou
2019-05-15
5
-22/+24
*
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
Jon Janzen
2019-05-15
7
-5/+169
*
Reference zipimport source code from docs. (GH-13310)
Xtreak
2019-05-15
1
-0/+2
*
bpo-36799: Fix typo in ctypes.rst (GH-13104)
Yavor Konstantinov
2019-05-15
1
-2/+2
*
bpo-36763: InitConfigTests tests all core config (GH-13331)
Victor Stinner
2019-05-15
2
-19/+48
*
bpo-36801: Temporarily fix regression in writer.drain() (#13330)
Andrew Svetlov
2019-05-14
2
-26/+1
*
bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275)
Victor Stinner
2019-05-14
2
-7/+83
*
bpo-36760: Clarify subprocess capture_output docs. (GH-13322)
Gregory P. Smith
2019-05-14
1
-1/+3
*
bpo-36618: Don't add -fmax-type-align=8 flag for clang (GH-13320)
Victor Stinner
2019-05-14
2
-40/+0
*
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)
Krzysztof Wojcik
2019-05-14
4
-14/+27
*
json.tool: use stdin and stdout in default cmdlne arguments (GH-11992)
Hervé Beraud
2019-05-14
1
-4/+6
*
bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313)
Andrew Svetlov
2019-05-14
3
-1/+15
*
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner
2019-05-14
9
-37/+51
*
bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)
Victor Stinner
2019-05-14
3
-44/+69
*
Change WriterObj.writeline to WriterObj.write (GH-12344)
Rémi Lapeyre
2019-05-14
1
-10/+12
*
bpo-32995 - Added context variable in glossary (GH-9741)
Vinodhini Balusamy
2019-05-14
2
-0/+10
*
bpo-36797: Prune more legacy distutils documentation (GH-13092)
Nick Coghlan
2019-05-14
14
-70/+60
*
Doc: Update pip and setuptools when creating the virtual environment (GH-13307)
Stéphane Wirtel
2019-05-14
1
-0/+1
*
bpo-36845: validate integer network prefix when constructing IP networks (GH-...
Nicolai Moore
2019-05-14
4
-0/+23
*
bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850)
Inada Naoki
2019-05-14
2
-0/+9
*
bpo-36719: Fix regrtest MultiprocessThread (GH-13301)
Victor Stinner
2019-05-14
1
-4/+55
*
Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296)
wim glenn
2019-05-14
1
-1/+1
[next]