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-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
9
-72/+76
*
Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609)
Pablo Galindo
2020-12-02
1
-1/+1
*
bpo-40939: Restore some stable API functions incorrectly deleted (GH-23606)
Pablo Galindo
2020-12-02
1
-8/+103
*
bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)
pxinwr
2020-12-01
2
-48/+43
*
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Victor Stinner
2020-12-01
1
-3/+0
*
build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583)
dependabot[bot]
2020-12-01
1
-1/+1
*
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
dependabot[bot]
2020-12-01
2
-2/+2
*
[doc] Fix abc.update_abstractmethods markup (GH-23576)
Andre Delfino
2020-12-01
1
-1/+2
*
Fix bz2 examples markup (#23580)
Andre Delfino
2020-12-01
1
-8/+0
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
48
-98/+102
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
33
-188/+175
*
bpo-31904: Fix fifo test cases for VxWorks (GH-20254)
pxinwr
2020-12-01
3
-6/+18
*
bpo-38200: Add itertools.pairwise() (GH-23549)
Raymond Hettinger
2020-12-01
5
-26/+220
*
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
Irit Katriel
2020-12-01
3
-3/+25
*
bpo-31904: Support signal module on VxWorks (GH-23391)
pxinwr
2020-11-30
3
-3/+15
*
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Christian Heimes
2020-11-30
5
-0/+211
*
Refactor the grammar to match the language specification docs (GH-23574)
Pablo Galindo
2020-11-30
2
-101/+101
*
bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
James Gerity
2020-11-30
1
-1/+2
*
bpo-42501: Revise the usage note for Enums with the choices (GH-23563)
Raymond Hettinger
2020-11-30
1
-14/+3
*
bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)
Terry Jan Reedy
2020-11-30
1
-1/+1
*
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...
Andreas Poehlmann
2020-11-30
3
-1/+18
*
bpo-42451: Indicate that PyTuple_GetItem does not support negative indices (G...
Yasser A
2020-11-30
1
-1/+1
*
bpo-42506: Fix unexpected output in test_format (GH-23564)
Zackery Spytz
2020-11-30
1
-2/+2
*
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
Serhiy Storchaka
2020-11-30
2
-19/+7
*
bpo-42450: Minor updates to the itertools recipes (GH-23555)
Raymond Hettinger
2020-11-29
2
-7/+7
*
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
Renato Cunha
2020-11-29
2
-1/+6
*
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
Yurii Karabas
2020-11-29
5
-80/+22
*
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (#23537)
Mark Dickinson
2020-11-29
1
-12/+31
*
bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394)
pxinwr
2020-11-28
2
-5/+2
*
bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)
pxinwr
2020-11-28
3
-0/+7
*
bpo-31904: add shell requirement for test_pipes (GH-23489)
pxinwr
2020-11-28
4
-2/+8
*
skip test_test of test_mailcap on VxWorks (GH-23507)
pxinwr
2020-11-28
2
-0/+3
*
skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid...
pxinwr
2020-11-28
2
-0/+3
*
Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516)
Zackery Spytz
2020-11-28
1
-1/+2
*
Fix dis markup (GH-23524)
Andre Delfino
2020-11-28
1
-6/+6
*
Fix multiprocessing markup (GH-23525)
Andre Delfino
2020-11-28
1
-3/+3
*
bpo-41818: Fix test_master_read() so that it succeeds on all platforms that e...
Soumendra Ganguly
2020-11-28
2
-10/+6
*
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
[next]