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-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
kj
2020-12-24
4
-61/+317
*
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
Raymond Hettinger
2020-12-24
2
-18/+49
*
bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)
kj
2020-12-24
2
-1/+17
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
2
-49/+51
*
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner
2020-12-23
1
-0/+8
*
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger
2020-12-23
2
-57/+57
*
bpo-28468: Fix typo in _os_release_candidates (GH-23913)
Victor Stinner
2020-12-23
1
-1/+1
*
bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
Mark Shannon
2020-12-23
2
-84/+149
*
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...
Irit Katriel
2020-12-22
2
-5/+34
*
bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...
AMIR
2020-12-21
1
-0/+9
*
Fix typo in docstring (GH-23515)
Fernando Toledo
2020-12-21
1
-1/+1
*
bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)
Mark Shannon
2020-12-21
2
-37/+56
*
[WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967)
Daniel Hahler
2020-12-21
1
-6/+3
*
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
pxinwr
2020-12-20
6
-72/+112
*
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka
2020-12-19
17
-79/+307
*
bpo-42470: Do not warn on sequences which are also sets in random.sample() (G...
masklinn
2020-12-19
2
-7/+24
*
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
Raymond Hettinger
2020-12-19
1
-0/+10
*
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
Irit Katriel
2020-12-19
2
-22/+24
*
bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
Andre Delfino
2020-12-18
1
-1/+1
*
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky
2020-12-18
2
-1/+65
*
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
Max Bernstein
2020-12-18
2
-1/+21
*
bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)
pxinwr
2020-12-17
1
-0/+3
*
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
[next]