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-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
*
bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)
Victor Stinner
2020-08-04
1
-1/+1
*
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718)
Victor Stinner
2020-08-03
2
-5/+15
*
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi
2020-08-03
20
-154/+185
*
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi
2020-08-03
20
-278/+324
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
20
-132/+154
*
A (very) slight speed improvement for iterating over bytes (#21705)
Guido van Rossum
2020-08-03
1
-6/+2
*
bpo-41425: Make tkinter doc example runnable (GH-21706)
Ankit Chandawala
2020-08-03
2
-13/+18
*
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
Nathan M
2020-08-03
1
-6/+5
*
bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and...
Luciano Ramalho
2020-08-02
2
-614/+824
*
random module: Convert a "while 1" to "while True (GH-21700)
Raymond Hettinger
2020-08-02
1
-1/+1
*
bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695)
Raymond Hettinger
2020-08-01
2
-1/+4
*
bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)
Karthikeyan Singaravelan
2020-07-31
1
-1/+4
*
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Mark Shannon
2020-07-30
12
-4577/+4358
*
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Sebastien Williams-Wynn
2020-07-29
1
-1/+1
*
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
Benjamin Peterson
2020-07-29
2
-30/+15
*
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)
Yonatan Goldschmidt
2020-07-28
1
-4/+2
*
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
Xiang Zhang
2020-07-28
1
-1/+1
*
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
Steve Dower
2020-07-28
6
-69/+25
*
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Dmytro Litvinov
2020-07-28
1
-1/+1
*
bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
Zackery Spytz
2020-07-28
7
-1/+17
*
Validate the AST produced by the parser in debug mode (GH-21643)
Pablo Galindo
2020-07-27
1
-0/+9
*
bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
amaajemyfren
2020-07-27
2
-5/+33
*
bpo-40939: Remove even more references to the old parser (GH-21642)
Lysandros Nikolaou
2020-07-27
5
-17/+0
*
bpo-40939: Use the new grammar for the grammar specification documentation (G...
Pablo Galindo
2020-07-27
4
-210/+91
[next]