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
...
*
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
*
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
2019-06-17
12
-17/+51
*
bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)
Victor Stinner
2019-06-17
10
-659/+5
*
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
Jeroen Demeyer
2019-06-17
3
-1/+4
*
bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)
Jeroen Demeyer
2019-06-17
2
-42/+0
*
bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)
Victor Stinner
2019-06-17
1
-0/+6
*
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
Joost Lek
2019-06-17
2
-1/+52
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
Zackery Spytz
2019-06-17
3
-12/+16
*
bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
Terry Jan Reedy
2019-06-16
1
-2/+2
*
closes bpo-37300: Remove unnecessary Py_XINCREF in classobject.c. (GH-14120)
Hai Shi
2019-06-16
2
-1/+2
*
bpo-28805: document METH_FASTCALL (GH-14079)
Jeroen Demeyer
2019-06-16
2
-12/+52
*
Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131)
Mark Dickinson
2019-06-16
1
-1/+1
*
Simplify negativity checks in math.comb and math.perm. (GH-13870)
Mark Dickinson
2019-06-16
1
-10/+16
*
Doc: Remove an ugly space before a dot. (GH-14123)
Julien Palard
2019-06-16
1
-1/+1
*
bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or...
Rémi Lapeyre
2019-06-16
3
-14/+26
*
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...
Michael Felt
2019-06-15
3
-19/+47
*
bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099)
Pablo Galindo
2019-06-15
1
-9/+3
*
Doc: Deprecation header: More precise wording. (GH-14109)
Julien Palard
2019-06-15
1
-1/+1
*
Update link in colorsys docs to be https (GH-14062)
Alex Gaynor
2019-06-15
1
-1/+1
*
Doc: Bump Sphinx verison. (#13785)
Julien Palard
2019-06-15
3
-3/+3
*
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
ubordignon
2019-06-15
2
-2/+2
*
Update weakref.rst (GH-14098)
Géry Ogam
2019-06-15
1
-5/+6
*
Use threadpool for reading from file in sendfile fallback mode (#14076)
Andrew Svetlov
2019-06-15
2
-1/+2
[prev]
[next]