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-40521: Make async gen free lists per-interpreter (GH-20643)
Victor Stinner
2020-06-05
1
-1/+1
*
bpo-40521: Make list free list per-interpreter (GH-20642)
Victor Stinner
2020-06-05
1
-1/+1
*
bpo-40521: Make frame free list per-interpreter (GH-20638)
Victor Stinner
2020-06-04
1
-1/+1
*
bpo-40521: Make float free list per-interpreter (GH-20636)
Victor Stinner
2020-06-04
1
-1/+1
*
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Victor Stinner
2020-06-04
1
-1/+2
*
bpo-40865: Remove unused insint() macro from hash modules (GH-20627)
Erlend Egeberg Aasland
2020-06-04
4
-12/+0
*
Remove unused ReaderObject_Check macro (#20614)
Dong-hee Na
2020-06-03
1
-2/+0
*
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner
2020-06-03
1
-2/+12
*
bpo-32604: Fix reference leak in select module (GH-20600)
Victor Stinner
2020-06-03
1
-2/+0
*
PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598)
Victor Stinner
2020-06-02
1
-2/+6
*
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner
2020-06-02
2
-8/+40
*
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)
Victor Stinner
2020-06-01
1
-2/+3
*
bpo-39943: Fix MSVC warnings in sre extension (GH-20508)
Ammar Askar
2020-06-01
2
-3/+10
*
bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424)
Hai Shi
2020-06-01
1
-1/+3
*
bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)
Dong-hee Na
2020-06-01
1
-22/+19
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Christian Heimes
2020-06-01
1
-11/+45
*
bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748)
Zackery Spytz
2020-05-30
1
-0/+1
*
bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-...
Petr Viktorin
2020-05-28
1
-3/+10
*
bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177)
Victor Stinner
2020-05-28
1
-47/+2
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
24
-112/+86
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Victor Stinner
2020-05-27
2
-14/+31
*
bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
YoSTEALTH
2020-05-27
2
-2/+7
*
Fix compiler warnings in _zoneinfo.c (GH-20342)
Pablo Galindo
2020-05-27
1
-30/+26
*
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Christian Heimes
2020-05-27
3
-1/+159
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Sean Gillespie
2020-05-27
1
-0/+15
*
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner
2020-05-27
1
-2/+2
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
5
-0/+6
*
bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061)
Ethan Steinberg
2020-05-26
1
-0/+3
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
53
-2097/+94
*
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
Erlend Egeberg Aasland
2020-05-26
1
-8/+12
*
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
Lysandros Nikolaou
2020-05-25
1
-52/+81
*
bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
Christian Heimes
2020-05-25
1
-67/+114
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Zackery Spytz
2020-05-25
1
-0/+5
*
bpo-38580: Document that select() accepts iterables, not just sequences (GH-1...
Jakub Stasiak
2020-05-25
2
-5/+5
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Chris Jerdonek
2020-05-22
1
-6/+6
*
bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280)
Ammar Askar
2020-05-22
1
-6/+9
*
Let the argument clinic do the type checking for heapq (GH-20284)
Raymond Hettinger
2020-05-22
2
-46/+117
*
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson
2020-05-22
2
-1/+46
*
bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291)
Dong-hee Na
2020-05-21
1
-2/+4
*
bpo-40645: restrict HMAC key len to INT_MAX (GH-20238)
Christian Heimes
2020-05-19
1
-1/+7
*
bpo-37616: Handle version information more gracefully in getpath.c (GH-20214)
Pablo Galindo
2020-05-19
1
-9/+3
*
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Minmin Gong
2020-05-19
1
-0/+4
*
Python 3.10.0a0 (GH-20198)
Pablo Galindo
2020-05-19
1
-5/+6
*
bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)
Minmin Gong
2020-05-18
1
-2/+6
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Kjell Braden
2020-05-18
1
-5/+2
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
2
-22/+106
*
bpo-40665: Use Argument Clinic for the bisect module (GH-20163)
Shantanu
2020-05-18
2
-131/+411
*
bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154)
Christian Heimes
2020-05-17
2
-39/+39
*
bpo-40645: Implement HMAC in C (GH-20129)
Christian Heimes
2020-05-17
2
-17/+568
*
bpo-39740: Early declare devpoll_methods to support old compilers (GH-19281)
Batuhan Taskaya
2020-05-16
1
-0/+2
[prev]
[next]