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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
4
-9/+93
*
bpo-31904: Skip some asyncio tests on VxWorks (#23815)
pxinwr
2020-12-17
2
-1/+10
*
Correct referenced RFC number in cgi module (GH-22827)
Mike Lei
2020-12-17
1
-1/+1
*
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
Daniel Hahler
2020-12-16
2
-1/+21
*
bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756)
Chris Jerdonek
2020-12-16
1
-14/+18
*
bpo-42645: Make sure that return/break/continue are only traced once when exi...
Mark Shannon
2020-12-16
2
-12/+117
*
bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...
Om G
2020-12-16
1
-0/+28
*
bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)
Victor Stinner
2020-12-16
2
-215/+80
*
bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785)
Serhiy Storchaka
2020-12-16
2
-6/+0
*
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)
Victor Stinner
2020-12-16
1
-13/+11
*
bpo-42644: Validate values in logging.disable() (#23786)
Matthias Bussonnier
2020-12-16
2
-0/+17
*
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
Jason R. Coombs
2020-12-16
2
-2/+8
*
bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776)
pxinwr
2020-12-15
2
-0/+5
*
bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on V...
pxinwr
2020-12-15
1
-2/+11
*
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
pxinwr
2020-12-15
5
-45/+56
*
bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)
E-Paine
2020-12-15
1
-1/+4
*
bpo-42641: Enhance test_select.test_select() (GH-23782)
Victor Stinner
2020-12-15
1
-9/+21
*
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
Victor Stinner
2020-12-15
3
-149/+126
*
bpo-42639: Add script_helper.run_test_script() (GH-23777)
Victor Stinner
2020-12-15
3
-16/+34
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
1
-0/+18
*
bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if sta...
Mark Shannon
2020-12-15
4
-88/+84
*
bpo-33610: Edit idlelib.codecontext (GH-23773)
Terry Jan Reedy
2020-12-15
1
-5/+8
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
1
-1/+0
*
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner
2020-12-14
1
-11/+12
*
bpo-41877: Check for misspelled speccing arguments (GH-23737)
vabr-g
2020-12-14
2
-8/+83
*
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
Gregory P. Smith
2020-12-14
2
-6/+77
*
bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spu...
Mark Shannon
2020-12-14
1
-0/+26
*
Don't generate spurious line number in try-except-finally. (#23760)
Mark Shannon
2020-12-14
1
-0/+17
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
6
-39/+159
*
bpo-30858: Improve error location for expressions with assignments (GH-23753)
Pablo Galindo
2020-12-13
2
-1/+8
*
bpo-39717: [tarfile] update nested exception raising (GH-23739)
Ethan Furman
2020-12-12
1
-32/+33
*
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
Alex Grönholm
2020-12-10
2
-2/+6
*
bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725)
Ethan Furman
2020-12-10
2
-1/+39
*
bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735)
Ethan Furman
2020-12-10
2
-0/+12
*
bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
vabr-g
2020-12-10
2
-3/+4
*
bpo-42517: [Enum] do not convert private names into members (GH-23722)
Ethan Furman
2020-12-10
2
-1/+43
*
bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)
Ethan Furman
2020-12-10
2
-2/+103
*
bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...
pxinwr
2020-12-08
2
-2/+2
*
bpo-41443: Add more attribute checking in test_posix (GH-21688)
pxinwr
2020-12-08
1
-3/+7
*
[Enum] reformat and add doc strings (GH-23705)
Ethan Furman
2020-12-08
2
-54/+135
*
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)
Ethan Furman
2020-12-08
2
-1/+15
*
bpo-42111: Make the xxlimited module an example of best extension module prac...
Petr Viktorin
2020-12-08
1
-0/+79
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
1
-37/+66
*
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...
Matti Picus
2020-12-07
2
-2/+5
*
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)
Ethan Furman
2020-12-07
2
-3/+34
*
bpo-42508: Keep IDLE running on macOS (GH-23577)
Terry Jan Reedy
2020-12-07
2
-19/+11
*
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
Serhiy Storchaka
2020-12-06
2
-28/+0
*
bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call it...
idanw206
2020-12-06
2
-1/+11
*
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...
kj
2020-12-05
1
-0/+5
*
GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
Senthil Kumaran
2020-12-05
2
-8/+36
[prev]
[next]