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-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Zackery Spytz
2019-06-21
5
-1/+13
*
bpo-36210: update optional extension handling for AIX (GH-12202)
Michael Felt
2019-06-21
2
-8/+26
*
Docs: Improved phrasing (GH-14069)
Aeros
2019-06-21
1
-4/+6
*
Remove redundant if check from optional argument function in argparse. (GH-8766)
Shashank Parekh
2019-06-21
1
-4/+2
*
bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect ...
Pablo Galindo
2019-06-20
1
-0/+8
*
Update What's New in Python 3.9 (GH-14253)
Victor Stinner
2019-06-20
2
-1/+2
*
bpo-36511: Improve ARM32 buildbot scripts (GH-14251)
Paul Monson
2019-06-20
3
-23/+29
*
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
Jeroen Demeyer
2019-06-20
4
-29/+5
*
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)
İsmail Arılık
2019-06-20
1
-1/+1
*
Fix bpo number in News file. (GH-14260)
Eric V. Smith
2019-06-20
1
-1/+1
*
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
Hai Shi
2019-06-20
1
-1/+1
*
Update What's New in Python 3.8 (GH-14239)
Victor Stinner
2019-06-19
1
-1/+2
*
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner
2019-06-19
8
-108/+120
*
Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14...
Harmon
2019-06-19
1
-1/+1
*
bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-...
Paul Monson
2019-06-19
8
-13/+107
*
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
Steve Dower
2019-06-19
1
-0/+3
*
bpo-37331: Clarify format of socket handler messages in the documentation. (G...
Vinay Sajip
2019-06-19
1
-4/+14
*
bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...
Vinay Sajip
2019-06-19
2
-3/+36
*
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner
2019-06-19
6
-20/+7
*
Fix name of '\0'. (GH-14222)
Benjamin Peterson
2019-06-19
1
-1/+1
*
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner
2019-06-19
8
-190/+247
*
Document typing.ForwardRef (GH-14216)
Ivan Levkivskyi
2019-06-19
1
-0/+7
*
Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214)
Ivan Levkivskyi
2019-06-19
1
-0/+2
*
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner
2019-06-18
7
-52/+86
*
bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)
Terry Jan Reedy
2019-06-18
4
-23/+42
*
Add pganssle to CODEOWNERS and ACKS (GH-14138)
Paul Ganssle
2019-06-18
2
-0/+10
*
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Mike Gleen
2019-06-18
3
-15/+56
*
bpo-37151: remove _PyFunction_FastCallDict (GH-13864)
Jeroen Demeyer
2019-06-18
3
-106/+1
*
bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
animalize
2019-06-18
2
-3/+4
*
bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974)
Jeroen Demeyer
2019-06-18
1
-5/+13
*
bpo-37151: use PyVectorcall_Call for all calls of "method" (GH-13972)
Jeroen Demeyer
2019-06-18
1
-12/+1
*
bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188)
Ned Deily
2019-06-18
1
-2/+4
*
bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)
Ned Deily
2019-06-18
2
-3/+14
*
remove dead code (GH-14104)
David Carlier
2019-06-18
1
-3/+0
*
bpo-5680: IDLE: Customize running a module (GH-13763)
Cheryl Sabella
2019-06-18
11
-51/+211
*
Add sponsorship details for GitHub Sponsor button (GH-14181)
Brett Cannon
2019-06-18
1
-0/+1
*
Improve release build performance using new artifacts tasks (GH-14175)
Steve Dower
2019-06-17
12
-126/+97
*
bpo-37189: Export old PyRun_XXX() functions (#14142)
Victor Stinner
2019-06-17
2
-2/+21
*
Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172)
Victor Stinner
2019-06-17
1
-6/+12
*
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
Victor Stinner
2019-06-17
12
-69/+29
*
bpo-37321: Edit IDLE subprocess connection error messages. (#14170)
Terry Jan Reedy
2019-06-17
4
-9/+16
*
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
Tal Einat
2019-06-17
5
-29/+125
*
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Steve Dower
2019-06-17
4
-5/+6
*
bpo-34556: Add --upgrade-deps to venv module (#13100)
Cooper Lees
2019-06-17
5
-8/+65
*
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...
Vinay Sajip
2019-06-17
8
-27/+197
*
bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)
Paul Monson
2019-06-17
1
-3/+3
*
bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)
Victor Stinner
2019-06-17
2
-2/+6
*
bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython...
Serhiy Storchaka
2019-06-17
1
-3/+5
*
bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)
Serhiy Storchaka
2019-06-17
5
-7/+28
*
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156)
Victor Stinner
2019-06-17
1
-8/+16
[next]