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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)
E. M. Bray
2019-05-24
2
-9/+10
*
Fix typos in Doc/library/email.generator.rst documentation (GH-13539)
Nick Sung
2019-05-24
1
-1/+1
*
Support Py_UNUSED() on clang (GH-13544)
Victor Stinner
2019-05-24
1
-1/+1
*
Fix typo: decription -> description (GH-13543)
Xtreak
2019-05-24
1
-1/+1
*
bpo-34626: Document creating heap types from the C-API (GH-9154)
Petr Viktorin
2019-05-24
2
-17/+127
*
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...
Matěj Cepl
2019-05-23
2
-8/+12
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
15
-1/+308
*
bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462)
Nick Coghlan
2019-05-23
4
-9/+14
*
bpo-18748: _pyio.IOBase emits unraisable exception (GH-13512)
Victor Stinner
2019-05-23
1
-0/+9
*
bpo-36721: Add --embed option to python-config (GH-13500)
Victor Stinner
2019-05-23
1
-0/+18
*
bpo-34616: Document top level async in whatsnew/3.8. (GH-13484)
Matthias Bussonnier
2019-05-22
1
-0/+10
*
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Jake Tesler
2019-05-22
2
-0/+44
*
bpo-36972: Add SupportsIndex (GH-13448)
Paul Dagnelie
2019-05-22
1
-0/+6
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
3
-4/+44
*
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier
2019-05-21
1
-0/+10
*
bpo-23378: Add an extend action to argparse (GH-13305)
Batuhan Taşkaya
2019-05-21
1
-0/+9
*
bpo-31904: Add posix module support for VxWorks (GH-12118)
pxinwr
2019-05-21
1
-0/+4
*
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...
Victor Stinner
2019-05-21
2
-43/+0
*
Fix RuntimeWarning in unittest.mock asyncio example (GH-13449)
Xtreak
2019-05-21
1
-2/+2
*
bpo-36932: use proper deprecation-removed directive (GH-13349)
Matthias Bussonnier
2019-05-21
2
-16/+23
*
Remove workaround for defaults in namedtuple now that we have the defaults pa...
Andre Delfino
2019-05-21
1
-9/+0
*
bpo-35563: Add reference links to warnings.rst (GH-11289)
Cheryl Sabella
2019-05-20
1
-12/+12
*
bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)
Matthias Bussonnier
2019-05-20
2
-7/+14
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
1
-0/+8
*
bpo-26467: Adds AsyncMock for asyncio Mock library support (GH-9296)
Lisa Roach
2019-05-20
2
-1/+218
*
bpo-22865: Expand on documentation for the pty.spawn function (GH-11980)
Geoff Shannon
2019-05-20
1
-4/+25
*
bpo-36958: In IDLE, print exit message (GH-13435)
Terry Jan Reedy
2019-05-20
1
-0/+3
*
bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)
Xtreak
2019-05-19
26
-19/+52
*
Orthographical fix (GH-13418)
Boštjan Mejak
2019-05-19
1
-1/+1
*
bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965)
Jelle Zijlstra
2019-05-19
1
-2/+4
*
bpo-36567: Use manpages_url to create links for man pages (GH-13339)
Batuhan Taşkaya
2019-05-18
1
-0/+3
*
bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails fo...
Abhishek Kumar Singh
2019-05-18
1
-0/+4
*
bpo-36546: Add more tests and expand docs (#13406)
Raymond Hettinger
2019-05-18
1
-11/+22
*
bpo-36887: add math.isqrt (GH-13244)
Mark Dickinson
2019-05-18
2
-0/+20
*
Document a workaround for a curses bug (GH-13209)
Toshio Kuratomi
2019-05-17
1
-3/+10
*
Correct typos in the Barrier specification (GH-9395)
Géry Ogam
2019-05-17
1
-2/+2
*
docs 36789: resolve incorrect note regarding UTF-8 (GH-13111)
redshiftzero
2019-05-17
1
-5/+10
*
bpo-36908: 'This module is always available' isn't helpful. (#13297)
Ned Batchelder
2019-05-17
2
-9/+8
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
74
-76/+76
*
Doc: Add link threading.settrace to sys.settrace (GH-13345)
Stefan Hoelzl
2019-05-17
1
-2/+2
*
bpo-36751: Undeprecate getfullargspec (GH-13245)
Pablo Galindo
2019-05-16
2
-9/+0
*
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov
2019-05-16
1
-3/+4
*
Fix typos in documentation. Patch by tirkarthi. (GH-13354)
Terry Jan Reedy
2019-05-16
1
-2/+2
*
Fix typos in documentation (#13344)
Xtreak
2019-05-16
2
-2/+2
*
bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191)
zlohhcuB treboR
2019-05-15
1
-1/+10
*
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
Antoine Pitrou
2019-05-15
1
-1/+5
*
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
Jon Janzen
2019-05-15
2
-0/+22
*
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-36760: Clarify subprocess capture_output docs. (GH-13322)
Gregory P. Smith
2019-05-14
1
-1/+3
[next]