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-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
Victor Stinner
2018-06-14
2
-10/+18
*
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)
Victor Stinner
2018-06-14
2
-2/+11
*
bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)
Victor Stinner
2018-06-14
3
-10/+44
*
bpo-19382: Adding test cases for module tabnanny (GH-851)
Jaysinh Shukla
2018-06-14
2
-1/+344
*
bpo-33615: Re-enable subinterpreter tests. (#7552)
Eric Snow
2018-06-13
2
-42/+51
*
bpo-31378: Document sqlite3.OperationalError exception (GH-7677)
Zackery Spytz
2018-06-13
1
-0/+7
*
bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668)
Xiang Zhang
2018-06-13
1
-2/+5
*
Fixes upload script to always run commands even when previous ones fail (GH-7...
Steve Dower
2018-06-12
1
-4/+10
*
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win...
Giampaolo Rodola
2018-06-12
8
-19/+595
*
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7...
Cheryl Sabella
2018-06-12
3
-1/+9
*
bpo-27397: Make email module properly handle invalid-length base64 strings (#...
Tal Einat
2018-06-12
7
-18/+70
*
Fix nested list in 3.7 What's New (GH-7659)
Ned Deily
2018-06-12
1
-0/+1
*
bpo-25612: Add minimal What's New in 3.7 entry (GH-7656)
Ned Deily
2018-06-12
1
-0/+5
*
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warn...
Zackery Spytz
2018-06-12
1
-1/+1
*
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
[prev]
[next]