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-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256)
pxinwr
2020-11-28
2
-0/+5
*
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
Zackery Spytz
2020-11-28
1
-1/+1
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Zackery Spytz
2020-11-28
3
-4/+9
*
bpo-41241: Unnecessary Type casting in 'if condition' (GH-21396)
Wansoo Kim
2020-11-28
1
-1/+1
*
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...
Yurii Karabas
2020-11-28
9
-158/+66
*
bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306)
Julien Jerphanion
2020-11-28
1
-7/+8
*
bpo-42474: test TracebackException comparison to non-equal instances (GH-23522)
Irit Katriel
2020-11-27
1
-2/+39
*
bpo-41818: Make test_openpty() avoid unexpected success due to number of rows...
Soumendra Ganguly
2020-11-27
2
-19/+11
*
bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
Volker-Weissmann
2020-11-27
1
-5/+10
*
Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735)
Shane Harvey
2020-11-26
1
-1/+4
*
bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-2...
Alex Grönholm
2020-11-26
3
-8/+16
*
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas
2020-11-26
6
-109/+56
*
bpo-41818: test_openpty succeed on Gentoo, don't expect to fail on this platf...
Andrew Svetlov
2020-11-25
1
-0/+14
*
Typo: fix inverted sense of statement (GH-23288)
basak
2020-11-25
1
-1/+1
*
bpo-41818: Updated tests for the standard pty library (GH-22962)
Soumendra Ganguly
2020-11-25
2
-11/+112
*
bpo-42299: Remove formatter module (GH-23476)
Dong-hee Na
2020-11-25
7
-818/+12
*
bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499)
Yurii Karabas
2020-11-25
5
-35/+46
*
bpo-42202: Store func annotations as a tuple (GH-23316)
Yurii Karabas
2020-11-25
8
-155/+174
*
Add more tests to the descriptor howto guide (GH-23506)
Raymond Hettinger
2020-11-25
1
-4/+25
*
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Julien Palard
2020-11-25
3
-3/+10
*
bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
Julien Palard
2020-11-25
5
-4/+5
*
Doc: Minor fixes (GH-23422)
kj
2020-11-25
2
-3/+3
*
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
[next]