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-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
Ammar Askar
2019-06-12
10
-1/+171
*
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...
aaronpaulhurst
2019-06-11
1
-1/+1
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
Raymond Hettinger
2019-06-08
2
-6/+19
*
bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
Ammar Askar
2019-06-08
1
-0/+8
*
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
Victor Stinner
2019-06-07
1
-13/+14
*
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)
Eric Wieser
2019-06-07
1
-1/+1
*
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
Zackery Spytz
2019-06-06
1
-0/+22
*
bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
Raymond Hettinger
2019-06-05
2
-12/+48
*
bpo-35431: Drop the k <= n requirement (GH-13798)
Raymond Hettinger
2019-06-04
2
-24/+31
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
1
-1/+1
*
bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes
2019-06-03
1
-0/+37
*
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
Christian Heimes
2019-06-03
1
-1/+10
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
2
-11/+2
*
bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13...
Petr Viktorin
2019-06-02
1
-1/+1
*
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
Petr Viktorin
2019-06-02
1
-1/+1
*
bpo-37128: Add math.perm(). (GH-13731)
Serhiy Storchaka
2019-06-02
2
-2/+165
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
2
-2/+11
*
Fix the error handling in bytesio_sizeof(). (GH-10459)
Zackery Spytz
2019-06-01
1
-2/+7
*
bpo-34303: Micro-optimizations in functools.reduce() (GH-8598)
Sergey Fedoseev
2019-06-01
1
-3/+6
*
bpo-35431: Refactor math.comb() implementation. (GH-13725)
Serhiy Storchaka
2019-06-01
2
-92/+87
*
bpo-35431: Implemented math.comb (GH-11414)
Yash Aggarwal
2019-06-01
2
-1/+171
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
1
-1/+1
*
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo
2019-05-31
2
-1/+178
*
bpo-26835: Add file sealing constants to fcntl (GH-13694)
Christian Heimes
2019-05-31
1
-1/+9
*
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)
Zackery Spytz
2019-05-31
1
-0/+26
*
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes
2019-05-31
2
-11/+306
*
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-...
Serhiy Storchaka
2019-05-31
1
-1/+4
*
bpo-339827: Do not swallow exceptions in the _ssl module. (GH-12756)
Serhiy Storchaka
2019-05-31
1
-37/+52
*
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
[next]