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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes
2020-05-16
6
-21/+845
*
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)
Paul Ganssle
2020-05-16
4
-1/+430
*
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle
2020-05-16
7
-29/+297
*
bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817)
Dong-hee Na
2020-05-16
3
-60/+56
*
bpo-40275: lazy import modules in test.support (GH-20128)
Hai Shi
2020-05-16
1
-4/+9
*
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-...
Batuhan Taskaya
2020-05-16
3
-0/+40
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
27
-2/+6383
*
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Christian Heimes
2020-05-16
3
-38/+33
*
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-1...
Zackery Spytz
2020-05-16
4
-7/+9
*
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek
2020-05-15
10
-73/+358
*
Add Andrew York to ACKS for GH-19622. (GH-20105)
Chris Jerdonek
2020-05-15
1
-0/+1
*
bpo-40637: Add option to disable builtin hashes (GH-20121)
Christian Heimes
2020-05-15
6
-30/+158
*
bpo-40445: Update compileall.compile_dir docs (GH-19806)
Shantanu
2020-05-15
1
-1/+2
*
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Gregory P. Smith
2020-05-15
2
-6/+10
*
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Christian Heimes
2020-05-15
2
-11/+44
*
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (G...
romasku
2020-05-15
5
-6/+66
*
bpo-40515: Require OPENSSL_THREADS (GH-19953)
Christian Heimes
2020-05-15
3
-1/+12
*
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Christian Heimes
2020-05-15
2
-3/+60
*
bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107)
Christian Heimes
2020-05-15
3
-8/+18
*
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
Victor Stinner
2020-05-15
2
-0/+9
*
Trivial typo fix in _tkinter.c (GH-19622)
Andrew York
2020-05-15
1
-7/+7
*
Fix typo in code comment in main_loop label. (GH-20068)
Chris Jerdonek
2020-05-15
1
-1/+1
*
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Guido van Rossum
2020-05-15
5
-39/+94
*
Update code comment re: location of struct _is. (GH-20067)
Chris Jerdonek
2020-05-15
1
-1/+1
*
bpo-40548: github actions: pass the changes check on no source changes (GH-20...
Filipe Laíns
2020-05-15
1
-1/+1
*
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Pablo Galindo
2020-05-15
10
-44/+136
*
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
Joannah Nanjekye
2020-05-15
3
-5/+7
*
bpo-40462: Fix typo in test_json (GH-20094)
Victor Stinner
2020-05-14
1
-1/+1
*
bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093)
Victor Stinner
2020-05-14
1
-1/+1
*
bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-19983)
Filipe Laíns
2020-05-14
1
-0/+24
*
bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
Victor Stinner
2020-05-14
2
-14/+26
*
bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083)
Lysandros Nikolaou
2020-05-14
5
-46/+82
*
bpo-40619: Correctly handle error lines in programs without file mode (GH-20090)
Pablo Galindo
2020-05-14
2
-25/+7
*
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
Victor Stinner
2020-05-14
4
-120/+151
*
Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH...
Victor Stinner
2020-05-14
2
-1325/+123
*
bpo-40549: posixmodule.c uses defining_class (GH-20075)
Victor Stinner
2020-05-14
2
-137/+132
*
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
Lumír 'Frenzy' Balhar
2020-05-14
6
-15/+285
*
bpo-40275: Import locale module lazily in gettext (GH-19905)
Hai Shi
2020-05-14
1
-1/+7
*
bpo-40597: email: Use CTE if lines are longer than max_line_length consistent...
Arkadiusz Hiler
2020-05-14
3
-7/+23
*
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
Victor Stinner
2020-05-13
3
-40/+48
*
bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858)
Chris Jerdonek
2020-05-13
3
-11/+57
*
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
Victor Stinner
2020-05-13
5
-6/+8
*
issue-25872: Fix KeyError using linecache from multiple threads (GH-18007)
Michael Graczyk
2020-05-13
1
-3/+3
*
bpo-38787: Fix Argument Clinic defining_class_converter (GH-20074)
Victor Stinner
2020-05-13
1
-2/+7
*
bpo-40334: Always show the caret on SyntaxErrors (GH-20050)
Lysandros Nikolaou
2020-05-13
5
-192/+293
*
bpo-34790: add version of removal of explicit passing of coros to `asyncio.wa...
jack1142
2020-05-13
2
-1/+2
*
bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069)
Dong-hee Na
2020-05-13
1
-0/+8
*
bpo-40331: Increase test coverage for the statistics module (GH-19608)
Tzanetos Balitsaris
2020-05-13
1
-0/+60
*
bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066)
Victor Stinner
2020-05-13
1
-24/+23
*
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
Victor Stinner
2020-05-13
4
-303/+140
[next]