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-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka
2020-12-19
19
-87/+315
*
bpo-42470: Do not warn on sequences which are also sets in random.sample() (G...
masklinn
2020-12-19
3
-7/+25
*
Fixed typo in itertools documentation (GH-23816)
Casper Smet
2020-12-19
1
-0/+1
*
bpo-42559: Not that getrandbits() is non-negative. (GH-23843)
Raymond Hettinger
2020-12-19
1
-4/+5
*
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
Raymond Hettinger
2020-12-19
2
-2/+12
*
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
Irit Katriel
2020-12-19
5
-737/+748
*
bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
Andre Delfino
2020-12-18
2
-2/+2
*
bpo-34398: Allow glossary results to show up on search page (GH-8773)
Ammar Askar
2020-12-18
4
-2/+108
*
bpo-42675: Document collections.abc.Callable changes (GH-23839)
kj
2020-12-18
2
-0/+28
*
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky
2020-12-18
3
-1/+66
*
bpo-40956: Fix sqlite3 AC code (GH-23837)
Dong-hee Na
2020-12-18
2
-9/+32
*
bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341)
Erlend Egeberg Aasland
2020-12-18
3
-135/+702
*
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
Matt Wozniski
2020-12-18
2
-0/+41
*
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Julien Palard
2020-12-18
7
-13/+89
*
bpo-39096: Format specification documentation fixes for numeric types (GH-23575)
Mark Dickinson
2020-12-18
1
-12/+23
*
bpo-1635741: Port _thread to multiphase init (GH-23811)
Victor Stinner
2020-12-18
2
-90/+223
*
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
Max Bernstein
2020-12-18
3
-1/+22
*
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)
Zackery Spytz
2020-12-17
1
-1/+1
*
bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530)
pxinwr
2020-12-17
2
-0/+5
*
[doc] Fix a few margins due to bad markup (GH-23619)
Andre Delfino
2020-12-17
11
-89/+88
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
13
-225/+317
*
bpo-26564: fix obsolete comment in traceback.c (GH-23819)
Irit Katriel
2020-12-17
1
-1/+2
*
bpo-31904: Skip some asyncio tests on VxWorks (#23815)
pxinwr
2020-12-17
3
-1/+11
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
32
-88/+88
*
Correct referenced RFC number in cgi module (GH-22827)
Mike Lei
2020-12-17
1
-1/+1
*
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
[next]