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-38443: Check that the specified universal architectures work (GH-22910)
Ronald Oussoren
2020-11-22
3
-0/+34
*
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
Richard Levasseur
2020-11-21
2
-1/+57
*
bpo-1635741: Port select module to multiphase init (GH-23409)
Christian Heimes
2020-11-21
3
-85/+110
*
bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406)
Christian Heimes
2020-11-21
2
-35/+43
*
bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446)
Serhiy Storchaka
2020-11-21
1
-1/+3
*
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
David CARLIER
2020-11-21
3
-0/+11
*
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...
Serhiy Storchaka
2020-11-21
2
-7/+22
*
bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...
Filipe Laíns
2020-11-21
3
-1/+19
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Devin Jeanpierre
2020-11-21
2
-1/+2
*
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421)
Quentin Hibon
2020-11-21
1
-2/+2
*
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
ArioA
2020-11-21
1
-1/+1
*
bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431)
Eric Snow
2020-11-20
13
-109/+3202
*
bpo-28002: Roundtrip f-strings with ast.unparse better (#19612)
Shantanu
2020-11-20
2
-37/+115
*
bpo-42360: Add advice to help avoid pickling issues. (GH-23305)
Raymond Hettinger
2020-11-20
1
-0/+3
*
Fix wrong availability for signal.SIGCHLD (#23285)
Zhang Maiyun
2020-11-20
1
-1/+1
*
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Joshua Cannon
2020-11-20
6
-0/+42
*
bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)
Filipe Laíns
2020-11-20
1
-0/+28
*
bpo-42403: Use @staticmethod in importlib (GH-23395)
Victor Stinner
2020-11-20
4
-2356/+2355
*
bpo-1635741: Convert _sre types to heap types and establish module state (PEP...
Erlend Egeberg Aasland
2020-11-20
4
-483/+374
*
bpo-1635741: Enhance _datetime error handling (GH-23139)
Mohamed Koubaa
2020-11-20
1
-117/+103
*
bpo-42333: Port _ssl extension module to heap types (GH-23392)
Christian Heimes
2020-11-20
3
-336/+363
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
24
-62/+72
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Terry Jan Reedy
2020-11-20
4
-6/+13
*
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
kj
2020-11-19
2
-0/+35
*
bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
Yurii Karabas
2020-11-19
3
-4/+9
*
bpo-1635741: Port _posixshmem extension module to multiphase initialization (...
Christian Heimes
2020-11-19
2
-13/+10
*
bpo-1635741: Fix _struct for build bot error (GH-23402)
Dong-hee Na
2020-11-19
1
-1/+1
*
bpo-1635741: Port gc module to multiphase initialization (GH-23377)
Christian Heimes
2020-11-19
2
-45/+42
*
bpo-1635741: Port _struct to multiphase initialization (GH-23398)
Christian Heimes
2020-11-19
3
-238/+271
*
bpo-42403: Simplify importlib external bootstrap (GH-23397)
Victor Stinner
2020-11-19
6
-4546/+4503
*
bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
Victor Stinner
2020-11-19
3
-4/+0
*
bpo-1635741: Port spwd to multiphase initialization (GH-23390)
Christian Heimes
2020-11-19
2
-27/+58
*
bpo-1635741: Port _queue to multiphase initialization (GH-23376)
Christian Heimes
2020-11-19
2
-37/+37
*
bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360)
Christian Heimes
2020-11-19
3
-66/+72
*
bpo-1635741: Port _random to multiphase initialization (GH-23359)
Christian Heimes
2020-11-19
2
-45/+50
*
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320)
David CARLIER
2020-11-19
2
-4/+5
*
bpo-42345: Add whatsnew for typing.Literal in 3.10 (GH-23385)
kj
2020-11-19
1
-0/+26
*
bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382)
Lysandros Nikolaou
2020-11-18
1
-0/+3
*
bpo-1635741: Port _warnings to the multi-phase init (GH-23379)
Victor Stinner
2020-11-18
2
-40/+32
*
[doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769)
Andre Delfino
2020-11-18
2
-3/+3
*
bpo-1635741: Convert _imp to multi-phase init (GH-23378)
Victor Stinner
2020-11-18
4
-81/+122
*
bpo-39573: Remove What's new entry for Py_SIZE() (GH-23375)
Miro Hrončok
2020-11-18
1
-11/+0
*
bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374)
Vladimir Matveev
2020-11-18
1
-0/+8
*
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner
2020-11-18
5
-26/+35
*
bpo-42336: Improve PCbuild batch files (GH-23275)
Steve Dower
2020-11-18
9
-24/+60
*
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Christian Heimes
2020-11-18
4
-5/+13
*
bpo-1635741: Port _hashlib to multiphase initialization (GH-23358)
Christian Heimes
2020-11-18
2
-36/+3
*
bpo-1635741: Port symtable module to multiphase initialization (GH-23361)
Christian Heimes
2020-11-18
2
-45/+51
*
bpo-40998: Fix a refleak in create_filter() (GH-23365)
Victor Stinner
2020-11-18
1
-3/+5
*
bpo-42398: Fix "make regen-all" race condition (GH-23362)
Victor Stinner
2020-11-18
3
-26/+58
[next]