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-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
*
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes
2020-05-16
2
-18/+822
*
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle
2020-05-16
2
-5/+203
*
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-...
Batuhan Taskaya
2020-05-16
1
-0/+28
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
2
-0/+2696
*
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Christian Heimes
2020-05-16
1
-34/+27
*
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek
2020-05-15
2
-27/+148
*
bpo-40515: Require OPENSSL_THREADS (GH-19953)
Christian Heimes
2020-05-15
2
-1/+9
*
bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107)
Christian Heimes
2020-05-15
2
-8/+17
*
Trivial typo fix in _tkinter.c (GH-19622)
Andrew York
2020-05-15
1
-7/+7
*
bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
Victor Stinner
2020-05-14
1
-5/+9
*
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
Victor Stinner
2020-05-14
1
-0/+88
*
Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH...
Victor Stinner
2020-05-14
1
-1026/+121
*
bpo-40549: posixmodule.c uses defining_class (GH-20075)
Victor Stinner
2020-05-14
2
-137/+132
*
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
Victor Stinner
2020-05-13
1
-1/+1
*
bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069)
Dong-hee Na
2020-05-13
1
-0/+8
*
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
Victor Stinner
2020-05-13
1
-137/+78
*
bpo-40609: _tracemalloc allocates traces (GH-20064)
Victor Stinner
2020-05-13
1
-43/+117
*
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
Victor Stinner
2020-05-13
1
-26/+25
*
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
Victor Stinner
2020-05-13
1
-67/+50
*
bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059)
Victor Stinner
2020-05-12
1
-154/+173
*
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower
2020-05-12
1
-5/+49
*
bpo-39481: remove generic classes from ipaddress/mmap (GH-20045)
Batuhan Taskaya
2020-05-12
1
-2/+0
*
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner
2020-05-12
4
-737/+2
*
bpo-39465: Don't access directly _Py_Identifier members (GH-20043)
Victor Stinner
2020-05-11
1
-2/+2
*
bpo-36346: array: Don't use deprecated APIs (GH-19653)
Inada Naoki
2020-05-11
2
-49/+50
*
bpo-40549: Convert posixmodule.c to multiphase init (GH-19982)
Victor Stinner
2020-05-10
2
-129/+145
*
bpo-40566: Apply PEP 573 to abc module (GH-20005)
Dong-hee Na
2020-05-09
1
-15/+19
*
bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
Chris Jerdonek
2020-05-08
1
-0/+4
*
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)
Hai Shi
2020-05-07
1
-10/+6
*
bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)
Eric Snow
2020-05-07
1
-121/+1018
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
2
-8/+328
[next]