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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
67
-338/+337
*
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)
Alex Grönholm
2019-05-30
2
-1/+31
*
bpo-36974: remove _PyObject_HasFastCall (GH-13460)
Jeroen Demeyer
2019-05-30
1
-2/+2
*
bpo-36974: inherit the vectorcall protocol (GH-13498)
Jeroen Demeyer
2019-05-30
1
-1/+67
*
bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeF...
Zackery Spytz
2019-05-30
1
-2/+6
*
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...
Zackery Spytz
2019-05-29
1
-11/+49
*
bpo-26836: Add ifdefs for all MFD_HUGE* constants (GH-13666)
Zackery Spytz
2019-05-29
1
-0/+28
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
11
-26/+19
*
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz
2019-05-29
2
-1/+124
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
2
-25/+123
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
2
-7/+30
*
bpo-33164: blake2 fix for HP-UX (GH-13633)
David Carlier
2019-05-29
1
-0/+3
*
bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-1...
Victor Stinner
2019-05-29
1
-14/+4
*
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Dino Viehland
2019-05-28
2
-23/+24
*
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer
2019-05-28
2
-1/+59
*
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov
2019-05-28
1
-16/+356
*
bpo-1230540: Add threading.excepthook() (GH-13515)
Victor Stinner
2019-05-27
1
-0/+156
*
bpo-32941: Add madvise() for mmap objects (GH-6172)
Zackery Spytz
2019-05-27
1
-0/+118
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
6
-291/+302
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
1
-7/+4
*
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner
2019-05-27
3
-9/+19
*
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou
2019-05-26
2
-135/+604
*
bpo-37021: Port _randommodule to the argument clinic (GH-13532)
Pablo Galindo
2019-05-24
2
-26/+200
*
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner
2019-05-24
1
-2/+3
*
bpo-37031: Fix PyOS_AfterFork_Child() (GH-13537)
Victor Stinner
2019-05-24
1
-1/+1
*
bpo-37031: Reuse _PyRuntime.main_thread in signalmodule.c (GH-13538)
Victor Stinner
2019-05-24
1
-16/+16
*
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...
Matěj Cepl
2019-05-23
1
-4/+9
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
11
-3/+257
*
bpo-33164: update blake2 implementation (GH-6286)
David Carlier
2019-05-23
22
-675/+18361
*
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Jake Tesler
2019-05-22
1
-0/+20
*
bpo-31862: Port binascii to PEP 489 multiphase initialization (GH-4108)
Marcel Plch
2019-05-22
1
-34/+103
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
1
-0/+15
*
bpo-36648: fix mmap issue for VxWorks (GH-12394)
Lihua Zhao
2019-05-21
1
-0/+7
*
bpo-31904: Add posix module support for VxWorks (GH-12118)
pxinwr
2019-05-21
2
-12/+70
*
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...
Victor Stinner
2019-05-21
1
-16/+0
*
bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-13421)
Erik Janssens
2019-05-21
1
-2/+2
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
1
-0/+1
*
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner
2019-05-19
2
-0/+2
*
bpo-36957: Speed up math.isqrt (#13405)
Mark Dickinson
2019-05-19
1
-8/+56
*
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
Serhiy Storchaka
2019-05-19
1
-23/+7
*
bpo-36887: add math.isqrt (GH-13244)
Mark Dickinson
2019-05-18
2
-1/+271
*
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner
2019-05-17
2
-0/+2
*
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
Victor Stinner
2019-05-17
1
-46/+75
*
bpo-36782: Created C API wrappers and added missing tests for functions in th...
Edison A
2019-05-17
1
-1/+169
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
1
-7/+12
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
1
-1/+1
*
bpo-36908: 'This module is always available' isn't helpful. (#13297)
Ned Batchelder
2019-05-17
2
-4/+4
*
bpo-36763: Remove _PyCoreConfig.program (GH-13373)
Victor Stinner
2019-05-17
1
-2/+2
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz
2019-05-17
4
-8/+16
*
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner
2019-05-16
1
-3/+3
[next]