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-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)
Victor Stinner
2020-08-12
2
-0/+13
*
Catch all skip_handler cases (GH-21842)
Stefan Krah
2020-08-12
1
-3/+3
*
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Victor Stinner
2020-08-12
3
-2/+12
*
bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825)
Victor Stinner
2020-08-12
1
-3/+3
*
Fix typo (GH-21820)
Christopher Yeh
2020-08-11
1
-1/+1
*
Call randseed() before other imports in deccheck.py (GH-21834)
Stefan Krah
2020-08-11
1
-8/+8
*
bpo-41475: Fix note in "What's new in 3.7" (#21733)
Ram Rachum
2020-08-11
1
-1/+1
*
Add PEP 573 additions to What's New (GH-21374)
Petr Viktorin
2020-08-11
1
-0/+7
*
Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)
Edward K. Ream
2020-08-11
1
-2/+21
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)
Victor Stinner
2020-08-11
2
-5/+5
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
12
-36/+36
*
bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)
Mohamed Koubaa
2020-08-11
2
-42/+61
*
bpo-40275: Fix failed test cases by using test helpers (GH-21811)
Hai Shi
2020-08-10
4
-9/+9
*
MSVC: The ARM command line should not define MASM. (#21817)
Stefan Krah
2020-08-10
1
-3/+3
*
Replace import_fresh_module in decimal test files (GH-21815)
Stefan Krah
2020-08-10
3
-12/+9
*
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21...
Victor Stinner
2020-08-10
1
-1/+14
*
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Filipe LaĆns
2020-08-10
5
-32/+155
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
8
-7/+1096
*
bpo-41514: Fix buggy IDLE test (GH-21808)
Terry Jan Reedy
2020-08-10
1
-5/+5
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Terry Jan Reedy
2020-08-09
4
-10/+49
*
Improve renamed test_run.RecursionLimitTest (GH-21794)
Terry Jan Reedy
2020-08-09
1
-3/+5
*
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz
2020-08-09
5
-9/+264
*
Doc: Add output to example code in programming FAQ (GH-21346)
Jiajie Zhong
2020-08-08
1
-34/+37
*
bpo-41455: Provide a link to how the third generation is collected in the GC ...
Yaroslav Pankovych
2020-08-08
1
-3/+3
*
bpo-40275: Use new test.support helper submodules in tests (GH-21785)
Hai Shi
2020-08-08
4
-16/+17
*
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
Hai Shi
2020-08-08
4
-23/+10
*
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
Konge
2020-08-08
2
-1/+2
*
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
Benjamin Kane
2020-08-08
1
-1/+2
*
Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML ...
Steve Dower
2020-08-07
2
-80/+10
*
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
Hai Shi
2020-08-07
8
-18/+27
*
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
Victor Stinner
2020-08-07
1
-0/+5
*
bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
Victor Stinner
2020-08-07
2
-38/+43
*
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi
2020-08-07
15
-84/+97
*
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Inada Naoki
2020-08-07
2
-2/+18
*
bpo-39871: Fix an error in a news entry (GH-21749)
Zackery Spytz
2020-08-07
1
-1/+1
*
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
pxinwr
2020-08-07
3
-0/+12
*
bpo-41493: Refactoring dictresize (GH-21751)
Inada Naoki
2020-08-07
1
-26/+41
*
bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734)
Nathan M
2020-08-06
1
-1/+2
*
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
Steve Dower
2020-08-06
4
-1/+20
*
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi
2020-08-06
20
-56/+73
*
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
Eric L. Frederich
2020-08-05
1
-1/+1
*
bpo-40989: Fix compiler warning in winreg.c (GH-21722)
Victor Stinner
2020-08-05
1
-1/+1
*
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
Batuhan Taskaya
2020-08-05
3
-3/+23
*
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Inada Naoki
2020-08-05
1
-9/+30
*
bpo-41463: Generate information about jumps from 'opcode.py' rather than dupl...
Mark Shannon
2020-08-04
3
-59/+114
*
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi
2020-08-04
19
-46/+58
*
bpo-40275: Use new test.support helper submodules in tests (GH-21452)
Hai Shi
2020-08-04
6
-54/+62
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
7
-224/+258
*
bpo-41431: Optimize dict_merge for copy (GH-21674)
Inada Naoki
2020-08-04
3
-34/+75
*
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
Victor Stinner
2020-08-04
2
-1/+4
[next]