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
*
Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653)
Ned Deily
2018-06-12
2
-18/+8
*
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)
Ned Deily
2018-06-12
2
-5/+3
*
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)
Christian Heimes
2018-06-11
4
-16/+32
*
bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646)
Terry Jan Reedy
2018-06-11
1
-4/+5
*
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
Matthias Bussonnier
2018-06-11
3
-6/+21
*
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
Terry Jan Reedy
2018-06-11
1
-1/+4
*
bpo-33656: Add entry to What's New 3.7. (GH-7638)
Terry Jan Reedy
2018-06-11
1
-0/+6
*
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
Terry Jan Reedy
2018-06-11
5
-3/+30
*
bpo-33831: Make htmlview run again (GH-7628)
Andrés Delfino
2018-06-11
1
-1/+1
*
bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#...
Zackery Spytz
2018-06-11
1
-9/+0
*
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka
2018-06-11
4
-9/+6
*
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620)
Ned Deily
2018-06-11
3
-0/+268
*
pypi.python.org -> pypi.org (GH-7613)
Ned Deily
2018-06-11
5
-6/+6
*
bpo-33745: Add What's New for empty function docstring change. (GH-7611)
Ned Deily
2018-06-11
1
-0/+5
*
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)
Ned Deily
2018-06-11
1
-6/+0
*
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731)
Steve Weber
2018-06-11
3
-2/+4
*
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer
2018-06-10
5
-4/+8
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)
Alexander Belopolsky
2018-06-10
5
-14/+36
*
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
Terry Jan Reedy
2018-06-10
2
-203/+208
*
bpo-33820: Fix IDLE What's New typo (#7594)
Terry Jan Reedy
2018-06-10
1
-1/+1
*
bpo-33821: Update idlelib subsection of What's New 3.7 (#7590)
Terry Jan Reedy
2018-06-10
1
-2/+10
*
bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589)
Terry Jan Reedy
2018-06-10
1
-0/+37
*
Remove unneeded PyErr_Occurred() check in os_lseek_impl() (GH-7557)
Zackery Spytz
2018-06-10
1
-3/+0
*
bpo-33748: fix tests altering sys.path and sys.modules (GH-7433)
Tal Einat
2018-06-10
1
-19/+20
*
bpo-33770: improve base64 exception message for encoded inputs of invalid len...
Tal Einat
2018-06-10
3
-1/+41
*
Fix spaces added after hyphens in news entries. (GH-7579)
Serhiy Storchaka
2018-06-10
5
-7/+7
*
Remove hyphens from phrase "picks up where it left off" (GH-7410)
Andrés Delfino
2018-06-10
1
-3/+3
*
Fix typo in object.__getnewargs__() documentation (GH-7554)
Andrés Delfino
2018-06-10
1
-1/+1
*
bpo-33766: Document that end of file or string is a newline (GH-7383)
Ammar Askar
2018-06-09
1
-5/+6
*
doc: Fix typo in asyncio-eventloop.rst (GH-7345)
MarcoFalke
2018-06-09
1
-2/+2
*
bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-751...
Ned Deily
2018-06-09
3
-6/+4
*
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer
2018-06-09
8
-0/+198
*
bpo-33375: Fix GCC warning in Python/_warnings.c (GH-7556)
Zackery Spytz
2018-06-09
1
-1/+0
*
bpo-33409: Clarify PEP 538/540 relationship (GH-7534)
Nick Coghlan
2018-06-09
3
-24/+106
*
Fix indendation level of versionchanged directive in configparser.items() doc...
Andrés Delfino
2018-06-09
1
-4/+4
*
bpo-33810 Remove unused code from datetime.py. (GH-7549)
Alexander Belopolsky
2018-06-08
1
-11/+4
*
Datetime test coverage (#7544)
Alexander Belopolsky
2018-06-08
1
-3/+9
*
bpo-30805: Avoid race condition with debug logging (GH-7545)
Yury Selivanov
2018-06-08
2
-2/+5
*
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495)
Andrés Delfino
2018-06-08
1
-3/+1
*
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
Thomas Kluyver
2018-06-08
4
-155/+19
*
bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawCo...
Andrés Delfino
2018-06-08
1
-2/+9
*
bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)
Dong-hee Na
2018-06-08
2
-0/+3
*
bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)
Suriyaa ✌️️
2018-06-08
1
-0/+4
*
bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)
Elvis Pranskevichus
2018-06-08
4
-35/+75
*
bpo-33798: Update csv document about dict order (GH-7490)
Andrés Delfino
2018-06-08
1
-3/+1
*
bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)
Łukasz Langa
2018-06-08
2
-2/+53
*
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)
wim glenn
2018-06-08
3
-10/+40
*
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner
2018-06-08
4
-9/+9
*
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)
Victor Stinner
2018-06-08
2
-7/+44
*
bpo-33799: Remove non-ordered dicts comments from FAQ
Andrés Delfino
2018-06-08
2
-10/+1
[next]