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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
145
-332/+1504
*
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...
Matti Picus
2020-12-07
1
-0/+5
*
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Victor Stinner
2020-12-07
1
-2/+6
*
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)
Ethan Furman
2020-12-07
1
-0/+1
*
bpo-42508: Keep IDLE running on macOS (GH-23577)
Terry Jan Reedy
2020-12-07
1
-0/+3
*
bpo-42576: Clarify only debug builds are affected in news (GH-23663)
kj
2020-12-06
1
-1/+2
*
bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call it...
idanw206
2020-12-06
1
-0/+1
*
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...
kj
2020-12-05
1
-0/+3
*
GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
Senthil Kumaran
2020-12-05
1
-0/+5
*
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
Zackery Spytz
2020-12-05
1
-0/+2
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-05
1
-0/+26
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
3
-0/+5
*
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...
Irit Katriel
2020-12-04
1
-0/+4
*
bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419)
pxinwr
2020-12-04
1
-0/+1
*
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Irit Katriel
2020-12-04
1
-0/+1
*
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
Victor Stinner
2020-12-04
1
-0/+3
*
bpo-42562: Fix issue when dis failed to parse function that has no line numbe...
Yurii Karabas
2020-12-04
1
-0/+2
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Victor Stinner
2020-12-03
1
-0/+3
*
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
FX Coudert
2020-12-03
1
-0/+1
*
bpo-42246: Make sure that line number is correct after a return, as required ...
Mark Shannon
2020-12-02
1
-0/+2
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
1
-0/+2
*
bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)
pxinwr
2020-12-01
1
-0/+1
*
bpo-31904: Fix fifo test cases for VxWorks (GH-20254)
pxinwr
2020-12-01
1
-0/+1
*
bpo-38200: Add itertools.pairwise() (GH-23549)
Raymond Hettinger
2020-12-01
1
-0/+1
*
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
Irit Katriel
2020-12-01
1
-0/+1
*
bpo-31904: Support signal module on VxWorks (GH-23391)
pxinwr
2020-11-30
1
-0/+1
*
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Christian Heimes
2020-11-30
1
-0/+2
*
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...
Andreas Poehlmann
2020-11-30
1
-0/+1
*
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
Renato Cunha
2020-11-29
1
-0/+3
*
bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394)
pxinwr
2020-11-28
1
-0/+1
*
bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)
pxinwr
2020-11-28
1
-0/+1
*
bpo-31904: add shell requirement for test_pipes (GH-23489)
pxinwr
2020-11-28
1
-0/+1
*
skip test_test of test_mailcap on VxWorks (GH-23507)
pxinwr
2020-11-28
1
-0/+1
*
skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid...
pxinwr
2020-11-28
1
-0/+1
*
Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516)
Zackery Spytz
2020-11-28
1
-1/+2
*
bpo-41818: Fix test_master_read() so that it succeeds on all platforms that e...
Soumendra Ganguly
2020-11-28
1
-0/+1
*
bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256)
pxinwr
2020-11-28
1
-0/+1
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Zackery Spytz
2020-11-28
1
-0/+2
*
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...
Yurii Karabas
2020-11-28
1
-0/+2
*
bpo-41818: Make test_openpty() avoid unexpected success due to number of rows...
Soumendra Ganguly
2020-11-27
1
-0/+1
*
bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-2...
Alex Grönholm
2020-11-26
1
-0/+2
*
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas
2020-11-26
1
-0/+2
*
bpo-41818: Updated tests for the standard pty library (GH-22962)
Soumendra Ganguly
2020-11-25
1
-0/+1
*
bpo-42299: Remove formatter module (GH-23476)
Dong-hee Na
2020-11-25
1
-0/+5
*
bpo-42202: Store func annotations as a tuple (GH-23316)
Yurii Karabas
2020-11-25
1
-0/+2
*
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Julien Palard
2020-11-25
1
-0/+4
*
bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
Julien Palard
2020-11-25
1
-0/+2
*
bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
Hai Shi
2020-11-24
1
-0/+3
*
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas
2020-11-24
1
-0/+2
*
bpo-42212: smelly.py also checks the dynamic library (GH-23423)
Victor Stinner
2020-11-24
1
-0/+3
[next]