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-42111: Make the xxlimited module an example of best extension module prac...
Petr Viktorin
2020-12-08
11
-158/+748
*
bpo-41910: move news entry (GH-23695)
Terry Jan Reedy
2020-12-08
1
-9/+9
*
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
Hai Shi
2020-12-08
3
-11/+5
*
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642)
Victor Stinner
2020-12-08
2
-92/+135
*
Post 3.10.0a3
Pablo Galindo
2020-12-08
1
-1/+1
*
Merge tag 'v3.10.0a3'
Pablo Galindo
2020-12-08
148
-372/+1573
|
\
|
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
148
-372/+1573
*
|
bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713)
pxinwr
2020-12-07
2
-1/+4
*
|
bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)
Matěj Cepl
2020-12-07
1
-1/+6
|
/
*
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...
Matti Picus
2020-12-07
3
-2/+10
*
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Victor Stinner
2020-12-07
3
-3/+14
*
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)
Ethan Furman
2020-12-07
3
-3/+35
*
Update macos installer ReadMe for 3.10.0a3 (GH-23671)
Ned Deily
2020-12-07
1
-2/+10
*
bpo-42508: Keep IDLE running on macOS (GH-23577)
Terry Jan Reedy
2020-12-07
3
-19/+14
*
bpo-38843: Document behavior of default when the attribute is already set (GH...
Raymond Hettinger
2020-12-07
1
-1/+9
*
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
Serhiy Storchaka
2020-12-06
2
-28/+0
*
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
3
-1/+12
*
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...
kj
2020-12-05
3
-1/+9
*
GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
Senthil Kumaran
2020-12-05
3
-8/+41
*
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
Zackery Spytz
2020-12-05
3
-2/+4
*
bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649)
Ned Deily
2020-12-05
1
-1/+2
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-05
12
-0/+192
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
25
-3033/+3244
*
bpo-42545: Improve the error message in the stable API script (GH-23648)
Pablo Galindo
2020-12-04
1
-21/+41
*
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo
2020-12-04
5
-0/+1027
*
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...
Irit Katriel
2020-12-04
3
-1/+21
*
bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419)
pxinwr
2020-12-04
2
-1/+3
*
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Irit Katriel
2020-12-04
4
-4/+49
*
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
Victor Stinner
2020-12-04
2
-5/+3
*
bpo-42246: Don't forget the entry block when ensuring that all exits have a l...
Mark Shannon
2020-12-04
4
-4/+28
*
bpo-42562: Fix issue when dis failed to parse function that has no line numbe...
Yurii Karabas
2020-12-04
3
-1/+20
*
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
Zackery Spytz
2020-12-03
1
-2/+2
*
bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
Victor Stinner
2020-12-03
2
-5/+33
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Victor Stinner
2020-12-03
2
-3/+3
*
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka
2020-12-03
11
-60/+65
*
bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23...
Serhiy Storchaka
2020-12-03
1
-0/+9
*
Remove the conditional for setting query. (#23604)
Senthil Kumaran
2020-12-03
1
-2/+1
*
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
FX Coudert
2020-12-03
5
-7/+12
*
bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608)
Pablo Galindo
2020-12-02
2
-4/+4
*
bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
Pablo Galindo
2020-12-02
1
-1/+2
*
bpo-42246: Make sure that line number is correct after a return, as required ...
Mark Shannon
2020-12-02
7
-4818/+4967
*
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
[next]