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
...
*
Add doctests to the descriptor HowTo (GH-23500)
Raymond Hettinger
2020-11-25
1
-57/+397
*
bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
Hai Shi
2020-11-24
3
-1/+15
*
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas
2020-11-24
10
-451/+304
*
bpo-42370: Check element before making mouse click in ttk tests (GH-23491)
Serhiy Storchaka
2020-11-24
1
-3/+11
*
bpo-42212: smelly.py also checks the dynamic library (GH-23423)
Victor Stinner
2020-11-24
3
-36/+124
*
bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488)
Serhiy Storchaka
2020-11-24
1
-4/+9
*
bpo-41100: in test_platform, ignore 10.16 (GH-23485)
Ned Deily
2020-11-24
1
-1/+4
*
bpo-41100: minor build installer fixes (GH-23480)
Ned Deily
2020-11-24
1
-6/+12
*
Typo (#23482)
Jesús Cea
2020-11-23
1
-1/+1
*
Added support for negative indexes to PurePath.parents (GH-21799)
Yaroslav Pankovych
2020-11-23
7
-5/+15
*
Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23...
Raymond Hettinger
2020-11-23
1
-11/+46
*
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
Nick Crews
2020-11-23
5
-13/+60
*
bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small c...
Irit Katriel
2020-11-23
3
-75/+89
*
bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
Serhiy Storchaka
2020-11-22
4
-28/+111
*
bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461)
Serhiy Storchaka
2020-11-22
3
-33/+14
*
Doc: fix typo in typing.Type docs (GH-23460)
John Belmonte
2020-11-22
1
-1/+1
*
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Serhiy Storchaka
2020-11-22
7
-28/+17
*
bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
Serhiy Storchaka
2020-11-22
3
-11/+11
*
bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
Ram Rachum
2020-11-22
1
-2/+1
*
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)
Ronald Oussoren
2020-11-22
4
-30/+38
*
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
Serhiy Storchaka
2020-11-22
4
-9/+11
*
bpo-41100: Stripping '-arch arm64' didn't work after all (GH-23280)
Ronald Oussoren
2020-11-22
1
-2/+2
*
bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-...
Ronald Oussoren
2020-11-22
1
-9/+32
*
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
[prev]
[next]