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
*
Fix indentation for get_stats_profile() docs (GH-23618)
Matthew Suozzo
2020-12-16
1
-1/+1
*
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
Daniel Hahler
2020-12-16
3
-1/+22
*
bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756)
Chris Jerdonek
2020-12-16
1
-14/+18
*
bpo-23915: update and elucidate documentation of with_traceback (GH-23680)
Irit Katriel
2020-12-16
1
-2/+7
*
Clarify eval() doc from library/functions. (GH-22700)
Antoine
2020-12-16
1
-8/+9
*
bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614)
Victor Stinner
2020-12-16
1
-10/+4
*
Fix reStructuredText typo in NEWS.d. (GH-23800)
Julien Palard
2020-12-16
1
-1/+1
*
Add symbols of the stable ABI to python3dll.c (GH-23598)
Victor Stinner
2020-12-16
1
-0/+7
*
bpo-42645: Make sure that return/break/continue are only traced once when exi...
Mark Shannon
2020-12-16
4
-1676/+1790
*
bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...
Om G
2020-12-16
5
-101/+174
*
bpo-1635741: Refactor _threadmodule.c (GH-23793)
Victor Stinner
2020-12-16
1
-311/+226
*
bpo-42613: Fix freeze.py config directory (GH-23792)
Victor Stinner
2020-12-16
2
-10/+12
*
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
3
-0/+20
*
bpo-42179: Clarify exception chaining (GH-23160)
Vladimir
2020-12-16
1
-4/+4
*
Update Stale action message (GH-23791)
Mariatta
2020-12-16
1
-1/+1
*
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
Jason R. Coombs
2020-12-16
4
-3/+24
*
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
2
-2/+12
*
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
pxinwr
2020-12-15
7
-46/+58
*
Adding "stale" GitHub Action (GH-21247)
Mariatta
2020-12-15
1
-0/+19
*
bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)
E-Paine
2020-12-15
2
-1/+5
*
Let dependabot create PRs against the maintenance branches (GH-22992)
Mariatta
2020-12-15
1
-0/+4
*
Update stable ABI script for MacOS and update list of exported symbols (GH-23...
Pablo Galindo
2020-12-15
2
-1/+6
*
bpo-42641: Enhance test_select.test_select() (GH-23782)
Victor Stinner
2020-12-15
2
-9/+23
*
bpo-36675: Doc: Reveal doctest directives (GH-23620)
Julien Palard
2020-12-15
2
-19/+39
*
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
Victor Stinner
2020-12-15
5
-184/+140
*
bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778)
Victor Stinner
2020-12-15
1
-17/+34
*
bpo-42639: Add script_helper.run_test_script() (GH-23777)
Victor Stinner
2020-12-15
3
-16/+34
*
bpo-14935: Remove static state from the _csv module (GH-23224)
Petr Viktorin
2020-12-15
2
-241/+304
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
7
-113/+101
*
bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if sta...
Mark Shannon
2020-12-15
8
-3545/+3486
*
bpo-33610: Edit idlelib.codecontext (GH-23773)
Terry Jan Reedy
2020-12-15
1
-5/+8
*
bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)
pxinwr
2020-12-14
3
-4/+5
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
8
-28/+53
*
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner
2020-12-14
5
-158/+125
*
bpo-41877: Check for misspelled speccing arguments (GH-23737)
vabr-g
2020-12-14
3
-8/+84
*
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
Gregory P. Smith
2020-12-14
3
-6/+79
*
bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spu...
Mark Shannon
2020-12-14
4
-3767/+3795
*
Don't generate spurious line number in try-except-finally. (#23760)
Mark Shannon
2020-12-14
4
-1732/+1751
*
bpo-42598: Fix implicit function declarations in configure (GH-23690)
Joshua Root
2020-12-13
3
-12/+16
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
9
-63/+212
*
bpo-30858: Improve error location for expressions with assignments (GH-23753)
Pablo Galindo
2020-12-13
5
-6/+15
*
Add two spaces around equal sign (#23719)
sblondon
2020-12-13
1
-1/+1
*
bpo-39717: [tarfile] update nested exception raising (GH-23739)
Ethan Furman
2020-12-12
2
-32/+34
*
bpo-41879: Doc: Fix description of async for statement (GH-23548)
Nick Gaya
2020-12-11
1
-4/+4
*
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
Alex Grönholm
2020-12-10
3
-2/+7
*
bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725)
Ethan Furman
2020-12-10
3
-1/+40
[next]