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-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton
2019-06-24
4
-0/+217
*
bpo-37348: optimize decoding ASCII string (GH-14283)
Inada Naoki
2019-06-24
2
-34/+53
*
bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modificati...
Pablo Galindo
2019-06-23
2
-3/+3
*
bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)
Pablo Galindo
2019-06-22
2
-122/+124
*
asyncio: Fix docs for default event loop (#14308)
Ben Darnell
2019-06-22
1
-1/+1
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
8
-7/+53
*
Improve threading.daemon docstring (GH-14278)
mbarkhau
2019-06-22
1
-2/+1
*
bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293)
Xtreak
2019-06-22
1
-1/+3
*
bpo-37364: Use io.open_code() to read .pth files (GH-14299)
Steve Dower
2019-06-21
2
-1/+3
*
bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)
Steve Dower
2019-06-21
6
-37/+21
*
bpo-37362: test_gdb now ignores stderr (GH-14287)
Victor Stinner
2019-06-21
2
-34/+16
*
Use `python -m pip install` in porting guide and venv docs (GH-13257)
Brad
2019-06-21
2
-11/+17
*
bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)
Joannah Nanjekye
2019-06-21
2
-4/+18
*
bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
Paul Monson
2019-06-21
1
-1/+1
*
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
[prev]
[next]